Remove VSCode fold region comments.
This commit is contained in:
@@ -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}}
|
||||
|
||||
Reference in New Issue
Block a user