mirror of
https://github.com/moderncv/moderncv.git
synced 2026-02-06 10:05:19 +01:00
Cleaned up some comments
This commit is contained in:
parent
20952303e4
commit
4035a423de
1 changed files with 6 additions and 7 deletions
13
moderncv.cls
13
moderncv.cls
|
|
@ -69,19 +69,17 @@
|
|||
%-------------------------------------------------------------------------------
|
||||
% required packages
|
||||
%-------------------------------------------------------------------------------
|
||||
% \AtEndPreamble hook (loading tetoolbox instead of defining the macro, as to avoid incompatibilities with etoolbox (and packages relying on it) defining the macro too)
|
||||
% \AtEndPreamble hook (loading etoolbox instead of defining the macro, as to avoid incompatibilities with etoolbox (and packages relying on it) defining the macro too)
|
||||
\RequirePackage{etoolbox}
|
||||
%\let\@endpreamblehook\@empty
|
||||
%\def\AtEndPreamble{\g@addto@macro\@endpreamblehook}
|
||||
%\let\moderncv@document\document
|
||||
%\def\document{\endgroup\@endpreamblehook\begingroup\moderncv@document}
|
||||
%\let\document@original\document
|
||||
%\def\document{\endgroup\@endpreamblehook\begingroup\document@original}
|
||||
|
||||
% if... then... else... constructs
|
||||
\RequirePackage{ifthen}
|
||||
% TODO: move to xifthen and \isempty{<arg>} instead of \equal{<arg>}{}
|
||||
|
||||
% TODO: replace \newcommand by \NewDocumentCommand (LaTeX 3)
|
||||
|
||||
% color
|
||||
\RequirePackage{xcolor}
|
||||
|
||||
|
|
@ -171,10 +169,11 @@
|
|||
% lengths calculations
|
||||
\RequirePackage{calc}
|
||||
|
||||
% advanced command arguments
|
||||
% advanced command arguments (LaTeX 3)
|
||||
\RequirePackage{xargs}
|
||||
% TODO (?): replace all \newcommand by \NewDocumentCommand
|
||||
|
||||
% micro-typography (e.g., character protrusion, font expansion, hyphenatable letterspacing)
|
||||
% micro-typography (e.g., character protrusion, font expansion, hyphenatable letterspacing)
|
||||
\RequirePackage{microtype}
|
||||
|
||||
% compatibility package with older versions of moderncv
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue