diff --git a/.bzrignore b/.bzrignore index fd1b64f..fc7b852 100644 --- a/.bzrignore +++ b/.bzrignore @@ -1,5 +1,6 @@ cv_xdanaux* -examples/generate_examples.sh +*.sh +examples/*.sh examples/template_casual_orange.tex examples/template_classic_green.tex examples/template_multibib.tex diff --git a/CHANGELOG b/CHANGELOG index 802f913..6e227f5 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -version 0.14 (xx November 2011) +version 0.14 (04 December 2011) - adds support for CJK, thanks to the help of P. D'Apice. - the use of \recomputelengths after modifying any length in the preamble is now unnecessary; \recomputelength is automatically called at the start of the document. diff --git a/examples/template.pdf b/examples/template.pdf index 5b51f59..02d3323 100644 Binary files a/examples/template.pdf and b/examples/template.pdf differ diff --git a/examples/template_casual_orange.pdf b/examples/template_casual_orange.pdf index 1fc08b1..b0f8cef 100644 Binary files a/examples/template_casual_orange.pdf and b/examples/template_casual_orange.pdf differ diff --git a/examples/template_classic_green.pdf b/examples/template_classic_green.pdf index 3202344..347b0fd 100644 Binary files a/examples/template_classic_green.pdf and b/examples/template_classic_green.pdf differ diff --git a/examples/template_multibib.pdf b/examples/template_multibib.pdf index 8e03260..1fb4365 100644 Binary files a/examples/template_multibib.pdf and b/examples/template_multibib.pdf differ diff --git a/moderncv.cls b/moderncv.cls index e89b38d..beea4d0 100644 --- a/moderncv.cls +++ b/moderncv.cls @@ -10,7 +10,7 @@ % identification %------------------------------------------------------------------------------- \NeedsTeXFormat{LaTeX2e} -\ProvidesClass{moderncv}[2011/11/11 v0.13.1 modern curriculum vitae document class] +\ProvidesClass{moderncv}[2011/12/04 v0.14 modern curriculum vitae document class] %------------------------------------------------------------------------------- diff --git a/moderncvcompatibility.sty b/moderncvcompatibility.sty index e32e667..9069a4d 100644 --- a/moderncvcompatibility.sty +++ b/moderncvcompatibility.sty @@ -10,7 +10,7 @@ % identification %------------------------------------------------------------------------------- \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{moderncvcompatibility}[2011/11/11 v0.13.1 modern curriculum vitae compatibility patches] +\ProvidesPackage{moderncvcompatibility}[2011/12/04 v0.14 modern curriculum vitae compatibility patches] %------------------------------------------------------------------------------- diff --git a/moderncvthemecasual.sty b/moderncvthemecasual.sty index f9b2a18..b7d3c40 100644 --- a/moderncvthemecasual.sty +++ b/moderncvthemecasual.sty @@ -10,7 +10,7 @@ % identification %------------------------------------------------------------------------------- \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{moderncvthemecasual}[2011/11/11 v0.13.1 modern curriculum vitae style: casual] +\ProvidesPackage{moderncvthemecasual}[2011/12/04 v0.14 modern curriculum vitae style: casual] %------------------------------------------------------------------------------- diff --git a/moderncvthemeclassic.sty b/moderncvthemeclassic.sty index 8d277b1..acaaa47 100644 --- a/moderncvthemeclassic.sty +++ b/moderncvthemeclassic.sty @@ -10,7 +10,7 @@ % identification %------------------------------------------------------------------------------- \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{moderncvthemeclassic}[2011/11/11 v0.13.1 modern curriculum vitae style: classic] +\ProvidesPackage{moderncvthemeclassic}[2011/12/04 v0.14 modern curriculum vitae style: classic] %------------------------------------------------------------------------------- diff --git a/moderncvthemeempty.sty b/moderncvthemeempty.sty index 32a70ee..c3f32ad 100644 --- a/moderncvthemeempty.sty +++ b/moderncvthemeempty.sty @@ -10,7 +10,7 @@ % identification %------------------------------------------------------------------------------- \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{moderncvthemeempty}[2011/11/11 v0.13.1 modern curriculum vitae style: empty] +\ProvidesPackage{moderncvthemeempty}[2011/12/04 v0.14 modern curriculum vitae style: empty] %-------------------------------------------------------------------------------