- Replace all \newcommands with \NewDocumentCommand.
- Add Ragged2e dependency for better alignment options. - Refine marginalia, widow control.
This commit is contained in:
@@ -56,12 +56,12 @@
|
||||
|
||||
\input{PrimeTeX/commonincludes.def}
|
||||
|
||||
\newcommand{\IfAdminManual}[2]{
|
||||
\NewDocumentCommand{\IfAdminManual}{+m +m}{
|
||||
\ifthenelse{\boolean{isAdminManual}}{#1}{#2}
|
||||
}
|
||||
|
||||
\newcommand{\IfElectronic}[2]{
|
||||
\NewDocumentCommand{\IfElectronic}{+m +m}{
|
||||
\ifthenelse{\boolean{isElectronic}}{#1}{#2}
|
||||
}
|
||||
|
||||
\newcommand{\rem}[1]{}
|
||||
\NewDocumentCommand{\rem}{+m}{}
|
||||
Reference in New Issue
Block a user