mirror of
https://github.com/moderncv/moderncv.git
synced 2026-02-06 10:05:19 +01:00
Version 0.10 commit
This commit is contained in:
parent
e46223e8e9
commit
03e827c31b
3 changed files with 132 additions and 123 deletions
12
moderncv.cls
12
moderncv.cls
|
|
@ -83,12 +83,12 @@
|
|||
%-------------------------------------------------------------------------------
|
||||
% required packages
|
||||
%-------------------------------------------------------------------------------
|
||||
% \AtEndPreamble hook (could load package etoolbox instead of defining it)
|
||||
%\RequirePackage{etoolbox}
|
||||
\let\@endpreamblehook\@empty
|
||||
\def\AtEndPreamble{\g@addto@macro\@endpreamblehook}
|
||||
\let\moderncv@document\document
|
||||
\def\document{\endgroup\@endpreamblehook\begingroup\moderncv@document}
|
||||
% \AtEndPreamble hook (loading tetoolbox 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}
|
||||
|
||||
% if... then... else... constructs
|
||||
\RequirePackage{ifthen}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue