modernCV.lyx: add important compilation notes

- thanks to Jürgen, I could now resolve the bug why the compilation of modernCV failed for certain themes

- moderncv.layout: a whitespace fix
This commit is contained in:
Uwe Stöhr 2013-01-29 00:17:35 +01:00
parent a2021f117e
commit caa1387dce
3 changed files with 25 additions and 4 deletions

View File

@ -9,7 +9,7 @@
% required
\moderncvtheme[blue]{classic}
% possible themes are "classic" and "casual"
% possible themes are 'classic', 'casual', 'oldstyle' and 'banking'
% optional argument are 'blue' (default), 'orange', 'red', 'green', 'grey' and 'roman' (for roman fonts, instead of sans serif fonts)
% required
@ -22,8 +22,9 @@
% optional
% \address{street and number}{postcode city}
% '\\' adds a line break
\address{Teststreet 17}{03333 Nicecity\protect\\[0.1em] Switzerland\protect\\[0.2em]}
% only with the classic theme you can add a line break with
% \protect\\
\address{Teststreet 17}{03333 Nicecity Switzerland}
% optional
\phone{+43(0)999 9999}
@ -422,6 +423,24 @@ status collapsed
\end_inset
Maintainer of the xxx documentation
\begin_inset Note Note
status open
\begin_layout Plain Layout
\series bold
Note:
\series default
If you use the
\emph on
banking
\emph default
theme, no linebreaks are allowed in entries.
\end_layout
\end_inset
\end_layout
\begin_layout Entry

View File

@ -69,7 +69,7 @@ Style Entry
Margin Dynamic
LatexType Command
LatexName cventry
OptionalArgs 1
OptionalArgs 1
ParSkip 0.4
Align Block
LabelSep xx

View File

@ -125,6 +125,8 @@ What's new
- Make the thesis template compilable again.
- Fix compilation of modernCV example file for all themes.
* LYXHTML