Version 0.11 commit
This commit is contained in:
committed by
Xavier Danaux
parent
0a0e3a8e1f
commit
6b2cc7239f
@ -1,10 +1,9 @@
|
|||||||
version 0.11 (xx July 2010)
|
version 0.11 (20 July 2010)
|
||||||
- removed the \ifpdf check when loading the graphicx package, as graphicx does
|
- removed the \ifpdf check when loading the graphicx package, as graphicx does
|
||||||
does check internally and this was preventing proper functionning with xelatex
|
does check internally and this was preventing proper functionning with xelatex
|
||||||
and luatex, as reported by A. Trautmann. The same check was also removed
|
and luatex, as reported by A. Trautmann. The same check was also removed
|
||||||
everywhere else in the document (i.e. when loading the color and hyperref
|
everywhere else in the document (i.e. when loading the color and hyperref
|
||||||
packages).
|
packages).
|
||||||
-
|
|
||||||
|
|
||||||
version 0.10 (13 June 2010)
|
version 0.10 (13 June 2010)
|
||||||
- fixed a compatibility issue with the natbib package (natbib uses \section*
|
- fixed a compatibility issue with the natbib package (natbib uses \section*
|
||||||
|
|||||||
@ -10,7 +10,7 @@
|
|||||||
% identification
|
% identification
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
\NeedsTeXFormat{LaTeX2e}
|
\NeedsTeXFormat{LaTeX2e}
|
||||||
\ProvidesClass{moderncv}[2010/05/24 v0.8 modern curriculum vitae document class]
|
\ProvidesClass{moderncv}[2010/07/20 v0.11 modern curriculum vitae document class]
|
||||||
|
|
||||||
|
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
|
|||||||
@ -10,7 +10,7 @@
|
|||||||
% identification
|
% identification
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
\NeedsTeXFormat{LaTeX2e}
|
\NeedsTeXFormat{LaTeX2e}
|
||||||
\ProvidesPackage{moderncvcompatibility}[2010/05/24 v0.8 modern curriculum vitae compatibility patches]
|
\ProvidesPackage{moderncvcompatibility}[2010/07/20 v0.11 modern curriculum vitae compatibility patches]
|
||||||
|
|
||||||
|
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
|
|||||||
@ -10,7 +10,7 @@
|
|||||||
% identification
|
% identification
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
\NeedsTeXFormat{LaTeX2e}
|
\NeedsTeXFormat{LaTeX2e}
|
||||||
\ProvidesPackage{moderncvthemecasual}[2010/05/24 v0.8 modern curriculum vitae style: casual]
|
\ProvidesPackage{moderncvthemecasual}[2010/07/20 v0.11 modern curriculum vitae style: casual]
|
||||||
|
|
||||||
|
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
|
|||||||
@ -10,7 +10,7 @@
|
|||||||
% identification
|
% identification
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
\NeedsTeXFormat{LaTeX2e}
|
\NeedsTeXFormat{LaTeX2e}
|
||||||
\ProvidesPackage{moderncvthemeclassic}[2010/05/24 v0.8 modern curriculum vitae style: classic]
|
\ProvidesPackage{moderncvthemeclassic}[2010/07/20 v0.11 modern curriculum vitae style: classic]
|
||||||
|
|
||||||
|
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
|
|||||||
@ -10,7 +10,7 @@
|
|||||||
% identification
|
% identification
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
\NeedsTeXFormat{LaTeX2e}
|
\NeedsTeXFormat{LaTeX2e}
|
||||||
\ProvidesPackage{moderncvthemeempty}[2010/05/24 v0.8 modern curriculum vitae style: empty]
|
\ProvidesPackage{moderncvthemeempty}[2010/07/20 v0.11 modern curriculum vitae style: empty]
|
||||||
|
|
||||||
|
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user