%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% filename = "main.tex",
% version = "1.2.0",
% authors = "Muhammad Alif Budiman",
% email = "alifm2101@gmail.com"
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%========================================
% Document Class and Package Setup
%========================================
% The option "final" or "draft" can be used:
% - "final" generates the final version of the document without draft marks.
% - "draft" includes additional formatting marks useful for reviewing, such as overfull box warnings.
\documentclass[final]{style/skripsi}
%========================================
% Title and Author Information
%========================================
\title{judul skripsi}
\titleeng{thesis title}
\gelar{Sarjana Sains}
\author{Foo}{12345}
%========================================
% Faculty and Study Program Information
%========================================
\fakultas{Foo}
\faculty{Foo}
\prodi{Bar}
\studyprogram{Baz}
\tahun{2025}
%===============================================
% Administrative and Academic Staff Information
%===============================================
\dekan{Foo}{12345}
\wakildekan{Bar}{12345}
\kaprodi{Baz}{12345}
% Examination Committee
\ketuapenguji{Foo}{12345}
\sekretarispenguji{Bar}{12345}
\pengujiahli{Baz}{12345}
% Supervisors
\pembimbingsatu{Foo}{12345}
\pembimbingdua{Bar}{12345}
%========================================
% Document Dates
%========================================
\tgllulus{17}{Agustus 1945}
\graduationdate{17}{August 1945}
\tglkatapengantar{17 Agustus 1945}
\tglpernyataan{17 Agustus 1945}
%========================================
% Global Document Settings
%========================================
% To enable watermark, set this to true; to disable, set to false.
\newboolean{iswatermark} \setboolean{iswatermark}{false}
% To use numbered sections like 1.1, 1.2, set to true.
% To use alphabetic sections like A, B, set to false.
\setboolean{subbabangka}{false}
% Formatting Commands
\Activatedraft % Enable draft mode
\ActivateBG % Activate background settings
\Chapterformatting % Apply custom chapter formatting
\Tocformatting % Apply table of contents formatting
%========================================
% Begin Document
%========================================
\begin{document}
% Front Matter
\coverpage
\lembarpersetujuan
\lembarpengesahan
\lembarpernyataan
\halamanpersembahan{frontmatter/halaman_persembahan}
\katapengantar{frontmatter/kata_pengantar}
\abstrak{frontmatter/abstrak}{Lorem, Lorem Ipsum, Lorem, Lorem Ipsum, Lorem}
\abstract{frontmatter/abstract}{Lorem, Lorem Ipsum, Lorem, Lorem Ipsum, Lorem}
% Lists
\daftarisi
\daftargambar
\daftartabel
\daftarlampiran
% Main Content
\mainmatter
\input{chapter_1/chapter_1}
\input{chapter_2/chapter_2}
\input{chapter_3/chapter_3}
\input{chapter_4/chapter_4}
\input{chapter_5/chapter_5}
% Bibliography
\daftarpustaka
% Appendices and Author Biography
\halamanlampiran{3}
\input{riwayat_hidup/riwayat_hidup}
\end{document}