From: Uwe Stöhr Date: Mon, 28 Jan 2013 23:17:35 +0000 (+0100) Subject: modernCV.lyx: add important compilation notes X-Git-Tag: 2.0.6~119 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=caa1387dceaec2fa72f64599fe7e95ef4dbc250e;p=features.git 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 --- diff --git a/lib/examples/modernCV.lyx b/lib/examples/modernCV.lyx index 57ae534a5e..80bf1cb062 100644 --- a/lib/examples/modernCV.lyx +++ b/lib/examples/modernCV.lyx @@ -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 diff --git a/lib/layouts/moderncv.layout b/lib/layouts/moderncv.layout index 332a5267d5..84c4e2d8b6 100644 --- a/lib/layouts/moderncv.layout +++ b/lib/layouts/moderncv.layout @@ -69,7 +69,7 @@ Style Entry Margin Dynamic LatexType Command LatexName cventry - OptionalArgs 1 + OptionalArgs 1 ParSkip 0.4 Align Block LabelSep xx diff --git a/status.20x b/status.20x index edff7ccd40..6818b73527 100644 --- a/status.20x +++ b/status.20x @@ -125,6 +125,8 @@ What's new - Make the thesis template compilable again. +- Fix compilation of modernCV example file for all themes. + * LYXHTML