mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-12 16:50:39 +00:00
- iopart.layout: fix some bugs
- iop-article.lyx: fix 2 typos - add missing example BibTeX file git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@26715 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
08342483ed
commit
d7fc0b7ba8
@ -1495,6 +1495,7 @@ lib_templates_files = Split('''
|
||||
agu_article.lyx
|
||||
apa.lyx
|
||||
beamer-conference-ornate-20min.lyx
|
||||
biblioExample.bib
|
||||
de_beamer-conference-ornate-20min.lyx
|
||||
dinbrief.lyx
|
||||
docbook_article.lyx
|
||||
|
@ -1053,6 +1053,7 @@ dist_templates_DATA = \
|
||||
templates/agu_article.lyx \
|
||||
templates/apa.lyx \
|
||||
templates/beamer-conference-ornate-20min.lyx \
|
||||
templates/biblioExample.bib \
|
||||
templates/de_beamer-conference-ornate-20min.lyx \
|
||||
templates/dinbrief.lyx \
|
||||
templates/docbook_article.lyx \
|
||||
|
@ -62,7 +62,6 @@ Style Title
|
||||
BottomSep 1
|
||||
ParSep 1
|
||||
Align Center
|
||||
AlignPossible Center
|
||||
LabelType No_Label
|
||||
Font
|
||||
Size Largest
|
||||
@ -120,20 +119,19 @@ End
|
||||
|
||||
|
||||
Style Author
|
||||
Margin Static
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
LatexName author
|
||||
LabelSep xxx
|
||||
ParSkip 0.4
|
||||
TopSep 1.3
|
||||
BottomSep 0.7
|
||||
ParSep 0.7
|
||||
Align Center
|
||||
AlignPossible Center
|
||||
LabelType No_Label
|
||||
Margin Static
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
LatexName author
|
||||
LabelSep xxx
|
||||
ParSkip 0.4
|
||||
TopSep 1.3
|
||||
BottomSep 0.7
|
||||
ParSep 0.7
|
||||
Align Center
|
||||
LabelType No_Label
|
||||
Font
|
||||
Size Large
|
||||
Size Large
|
||||
EndFont
|
||||
End
|
||||
|
||||
@ -144,8 +142,7 @@ Style Address
|
||||
LatexName address
|
||||
InTitle 1
|
||||
ParSkip 0.4
|
||||
Align Left
|
||||
AlignPossible Block, Left, Right, Center
|
||||
Align Center
|
||||
LabelType No_Label
|
||||
End
|
||||
|
||||
@ -157,8 +154,7 @@ Style Email
|
||||
InTitle 1
|
||||
ParSkip 0.4
|
||||
BottomSep 0.5
|
||||
Align Left
|
||||
AlignPossible Block, Left, Right, Center
|
||||
Align Center
|
||||
LabelType No_Label
|
||||
End
|
||||
|
||||
@ -177,8 +173,8 @@ Style Abstract
|
||||
BottomSep 0.7
|
||||
ParSep 0
|
||||
Align Block
|
||||
AlignPossible Block
|
||||
LabelType Centered_Top_Environment
|
||||
AlignPossible Block, Left, Center, Right
|
||||
LabelType Top_Environment
|
||||
LabelString "Abstract"
|
||||
LabelBottomSep 0.5
|
||||
Font
|
||||
@ -242,7 +238,6 @@ Style Acknowledgments
|
||||
TopSep 0.7
|
||||
BottomSep 0.4
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Static
|
||||
LabelString "Acknowledgments"
|
||||
Font
|
||||
|
16
lib/templates/biblioExample.bib
Normal file
16
lib/templates/biblioExample.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}
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
#LyX 1.5.0svn created this file. For more info see http://www.lyx.org/
|
||||
#LyX 1.5.7svn created this file. For more info see http://www.lyx.org/
|
||||
\lyxformat 276
|
||||
\begin_document
|
||||
\begin_header
|
||||
@ -42,11 +42,8 @@
|
||||
\paperpagestyle headings
|
||||
\tracking_changes false
|
||||
\output_changes false
|
||||
\author "usti"
|
||||
\author "stadmin"
|
||||
\author "us939"
|
||||
\author "Uwe Stöhr"
|
||||
\author ""
|
||||
\author ""
|
||||
\author ""
|
||||
\end_header
|
||||
|
||||
\begin_body
|
||||
@ -219,7 +216,7 @@ dummy@test.xx
|
||||
status collapsed
|
||||
|
||||
\begin_layout Standard
|
||||
At least one Email adress is required.
|
||||
At least one Email address is required.
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
@ -228,7 +225,7 @@ At least one Email adress is required.
|
||||
\end_layout
|
||||
|
||||
\begin_layout Abstract
|
||||
Abstract, should normally be not loger than 200 words.
|
||||
Abstract, should normally be not longer than 200 words.
|
||||
\end_layout
|
||||
|
||||
\begin_layout Keywords
|
||||
|
@ -103,6 +103,9 @@ What's new
|
||||
|
||||
- Fix lyxclient to read the whole command line as one command.
|
||||
|
||||
- Layout file and template for journal articles of the IOP publishing group
|
||||
fixed.
|
||||
|
||||
|
||||
* USER INTERFACE
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user