Compare commits
2 Commits
latex/docu
...
latex/fron
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a32415cebf | ||
|
|
12669ed24c |
@@ -5,7 +5,7 @@
|
|||||||
{\fontsize{14pt}{16pt}\selectfont \textbf{\MakeUppercase{Tugas Akhir}}\par}
|
{\fontsize{14pt}{16pt}\selectfont \textbf{\MakeUppercase{Tugas Akhir}}\par}
|
||||||
\vspace{1.5cm}
|
\vspace{1.5cm}
|
||||||
|
|
||||||
{\fontsize{14pt}{16pt}\selectfont \textbf{\MakeUppercase{\thesistitle}}\par}
|
{\fontsize{14pt}{16pt}\selectfont \textbf{\MakeUppercase{\thetitle}}\par}
|
||||||
\vspace{1.5cm}
|
\vspace{1.5cm}
|
||||||
|
|
||||||
\includegraphics[width=5cm]{frontmatter/img/logo.png}
|
\includegraphics[width=5cm]{frontmatter/img/logo.png}
|
||||||
@@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
|
|
||||||
\textbf{Disusun oleh:} \\
|
\textbf{Disusun oleh:} \\
|
||||||
{\fontsize{14pt}{16pt}\selectfont \textbf{\studentname}} \\
|
{\fontsize{14pt}{16pt}\selectfont \textbf{\theauthor}} \\
|
||||||
{\fontsize{14pt}{16pt}\selectfont \textbf{\studentid}} \\
|
{\fontsize{14pt}{16pt}\selectfont \textbf{\studentid}} \\
|
||||||
|
|
||||||
|
|
||||||
@@ -28,4 +28,3 @@
|
|||||||
|
|
||||||
\end{titlepage}%
|
\end{titlepage}%
|
||||||
|
|
||||||
|
|
||||||
29
latex/frontmatter/maketitle_secondary.tex
Normal file
29
latex/frontmatter/maketitle_secondary.tex
Normal file
@@ -0,0 +1,29 @@
|
|||||||
|
\begin{titlepage}
|
||||||
|
\centering
|
||||||
|
{\fontsize{14pt}{16pt}\selectfont \textbf{\MakeUppercase{Tugas Akhir}}\par}
|
||||||
|
\vspace{1.5cm}
|
||||||
|
|
||||||
|
{\fontsize{14pt}{16pt}\selectfont \textbf{\MakeUppercase{\thetitle}}\par}
|
||||||
|
\vspace{1cm}
|
||||||
|
{\normalsize\selectfont Diajukan guna melengkapi persyaratan untuk memenuhi gelar Sarjana Teknik di Program Studi Teknik Sipil, Fakultas Teknik, Universitas Muhammadiyah Yogyakarta\par}
|
||||||
|
\vspace{1.5cm}
|
||||||
|
|
||||||
|
\includegraphics[width=5cm]{frontmatter/img/logo.png}
|
||||||
|
\vspace{1.5cm}
|
||||||
|
|
||||||
|
|
||||||
|
\textbf{Disusun oleh:} \\
|
||||||
|
{\fontsize{14pt}{16pt}\selectfont \textbf{\theauthor}} \\
|
||||||
|
{\fontsize{14pt}{16pt}\selectfont \textbf{\studentid}} \\
|
||||||
|
|
||||||
|
|
||||||
|
\vfill
|
||||||
|
|
||||||
|
{\fontsize{12pt}{14pt}\selectfont
|
||||||
|
\textbf{\program} \\
|
||||||
|
\textbf{\faculty} \\
|
||||||
|
\textbf{\university} \\
|
||||||
|
\textbf{\yearofsubmission}
|
||||||
|
}
|
||||||
|
|
||||||
|
\end{titlepage}%
|
||||||
@@ -16,6 +16,7 @@
|
|||||||
\RequirePackage{geometry}
|
\RequirePackage{geometry}
|
||||||
\RequirePackage{setspace}
|
\RequirePackage{setspace}
|
||||||
\RequirePackage{graphicx}
|
\RequirePackage{graphicx}
|
||||||
|
\RequirePackage{hyperref}
|
||||||
\RequirePackage{etoolbox}
|
\RequirePackage{etoolbox}
|
||||||
\RequirePackage{tocloft}
|
\RequirePackage{tocloft}
|
||||||
\RequirePackage{tocbibind}
|
\RequirePackage{tocbibind}
|
||||||
@@ -23,7 +24,6 @@
|
|||||||
\RequirePackage{svg} % Allows including SVG images directly
|
\RequirePackage{svg} % Allows including SVG images directly
|
||||||
\RequirePackage{indentfirst} % Makes first paragraph after headings indented
|
\RequirePackage{indentfirst} % Makes first paragraph after headings indented
|
||||||
\RequirePackage{float} % Provides [H] option to force figure/table placement
|
\RequirePackage{float} % Provides [H] option to force figure/table placement
|
||||||
\RequirePackage{hyperref}
|
|
||||||
|
|
||||||
% Polyglossia set language
|
% Polyglossia set language
|
||||||
+ \setdefaultlanguage[variant=indonesian]{malay} % Proper Indonesian language setup
|
+ \setdefaultlanguage[variant=indonesian]{malay} % Proper Indonesian language setup
|
||||||
@@ -164,42 +164,15 @@
|
|||||||
\renewcommand{\cftafterlottitle}{\hfill}
|
\renewcommand{\cftafterlottitle}{\hfill}
|
||||||
% \renewcommand{\cfttoctitlefont}{\bfseries\MakeUppercase}
|
% \renewcommand{\cfttoctitlefont}{\bfseries\MakeUppercase}
|
||||||
% \renewcommand{\cftaftertoctitle}{\vskip 2em}
|
% \renewcommand{\cftaftertoctitle}{\vskip 2em}
|
||||||
\makeatletter
|
|
||||||
% Extracting the Year from \today
|
|
||||||
\newcommand{\theyear}{%
|
|
||||||
\expandafter\@car\expandafter\@gobble\the\year\@nil
|
|
||||||
}
|
|
||||||
|
|
||||||
% Declare internal macros as initially empty
|
% % Apply a custom fancyhdr layout only on the first page of each \chapter, and use no header/footer elsewhere
|
||||||
\newcommand{\@authorid}{}
|
% % \let\oldchapter\chapter
|
||||||
\newcommand{\@firstadvisor}{}
|
% % \renewcommand{\chapter}{%
|
||||||
\newcommand{\@secondadvisor}{}
|
% % \cleardoublepage
|
||||||
\newcommand{\@headdepartement}{}
|
% % \pagestyle{fancyplainchapter}%
|
||||||
\newcommand{\@headdepartementid}{}
|
% % \oldchapter
|
||||||
\newcommand{\@faculty}{}
|
% % \thispagestyle{fancyplainchapter} % ensure chapter start page uses it
|
||||||
\newcommand{\@program}{}
|
% % \pagestyle{fancyplain}% switch for subsequent pages
|
||||||
\newcommand{\@university}{}
|
% % }
|
||||||
\newcommand{\@yearofsubmission}{}
|
|
||||||
|
|
||||||
% Define user commands to set these values.
|
|
||||||
\newcommand{\authorid}[1]{\gdef\@authorid{#1}}
|
|
||||||
\newcommand{\firstadvisor}[1]{\gdef\@firstadvisor{#1}}
|
|
||||||
\newcommand{\secondadvisor}[1]{\gdef\@secondadvisor{#1}}
|
|
||||||
\newcommand{\headdepartement}[1]{\gdef\@headdepartement{#1}}
|
|
||||||
\newcommand{\headdepartementid}[1]{\gdef\@headdepartementid{#1}}
|
|
||||||
\newcommand{\faculty}[1]{\gdef\@faculty{#1}}
|
|
||||||
\newcommand{\program}[1]{\gdef\@program{#1}}
|
|
||||||
\newcommand{\university}[1]{\gdef\@university{#1}}
|
|
||||||
% \newcommand{\yearofsubmission}[1]{\gdef\@yearofsubmission{#1}}
|
|
||||||
|
|
||||||
% Now expose robust “the‑” getters to access the values
|
|
||||||
\newcommand{\theauthorid}{\@authorid}
|
|
||||||
\newcommand{\thefirstadvisor}{\@firstadvisor}
|
|
||||||
\newcommand{\thesecondadvisor}{\@secondadvisor}
|
|
||||||
\newcommand{\theheaddepartement}{\@headdepartement}
|
|
||||||
\newcommand{\theheaddepartementid}{\@headdepartementid}
|
|
||||||
\newcommand{\thefaculty}{\@faculty}
|
|
||||||
\newcommand{\theprogram}{\@program}
|
|
||||||
\newcommand{\theuniversity}{\@university}
|
|
||||||
\makeatother
|
|
||||||
\endinput
|
\endinput
|
||||||
Reference in New Issue
Block a user