Remove VSCode fold region comments.

This commit is contained in:
2025-07-29 15:49:02 -05:00
parent 2cc5f76adb
commit bee660efc2
9 changed files with 0 additions and 16 deletions

View File

@@ -2,7 +2,6 @@
\ProvidesPackage{PrimeTeX/CrossRef}[2025-07-09]
% Cross references
%#region
\newcommand{\refPart}[2][Part~]{#1\ref{pt:#2}}
\newcommand{\refChapter}[2][Chapter~]{#1\ref{ch:#2}}
\newcommand{\refAppendix}[2][Appendix~]{#1\ref{ch:#2}}

View File

@@ -2,16 +2,13 @@
\ProvidesPackage{PrimeTeX/DocProperties}[2025-07-09]
% Custom document properties.
%#region
\DeclareRobustCommand*{\customer}[1]{\gdef\@customer{#1}}
\DeclareRobustCommand*{\customerFull}[1]{\gdef\@customerFull{#1}}
\DeclareRobustCommand*{\projectNumber}[1]{\gdef\@projectNumber{#1}}
\DeclareRobustCommand*{\projectDesc}[1]{\gdef\@projectDesc{#1}}
\DeclareRobustCommand*{\version}[1]{\gdef\@version{#1}}
%#endregion
% Macros to insert document properties.
%#region
\newcommand{\sTitle}{\makeatletter{\@title}}
\newcommand{\sAuthor}{\makeatletter{\@author}}
\newcommand{\sDate}{\makeatletter{\@date}}

View File

@@ -2,7 +2,6 @@
\ProvidesPackage{PrimeTeX/Fonts}[2025-06-24]
% Specify Fonts
%#region
\RequirePackage{fontspec}
\newcommand{\fontpath}{PrimeTeX/fonts}
@@ -44,7 +43,6 @@
UprightFont = *-SemiBold,
BoldFont = *-Black,
]
%#endregion
\newcommand{\serif}[1]{\textrm{#1}}
\newcommand{\sans}[1]{\textsf{#1}}

View File

@@ -2,6 +2,5 @@
\ProvidesPackage{PrimeTeX/Glossary}[2025-07-09]
% Glossary formatting.
%#region
\RequirePackage[xindy,nopostdot,toc,sort=standard]{glossaries}
%#endregion

View File

@@ -2,8 +2,6 @@
\ProvidesPackage{PrimeTeX/Index}[2025-07-09]
% Index formatting.
%#region
\RequirePackage{makeidx}
\RequirePackage{xstring}
\newcommand{\idx}[1]{\StrSubstitute{#1}{!}{ }\index{#1}}
%#endregion

View File

@@ -30,15 +30,11 @@
\setlength{\contentwidth}{\textwidth + \marginparsep + \marginparwidth}
% Header & Footer Options
%#region
\pagestyle{plain}
%#endregion
% Paragraph formatting.
%#region
\setlength{\parindent}{0pt}
\setlength{\parskip}{2ex plus 0.5ex minus 0.5ex}
%#endregion
\renewcommand{\topfraction}{0.9} % max fraction of floats at top
\renewcommand{\bottomfraction}{0.8} % max fraction of floats at bottom

View File

@@ -4,7 +4,6 @@
\RequirePackage{PrimeTeX/Color}
% Use Hyperref to automatically create links in the document
%#region
\RequirePackage{hyperref}
\hypersetup{colorlinks=true, allcolors=PrimeBlue}
%#endregion

View File

@@ -2,7 +2,6 @@
\ProvidesPackage{PrimeTeX/MarginNotes}[2025-07-09]
% Margin Note formatting.
%#region
\RequirePackage{marginnote}
\colorlet{marginTextColor}{PrimeBlue}
\renewcommand{\marginfont}{\small\color{marginTextColor}}

View File

@@ -4,7 +4,6 @@
\RequirePackage{graphicx}
% Define custom title page.
%#region
\newcommand{\PrimeTitlePage}[1][]{
\begin{titlepage}
\begin{sbfamily}