Lots of changes.
This commit is contained in:
@@ -4,21 +4,32 @@
|
||||
\RequirePackage{PrimeTeX/packages/Color}
|
||||
|
||||
% Use Hyperref to automatically create links in the document
|
||||
\RequirePackage{hyperref}
|
||||
\RequirePackage[
|
||||
final,
|
||||
colorlinks = true,
|
||||
pdfpagemode = UseOutlines,
|
||||
pdfdisplaydoctitle = true,
|
||||
bookmarksnumbered = true,
|
||||
bookmarksopen = true,
|
||||
bookmarksopenlevel = 2,
|
||||
]{hyperref}
|
||||
|
||||
\ifthenelse{\boolean{isElectronic}}{
|
||||
\hypersetup{
|
||||
final,
|
||||
colorlinks = true,
|
||||
allcolors = PrimeBlue,
|
||||
pdfpagemode = UseOutlines,
|
||||
allcolors = PrimeBlue,
|
||||
}
|
||||
}{
|
||||
\hypersetup{
|
||||
final,
|
||||
colorlinks = true,
|
||||
allcolors = textColor,
|
||||
allcolors = textColor,
|
||||
pdfduplex = true,
|
||||
pdfpagelayout = TwoPageRight,
|
||||
}
|
||||
}
|
||||
|
||||
\RenewDocumentCommand{\chapterautorefname}{}{Chapter}
|
||||
\RenewDocumentCommand{\sectionautorefname}{}{Section}
|
||||
\RenewDocumentCommand{\subsectionautorefname}{}{Subsection}
|
||||
\RenewDocumentCommand{\subsubsectionautorefname}{}{Sub-subsection}
|
||||
\RenewDocumentCommand{\paragraphautorefname}{}{Paragraph}
|
||||
|
||||
\RequirePackage{hypcap}
|
||||
Reference in New Issue
Block a user