modernCV.lyx:

- change position of command \maketitle (the \AtBeginDocument call doesn't work anymore in recent version of modernCV)
- use vertical space inset instead of the "space" environment (that I once introduced in the modernCV layout when LyX was not able to handle all sorts of custom vertical spaces)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36393 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Uwe Stöhr 2010-11-19 01:39:13 +00:00
parent abf2d5b532
commit a93dcdcb98
3 changed files with 41 additions and 12 deletions

View File

@ -18,8 +18,8 @@ Function UpdateModifiedFiles
#File "${PRODUCT_SOURCEDIR}\Resources\doc\Customization.lyx"
#File "${PRODUCT_SOURCEDIR}\Resources\doc\Math.lyx"
#File "${PRODUCT_SOURCEDIR}\Resources\doc\UserGuide.lyx"
#SetOutPath "$INSTDIR\Resources\examples"
#File "${PRODUCT_SOURCEDIR}\Resources\examples\linguistics.lyx"
SetOutPath "$INSTDIR\Resources\examples"
File "${PRODUCT_SOURCEDIR}\Resources\examples\modernCV.lyx"
SetOutPath "$INSTDIR\Resources\examples\sr"
File "${PRODUCT_SOURCEDIR}\Resources\examples\sr\splash.lyx"
#SetOutPath "$INSTDIR\Resources\layouts"

View File

@ -1,8 +1,7 @@
#LyX 1.6.0 created this file. For more info see http://www.lyx.org/
#LyX 1.6.8 created this file. For more info see http://www.lyx.org/
\lyxformat 345
\begin_document
\begin_header
\use_default_options false
\textclass moderncv
\begin_preamble
\moderncvtheme[blue]{classic}
@ -41,9 +40,8 @@
% optional
\quote{"You only live twice." (an optional quote)}
\AtBeginDocument{\maketitle}
\end_preamble
\use_default_options false
\language english
\inputencoding auto
\font_roman default
@ -54,6 +52,7 @@
\font_osf false
\font_sf_scale 100
\font_tt_scale 100
\graphics default
\paperfontsize 12
\spacing single
@ -75,8 +74,8 @@
\paperpagestyle default
\tracking_changes false
\output_changes false
\author ""
\author ""
\author ""
\author ""
\end_header
\begin_body
@ -116,6 +115,32 @@ moderncv
\end_inset
\end_layout
\begin_layout Standard
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
\backslash
maketitle
\end_layout
\end_inset
\begin_inset Note Note
status collapsed
\begin_layout Plain Layout
outputs the title part like the address
\end_layout
\end_inset
\end_layout
\begin_layout Section
@ -261,13 +286,16 @@ status collapsed
Title of the thesis
\end_layout
\begin_layout Space
0.5cm
\begin_layout Standard
\begin_inset VSpace -0.5cm
\end_inset
\begin_inset Note Note
status open
\begin_layout Plain Layout
Inserts vertical space; negative values are allowed.
add negative or positive space as you like
\end_layout
\end_inset

View File

@ -57,7 +57,8 @@ What's new
* DOCUMENTATION AND LOCALIZATION
- make the modernCV.lyx example file compilable with recent version of
the LaTeX-package modernCV
* BUILD/INSTALLATION