mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
support for moderncv: Layout file and template as we currently have no CV template but as discusses some times ago on the users list we need one for the beginners.
(The next days I'll also prepare support for europecv, the second nicht CV class that is also required to use in some fields.) I hope I'm not too rash here. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17700 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
828343c3e8
commit
228c92e6b4
@ -2184,6 +2184,7 @@ lib_layouts_files = Split('''
|
||||
ltugboat.layout
|
||||
manpage.layout
|
||||
memoir.layout
|
||||
moderncv.layout
|
||||
mwart.layout
|
||||
mwbk.layout
|
||||
mwrep.layout
|
||||
@ -2267,6 +2268,7 @@ lib_templates_files = Split('''
|
||||
README.new_templates
|
||||
aa.lyx
|
||||
aastex.lyx
|
||||
agu_article.lyx
|
||||
beamer-conference-ornate-20min.lyx
|
||||
de_beamer-conference-ornate-20min.lyx
|
||||
dinbrief.lyx
|
||||
@ -2276,17 +2278,19 @@ lib_templates_files = Split('''
|
||||
g-brief2.lyx
|
||||
g-brief-de.lyx
|
||||
g-brief-en.lyx
|
||||
ijmpc.lyx
|
||||
ijmpd.lyx
|
||||
hollywood.lyx
|
||||
kluwer.lyx
|
||||
koma-letter2.lyx
|
||||
latex8.lyx
|
||||
letter.lyx
|
||||
modernCV.lyx
|
||||
modernCV.png
|
||||
revtex.lyx
|
||||
revtex4.lyx
|
||||
slides.lyx
|
||||
ijmpc.lyx
|
||||
ijmpd.lyx
|
||||
agu_article.lyx
|
||||
test.bib
|
||||
''')
|
||||
|
||||
|
||||
|
@ -926,6 +926,7 @@ dist_layouts_DATA =\
|
||||
layouts/ltugboat.layout \
|
||||
layouts/lyxmacros.inc \
|
||||
layouts/manpage.layout \
|
||||
layouts/moderncv.layout \
|
||||
layouts/mwart.layout \
|
||||
layouts/mwbk.layout \
|
||||
layouts/mwrep.layout \
|
||||
@ -994,6 +995,7 @@ dist_templates_DATA = \
|
||||
templates/README.new_templates \
|
||||
templates/aa.lyx \
|
||||
templates/aastex.lyx \
|
||||
templates/agu_article.lyx \
|
||||
templates/beamer-conference-ornate-20min.lyx \
|
||||
templates/de_beamer-conference-ornate-20min.lyx \
|
||||
templates/dinbrief.lyx \
|
||||
@ -1004,16 +1006,18 @@ dist_templates_DATA = \
|
||||
templates/g-brief-de.lyx \
|
||||
templates/g-brief-en.lyx \
|
||||
templates/hollywood.lyx \
|
||||
templates/ijmpc.lyx \
|
||||
templates/ijmpd.lyx \
|
||||
templates/kluwer.lyx \
|
||||
templates/koma-letter2.lyx \
|
||||
templates/latex8.lyx \
|
||||
templates/letter.lyx \
|
||||
templates/modernCV.lyx \
|
||||
templates/modernCV.png \
|
||||
templates/revtex.lyx \
|
||||
templates/revtex4.lyx \
|
||||
templates/slides.lyx \
|
||||
templates/ijmpc.lyx \
|
||||
templates/ijmpd.lyx \
|
||||
templates/agu_article.lyx
|
||||
templates/test.bib
|
||||
|
||||
texdir = $(pkgdatadir)/tex
|
||||
dist_tex_DATA = \
|
||||
|
49
lib/layouts/moderncv.layout
Normal file
49
lib/layouts/moderncv.layout
Normal file
@ -0,0 +1,49 @@
|
||||
#% Do not delete the line below; configure depends on this
|
||||
# \DeclareLaTeXClass{curriculum vitae (modern)}
|
||||
# modern CV textclass definition file.
|
||||
# Author : Uwe Stöhr (uwestoehr@web.de)
|
||||
|
||||
|
||||
# General textclass parameters
|
||||
Format 3
|
||||
Columns 1
|
||||
Sides 1
|
||||
SecNumDepth -1
|
||||
TocDepth -1
|
||||
|
||||
|
||||
# Standard style definition
|
||||
Style Standard
|
||||
Margin Static
|
||||
LatexType Paragraph
|
||||
LatexName dummy
|
||||
ParIndent MM
|
||||
ParSkip 0.4
|
||||
Align Block
|
||||
AlignPossible Block, Left, Right, Center
|
||||
LabelType No_Label
|
||||
End
|
||||
|
||||
Input stdfloats.inc
|
||||
Input stdcounters.inc
|
||||
|
||||
Style Section
|
||||
Margin Dynamic
|
||||
LatexType Command
|
||||
LatexName section
|
||||
NeedProtect 1
|
||||
NextNoIndent 1
|
||||
LabelSep xxx
|
||||
ParSkip 0.4
|
||||
TopSep 1.3
|
||||
BottomSep 0.7
|
||||
ParSep 0.7
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType No_Label
|
||||
Font
|
||||
Family Sans
|
||||
Series Bold
|
||||
EndFont
|
||||
End
|
||||
|
1227
lib/templates/modernCV.lyx
Normal file
1227
lib/templates/modernCV.lyx
Normal file
File diff suppressed because it is too large
Load Diff
BIN
lib/templates/modernCV.png
Normal file
BIN
lib/templates/modernCV.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.4 KiB |
16
lib/templates/test.bib
Normal file
16
lib/templates/test.bib
Normal file
@ -0,0 +1,16 @@
|
||||
This file was created with JabRef 2.2.
|
||||
Encoding: Cp1252
|
||||
|
||||
@BOOK{LComp2004,
|
||||
title = {The LaTeX Companion Second Edition},
|
||||
publisher = {Addison-Wesley},
|
||||
year = {2004},
|
||||
author = {Frank Mittelbach and Michael Goossens}
|
||||
}
|
||||
|
||||
@MISC{Parkin2005,
|
||||
author = {Scott Pakin},
|
||||
title = {The Comprehensive {\LaTeX{}} Symbol List},
|
||||
year = {2005}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user