mirror of
https://github.com/moderncv/moderncv.git
synced 2026-02-06 10:05:19 +01:00
Fix examples (#14)
This commit is contained in:
parent
37e504cf35
commit
8a66c4f990
5 changed files with 5 additions and 5 deletions
|
|
@ -6,7 +6,7 @@
|
||||||
% available at http://www.latex-project.org/lppl/.
|
% available at http://www.latex-project.org/lppl/.
|
||||||
|
|
||||||
|
|
||||||
\documentclass[11pt,a4paper,sans]{moderncv} % opciones posibles incluyen tamaño de fuente ('10pt', '11pt' and '12pt'), tamaño de papel ('a4paper', 'letterpaper', 'a5paper', 'legalpaper', 'executivepaper' y 'landscape') y familia de fuentes ('sans' y 'roman')
|
\documentclass[11pt,a4paper,sans]{../moderncv} % opciones posibles incluyen tamaño de fuente ('10pt', '11pt' and '12pt'), tamaño de papel ('a4paper', 'letterpaper', 'a5paper', 'legalpaper', 'executivepaper' y 'landscape') y familia de fuentes ('sans' y 'roman')
|
||||||
|
|
||||||
% temas de moderncv
|
% temas de moderncv
|
||||||
\moderncvstyle{casual} % las opciones de estilo son 'casual' (por omision),'classic', 'oldstyle' y 'banking'
|
\moderncvstyle{casual} % las opciones de estilo son 'casual' (por omision),'classic', 'oldstyle' y 'banking'
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
% available at http://www.latex-project.org/lppl/.
|
% available at http://www.latex-project.org/lppl/.
|
||||||
|
|
||||||
|
|
||||||
\documentclass[11pt,a4paper,sans]{moderncv} % possible options include font size ('10pt', '11pt' and '12pt'), paper size ('a4paper', 'letterpaper', 'a5paper', 'legalpaper', 'executivepaper' and 'landscape') and font family ('sans' and 'roman')
|
\documentclass[11pt,a4paper,sans]{../moderncv} % possible options include font size ('10pt', '11pt' and '12pt'), paper size ('a4paper', 'letterpaper', 'a5paper', 'legalpaper', 'executivepaper' and 'landscape') and font family ('sans' and 'roman')
|
||||||
|
|
||||||
% moderncv themes
|
% moderncv themes
|
||||||
\moderncvstyle{casual} % style options are 'casual' (default), 'classic', 'banking', 'oldstyle' and 'fancy'
|
\moderncvstyle{casual} % style options are 'casual' (default), 'classic', 'banking', 'oldstyle' and 'fancy'
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
% available at http://www.latex-project.org/lppl/.
|
% available at http://www.latex-project.org/lppl/.
|
||||||
|
|
||||||
|
|
||||||
\documentclass[11pt,a4paper,sans]{moderncv} % possible options include font size ('10pt', '11pt' and '12pt'), paper size ('a4paper', 'letterpaper', 'a5paper', 'legalpaper', 'executivepaper' and 'landscape') and font family ('sans' and 'roman')
|
\documentclass[11pt,a4paper,sans]{../moderncv} % possible options include font size ('10pt', '11pt' and '12pt'), paper size ('a4paper', 'letterpaper', 'a5paper', 'legalpaper', 'executivepaper' and 'landscape') and font family ('sans' and 'roman')
|
||||||
|
|
||||||
% moderncv 主题
|
% moderncv 主题
|
||||||
\moderncvstyle{casual} % 选项参数是 ‘casual’, ‘classic’, ‘oldstyle’ 和 ’banking’
|
\moderncvstyle{casual} % 选项参数是 ‘casual’, ‘classic’, ‘oldstyle’ 和 ’banking’
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
% available at http://www.latex-project.org/lppl/.
|
% available at http://www.latex-project.org/lppl/.
|
||||||
|
|
||||||
|
|
||||||
\documentclass[11pt,a4paper,sans]{moderncv} % possible options include font size ('10pt', '11pt' and '12pt'), paper size ('a4paper', 'letterpaper', 'a5paper', 'legalpaper', 'executivepaper' and 'landscape') and font family ('sans' and 'roman')
|
\documentclass[11pt,a4paper,sans]{../moderncv} % possible options include font size ('10pt', '11pt' and '12pt'), paper size ('a4paper', 'letterpaper', 'a5paper', 'legalpaper', 'executivepaper' and 'landscape') and font family ('sans' and 'roman')
|
||||||
|
|
||||||
% moderncv themes
|
% moderncv themes
|
||||||
\moderncvstyle{casual} % style options are 'casual' (default), 'classic', 'banking', 'oldstyle' and 'fancy'
|
\moderncvstyle{casual} % style options are 'casual' (default), 'classic', 'banking', 'oldstyle' and 'fancy'
|
||||||
|
|
|
||||||
|
|
@ -357,7 +357,7 @@
|
||||||
% loads an icons set
|
% loads an icons set
|
||||||
% usage: \moderncvicons{<icon set name>}
|
% usage: \moderncvicons{<icon set name>}
|
||||||
\newcommand*{\moderncvicons}[1]{%
|
\newcommand*{\moderncvicons}[1]{%
|
||||||
\RequirePackage{moderncvicons#1}}
|
\RequirePackage{../moderncvicons#1}}
|
||||||
|
|
||||||
% recomputes all automatic lengths
|
% recomputes all automatic lengths
|
||||||
\newcommand*{\recomputeheadlengths}{\recomputecvheadlengths}
|
\newcommand*{\recomputeheadlengths}{\recomputecvheadlengths}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue