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,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}}