From bee660efc262f9ff62222567ea69e6e8c0319026 Mon Sep 17 00:00:00 2001 From: Joshua Lucas Date: Tue, 29 Jul 2025 15:49:02 -0500 Subject: [PATCH] Remove VSCode fold region comments. --- CrossRef.sty | 1 - DocProperties.sty | 3 --- Fonts.sty | 2 -- Glossary.sty | 1 - Index.sty | 2 -- Layout.sty | 4 ---- Links.sty | 1 - MarginNotes.sty | 1 - TitlePage.sty | 1 - 9 files changed, 16 deletions(-) diff --git a/CrossRef.sty b/CrossRef.sty index 83eb167..20cceca 100644 --- a/CrossRef.sty +++ b/CrossRef.sty @@ -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}} diff --git a/DocProperties.sty b/DocProperties.sty index 2f253c0..d4a86dd 100644 --- a/DocProperties.sty +++ b/DocProperties.sty @@ -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}} diff --git a/Fonts.sty b/Fonts.sty index ceacd0f..a3e45c9 100644 --- a/Fonts.sty +++ b/Fonts.sty @@ -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}} diff --git a/Glossary.sty b/Glossary.sty index 365c714..ea5c65a 100644 --- a/Glossary.sty +++ b/Glossary.sty @@ -2,6 +2,5 @@ \ProvidesPackage{PrimeTeX/Glossary}[2025-07-09] % Glossary formatting. -%#region \RequirePackage[xindy,nopostdot,toc,sort=standard]{glossaries} %#endregion \ No newline at end of file diff --git a/Index.sty b/Index.sty index 51cde68..e391c37 100644 --- a/Index.sty +++ b/Index.sty @@ -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 diff --git a/Layout.sty b/Layout.sty index 1e04a99..30902f6 100644 --- a/Layout.sty +++ b/Layout.sty @@ -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 diff --git a/Links.sty b/Links.sty index a20c4e7..2a25829 100644 --- a/Links.sty +++ b/Links.sty @@ -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 \ No newline at end of file diff --git a/MarginNotes.sty b/MarginNotes.sty index 34d5651..4fd3681 100644 --- a/MarginNotes.sty +++ b/MarginNotes.sty @@ -2,7 +2,6 @@ \ProvidesPackage{PrimeTeX/MarginNotes}[2025-07-09] % Margin Note formatting. -%#region \RequirePackage{marginnote} \colorlet{marginTextColor}{PrimeBlue} \renewcommand{\marginfont}{\small\color{marginTextColor}} diff --git a/TitlePage.sty b/TitlePage.sty index 1de4023..7abfa23 100644 --- a/TitlePage.sty +++ b/TitlePage.sty @@ -4,7 +4,6 @@ \RequirePackage{graphicx} % Define custom title page. -%#region \newcommand{\PrimeTitlePage}[1][]{ \begin{titlepage} \begin{sbfamily}