mirror of
https://github.com/moderncv/moderncv.git
synced 2026-02-06 10:05:19 +01:00
Fixed a compatibility issue introduced in version 1.0.0 when \maketitlenamewidth was renamed to \makecvtitlenamewidth
This commit is contained in:
parent
993c5b7ef4
commit
d62200b817
12 changed files with 10 additions and 2 deletions
|
|
@ -1,3 +1,10 @@
|
|||
version 1.1.1 (30 Jul 2012)
|
||||
- fixed a compatibility issue introduced in version 1.0.0 when
|
||||
\maketitlenamewidth was renamed to \makecvtitlenamewidth, as reported by Peppe
|
||||
on launchpad (launchpad bug #1030802). The template now correctly uses
|
||||
\makecvtitlenamewidth, and \maketitlenamewidth was created as an alias for
|
||||
backward compatibility.
|
||||
|
||||
version 1.1.0 (29 Jul 2012)
|
||||
- fixed the switching from letter to resume, correcting spacing errors when a
|
||||
letter is typeset before the resume, as noticed by U. Gabor.
|
||||
|
|
|
|||
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -21,7 +21,7 @@
|
|||
% adjust the page margins
|
||||
\usepackage[scale=0.75]{geometry}
|
||||
%\setlength{\hintscolumnwidth}{3cm} % if you want to change the width of the column with the dates
|
||||
%\setlength{\maketitlenamewidth}{10cm} % for the 'classic' style, if you want to force the width allocated to your name and avoid line breaks. be careful though, the length is normally calculated to avoid any overlap with your personal info; use this at your own typographical risks...
|
||||
%\setlength{\makecvtitlenamewidth}{10cm} % for the 'classic' style, if you want to force the width allocated to your name and avoid line breaks. be careful though, the length is normally calculated to avoid any overlap with your personal info; use this at your own typographical risks...
|
||||
|
||||
% personal data
|
||||
\firstname{John}
|
||||
|
|
|
|||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -77,6 +77,7 @@
|
|||
% compatibility with versions <= 0.19
|
||||
\newcommand*{\maketitle}{\makecvtitle}%
|
||||
\title{}% to avoid LaTeX complaining that \maketitle is a called without first a call to \title
|
||||
\newcommand*{\maketitlenamewidth}{\makecvtitlenamewidth}
|
||||
|
||||
|
||||
\endinput
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue