Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- \documentclass[
- a4paper, % Page size
- fontsize=10pt, % Base font size
- twoside=true,
- verbose,hypertexnames=false, parskip=off,
- ]{kaobook}
- \let\providelength\relax
- \usepackage{dialogue}
- % Choose the language
- \ifxetexorluatex
- \let\providelength\relax
- \usepackage{polyglossia}
- \setmainlanguage{english}
- \else
- \let\providelength\relax
- \usepackage[english]{babel} % Load characters and hyphenation
- \fi
- \usepackage[english=british]{csquotes} % English quotes
- %\documentclass{book}
- \usepackage{amsmath,amssymb}
- \usepackage{mathrsfs}
- \usepackage{imakeidx}
- \usepackage{hyperref,lipsum}
- \makeindex
- \usepackage{enumitem}
- \usepackage{etoolbox}
- \usepackage{indentfirst}
- % include the chapter number
- \setlist[enumerate]{label=\thechapter.\arabic{*},resume}
- % restart the enumerate list every chapter
- \preto\chapter{%
- \restartlist{enumerate}%
- }
- % Load packages for testing
- \usepackage{blindtext}
- \usepackage{kaobiblio}
- \addbibresource{main.bib} % Bibliography file
- % Load mathematical packages for theorems and related environments
- \usepackage[framed=true]{kaotheorems}
- % Load the package for hyperreferences
- \usepackage{kaorefs}
- \graphicspath{{examples/documentation/images/}{images/}} % Paths in which to look for images
- \makeindex[columns=3, title=Alphabetical Index, intoc] % Make LaTeX produce the files required to compile the index
- \makeglossaries % Make LaTeX produce the files required to compile the glossary
- \input{glossary.tex} % Include the glossary definitions
- \makenomenclature % Make LaTeX produce the files required to compile the nomenclature
- \usepackage{indentfirst}
- \addtokomafont{date}{\includegraphics[width=6cm]{gfx/TFZsuperellipse_bw}\endgraf}
- \usepackage[Lenny]{fncychap}
- \begin{document}
- %----------------------------------------------------------------------------------------
- % BOOK INFORMATION
- %----------------------------------------------------------------------------------------
- %\titlehead{The \texttt{proper} class}
- \subject{}
- %%%%%%%%%%%%%%%%%%%%%%%%
- %% HERE
- %%%%%%%%%%%%%%%%%%%%%%%%
- %\title[ [{\normalfont\texttt{kaobook}} class]{in1111111111111 {\normalfont\texttt{Exploring Advanced Techniques }}}]
- %\subtitle{A Comprehensive Study on Neural Networks, Transfer Learning, and Multimodal Approaches}
- \title{111111111}{2222222222222222}
- \author[Y]{JP\thanks{A \LaTeX\ lover}}
- \date{\today}
- \publishers{A thesis submitted in partial fulfillment for the
- degree of Doctor of Philosophy}
- \frontmatter
- \makeatletter
- \makeatother
- \maketitle
- \index{preface}
- \mainmatter % Denotes the start of the main document content, resets page numbering and uses arabic numbers
- \printindex % Output the index
- \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement