From caa1387dceaec2fa72f64599fe7e95ef4dbc250e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20St=C3=B6hr?= Date: Tue, 29 Jan 2013 00:17:35 +0100 Subject: [PATCH] modernCV.lyx: add important compilation notes MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit - thanks to Jürgen, I could now resolve the bug why the compilation of modernCV failed for certain themes - moderncv.layout: a whitespace fix --- lib/examples/modernCV.lyx | 25 ++++++++++++++++++++++--- lib/layouts/moderncv.layout | 2 +- status.20x | 2 ++ 3 files changed, 25 insertions(+), 4 deletions(-) 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 -- 2.39.5