mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
add bibitem support for moderncv
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17710 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
bb2afff7d0
commit
c94c3a0f1c
@ -24,7 +24,6 @@ Style Standard
|
||||
LabelType No_Label
|
||||
End
|
||||
|
||||
Input stdfloats.inc
|
||||
Input stdcounters.inc
|
||||
|
||||
Style Section
|
||||
@ -47,3 +46,26 @@ Style Section
|
||||
EndFont
|
||||
End
|
||||
|
||||
Style Bibliography
|
||||
Margin First_Dynamic
|
||||
LatexType Bib_Environment
|
||||
LatexName thebibliography
|
||||
NextNoIndent 1
|
||||
LeftMargin MM
|
||||
ParSkip 0.4
|
||||
ItemSep 0
|
||||
TopSep 0.7
|
||||
BottomSep 0.7
|
||||
ParSep 0.5
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Bibliography
|
||||
LabelString "References"
|
||||
LabelBottomSep 1.2
|
||||
LabelFont
|
||||
Series Bold
|
||||
Size Larger
|
||||
Family Sans
|
||||
EndFont
|
||||
End
|
||||
|
||||
|
@ -48,7 +48,7 @@ Switzerland}
|
||||
\paperorientation portrait
|
||||
\secnumdepth 3
|
||||
\tocdepth 3
|
||||
\paragraph_separation indent
|
||||
\paragraph_separation skip
|
||||
\defskip medskip
|
||||
\quotes_language english
|
||||
\papercolumns 1
|
||||
@ -1197,6 +1197,73 @@ status collapsed
|
||||
\begin_layout Standard
|
||||
|
||||
|
||||
\backslash
|
||||
closesection
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
You can use bibitems:
|
||||
\end_layout
|
||||
|
||||
\begin_layout Bibliography
|
||||
\begin_inset LatexCommand bibitem
|
||||
key "latexcompanion"
|
||||
|
||||
\end_inset
|
||||
|
||||
Frank Mittelbach and Michel Goossens:
|
||||
\emph on
|
||||
The LaTeX Companion Second Edition.
|
||||
|
||||
\emph default
|
||||
Addison-Wesley, 2004
|
||||
\end_layout
|
||||
|
||||
\begin_layout Bibliography
|
||||
\begin_inset LatexCommand bibitem
|
||||
key "latexguide"
|
||||
|
||||
\end_inset
|
||||
|
||||
Helmut Kopka and Patrick W.
|
||||
Daly:
|
||||
\emph on
|
||||
A Guide to LaTeX Fourth Edition.
|
||||
|
||||
\emph default
|
||||
Addison-Wesley, 2003
|
||||
\end_layout
|
||||
|
||||
\begin_layout Bibliography
|
||||
\begin_inset LatexCommand bibitem
|
||||
key "latexbook"
|
||||
|
||||
\end_inset
|
||||
|
||||
Leslie Lamport:
|
||||
\emph on
|
||||
LaTeX: A Document Preparation System.
|
||||
|
||||
\emph default
|
||||
Addison-Wesley, second edition, 1994
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
or BibTeX references:
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
\begin_inset ERT
|
||||
status collapsed
|
||||
|
||||
\begin_layout Standard
|
||||
|
||||
|
||||
\backslash
|
||||
nocite{*}
|
||||
\end_layout
|
||||
@ -1205,10 +1272,16 @@ nocite{*}
|
||||
|
||||
|
||||
\begin_inset Note Note
|
||||
status collapsed
|
||||
status open
|
||||
|
||||
\begin_layout Standard
|
||||
Prints all entries of BibTeX-file
|
||||
|
||||
\series bold
|
||||
|
||||
\backslash
|
||||
nocite{*}
|
||||
\series default
|
||||
Prints all entries of the BibTeX-file
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
Loading…
Reference in New Issue
Block a user