Remove VSCode fold region comments.
This commit is contained in:
@@ -2,7 +2,6 @@
|
|||||||
\ProvidesPackage{PrimeTeX/CrossRef}[2025-07-09]
|
\ProvidesPackage{PrimeTeX/CrossRef}[2025-07-09]
|
||||||
|
|
||||||
% Cross references
|
% Cross references
|
||||||
%#region
|
|
||||||
\newcommand{\refPart}[2][Part~]{#1\ref{pt:#2}}
|
\newcommand{\refPart}[2][Part~]{#1\ref{pt:#2}}
|
||||||
\newcommand{\refChapter}[2][Chapter~]{#1\ref{ch:#2}}
|
\newcommand{\refChapter}[2][Chapter~]{#1\ref{ch:#2}}
|
||||||
\newcommand{\refAppendix}[2][Appendix~]{#1\ref{ch:#2}}
|
\newcommand{\refAppendix}[2][Appendix~]{#1\ref{ch:#2}}
|
||||||
|
|||||||
@@ -2,16 +2,13 @@
|
|||||||
\ProvidesPackage{PrimeTeX/DocProperties}[2025-07-09]
|
\ProvidesPackage{PrimeTeX/DocProperties}[2025-07-09]
|
||||||
|
|
||||||
% Custom document properties.
|
% Custom document properties.
|
||||||
%#region
|
|
||||||
\DeclareRobustCommand*{\customer}[1]{\gdef\@customer{#1}}
|
\DeclareRobustCommand*{\customer}[1]{\gdef\@customer{#1}}
|
||||||
\DeclareRobustCommand*{\customerFull}[1]{\gdef\@customerFull{#1}}
|
\DeclareRobustCommand*{\customerFull}[1]{\gdef\@customerFull{#1}}
|
||||||
\DeclareRobustCommand*{\projectNumber}[1]{\gdef\@projectNumber{#1}}
|
\DeclareRobustCommand*{\projectNumber}[1]{\gdef\@projectNumber{#1}}
|
||||||
\DeclareRobustCommand*{\projectDesc}[1]{\gdef\@projectDesc{#1}}
|
\DeclareRobustCommand*{\projectDesc}[1]{\gdef\@projectDesc{#1}}
|
||||||
\DeclareRobustCommand*{\version}[1]{\gdef\@version{#1}}
|
\DeclareRobustCommand*{\version}[1]{\gdef\@version{#1}}
|
||||||
%#endregion
|
|
||||||
|
|
||||||
% Macros to insert document properties.
|
% Macros to insert document properties.
|
||||||
%#region
|
|
||||||
\newcommand{\sTitle}{\makeatletter{\@title}}
|
\newcommand{\sTitle}{\makeatletter{\@title}}
|
||||||
\newcommand{\sAuthor}{\makeatletter{\@author}}
|
\newcommand{\sAuthor}{\makeatletter{\@author}}
|
||||||
\newcommand{\sDate}{\makeatletter{\@date}}
|
\newcommand{\sDate}{\makeatletter{\@date}}
|
||||||
|
|||||||
@@ -2,7 +2,6 @@
|
|||||||
\ProvidesPackage{PrimeTeX/Fonts}[2025-06-24]
|
\ProvidesPackage{PrimeTeX/Fonts}[2025-06-24]
|
||||||
|
|
||||||
% Specify Fonts
|
% Specify Fonts
|
||||||
%#region
|
|
||||||
\RequirePackage{fontspec}
|
\RequirePackage{fontspec}
|
||||||
|
|
||||||
\newcommand{\fontpath}{PrimeTeX/fonts}
|
\newcommand{\fontpath}{PrimeTeX/fonts}
|
||||||
@@ -44,7 +43,6 @@
|
|||||||
UprightFont = *-SemiBold,
|
UprightFont = *-SemiBold,
|
||||||
BoldFont = *-Black,
|
BoldFont = *-Black,
|
||||||
]
|
]
|
||||||
%#endregion
|
|
||||||
|
|
||||||
\newcommand{\serif}[1]{\textrm{#1}}
|
\newcommand{\serif}[1]{\textrm{#1}}
|
||||||
\newcommand{\sans}[1]{\textsf{#1}}
|
\newcommand{\sans}[1]{\textsf{#1}}
|
||||||
|
|||||||
@@ -2,6 +2,5 @@
|
|||||||
\ProvidesPackage{PrimeTeX/Glossary}[2025-07-09]
|
\ProvidesPackage{PrimeTeX/Glossary}[2025-07-09]
|
||||||
|
|
||||||
% Glossary formatting.
|
% Glossary formatting.
|
||||||
%#region
|
|
||||||
\RequirePackage[xindy,nopostdot,toc,sort=standard]{glossaries}
|
\RequirePackage[xindy,nopostdot,toc,sort=standard]{glossaries}
|
||||||
%#endregion
|
%#endregion
|
||||||
@@ -2,8 +2,6 @@
|
|||||||
\ProvidesPackage{PrimeTeX/Index}[2025-07-09]
|
\ProvidesPackage{PrimeTeX/Index}[2025-07-09]
|
||||||
|
|
||||||
% Index formatting.
|
% Index formatting.
|
||||||
%#region
|
|
||||||
\RequirePackage{makeidx}
|
\RequirePackage{makeidx}
|
||||||
\RequirePackage{xstring}
|
\RequirePackage{xstring}
|
||||||
\newcommand{\idx}[1]{\StrSubstitute{#1}{!}{ }\index{#1}}
|
\newcommand{\idx}[1]{\StrSubstitute{#1}{!}{ }\index{#1}}
|
||||||
%#endregion
|
|
||||||
|
|||||||
@@ -30,15 +30,11 @@
|
|||||||
\setlength{\contentwidth}{\textwidth + \marginparsep + \marginparwidth}
|
\setlength{\contentwidth}{\textwidth + \marginparsep + \marginparwidth}
|
||||||
|
|
||||||
% Header & Footer Options
|
% Header & Footer Options
|
||||||
%#region
|
|
||||||
\pagestyle{plain}
|
\pagestyle{plain}
|
||||||
%#endregion
|
|
||||||
|
|
||||||
% Paragraph formatting.
|
% Paragraph formatting.
|
||||||
%#region
|
|
||||||
\setlength{\parindent}{0pt}
|
\setlength{\parindent}{0pt}
|
||||||
\setlength{\parskip}{2ex plus 0.5ex minus 0.5ex}
|
\setlength{\parskip}{2ex plus 0.5ex minus 0.5ex}
|
||||||
%#endregion
|
|
||||||
|
|
||||||
\renewcommand{\topfraction}{0.9} % max fraction of floats at top
|
\renewcommand{\topfraction}{0.9} % max fraction of floats at top
|
||||||
\renewcommand{\bottomfraction}{0.8} % max fraction of floats at bottom
|
\renewcommand{\bottomfraction}{0.8} % max fraction of floats at bottom
|
||||||
|
|||||||
@@ -4,7 +4,6 @@
|
|||||||
\RequirePackage{PrimeTeX/Color}
|
\RequirePackage{PrimeTeX/Color}
|
||||||
|
|
||||||
% Use Hyperref to automatically create links in the document
|
% Use Hyperref to automatically create links in the document
|
||||||
%#region
|
|
||||||
\RequirePackage{hyperref}
|
\RequirePackage{hyperref}
|
||||||
\hypersetup{colorlinks=true, allcolors=PrimeBlue}
|
\hypersetup{colorlinks=true, allcolors=PrimeBlue}
|
||||||
%#endregion
|
%#endregion
|
||||||
@@ -2,7 +2,6 @@
|
|||||||
\ProvidesPackage{PrimeTeX/MarginNotes}[2025-07-09]
|
\ProvidesPackage{PrimeTeX/MarginNotes}[2025-07-09]
|
||||||
|
|
||||||
% Margin Note formatting.
|
% Margin Note formatting.
|
||||||
%#region
|
|
||||||
\RequirePackage{marginnote}
|
\RequirePackage{marginnote}
|
||||||
\colorlet{marginTextColor}{PrimeBlue}
|
\colorlet{marginTextColor}{PrimeBlue}
|
||||||
\renewcommand{\marginfont}{\small\color{marginTextColor}}
|
\renewcommand{\marginfont}{\small\color{marginTextColor}}
|
||||||
|
|||||||
@@ -4,7 +4,6 @@
|
|||||||
\RequirePackage{graphicx}
|
\RequirePackage{graphicx}
|
||||||
|
|
||||||
% Define custom title page.
|
% Define custom title page.
|
||||||
%#region
|
|
||||||
\newcommand{\PrimeTitlePage}[1][]{
|
\newcommand{\PrimeTitlePage}[1][]{
|
||||||
\begin{titlepage}
|
\begin{titlepage}
|
||||||
\begin{sbfamily}
|
\begin{sbfamily}
|
||||||
|
|||||||
Reference in New Issue
Block a user