-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from b201lab/feat/new-version
Feat/new version
- Loading branch information
Showing
24 changed files
with
597 additions
and
294 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
name: deploy | ||
on: | ||
workflow_dispatch: | ||
push: | ||
branches: [main] | ||
jobs: | ||
latex-document: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout this repository | ||
uses: actions/[email protected] | ||
|
||
- name: Compile LaTeX document | ||
uses: xu-cheng/latex-action@v2 | ||
with: | ||
root_file: main.tex | ||
|
||
- name: Move and rename document | ||
run: mkdir pages && mv main.pdf pages/buku-ta.pdf | ||
|
||
- name: Deploy document to GitHub pages | ||
uses: JamesIves/[email protected] | ||
with: | ||
branch: gh-pages | ||
folder: pages |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,82 @@ | ||
\begin{center} | ||
\large | ||
\textbf{APPROVAL SHEET} | ||
\end{center} | ||
|
||
% Menyembunyikan nomor halaman | ||
\thispagestyle{empty} | ||
|
||
\begin{center} | ||
\textbf{\engtatitle{}} | ||
\end{center} | ||
|
||
\begingroup | ||
% Pemilihan font ukuran small | ||
\small | ||
|
||
\begin{center} | ||
\textbf{FINAL PROJECT} | ||
\\Submitted to fulfill one of the requirements \\ | ||
for obtaining a degree Bachelor of Engineering at \\ | ||
Undergraduate Study Program of \engstudyprogram{} \\ | ||
Department of \engdepartment{} \\ | ||
Faculty of \engfaculty{} \\ | ||
Sepuluh Nopember Institute of Technology | ||
\end{center} | ||
|
||
\begin{center} | ||
By: \textbf{\name{}} | ||
\\NRP. \nrp{} | ||
\end{center} | ||
|
||
\begin{center} | ||
Approved by Final Project Examiner Team: | ||
\end{center} | ||
|
||
\begingroup | ||
% Menghilangkan padding | ||
\setlength{\tabcolsep}{0pt} | ||
|
||
\noindent | ||
\begin{tabularx}{\textwidth}{X l} | ||
\advisor{} & (Advisor I) \\ | ||
NIP: \advisornip{} & \\ | ||
& ................................... \\ | ||
& \\ | ||
& \\ | ||
\coadvisor{} & (Co-Advisor II) \\ | ||
NIP: \coadvisornip{} & \\ | ||
& ................................... \\ | ||
& \\ | ||
& \\ | ||
\examinerone{}. & (Examiner I) \\ | ||
NIP: \examineronenip{} & \\ | ||
& ................................... \\ | ||
& \\ | ||
& \\ | ||
\examinertwo{}. & (Examiner II) \\ | ||
NIP: \examinertwonip{} & \\ | ||
& ................................... \\ | ||
& \\ | ||
& \\ | ||
\examinerthree{}. & (Examiner III) \\ | ||
NIP: \examinerthreenip{} & \\ | ||
& ................................... \\ | ||
\end{tabularx} | ||
\endgroup | ||
|
||
|
||
\begin{center} | ||
Acknowledged, \\ | ||
Head of \engdepartment{} Department \engfacultyshort{} - ITS \\ | ||
|
||
\vspace{8ex} | ||
|
||
\underline{\headofdepartment{}.} \\ | ||
NIP. \headofdepartmentnip{} | ||
\end{center} | ||
|
||
\begin{center} | ||
\textbf{\MakeUppercase{\place{}}\\\ENGMONTH{}, \the\year{}} | ||
\end{center} | ||
\endgroup |
Oops, something went wrong.