mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-25 22:06:15 +00:00
port latest changes of template and layout files to trunk
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39083 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
46813f1b5b
commit
6bb492c620
@ -7,12 +7,38 @@
|
|||||||
#
|
#
|
||||||
# Author: Panayotis "PAP" Papasotiriou <papasot@physics.upatras.gr>
|
# Author: Panayotis "PAP" Papasotiriou <papasot@physics.upatras.gr>
|
||||||
#
|
#
|
||||||
# Version 1 2006-04-09 - First version, for LyX 1.4.0.
|
# revised for ws-ijmpc.tex : 8-1-08
|
||||||
|
# Author: Uwe Stöhr (uwestoehr@web.de)
|
||||||
|
|
||||||
|
|
||||||
Format 35
|
Format 35
|
||||||
|
|
||||||
Input stdclass.inc
|
Sides 1
|
||||||
Input numarticle.inc
|
Columns 1
|
||||||
|
SecNumDepth 3
|
||||||
|
TocDepth 3
|
||||||
|
DefaultStyle Standard
|
||||||
|
|
||||||
|
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 stdcounters.inc
|
||||||
|
Input stdfloats.inc
|
||||||
|
#Input stdlists.inc
|
||||||
|
Input stdsections.inc
|
||||||
|
Input stdstarsections.inc
|
||||||
|
Input stdlayouts.inc
|
||||||
|
Input lyxmacros.inc
|
||||||
|
|
||||||
|
ProvidesModule theorems-std
|
||||||
|
|
||||||
NoStyle Chapter
|
NoStyle Chapter
|
||||||
NoCounter chapter
|
NoCounter chapter
|
||||||
@ -21,29 +47,78 @@ NoStyle Part
|
|||||||
NoCounter part
|
NoCounter part
|
||||||
NoStyle Verse
|
NoStyle Verse
|
||||||
|
|
||||||
Sides 1
|
|
||||||
Columns 1
|
|
||||||
SecNumDepth 3
|
|
||||||
TocDepth 3
|
|
||||||
DefaultStyle Standard
|
|
||||||
|
|
||||||
ClassOptions
|
Style MarkBoth
|
||||||
FontSize ""
|
LaTeXType Command
|
||||||
PageStyle ""
|
LaTeXName markboth
|
||||||
|
Category FrontMatter
|
||||||
|
InTitle 1
|
||||||
|
Align Center
|
||||||
|
Font
|
||||||
|
Size Small
|
||||||
|
EndFont
|
||||||
|
Preamble
|
||||||
|
% protect \markboth against an old bug reintroduced in babel >= 3.8g
|
||||||
|
\let\oldforeign@language\foreign@language
|
||||||
|
\DeclareRobustCommand{\foreign@language}[1]{%
|
||||||
|
\lowercase{\oldforeign@language{#1}}}
|
||||||
|
EndPreamble
|
||||||
|
End
|
||||||
|
|
||||||
|
Style Catchline
|
||||||
|
Margin Dynamic
|
||||||
|
LatexType Command
|
||||||
|
LatexName catchline{}{}{}{}
|
||||||
|
LabelString "Catchline"
|
||||||
|
Category FrontMatter
|
||||||
|
KeepEmpty 1
|
||||||
|
ParSkip 0.4
|
||||||
|
InTitle 1
|
||||||
|
Align Block
|
||||||
|
LabelSep xx
|
||||||
|
LabelType Static
|
||||||
|
LabelString "Catchline"
|
||||||
|
LabelFont
|
||||||
|
Series Bold
|
||||||
|
Color Green
|
||||||
|
EndFont
|
||||||
End
|
End
|
||||||
|
|
||||||
Style Title
|
Style Title
|
||||||
|
Margin Static
|
||||||
|
LatexType Command
|
||||||
|
LatexName title
|
||||||
|
Category FrontMatter
|
||||||
|
InTitle 1
|
||||||
|
OptionalArgs 0
|
||||||
|
ParSkip 0.4
|
||||||
|
ItemSep 0
|
||||||
|
TopSep 0
|
||||||
|
BottomSep 1
|
||||||
|
ParSep 1
|
||||||
Align Center
|
Align Center
|
||||||
TextFont
|
LabelType No_Label
|
||||||
Size Large
|
Font
|
||||||
|
Size Largest
|
||||||
EndFont
|
EndFont
|
||||||
End
|
End
|
||||||
|
|
||||||
Style Author
|
Style Author
|
||||||
|
Margin Static
|
||||||
|
LatexType Command
|
||||||
|
Category FrontMatter
|
||||||
|
InTitle 1
|
||||||
|
OptionalArgs 1
|
||||||
|
LatexName author
|
||||||
|
LabelSep xxx
|
||||||
|
ParSkip 0.4
|
||||||
|
TopSep 1.3
|
||||||
|
BottomSep 0.7
|
||||||
|
ParSep 0.7
|
||||||
Align Center
|
Align Center
|
||||||
TextFont
|
LabelType No_Label
|
||||||
Series Medium
|
Font
|
||||||
Size Normal
|
Size Large
|
||||||
EndFont
|
EndFont
|
||||||
End
|
End
|
||||||
|
|
||||||
@ -55,34 +130,87 @@ Style Address
|
|||||||
BottomSep 0.4
|
BottomSep 0.4
|
||||||
Align Center
|
Align Center
|
||||||
LabelType No_Label
|
LabelType No_Label
|
||||||
TextFont
|
Font
|
||||||
Series Medium
|
Series Medium
|
||||||
Shape Italic
|
Shape Italic
|
||||||
Size Normal
|
Size Normal
|
||||||
EndFont
|
EndFont
|
||||||
End
|
End
|
||||||
|
|
||||||
Style Abstract
|
Style History
|
||||||
|
Margin First_Dynamic
|
||||||
LatexType Environment
|
LatexType Environment
|
||||||
ParIndent ""
|
LatexName history
|
||||||
Align Block
|
Category FrontMatter
|
||||||
LabelType No_Label
|
TopSep 0.7
|
||||||
TextFont
|
BottomSep 0.7
|
||||||
|
ParSkip 0.4
|
||||||
|
Align Center
|
||||||
|
Font
|
||||||
Size Small
|
Size Small
|
||||||
EndFont
|
EndFont
|
||||||
End
|
End
|
||||||
|
|
||||||
Style Keywords
|
InsetLayout Flex:Received
|
||||||
CopyStyle Abstract
|
LyxType custom
|
||||||
LatexType Command
|
LatexType command
|
||||||
LatexName keywords
|
LatexName received
|
||||||
Margin Dynamic
|
LabelString "Received"
|
||||||
LabelType Static
|
Font
|
||||||
LabelString "Keywords:"
|
Size Small
|
||||||
LabelSep M
|
Misc No_Emph
|
||||||
|
Misc No_Noun
|
||||||
|
Misc No_Bar
|
||||||
|
EndFont
|
||||||
LabelFont
|
LabelFont
|
||||||
Series Medium
|
Color green
|
||||||
Shape Italic
|
Size Small
|
||||||
|
EndFont
|
||||||
|
End
|
||||||
|
|
||||||
|
InsetLayout Flex:Revised
|
||||||
|
LyxType custom
|
||||||
|
LatexType command
|
||||||
|
LatexName revised
|
||||||
|
LabelString "Revised"
|
||||||
|
Font
|
||||||
|
Size Small
|
||||||
|
Misc No_Emph
|
||||||
|
Misc No_Noun
|
||||||
|
Misc No_Bar
|
||||||
|
EndFont
|
||||||
|
LabelFont
|
||||||
|
Color green
|
||||||
|
Size Small
|
||||||
|
EndFont
|
||||||
|
End
|
||||||
|
|
||||||
|
Style Abstract
|
||||||
|
Margin First_Dynamic
|
||||||
|
LatexType Environment
|
||||||
|
LatexName abstract
|
||||||
|
Category FrontMatter
|
||||||
|
TopSep 0.7
|
||||||
|
BottomSep 0.7
|
||||||
|
ParSkip 0.4
|
||||||
|
Font
|
||||||
|
Size Small
|
||||||
|
EndFont
|
||||||
|
End
|
||||||
|
|
||||||
|
InsetLayout Flex:Keywords
|
||||||
|
LyxType custom
|
||||||
|
LatexType command
|
||||||
|
LatexName keywords
|
||||||
|
LabelString "Keywords"
|
||||||
|
Font
|
||||||
|
Size Small
|
||||||
|
Misc No_Emph
|
||||||
|
Misc No_Noun
|
||||||
|
Misc No_Bar
|
||||||
|
EndFont
|
||||||
|
LabelFont
|
||||||
|
Color green
|
||||||
Size Small
|
Size Small
|
||||||
EndFont
|
EndFont
|
||||||
End
|
End
|
||||||
@ -94,101 +222,83 @@ Style Classification_Codes
|
|||||||
Margin Static
|
Margin Static
|
||||||
End
|
End
|
||||||
|
|
||||||
Style Section
|
InsetLayout Flex:TableCaption
|
||||||
Align Block
|
LyxType custom
|
||||||
|
LatexType command
|
||||||
|
LatexName tbl
|
||||||
|
LabelString "Table caption"
|
||||||
Font
|
Font
|
||||||
Size Normal
|
Size Small
|
||||||
|
Misc No_Emph
|
||||||
|
Misc No_Noun
|
||||||
|
Misc No_Bar
|
||||||
EndFont
|
EndFont
|
||||||
TocLevel 1
|
|
||||||
End
|
|
||||||
|
|
||||||
Style Section*
|
|
||||||
Align Block
|
|
||||||
Font
|
|
||||||
Size Normal
|
|
||||||
EndFont
|
|
||||||
End
|
|
||||||
|
|
||||||
Style Subsection
|
|
||||||
Align Block
|
|
||||||
TextFont
|
|
||||||
Shape Italic
|
|
||||||
Size Normal
|
|
||||||
EndFont
|
|
||||||
TocLevel 2
|
|
||||||
End
|
|
||||||
|
|
||||||
Style Subsubsection
|
|
||||||
Align Block
|
|
||||||
LabelFont
|
LabelFont
|
||||||
Series Medium
|
Color green
|
||||||
|
Size Small
|
||||||
EndFont
|
EndFont
|
||||||
TextFont
|
|
||||||
Series Medium
|
|
||||||
Shape Italic
|
|
||||||
Size Normal
|
|
||||||
EndFont
|
|
||||||
TocLevel 3
|
|
||||||
End
|
End
|
||||||
|
|
||||||
Counter definition
|
InsetLayout Flex:Refcite
|
||||||
|
LyxType custom
|
||||||
|
LatexType command
|
||||||
|
LatexName refcite
|
||||||
|
LabelString "Cite reference"
|
||||||
|
Font
|
||||||
|
Size Small
|
||||||
|
Misc No_Emph
|
||||||
|
Misc No_Noun
|
||||||
|
Misc No_Bar
|
||||||
|
EndFont
|
||||||
|
LabelFont
|
||||||
|
Color green
|
||||||
|
Size Small
|
||||||
|
EndFont
|
||||||
End
|
End
|
||||||
|
|
||||||
Style Definition
|
Style ItemList
|
||||||
LatexType Environment
|
Category List
|
||||||
LatexName definition
|
Margin Static
|
||||||
Margin First_Dynamic
|
LatexType Item_Environment
|
||||||
TopSep 0.6
|
LatexName itemlist
|
||||||
BottomSep 0.6
|
|
||||||
Align Block
|
|
||||||
LabelType Counter
|
|
||||||
LabelCounter definition
|
|
||||||
LabelString "Definition \thedefinition."
|
|
||||||
LabelSep M
|
|
||||||
NextNoIndent 1
|
NextNoIndent 1
|
||||||
LabelFont
|
LeftMargin MMN
|
||||||
Series Bold
|
LabelSep xx
|
||||||
EndFont
|
ItemSep 0.2
|
||||||
|
TopSep 0.7
|
||||||
|
BottomSep 0.7
|
||||||
|
ParSep 0.3
|
||||||
|
Align Block
|
||||||
|
AlignPossible Block, Left
|
||||||
|
LabelType Itemize
|
||||||
|
LabelString "*"
|
||||||
|
HTMLTag ul
|
||||||
|
HTMLItem li
|
||||||
|
HTMLLabel NONE
|
||||||
End
|
End
|
||||||
|
|
||||||
Counter step
|
Style RomanList
|
||||||
End
|
Category List
|
||||||
Style Step
|
Margin Static
|
||||||
CopyStyle Definition
|
LatexType Item_Environment
|
||||||
LatexName step
|
LatexName romanlist
|
||||||
LabelCounter step
|
OptionalArgs 1
|
||||||
LabelString "Step \thestep."
|
NextNoIndent 1
|
||||||
LabelFont
|
LeftMargin MMN
|
||||||
Series Medium
|
LabelSep xx
|
||||||
Shape Italic
|
ParSkip 0.0
|
||||||
EndFont
|
ItemSep 0.2
|
||||||
End
|
TopSep 0.7
|
||||||
|
BottomSep 0.7
|
||||||
Counter example
|
ParSep 0.3
|
||||||
End
|
Align Block
|
||||||
Style Example
|
AlignPossible Block, Left
|
||||||
CopyStyle Definition
|
LabelType Enumerate
|
||||||
LatexName example
|
LabelCounter "enum"
|
||||||
LabelCounter example
|
HTMLTag ol
|
||||||
LabelString "Example \theexample."
|
HTMLItem li
|
||||||
End
|
HTMLLabel NONE
|
||||||
|
RefPrefix enu
|
||||||
Counter remark
|
|
||||||
End
|
|
||||||
Style Remark
|
|
||||||
CopyStyle Definition
|
|
||||||
LatexName remark
|
|
||||||
LabelCounter remark
|
|
||||||
LabelString "Remark \theremark."
|
|
||||||
End
|
|
||||||
|
|
||||||
Counter notation
|
|
||||||
End
|
|
||||||
Style Notation
|
|
||||||
CopyStyle Definition
|
|
||||||
LatexName notation
|
|
||||||
LabelCounter notation
|
|
||||||
LabelString "Notation \thenotation."
|
|
||||||
End
|
End
|
||||||
|
|
||||||
Counter theorem
|
Counter theorem
|
||||||
@ -196,6 +306,7 @@ End
|
|||||||
Style Theorem
|
Style Theorem
|
||||||
LatexType Environment
|
LatexType Environment
|
||||||
LatexName theorem
|
LatexName theorem
|
||||||
|
Category Theorem
|
||||||
Margin First_Dynamic
|
Margin First_Dynamic
|
||||||
TopSep 0.6
|
TopSep 0.6
|
||||||
BottomSep 0.6
|
BottomSep 0.6
|
||||||
@ -205,18 +316,19 @@ Style Theorem
|
|||||||
LabelCounter theorem
|
LabelCounter theorem
|
||||||
LabelString "Theorem \thetheorem."
|
LabelString "Theorem \thetheorem."
|
||||||
LabelSep M
|
LabelSep M
|
||||||
|
Font
|
||||||
|
Shape Italic
|
||||||
|
EndFont
|
||||||
LabelFont
|
LabelFont
|
||||||
Series Bold
|
Series Bold
|
||||||
Shape Up
|
Shape Up
|
||||||
EndFont
|
EndFont
|
||||||
TextFont
|
|
||||||
Shape Italic
|
|
||||||
EndFont
|
|
||||||
End
|
End
|
||||||
|
|
||||||
Style Proof
|
Style Proof
|
||||||
LatexType Environment
|
LatexType Environment
|
||||||
LatexName proof
|
LatexName proof
|
||||||
|
Category Theorem
|
||||||
Margin First_Dynamic
|
Margin First_Dynamic
|
||||||
TopSep 0.6
|
TopSep 0.6
|
||||||
BottomSep 0.6
|
BottomSep 0.6
|
||||||
@ -260,7 +372,7 @@ End
|
|||||||
Counter prop
|
Counter prop
|
||||||
End
|
End
|
||||||
Style Prop
|
Style Prop
|
||||||
CopyStyle Definition
|
CopyStyle Theorem
|
||||||
LatexName prop
|
LatexName prop
|
||||||
LabelCounter prop
|
LabelCounter prop
|
||||||
LabelString "Prop \theprop."
|
LabelString "Prop \theprop."
|
||||||
@ -269,7 +381,7 @@ End
|
|||||||
Counter question
|
Counter question
|
||||||
End
|
End
|
||||||
Style Question
|
Style Question
|
||||||
CopyStyle Definition
|
CopyStyle Theorem
|
||||||
LatexName question
|
LatexName question
|
||||||
LabelCounter question
|
LabelCounter question
|
||||||
LabelString "Question \thequestion."
|
LabelString "Question \thequestion."
|
||||||
@ -293,28 +405,12 @@ Style Conjecture
|
|||||||
LabelString "Conjecture \theconjecture."
|
LabelString "Conjecture \theconjecture."
|
||||||
End
|
End
|
||||||
|
|
||||||
Style Appendices_Section
|
|
||||||
Margin Static
|
|
||||||
LatexType Command
|
|
||||||
LatexName appendix
|
|
||||||
KeepEmpty 1
|
|
||||||
TopSep 0.6
|
|
||||||
BottomSep 0
|
|
||||||
Align Block
|
|
||||||
LabelType Centered_Top_Environment
|
|
||||||
LabelString "--- Appendices ---"
|
|
||||||
Font
|
|
||||||
Series Bold
|
|
||||||
Size Normal
|
|
||||||
Color Blue
|
|
||||||
EndFont
|
|
||||||
End
|
|
||||||
|
|
||||||
Counter appendix
|
Counter appendix
|
||||||
End
|
End
|
||||||
Style Appendix
|
Style Appendix
|
||||||
LatexType Command
|
LatexType Command
|
||||||
LatexName section
|
LatexName section
|
||||||
|
Category BackMatter
|
||||||
TopSep 0.6
|
TopSep 0.6
|
||||||
BottomSep 0.6
|
BottomSep 0.6
|
||||||
Margin First_Dynamic
|
Margin First_Dynamic
|
||||||
@ -329,16 +425,30 @@ Style Appendix
|
|||||||
Shape Up
|
Shape Up
|
||||||
Size Normal
|
Size Normal
|
||||||
EndFont
|
EndFont
|
||||||
TextFont
|
Font
|
||||||
Series Bold
|
Series Bold
|
||||||
EndFont
|
EndFont
|
||||||
End
|
End
|
||||||
|
|
||||||
Style Bibliography
|
Style Bibliography
|
||||||
|
Margin First_Dynamic
|
||||||
|
LatexType Bib_Environment
|
||||||
|
LatexName thebibliography
|
||||||
|
Category BackMatter
|
||||||
|
NextNoIndent 1
|
||||||
|
LeftMargin MM
|
||||||
|
ParSkip 0.4
|
||||||
|
ItemSep 0
|
||||||
|
TopSep 0.7
|
||||||
|
BottomSep 0.7
|
||||||
|
ParSep 0.5
|
||||||
Align Block
|
Align Block
|
||||||
|
AlignPossible Block, Left
|
||||||
|
LabelType Bibliography
|
||||||
|
LabelString "References"
|
||||||
|
LabelBottomSep 1.2
|
||||||
LabelFont
|
LabelFont
|
||||||
Size Normal
|
Series Bold
|
||||||
|
Size Larger
|
||||||
EndFont
|
EndFont
|
||||||
End
|
End
|
||||||
|
|
||||||
Input theorems-refprefix.inc
|
|
||||||
|
@ -11,11 +11,39 @@
|
|||||||
# Version 2 2003-03-03 - Updated for LyX 1.3.0.
|
# Version 2 2003-03-03 - Updated for LyX 1.3.0.
|
||||||
# Version 3 2006-04-09 - Updated for LyX 1.4.0; all environments defined by
|
# Version 3 2006-04-09 - Updated for LyX 1.4.0; all environments defined by
|
||||||
# ijmpd are now supported by LyX.
|
# ijmpd are now supported by LyX.
|
||||||
|
#
|
||||||
|
# revised for ws-ijmpd.tex : 19-4-07
|
||||||
|
# Author: Uwe Stöhr (uwestoehr@web.de)
|
||||||
|
|
||||||
|
|
||||||
Format 35
|
Format 35
|
||||||
|
|
||||||
Input stdclass.inc
|
Sides 1
|
||||||
Input numarticle.inc
|
Columns 1
|
||||||
|
SecNumDepth 3
|
||||||
|
TocDepth 3
|
||||||
|
DefaultStyle Standard
|
||||||
|
|
||||||
|
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 stdcounters.inc
|
||||||
|
Input stdfloats.inc
|
||||||
|
#Input stdlists.inc
|
||||||
|
Input stdsections.inc
|
||||||
|
Input stdstarsections.inc
|
||||||
|
Input stdlayouts.inc
|
||||||
|
Input lyxmacros.inc
|
||||||
|
|
||||||
|
ProvidesModule theorems-std
|
||||||
|
|
||||||
NoStyle Chapter
|
NoStyle Chapter
|
||||||
NoCounter chapter
|
NoCounter chapter
|
||||||
@ -24,172 +52,276 @@ NoStyle Part
|
|||||||
NoCounter part
|
NoCounter part
|
||||||
NoStyle Verse
|
NoStyle Verse
|
||||||
|
|
||||||
Sides 1
|
|
||||||
Columns 1
|
|
||||||
SecNumDepth 3
|
|
||||||
TocDepth 3
|
|
||||||
DefaultStyle Standard
|
|
||||||
|
|
||||||
ClassOptions
|
Style MarkBoth
|
||||||
FontSize ""
|
LaTeXType Command
|
||||||
PageStyle ""
|
LaTeXName markboth
|
||||||
|
Category FrontMatter
|
||||||
|
InTitle 1
|
||||||
|
Align Center
|
||||||
|
Font
|
||||||
|
Size Small
|
||||||
|
EndFont
|
||||||
|
Preamble
|
||||||
|
% protect \markboth against an old bug reintroduced in babel >= 3.8g
|
||||||
|
\let\oldforeign@language\foreign@language
|
||||||
|
\DeclareRobustCommand{\foreign@language}[1]{%
|
||||||
|
\lowercase{\oldforeign@language{#1}}}
|
||||||
|
EndPreamble
|
||||||
|
End
|
||||||
|
|
||||||
|
Style Catchline
|
||||||
|
Margin Dynamic
|
||||||
|
LatexType Command
|
||||||
|
LatexName catchline{}{}{}{}
|
||||||
|
LabelString "Catchline"
|
||||||
|
Category FrontMatter
|
||||||
|
KeepEmpty 1
|
||||||
|
ParSkip 0.4
|
||||||
|
InTitle 1
|
||||||
|
Align Block
|
||||||
|
LabelSep xx
|
||||||
|
LabelType Static
|
||||||
|
LabelString "Catchline"
|
||||||
|
LabelFont
|
||||||
|
Series Bold
|
||||||
|
Color Green
|
||||||
|
EndFont
|
||||||
End
|
End
|
||||||
|
|
||||||
Style Title
|
Style Title
|
||||||
|
Margin Static
|
||||||
|
LatexType Command
|
||||||
|
LatexName title
|
||||||
|
Category FrontMatter
|
||||||
|
InTitle 1
|
||||||
|
OptionalArgs 0
|
||||||
|
ParSkip 0.4
|
||||||
|
ItemSep 0
|
||||||
|
TopSep 0
|
||||||
|
BottomSep 1
|
||||||
|
ParSep 1
|
||||||
Align Center
|
Align Center
|
||||||
TextFont
|
LabelType No_Label
|
||||||
Size Large
|
Font
|
||||||
|
Size Largest
|
||||||
EndFont
|
EndFont
|
||||||
End
|
End
|
||||||
|
|
||||||
Style Author
|
Style Author
|
||||||
|
Margin Static
|
||||||
|
LatexType Command
|
||||||
|
Category FrontMatter
|
||||||
|
InTitle 1
|
||||||
|
OptionalArgs 1
|
||||||
|
LatexName author
|
||||||
|
LabelSep xxx
|
||||||
|
ParSkip 0.4
|
||||||
|
TopSep 1.3
|
||||||
|
BottomSep 0.7
|
||||||
|
ParSep 0.7
|
||||||
Align Center
|
Align Center
|
||||||
TextFont
|
LabelType No_Label
|
||||||
Series Medium
|
Font
|
||||||
Size Normal
|
Size Large
|
||||||
EndFont
|
EndFont
|
||||||
End
|
End
|
||||||
|
|
||||||
Style Address
|
Style History
|
||||||
LatexType Command
|
Margin First_Dynamic
|
||||||
InTitle 1
|
LatexType Environment
|
||||||
LatexName address
|
LatexName history
|
||||||
|
Category FrontMatter
|
||||||
|
TopSep 0.7
|
||||||
|
BottomSep 0.7
|
||||||
ParSkip 0.4
|
ParSkip 0.4
|
||||||
BottomSep 0.4
|
|
||||||
Align Center
|
Align Center
|
||||||
LabelType No_Label
|
Font
|
||||||
TextFont
|
Size Small
|
||||||
Series Medium
|
EndFont
|
||||||
Shape Italic
|
End
|
||||||
Size Normal
|
|
||||||
|
InsetLayout Flex:Received
|
||||||
|
LyxType custom
|
||||||
|
LatexType command
|
||||||
|
LatexName received
|
||||||
|
LabelString "Received"
|
||||||
|
Font
|
||||||
|
Size Small
|
||||||
|
Misc No_Emph
|
||||||
|
Misc No_Noun
|
||||||
|
Misc No_Bar
|
||||||
|
EndFont
|
||||||
|
LabelFont
|
||||||
|
Color green
|
||||||
|
Size Small
|
||||||
|
EndFont
|
||||||
|
End
|
||||||
|
|
||||||
|
InsetLayout Flex:Revised
|
||||||
|
LyxType custom
|
||||||
|
LatexType command
|
||||||
|
LatexName revised
|
||||||
|
LabelString "Revised"
|
||||||
|
Font
|
||||||
|
Size Small
|
||||||
|
Misc No_Emph
|
||||||
|
Misc No_Noun
|
||||||
|
Misc No_Bar
|
||||||
|
EndFont
|
||||||
|
LabelFont
|
||||||
|
Color green
|
||||||
|
Size Small
|
||||||
|
EndFont
|
||||||
|
End
|
||||||
|
|
||||||
|
InsetLayout Flex:Comby
|
||||||
|
LyxType custom
|
||||||
|
LatexType command
|
||||||
|
LatexName comby
|
||||||
|
LabelString "Comby"
|
||||||
|
Font
|
||||||
|
Size Small
|
||||||
|
Misc No_Emph
|
||||||
|
Misc No_Noun
|
||||||
|
Misc No_Bar
|
||||||
|
EndFont
|
||||||
|
LabelFont
|
||||||
|
Color green
|
||||||
|
Size Small
|
||||||
EndFont
|
EndFont
|
||||||
End
|
End
|
||||||
|
|
||||||
Style Abstract
|
Style Abstract
|
||||||
|
Margin First_Dynamic
|
||||||
LatexType Environment
|
LatexType Environment
|
||||||
ParIndent ""
|
LatexName abstract
|
||||||
Align Block
|
Category FrontMatter
|
||||||
LabelType No_Label
|
TopSep 0.7
|
||||||
TextFont
|
BottomSep 0.7
|
||||||
|
ParSkip 0.4
|
||||||
|
Font
|
||||||
Size Small
|
Size Small
|
||||||
EndFont
|
EndFont
|
||||||
End
|
End
|
||||||
|
|
||||||
Style Keywords
|
Style Keywords
|
||||||
CopyStyle Abstract
|
LatexType command
|
||||||
LatexType Command
|
|
||||||
LatexName keywords
|
LatexName keywords
|
||||||
Margin Dynamic
|
Category FrontMatter
|
||||||
LabelType Static
|
|
||||||
LabelString "Keywords:"
|
LabelString "Keywords:"
|
||||||
LabelSep M
|
LabelSep xx
|
||||||
|
LabelType Static
|
||||||
|
Margin Dynamic
|
||||||
|
Font
|
||||||
|
Size Small
|
||||||
|
Misc No_Emph
|
||||||
|
Misc No_Noun
|
||||||
|
Misc No_Bar
|
||||||
|
EndFont
|
||||||
LabelFont
|
LabelFont
|
||||||
Series Medium
|
|
||||||
Shape Italic
|
Shape Italic
|
||||||
Size Small
|
Size Small
|
||||||
EndFont
|
EndFont
|
||||||
End
|
End
|
||||||
|
|
||||||
Style Section
|
InsetLayout Flex:TableCaption
|
||||||
Align Block
|
LyxType custom
|
||||||
|
LatexType command
|
||||||
|
LatexName tbl
|
||||||
|
LabelString "Table caption"
|
||||||
Font
|
Font
|
||||||
Size Normal
|
Size Small
|
||||||
|
Misc No_Emph
|
||||||
|
Misc No_Noun
|
||||||
|
Misc No_Bar
|
||||||
EndFont
|
EndFont
|
||||||
TocLevel 1
|
|
||||||
End
|
|
||||||
|
|
||||||
Style Section*
|
|
||||||
Align Block
|
|
||||||
Font
|
|
||||||
Size Normal
|
|
||||||
EndFont
|
|
||||||
End
|
|
||||||
|
|
||||||
Style Subsection
|
|
||||||
Align Block
|
|
||||||
TextFont
|
|
||||||
Shape Italic
|
|
||||||
Size Normal
|
|
||||||
EndFont
|
|
||||||
TocLevel 2
|
|
||||||
End
|
|
||||||
|
|
||||||
Style Subsubsection
|
|
||||||
Align Block
|
|
||||||
LabelFont
|
LabelFont
|
||||||
Series Medium
|
Color green
|
||||||
|
Size Small
|
||||||
EndFont
|
EndFont
|
||||||
TextFont
|
|
||||||
Series Medium
|
|
||||||
Shape Italic
|
|
||||||
Size Normal
|
|
||||||
EndFont
|
|
||||||
TocLevel 3
|
|
||||||
End
|
End
|
||||||
|
|
||||||
Counter definition
|
InsetLayout Flex:Refcite
|
||||||
Within section
|
LyxType custom
|
||||||
|
LatexType command
|
||||||
|
LatexName refcite
|
||||||
|
LabelString "Cite reference"
|
||||||
|
Font
|
||||||
|
Size Small
|
||||||
|
Misc No_Emph
|
||||||
|
Misc No_Noun
|
||||||
|
Misc No_Bar
|
||||||
|
EndFont
|
||||||
|
LabelFont
|
||||||
|
Color green
|
||||||
|
Size Small
|
||||||
|
EndFont
|
||||||
End
|
End
|
||||||
|
|
||||||
Style Definition
|
Style ItemList
|
||||||
LatexType Environment
|
Category List
|
||||||
LatexName definition
|
Margin Static
|
||||||
Margin First_Dynamic
|
LatexType Item_Environment
|
||||||
TopSep 0.6
|
LatexName itemlist
|
||||||
BottomSep 0.6
|
|
||||||
Align Block
|
|
||||||
LabelType Counter
|
|
||||||
LabelCounter definition
|
|
||||||
LabelString "Definition \thedefinition."
|
|
||||||
LabelSep M
|
|
||||||
NextNoIndent 1
|
NextNoIndent 1
|
||||||
LabelFont
|
LeftMargin MMN
|
||||||
Series Bold
|
LabelSep xx
|
||||||
EndFont
|
ItemSep 0.2
|
||||||
|
TopSep 0.7
|
||||||
|
BottomSep 0.7
|
||||||
|
ParSep 0.3
|
||||||
|
Align Block
|
||||||
|
AlignPossible Block, Left
|
||||||
|
LabelType Itemize
|
||||||
|
LabelString "*"
|
||||||
|
HTMLTag ul
|
||||||
|
HTMLItem li
|
||||||
|
HTMLLabel NONE
|
||||||
End
|
End
|
||||||
|
|
||||||
Counter step
|
Style RomanList
|
||||||
End
|
Category List
|
||||||
Style Step
|
Margin Static
|
||||||
CopyStyle Definition
|
LatexType Item_Environment
|
||||||
LatexName step
|
LatexName romanlist
|
||||||
LabelCounter step
|
OptionalArgs 1
|
||||||
LabelString "Step \thestep."
|
NextNoIndent 1
|
||||||
LabelFont
|
LeftMargin MMN
|
||||||
Series Bold
|
LabelSep xx
|
||||||
EndFont
|
ParSkip 0.0
|
||||||
End
|
ItemSep 0.2
|
||||||
|
TopSep 0.7
|
||||||
Counter example
|
BottomSep 0.7
|
||||||
Within section
|
ParSep 0.3
|
||||||
End
|
Align Block
|
||||||
Style Example
|
AlignPossible Block, Left
|
||||||
CopyStyle Definition
|
LabelType Enumerate
|
||||||
LatexName example
|
LabelCounter "enum"
|
||||||
LabelCounter example
|
HTMLTag ol
|
||||||
LabelString "Example \theexample."
|
HTMLItem li
|
||||||
|
HTMLLabel NONE
|
||||||
|
RefPrefix enu
|
||||||
End
|
End
|
||||||
|
|
||||||
Counter remark
|
Counter remark
|
||||||
Within section
|
Within section
|
||||||
End
|
End
|
||||||
Style Remark
|
Style Remark
|
||||||
CopyStyle Definition
|
|
||||||
LatexName remark
|
LatexName remark
|
||||||
|
Category Theorem
|
||||||
LabelCounter remark
|
LabelCounter remark
|
||||||
LabelString "Remark \theremark."
|
LabelString "Remark \theremark."
|
||||||
End
|
LatexType Environment
|
||||||
|
Margin First_Dynamic
|
||||||
Counter notation
|
TopSep 0.6
|
||||||
Within section
|
BottomSep 0.6
|
||||||
End
|
Align Block
|
||||||
Style Notation
|
LabelType Counter
|
||||||
CopyStyle Definition
|
LabelSep M
|
||||||
LatexName notation
|
NextNoIndent 1
|
||||||
LabelCounter notation
|
|
||||||
LabelString "Notation \thenotation."
|
|
||||||
LabelFont
|
LabelFont
|
||||||
Series Medium
|
Series Bold
|
||||||
EndFont
|
EndFont
|
||||||
End
|
End
|
||||||
|
|
||||||
@ -199,6 +331,7 @@ End
|
|||||||
Style Theorem
|
Style Theorem
|
||||||
LatexType Environment
|
LatexType Environment
|
||||||
LatexName theorem
|
LatexName theorem
|
||||||
|
Category Theorem
|
||||||
Margin First_Dynamic
|
Margin First_Dynamic
|
||||||
TopSep 0.6
|
TopSep 0.6
|
||||||
BottomSep 0.6
|
BottomSep 0.6
|
||||||
@ -210,122 +343,98 @@ Style Theorem
|
|||||||
LabelSep M
|
LabelSep M
|
||||||
LabelFont
|
LabelFont
|
||||||
Series Bold
|
Series Bold
|
||||||
Shape Up
|
|
||||||
EndFont
|
EndFont
|
||||||
End
|
End
|
||||||
|
|
||||||
Style Proof
|
Style Proof
|
||||||
LatexType Environment
|
LatexType Environment
|
||||||
LatexName proof
|
LatexName proof
|
||||||
|
Category Theorem
|
||||||
Margin First_Dynamic
|
Margin First_Dynamic
|
||||||
TopSep 0.6
|
TopSep 0.6
|
||||||
BottomSep 0.6
|
BottomSep 0.6
|
||||||
Align Block
|
Align Block
|
||||||
LabelType Static
|
LabelType Static
|
||||||
LabelString "Proof."
|
LabelString "Proof:"
|
||||||
LabelSep M
|
LabelSep M
|
||||||
LabelFont
|
LabelFont
|
||||||
Series Bold
|
Series Bold
|
||||||
EndFont
|
EndFont
|
||||||
|
LabelFont
|
||||||
|
Series Bold
|
||||||
|
EndFont
|
||||||
EndLabelType Box
|
EndLabelType Box
|
||||||
End
|
End
|
||||||
|
|
||||||
Counter corollary
|
Counter corollary
|
||||||
Within section
|
|
||||||
End
|
End
|
||||||
Style Corollary
|
Style Corollary
|
||||||
CopyStyle Theorem
|
CopyStyle Theorem
|
||||||
LatexName corollary
|
LatexName corollary
|
||||||
LabelCounter corollary
|
LabelCounter corollary
|
||||||
LabelString "Corollary \thecorollary."
|
LabelString "Corollary \thecorollary."
|
||||||
TextFont
|
|
||||||
Shape Italic
|
|
||||||
EndFont
|
|
||||||
End
|
End
|
||||||
|
|
||||||
Counter lemma
|
Counter lemma
|
||||||
Within section
|
|
||||||
End
|
End
|
||||||
Style Lemma
|
Style Lemma
|
||||||
CopyStyle Corollary
|
CopyStyle Theorem
|
||||||
LatexName lemma
|
LatexName lemma
|
||||||
LabelCounter lemma
|
LabelCounter lemma
|
||||||
LabelString "Lemma \thelemma."
|
LabelString "Lemma \thelemma."
|
||||||
End
|
End
|
||||||
|
|
||||||
Counter proposition
|
Counter proposition
|
||||||
Within section
|
|
||||||
End
|
End
|
||||||
Style Proposition
|
Style Proposition
|
||||||
CopyStyle Corollary
|
CopyStyle Theorem
|
||||||
LatexName proposition
|
LatexName proposition
|
||||||
LabelCounter proposition
|
LabelCounter proposition
|
||||||
LabelString "Proposition \theproposition."
|
LabelString "Proposition \theproposition."
|
||||||
End
|
End
|
||||||
|
|
||||||
Counter prop
|
Counter prop
|
||||||
Within section
|
|
||||||
End
|
End
|
||||||
Style Prop
|
Style Prop
|
||||||
CopyStyle Notation
|
CopyStyle Theorem
|
||||||
LatexName prop
|
LatexName prop
|
||||||
LabelCounter prop
|
LabelCounter prop
|
||||||
LabelString "Prop \theprop."
|
LabelString "Prop \theprop."
|
||||||
End
|
End
|
||||||
|
|
||||||
Counter question
|
Counter question
|
||||||
Within section
|
|
||||||
End
|
End
|
||||||
Style Question
|
Style Question
|
||||||
CopyStyle Notation
|
CopyStyle Theorem
|
||||||
LatexName question
|
LatexName question
|
||||||
LabelCounter question
|
LabelCounter question
|
||||||
LabelString "Question \thequestion."
|
LabelString "Question \thequestion."
|
||||||
End
|
End
|
||||||
|
|
||||||
Counter claim
|
Counter claim
|
||||||
Within section
|
|
||||||
End
|
End
|
||||||
Style Claim
|
Style Claim
|
||||||
CopyStyle Notation
|
CopyStyle Theorem
|
||||||
LatexName claim
|
LatexName claim
|
||||||
LabelCounter claim
|
LabelCounter claim
|
||||||
LabelString "Claim \theclaim."
|
LabelString "Claim \theclaim."
|
||||||
End
|
End
|
||||||
|
|
||||||
Counter conjecture
|
Counter conjecture
|
||||||
Within section
|
|
||||||
End
|
End
|
||||||
Style Conjecture
|
Style Conjecture
|
||||||
CopyStyle Notation
|
CopyStyle Theorem
|
||||||
LatexName conjecture
|
LatexName conjecture
|
||||||
LabelCounter conjecture
|
LabelCounter conjecture
|
||||||
LabelString "Conjecture \theconjecture."
|
LabelString "Conjecture \theconjecture."
|
||||||
End
|
End
|
||||||
|
|
||||||
Style Appendices_Section
|
|
||||||
Margin Static
|
|
||||||
LatexType Command
|
|
||||||
LatexName appendix
|
|
||||||
KeepEmpty 1
|
|
||||||
TopSep 0.6
|
|
||||||
BottomSep 0
|
|
||||||
Align Block
|
|
||||||
LabelType Centered_Top_Environment
|
|
||||||
LabelString "--- Appendices ---"
|
|
||||||
Font
|
|
||||||
Series Bold
|
|
||||||
Size Normal
|
|
||||||
Color Blue
|
|
||||||
EndFont
|
|
||||||
End
|
|
||||||
|
|
||||||
Counter appendix
|
Counter appendix
|
||||||
Within section
|
|
||||||
End
|
End
|
||||||
Style Appendix
|
Style Appendix
|
||||||
LatexType Command
|
LatexType Command
|
||||||
LatexName section
|
LatexName section
|
||||||
|
Category BackMatter
|
||||||
TopSep 0.6
|
TopSep 0.6
|
||||||
BottomSep 0.6
|
BottomSep 0.6
|
||||||
Margin First_Dynamic
|
Margin First_Dynamic
|
||||||
@ -340,16 +449,30 @@ Style Appendix
|
|||||||
Shape Up
|
Shape Up
|
||||||
Size Normal
|
Size Normal
|
||||||
EndFont
|
EndFont
|
||||||
TextFont
|
Font
|
||||||
Series Bold
|
Series Bold
|
||||||
EndFont
|
EndFont
|
||||||
End
|
End
|
||||||
|
|
||||||
Style Bibliography
|
Style Bibliography
|
||||||
|
Margin First_Dynamic
|
||||||
|
LatexType Bib_Environment
|
||||||
|
LatexName thebibliography
|
||||||
|
Category BackMatter
|
||||||
|
NextNoIndent 1
|
||||||
|
LeftMargin MM
|
||||||
|
ParSkip 0.4
|
||||||
|
ItemSep 0
|
||||||
|
TopSep 0.7
|
||||||
|
BottomSep 0.7
|
||||||
|
ParSep 0.5
|
||||||
Align Block
|
Align Block
|
||||||
|
AlignPossible Block, Left
|
||||||
|
LabelType Bibliography
|
||||||
|
LabelString "References"
|
||||||
|
LabelBottomSep 1.2
|
||||||
LabelFont
|
LabelFont
|
||||||
Size Normal
|
Series Bold
|
||||||
|
Size Larger
|
||||||
EndFont
|
EndFont
|
||||||
End
|
End
|
||||||
|
|
||||||
Input theorems-refprefix.inc
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#LyX 2.1.0svn created this file. For more info see http://www.lyx.org/
|
#LyX 2.0 created this file. For more info see http://www.lyx.org/
|
||||||
\lyxformat 413
|
\lyxformat 413
|
||||||
\begin_document
|
\begin_document
|
||||||
\begin_header
|
\begin_header
|
||||||
@ -13,8 +13,7 @@
|
|||||||
\theoremstyle{plain}
|
\theoremstyle{plain}
|
||||||
\endlocaldefs
|
\endlocaldefs
|
||||||
\end_preamble
|
\end_preamble
|
||||||
\options draft, pdftex
|
\use_default_options true
|
||||||
\use_default_options false
|
|
||||||
\begin_modules
|
\begin_modules
|
||||||
theorems-ams
|
theorems-ams
|
||||||
\end_modules
|
\end_modules
|
||||||
@ -32,6 +31,7 @@ theorems-ams
|
|||||||
\font_osf false
|
\font_osf false
|
||||||
\font_sf_scale 100
|
\font_sf_scale 100
|
||||||
\font_tt_scale 100
|
\font_tt_scale 100
|
||||||
|
|
||||||
\graphics default
|
\graphics default
|
||||||
\default_output_format default
|
\default_output_format default
|
||||||
\output_sync 0
|
\output_sync 0
|
||||||
@ -51,6 +51,7 @@ theorems-ams
|
|||||||
\use_indices false
|
\use_indices false
|
||||||
\paperorientation portrait
|
\paperorientation portrait
|
||||||
\suppress_date false
|
\suppress_date false
|
||||||
|
\use_refstyle 0
|
||||||
\index Index
|
\index Index
|
||||||
\shortcut idx
|
\shortcut idx
|
||||||
\color #008000
|
\color #008000
|
||||||
@ -66,12 +67,39 @@ theorems-ams
|
|||||||
\tracking_changes false
|
\tracking_changes false
|
||||||
\output_changes false
|
\output_changes false
|
||||||
\html_math_output 0
|
\html_math_output 0
|
||||||
|
\html_css_as_file 0
|
||||||
\html_be_strict false
|
\html_be_strict false
|
||||||
\use_refstyle 0
|
|
||||||
\end_header
|
\end_header
|
||||||
|
|
||||||
\begin_body
|
\begin_body
|
||||||
|
|
||||||
|
\begin_layout Standard
|
||||||
|
\begin_inset Note Note
|
||||||
|
status open
|
||||||
|
|
||||||
|
\begin_layout Plain Layout
|
||||||
|
This is a template LyX file for articles to be submitted to the Journal
|
||||||
|
Econometrica.
|
||||||
|
How to install the Econometrica LaTeX class to your LaTeX system is explained
|
||||||
|
in
|
||||||
|
\begin_inset Flex URL
|
||||||
|
status open
|
||||||
|
|
||||||
|
\begin_layout Plain Layout
|
||||||
|
|
||||||
|
http://wiki.lyx.org/Layouts/Econometrica
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
.
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
|
||||||
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Title
|
\begin_layout Title
|
||||||
Title of an article in Econometrica
|
Title of an article in Econometrica
|
||||||
\begin_inset Note Note
|
\begin_inset Note Note
|
||||||
@ -83,26 +111,43 @@ This template is prepared for the
|
|||||||
draft
|
draft
|
||||||
\series default
|
\series default
|
||||||
mode.
|
mode.
|
||||||
When you finalize the document for actual submission, disable
|
When you finalize the document for actual submission, uncheck the option
|
||||||
|
|
||||||
\family sans
|
\family sans
|
||||||
Predefined Class Options
|
Predefined
|
||||||
\family default
|
\family default
|
||||||
in menu Document\SpecialChar \menuseparator
|
in the menu
|
||||||
Preference\SpecialChar \menuseparator
|
\family sans
|
||||||
Document Class.
|
Document
|
||||||
It implies to use the default
|
\family default
|
||||||
\begin_inset Quotes eld
|
\SpecialChar \menuseparator
|
||||||
|
|
||||||
|
\family sans
|
||||||
|
Settings
|
||||||
|
\family default
|
||||||
|
\SpecialChar \menuseparator
|
||||||
|
|
||||||
|
\family sans
|
||||||
|
DocumentClass
|
||||||
|
\family default
|
||||||
|
\SpecialChar \menuseparator
|
||||||
|
|
||||||
|
\family sans
|
||||||
|
Class
|
||||||
|
\begin_inset space ~
|
||||||
\end_inset
|
\end_inset
|
||||||
|
|
||||||
|
options
|
||||||
|
\family default
|
||||||
|
and write
|
||||||
\series bold
|
\series bold
|
||||||
final
|
final
|
||||||
\series default
|
\series default
|
||||||
|
in the field
|
||||||
\begin_inset Quotes erd
|
\family sans
|
||||||
\end_inset
|
Custom
|
||||||
|
\family default
|
||||||
option for prepublication.
|
.
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Plain Layout
|
\begin_layout Plain Layout
|
||||||
|
@ -1,22 +1,30 @@
|
|||||||
#LyX 2.1.0svn created this file. For more info see http://www.lyx.org/
|
#LyX 2.0 created this file. For more info see http://www.lyx.org/
|
||||||
\lyxformat 413
|
\lyxformat 413
|
||||||
\begin_document
|
\begin_document
|
||||||
\begin_header
|
\begin_header
|
||||||
\use_default_options false
|
|
||||||
\textclass ijmpc
|
\textclass ijmpc
|
||||||
|
\use_default_options false
|
||||||
|
\maintain_unincluded_children false
|
||||||
\language english
|
\language english
|
||||||
\language_package default
|
\language_package none
|
||||||
\inputencoding auto
|
\inputencoding auto
|
||||||
|
\fontencoding global
|
||||||
\font_roman default
|
\font_roman default
|
||||||
\font_sans default
|
\font_sans default
|
||||||
\font_typewriter default
|
\font_typewriter default
|
||||||
\font_default_family default
|
\font_default_family default
|
||||||
|
\use_non_tex_fonts false
|
||||||
\font_sc false
|
\font_sc false
|
||||||
\font_osf false
|
\font_osf false
|
||||||
\font_sf_scale 100
|
\font_sf_scale 100
|
||||||
\font_tt_scale 100
|
\font_tt_scale 100
|
||||||
|
|
||||||
\graphics default
|
\graphics default
|
||||||
\float_placement htbp
|
\default_output_format default
|
||||||
|
\output_sync 0
|
||||||
|
\bibtex_command default
|
||||||
|
\index_command default
|
||||||
|
\float_placement tbph
|
||||||
\paperfontsize default
|
\paperfontsize default
|
||||||
\spacing single
|
\spacing single
|
||||||
\use_hyperref false
|
\use_hyperref false
|
||||||
@ -28,32 +36,51 @@
|
|||||||
\use_mathdots 1
|
\use_mathdots 1
|
||||||
\cite_engine basic
|
\cite_engine basic
|
||||||
\use_bibtopic false
|
\use_bibtopic false
|
||||||
|
\use_indices false
|
||||||
\paperorientation portrait
|
\paperorientation portrait
|
||||||
|
\suppress_date false
|
||||||
|
\use_refstyle 0
|
||||||
|
\index Index
|
||||||
|
\shortcut idx
|
||||||
|
\color #008000
|
||||||
|
\end_index
|
||||||
\secnumdepth 3
|
\secnumdepth 3
|
||||||
\tocdepth 3
|
\tocdepth 3
|
||||||
\paragraph_separation indent
|
\paragraph_separation indent
|
||||||
\defskip medskip
|
\paragraph_indentation default
|
||||||
\quotes_language english
|
\quotes_language english
|
||||||
\papercolumns 1
|
\papercolumns 1
|
||||||
\papersides 1
|
\papersides 1
|
||||||
\paperpagestyle default
|
\paperpagestyle default
|
||||||
\tracking_changes false
|
\tracking_changes false
|
||||||
\output_changes false
|
\output_changes false
|
||||||
\author 1 ""
|
\html_math_output 0
|
||||||
\use_refstyle 0
|
\html_css_as_file 0
|
||||||
|
\html_be_strict false
|
||||||
\end_header
|
\end_header
|
||||||
|
|
||||||
\begin_body
|
\begin_body
|
||||||
|
|
||||||
\begin_layout Standard
|
\begin_layout Standard
|
||||||
\begin_inset ERT
|
\begin_inset Note Note
|
||||||
status collapsed
|
status open
|
||||||
|
|
||||||
|
\begin_layout Plain Layout
|
||||||
|
This is a template LyX file for articles to be submitted to the International
|
||||||
|
Journal of Modern Physics section C (IJMPC).
|
||||||
|
How to install the IJMPC LaTeX class to your LaTeX system is explained
|
||||||
|
in
|
||||||
|
\begin_inset Flex URL
|
||||||
|
status open
|
||||||
|
|
||||||
\begin_layout Plain Layout
|
\begin_layout Plain Layout
|
||||||
|
|
||||||
|
http://wiki.lyx.org/Examples/IJMP
|
||||||
|
\end_layout
|
||||||
|
|
||||||
\backslash
|
\end_inset
|
||||||
markboth{<Authors' Names>} {<Paper's short title>}
|
|
||||||
|
.
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\end_inset
|
\end_inset
|
||||||
@ -62,14 +89,65 @@ markboth{<Authors' Names>} {<Paper's short title>}
|
|||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Standard
|
\begin_layout Standard
|
||||||
|
\begin_inset Note Note
|
||||||
|
status open
|
||||||
|
|
||||||
|
\begin_layout Plain Layout
|
||||||
|
|
||||||
|
\series bold
|
||||||
|
Note
|
||||||
|
\series default
|
||||||
|
: To be able to compile ijmpc articles, assure that in the menu
|
||||||
|
\family sans
|
||||||
|
Document\SpecialChar \menuseparator
|
||||||
|
Settings\SpecialChar \menuseparator
|
||||||
|
Language
|
||||||
|
\family default
|
||||||
|
the option
|
||||||
|
\family sans
|
||||||
|
Language package
|
||||||
|
\family default
|
||||||
|
is set to
|
||||||
|
\family sans
|
||||||
|
None
|
||||||
|
\family default
|
||||||
|
.
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\begin_layout Plain Layout
|
||||||
|
(For all other documents it is highly recommended to use
|
||||||
|
\family sans
|
||||||
|
Default
|
||||||
|
\family default
|
||||||
|
!)
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\begin_layout MarkBoth
|
||||||
|
Authors' Names
|
||||||
\begin_inset ERT
|
\begin_inset ERT
|
||||||
status collapsed
|
status collapsed
|
||||||
|
|
||||||
\begin_layout Plain Layout
|
\begin_layout Plain Layout
|
||||||
|
|
||||||
|
}{
|
||||||
|
\end_layout
|
||||||
|
|
||||||
\backslash
|
\end_inset
|
||||||
catchline{}{}{}{}{}
|
|
||||||
|
Paper's Title
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\begin_layout Catchline
|
||||||
|
\begin_inset Note Note
|
||||||
|
status open
|
||||||
|
|
||||||
|
\begin_layout Plain Layout
|
||||||
|
a command only for the typesetter, keep it empty!
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\end_inset
|
\end_inset
|
||||||
@ -78,18 +156,28 @@ catchline{}{}{}{}{}
|
|||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Title
|
\begin_layout Title
|
||||||
<TITLE OF THE ARTICLE>
|
TITLE OF THE ARTICLE
|
||||||
\end_layout
|
|
||||||
|
|
||||||
\begin_layout Author
|
|
||||||
<FIRST-1>.
|
|
||||||
<MIDDLE-1>.
|
|
||||||
<SURNAME-1>
|
|
||||||
\begin_inset Foot
|
\begin_inset Foot
|
||||||
status collapsed
|
status collapsed
|
||||||
|
|
||||||
\begin_layout Plain Layout
|
\begin_layout Plain Layout
|
||||||
<Permanent or present address for the first author (optional).>
|
For the title, try not to use more than 3 lines.
|
||||||
|
Typeset the title uppercase.
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\begin_layout Author
|
||||||
|
FIRST AUTHOR
|
||||||
|
\begin_inset Foot
|
||||||
|
status collapsed
|
||||||
|
|
||||||
|
\begin_layout Plain Layout
|
||||||
|
Typeset names uppercase.
|
||||||
|
Use the footnote to indicate the present or permanent address of the author.
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\end_inset
|
\end_inset
|
||||||
@ -107,17 +195,26 @@ status collapsed
|
|||||||
\end_inset
|
\end_inset
|
||||||
|
|
||||||
e-mail-1
|
e-mail-1
|
||||||
\end_layout
|
|
||||||
|
|
||||||
\begin_layout Author
|
|
||||||
<FIRST-2>.
|
|
||||||
<MIDDLE-2>.
|
|
||||||
<SURNAME-2>
|
|
||||||
\begin_inset Foot
|
\begin_inset Foot
|
||||||
status collapsed
|
status collapsed
|
||||||
|
|
||||||
\begin_layout Plain Layout
|
\begin_layout Plain Layout
|
||||||
<Permanent or present address for the second author (optional).>
|
State completely without abbreviations, the affiliation and mailing address,
|
||||||
|
including country.
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\begin_layout Author
|
||||||
|
SECOND AUTHOR
|
||||||
|
\begin_inset Foot
|
||||||
|
status collapsed
|
||||||
|
|
||||||
|
\begin_layout Plain Layout
|
||||||
|
Permanent or present address for the second author (optional).
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\end_inset
|
\end_inset
|
||||||
@ -137,15 +234,47 @@ status collapsed
|
|||||||
e-mail-2
|
e-mail-2
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Abstract
|
\begin_layout History
|
||||||
<This is the Abstract of the paper (note that there is no label).
|
\begin_inset Flex Received
|
||||||
It must be up to 200 words long; references or displayed equations are
|
status open
|
||||||
not allowed in the Abstract.>
|
|
||||||
|
\begin_layout Plain Layout
|
||||||
|
Day Month Year
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Keywords
|
\end_inset
|
||||||
<keyword-1; keyword-2; ...
|
|
||||||
(up to five keywords, separated by semicolons).>
|
|
||||||
|
\begin_inset Flex Revised
|
||||||
|
status open
|
||||||
|
|
||||||
|
\begin_layout Plain Layout
|
||||||
|
Day Month Year
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\begin_layout Abstract
|
||||||
|
The abstract should summarize the context, content and conclusions of the
|
||||||
|
paper in less than 200 words.
|
||||||
|
It should not contain any references or displayed equations.
|
||||||
|
\begin_inset Newline newline
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
|
||||||
|
\begin_inset Flex Keywords
|
||||||
|
status open
|
||||||
|
|
||||||
|
\begin_layout Plain Layout
|
||||||
|
Four or five keywords; separated by semicolon
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Classification Codes
|
\begin_layout Classification Codes
|
||||||
@ -153,124 +282,308 @@ e-mail-2
|
|||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Section
|
\begin_layout Section
|
||||||
Introduction
|
The Main Text
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Standard
|
\begin_layout Standard
|
||||||
<Intro text.>
|
Contributions to the
|
||||||
|
\emph on
|
||||||
|
International Journal of Modern Physics C
|
||||||
|
\emph default
|
||||||
|
are to be in English.
|
||||||
|
Authors are encouraged to have their contribution checked for grammar.
|
||||||
|
American spelling should be used.
|
||||||
|
Abbreviations are allowed but should be spelt out in full when first used.
|
||||||
|
Integers ten and below are to be spelt out.
|
||||||
|
Italicize foreign language phrases (e.
|
||||||
|
\begin_inset space \thinspace{}
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
g.
|
||||||
|
\begin_inset space ~
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
Latin, French).
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Section
|
\begin_layout Section
|
||||||
The theory
|
Major Headings
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Standard
|
\begin_layout Standard
|
||||||
<A standard section.
|
Major headings should be typeset with the first letter of important words
|
||||||
Several
|
capitalized.
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\begin_layout Subsection
|
||||||
|
Sub-headings
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\begin_layout Standard
|
||||||
|
Sub-headings should be typeset capitalized the first letter of the first
|
||||||
|
word only.
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\begin_layout Subsubsection
|
||||||
|
Sub-subheadings
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\begin_layout Standard
|
||||||
|
Capitalize the first letter of the first word only.
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\begin_layout Subsection
|
||||||
|
|
||||||
|
\backslash
|
||||||
|
Lists of items
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\begin_layout Standard
|
||||||
|
Lists may be laid out with each item marked by a dot:
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\begin_layout ItemList
|
||||||
|
item one
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\begin_layout ItemList
|
||||||
|
item two
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\begin_layout Standard
|
||||||
|
Items may also be numbered in lowercase roman numerals:
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\begin_layout RomanList
|
||||||
|
\begin_inset Argument
|
||||||
|
status open
|
||||||
|
|
||||||
|
\begin_layout Plain Layout
|
||||||
|
(ii)
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
item one
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\begin_layout RomanList
|
||||||
|
item two
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\begin_deeper
|
||||||
|
\begin_layout RomanList
|
||||||
|
\begin_inset Argument
|
||||||
|
status open
|
||||||
|
|
||||||
|
\begin_layout Plain Layout
|
||||||
|
(b)
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
lists within lists can be numbered with lowercase roman letters
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\begin_layout RomanList
|
||||||
|
second item
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\end_deeper
|
||||||
|
\begin_layout Section
|
||||||
|
Equations
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\begin_layout Standard
|
||||||
|
Displayed equations should be numbered consecutively in the whole paper,
|
||||||
|
with the number set flush right and enclosed in parentheses
|
||||||
|
\backslash
|
||||||
|
begin{equation}
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\begin_layout Standard
|
||||||
|
\begin_inset Formula
|
||||||
|
\begin{equation}
|
||||||
|
\mu(n,t)=\frac{\sum_{i=1}^{\infty}1(d_{i}<t,N(d_{i})=n)}{\int_{\sigma=0}^{t}1(N(\sigma)=n)d\sigma}\label{eq:diseqn}
|
||||||
|
\end{equation}
|
||||||
|
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\begin_layout Standard
|
||||||
|
Equations should be referred to in abbreviated form, e.
|
||||||
|
\begin_inset space \thinspace{}
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
g.
|
||||||
|
\begin_inset space ~
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
|
||||||
\begin_inset Quotes eld
|
\begin_inset Quotes eld
|
||||||
\end_inset
|
\end_inset
|
||||||
|
|
||||||
special
|
Eq.
|
||||||
\begin_inset Quotes erd
|
\begin_inset space ~
|
||||||
\end_inset
|
\end_inset
|
||||||
|
|
||||||
environments are available.
|
|
||||||
LyX uses the appropriate text style for each special environment, and numbers
|
|
||||||
them as necessary.>
|
|
||||||
\end_layout
|
|
||||||
|
|
||||||
\begin_layout Definition
|
\begin_inset CommandInset ref
|
||||||
<A definition.>
|
LatexCommand eqref
|
||||||
\end_layout
|
reference "eq:diseqn"
|
||||||
|
|
||||||
\begin_layout Example
|
\end_inset
|
||||||
<An example.>
|
|
||||||
\end_layout
|
|
||||||
|
|
||||||
\begin_layout Remark
|
'' or ``(
|
||||||
<A remark.>
|
\begin_inset CommandInset ref
|
||||||
\end_layout
|
LatexCommand ref
|
||||||
|
reference "eq:diseqn"
|
||||||
|
|
||||||
\begin_layout Notation
|
\end_inset
|
||||||
<A notation.>
|
|
||||||
|
)''.
|
||||||
|
In multiple-line equations, the number should be given on the last line.
|
||||||
|
Punctuation marks are used at the end of equations as if they appeared
|
||||||
|
directly in the text.
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Theorem
|
\begin_layout Theorem
|
||||||
<Theorem text.>
|
A theorem
|
||||||
\end_layout
|
|
||||||
|
|
||||||
\begin_layout Proof
|
|
||||||
<Proof text.
|
|
||||||
Note that proofs should end with a box.
|
|
||||||
LyX adds this box automatically.>
|
|
||||||
\end_layout
|
|
||||||
|
|
||||||
\begin_layout Corollary
|
|
||||||
<Corollary text.>
|
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Lemma
|
\begin_layout Lemma
|
||||||
<Lemma text.>
|
A lemma
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Proposition
|
\begin_layout Proof
|
||||||
<Proposition text.>
|
A proof
|
||||||
\end_layout
|
|
||||||
|
|
||||||
\begin_layout Prop
|
|
||||||
<A prop.>
|
|
||||||
\end_layout
|
|
||||||
|
|
||||||
\begin_layout Question
|
|
||||||
<A question.>
|
|
||||||
\end_layout
|
|
||||||
|
|
||||||
\begin_layout Claim
|
|
||||||
<A claim.>
|
|
||||||
\end_layout
|
|
||||||
|
|
||||||
\begin_layout Conjecture
|
|
||||||
<A conjecture.>
|
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Section
|
\begin_layout Section
|
||||||
The numerical method
|
Illustrations and Photographs
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Standard
|
\begin_layout Standard
|
||||||
<A useful environment for describing algorithms is
|
Figures are to be inserted in the text nearest their first reference.
|
||||||
|
If the author requires the publisher to reduce the figures, ensure that
|
||||||
|
the figures (including letterings and numbers) are large enough to be clearly
|
||||||
|
seen after reduction.
|
||||||
|
If photographs are to be used, only black and white ones are acceptable.
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\begin_layout Standard
|
||||||
|
\begin_inset Float figure
|
||||||
|
placement ph
|
||||||
|
wide false
|
||||||
|
sideways false
|
||||||
|
status open
|
||||||
|
|
||||||
|
\begin_layout Plain Layout
|
||||||
|
\begin_inset Note Note
|
||||||
|
status open
|
||||||
|
|
||||||
|
\begin_layout Plain Layout
|
||||||
|
remove the
|
||||||
\begin_inset Quotes eld
|
\begin_inset Quotes eld
|
||||||
\end_inset
|
\end_inset
|
||||||
|
|
||||||
Step
|
%
|
||||||
\begin_inset Quotes erd
|
\begin_inset Quotes erd
|
||||||
\end_inset
|
\end_inset
|
||||||
|
|
||||||
, e.g.:>
|
and replace the image name:
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Step
|
\end_inset
|
||||||
<Short description of step 1.>
|
|
||||||
|
|
||||||
|
\begin_inset ERT
|
||||||
|
status open
|
||||||
|
|
||||||
|
\begin_layout Plain Layout
|
||||||
|
|
||||||
|
%
|
||||||
|
\backslash
|
||||||
|
centerline{
|
||||||
|
\backslash
|
||||||
|
psfig{file=image.png,width=4.7cm}}
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\begin_layout Plain Layout
|
||||||
|
\begin_inset VSpace 8pt*
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\begin_layout Plain Layout
|
||||||
|
\begin_inset Caption
|
||||||
|
|
||||||
|
\begin_layout Plain Layout
|
||||||
|
\begin_inset CommandInset label
|
||||||
|
LatexCommand label
|
||||||
|
name "fig:A-schematic-illustration"
|
||||||
|
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
A schematic illustration of dissociative recombination.
|
||||||
|
The direct mechanism, 4m
|
||||||
|
\begin_inset Formula $_{\pi}^{2}$
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
is initiated when the molecular ion S
|
||||||
|
\begin_inset Formula $_{{\rm L}}$
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
captures an electron with kinetic energy.
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\begin_layout Plain Layout
|
||||||
|
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Standard
|
\begin_layout Standard
|
||||||
<Description of step 1.>
|
The caption must be placed below the figure (see Fig.
|
||||||
\end_layout
|
\begin_inset space ~
|
||||||
|
\end_inset
|
||||||
|
|
||||||
\begin_layout Step
|
|
||||||
<Short description of step 2.>
|
\begin_inset CommandInset ref
|
||||||
|
LatexCommand ref
|
||||||
|
reference "fig:A-schematic-illustration"
|
||||||
|
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
).
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Standard
|
\begin_layout Standard
|
||||||
<Description of step 2.>
|
Previously published material must be accompanied by written permission
|
||||||
|
from the author and publisher.
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Section
|
\begin_layout Section
|
||||||
Results and discussion
|
References
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Standard
|
\begin_layout Standard
|
||||||
<Another standard section.
|
|
||||||
A citation reference is included.
|
A citation reference is included.
|
||||||
\begin_inset CommandInset citation
|
\begin_inset CommandInset citation
|
||||||
LatexCommand cite
|
LatexCommand cite
|
||||||
@ -289,7 +602,15 @@ key "key-1,key-2"
|
|||||||
\family typewriter
|
\family typewriter
|
||||||
refcite
|
refcite
|
||||||
\family default
|
\family default
|
||||||
command into an ERT box, e.g.,
|
command, e.
|
||||||
|
\begin_inset space ~
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
g.
|
||||||
|
\begin_inset space ~
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
|
||||||
\begin_inset Quotes eld
|
\begin_inset Quotes eld
|
||||||
\end_inset
|
\end_inset
|
||||||
|
|
||||||
@ -298,14 +619,11 @@ see Ref.
|
|||||||
\end_inset
|
\end_inset
|
||||||
|
|
||||||
|
|
||||||
\begin_inset ERT
|
\begin_inset Flex Refcite
|
||||||
status open
|
status open
|
||||||
|
|
||||||
\begin_layout Plain Layout
|
\begin_layout Plain Layout
|
||||||
|
key-1
|
||||||
|
|
||||||
\backslash
|
|
||||||
refcite{key-1}
|
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\end_inset
|
\end_inset
|
||||||
@ -314,27 +632,16 @@ refcite{key-1}
|
|||||||
\begin_inset Quotes erd
|
\begin_inset Quotes erd
|
||||||
\end_inset
|
\end_inset
|
||||||
|
|
||||||
.>
|
.
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Subsection
|
\begin_layout Section
|
||||||
A subsection
|
Tables
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Standard
|
\begin_layout Standard
|
||||||
<Subsection text.
|
Tables should be inserted in the text as close to the point of reference
|
||||||
Here, a table is included (see Table
|
as possible.
|
||||||
\begin_inset space ~
|
|
||||||
\end_inset
|
|
||||||
|
|
||||||
|
|
||||||
\begin_inset CommandInset ref
|
|
||||||
LatexCommand ref
|
|
||||||
reference "cap:fuf"
|
|
||||||
|
|
||||||
\end_inset
|
|
||||||
|
|
||||||
).>
|
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Standard
|
\begin_layout Standard
|
||||||
@ -344,25 +651,11 @@ sideways false
|
|||||||
status open
|
status open
|
||||||
|
|
||||||
\begin_layout Plain Layout
|
\begin_layout Plain Layout
|
||||||
\begin_inset ERT
|
\begin_inset Flex TableCaption
|
||||||
status collapsed
|
status open
|
||||||
|
|
||||||
\begin_layout Plain Layout
|
\begin_layout Plain Layout
|
||||||
|
|
||||||
|
|
||||||
\backslash
|
|
||||||
tbl{
|
|
||||||
\end_layout
|
|
||||||
|
|
||||||
\end_inset
|
|
||||||
|
|
||||||
An example table.
|
An example table.
|
||||||
\begin_inset ERT
|
|
||||||
status collapsed
|
|
||||||
|
|
||||||
\begin_layout Plain Layout
|
|
||||||
|
|
||||||
}
|
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\end_inset
|
\end_inset
|
||||||
@ -379,12 +672,9 @@ status collapsed
|
|||||||
\end_inset
|
\end_inset
|
||||||
|
|
||||||
|
|
||||||
\end_layout
|
|
||||||
|
|
||||||
\begin_layout Plain Layout
|
|
||||||
\begin_inset Tabular
|
\begin_inset Tabular
|
||||||
<lyxtabular version="3" rows="4" columns="3">
|
<lyxtabular version="3" rows="4" columns="3">
|
||||||
<features>
|
<features tabularvalignment="middle">
|
||||||
<column alignment="center" valignment="top" width="0">
|
<column alignment="center" valignment="top" width="0">
|
||||||
<column alignment="center" valignment="top" width="0">
|
<column alignment="center" valignment="top" width="0">
|
||||||
<column alignment="center" valignment="top" width="0">
|
<column alignment="center" valignment="top" width="0">
|
||||||
@ -511,7 +801,7 @@ Column C
|
|||||||
|
|
||||||
\begin_inset CommandInset label
|
\begin_inset CommandInset label
|
||||||
LatexCommand label
|
LatexCommand label
|
||||||
name "cap:fuf"
|
name "tab:fuf"
|
||||||
|
|
||||||
\end_inset
|
\end_inset
|
||||||
|
|
||||||
@ -534,12 +824,47 @@ status collapsed
|
|||||||
|
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Subsubsection
|
\begin_layout Standard
|
||||||
A subsubsection
|
If tables need to extend over to a second page, the continuation of the
|
||||||
|
table should be preceded by a caption, e.
|
||||||
|
\begin_inset space \thinspace{}
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
g.
|
||||||
|
\begin_inset space ~
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
|
||||||
|
\begin_inset Quotes eld
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
|
||||||
|
\emph on
|
||||||
|
Table 2
|
||||||
|
\emph default
|
||||||
|
Continued
|
||||||
|
\begin_inset Quotes erd
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
.
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\begin_layout Section
|
||||||
|
Footnotes
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Standard
|
\begin_layout Standard
|
||||||
<Subsubsection text.>
|
Some text.
|
||||||
|
\begin_inset Foot
|
||||||
|
status open
|
||||||
|
|
||||||
|
\begin_layout Plain Layout
|
||||||
|
A footnote
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Section*
|
\begin_layout Section*
|
||||||
@ -547,46 +872,19 @@ Acknowledgments
|
|||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Standard
|
\begin_layout Standard
|
||||||
<Acknowledgments text.
|
This section should come before the References.
|
||||||
Note that this is only a starred section; there is no
|
Dedications and funding information may also be included here.
|
||||||
\begin_inset Quotes eld
|
|
||||||
\end_inset
|
|
||||||
|
|
||||||
acknowledgments
|
|
||||||
\begin_inset Quotes erd
|
|
||||||
\end_inset
|
|
||||||
|
|
||||||
environment.>
|
|
||||||
\end_layout
|
|
||||||
|
|
||||||
\begin_layout Appendices Section
|
|
||||||
|
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Appendix
|
\begin_layout Appendix
|
||||||
|
\start_of_appendix
|
||||||
An Appendix section
|
An Appendix section
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Standard
|
\begin_layout Standard
|
||||||
<Appendices should be preceeded by an empty
|
Appendices should be used only when absolutely necessary.
|
||||||
\begin_inset Quotes eld
|
They should come before the References.Note that appendices should be placed
|
||||||
\end_inset
|
|
||||||
|
|
||||||
Appendices
|
|
||||||
\begin_inset Quotes erd
|
|
||||||
\end_inset
|
|
||||||
|
|
||||||
section, as in this template.
|
|
||||||
The
|
|
||||||
\begin_inset Quotes eld
|
|
||||||
\end_inset
|
|
||||||
|
|
||||||
Appendices Section
|
|
||||||
\begin_inset Quotes erd
|
|
||||||
\end_inset
|
|
||||||
|
|
||||||
just marks the beginning of appendices.
|
|
||||||
Note that appendices should be placed
|
|
||||||
\emph on
|
\emph on
|
||||||
after
|
after
|
||||||
\emph default
|
\emph default
|
||||||
@ -594,7 +892,7 @@ after
|
|||||||
\shape italic
|
\shape italic
|
||||||
before
|
before
|
||||||
\shape default
|
\shape default
|
||||||
the References.>
|
the References.
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Appendix
|
\begin_layout Appendix
|
||||||
@ -607,6 +905,7 @@ Another Appendix section
|
|||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Bibliography
|
\begin_layout Bibliography
|
||||||
|
\labelwidthstring References
|
||||||
\begin_inset CommandInset bibitem
|
\begin_inset CommandInset bibitem
|
||||||
LatexCommand bibitem
|
LatexCommand bibitem
|
||||||
key "key-1"
|
key "key-1"
|
||||||
@ -631,6 +930,7 @@ Volume
|
|||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Bibliography
|
\begin_layout Bibliography
|
||||||
|
\labelwidthstring References
|
||||||
\begin_inset CommandInset bibitem
|
\begin_inset CommandInset bibitem
|
||||||
LatexCommand bibitem
|
LatexCommand bibitem
|
||||||
key "key-2"
|
key "key-2"
|
||||||
|
@ -1,22 +1,30 @@
|
|||||||
#LyX 2.1.0svn created this file. For more info see http://www.lyx.org/
|
#LyX 2.0 created this file. For more info see http://www.lyx.org/
|
||||||
\lyxformat 413
|
\lyxformat 413
|
||||||
\begin_document
|
\begin_document
|
||||||
\begin_header
|
\begin_header
|
||||||
\use_default_options false
|
|
||||||
\textclass ijmpd
|
\textclass ijmpd
|
||||||
|
\use_default_options false
|
||||||
|
\maintain_unincluded_children false
|
||||||
\language english
|
\language english
|
||||||
\language_package default
|
\language_package none
|
||||||
\inputencoding auto
|
\inputencoding auto
|
||||||
|
\fontencoding global
|
||||||
\font_roman default
|
\font_roman default
|
||||||
\font_sans default
|
\font_sans default
|
||||||
\font_typewriter default
|
\font_typewriter default
|
||||||
\font_default_family default
|
\font_default_family default
|
||||||
|
\use_non_tex_fonts false
|
||||||
\font_sc false
|
\font_sc false
|
||||||
\font_osf false
|
\font_osf false
|
||||||
\font_sf_scale 100
|
\font_sf_scale 100
|
||||||
\font_tt_scale 100
|
\font_tt_scale 100
|
||||||
|
|
||||||
\graphics default
|
\graphics default
|
||||||
\float_placement htbp
|
\default_output_format default
|
||||||
|
\output_sync 0
|
||||||
|
\bibtex_command default
|
||||||
|
\index_command default
|
||||||
|
\float_placement tbph
|
||||||
\paperfontsize default
|
\paperfontsize default
|
||||||
\spacing single
|
\spacing single
|
||||||
\use_hyperref false
|
\use_hyperref false
|
||||||
@ -28,32 +36,51 @@
|
|||||||
\use_mathdots 1
|
\use_mathdots 1
|
||||||
\cite_engine basic
|
\cite_engine basic
|
||||||
\use_bibtopic false
|
\use_bibtopic false
|
||||||
|
\use_indices false
|
||||||
\paperorientation portrait
|
\paperorientation portrait
|
||||||
|
\suppress_date false
|
||||||
|
\use_refstyle 0
|
||||||
|
\index Index
|
||||||
|
\shortcut idx
|
||||||
|
\color #008000
|
||||||
|
\end_index
|
||||||
\secnumdepth 3
|
\secnumdepth 3
|
||||||
\tocdepth 3
|
\tocdepth 3
|
||||||
\paragraph_separation indent
|
\paragraph_separation indent
|
||||||
\defskip medskip
|
\paragraph_indentation default
|
||||||
\quotes_language english
|
\quotes_language english
|
||||||
\papercolumns 1
|
\papercolumns 1
|
||||||
\papersides 1
|
\papersides 1
|
||||||
\paperpagestyle default
|
\paperpagestyle default
|
||||||
\tracking_changes false
|
\tracking_changes false
|
||||||
\output_changes false
|
\output_changes false
|
||||||
\author 1 ""
|
\html_math_output 0
|
||||||
\use_refstyle 0
|
\html_css_as_file 0
|
||||||
|
\html_be_strict false
|
||||||
\end_header
|
\end_header
|
||||||
|
|
||||||
\begin_body
|
\begin_body
|
||||||
|
|
||||||
\begin_layout Standard
|
\begin_layout Standard
|
||||||
\begin_inset ERT
|
\begin_inset Note Note
|
||||||
status collapsed
|
status open
|
||||||
|
|
||||||
|
\begin_layout Plain Layout
|
||||||
|
This is a template LyX file for articles to be submitted to the International
|
||||||
|
Journal of Modern Physics section D (IJMPD).
|
||||||
|
How to install the IJMPD LaTeX class to your LaTeX system is explained
|
||||||
|
in
|
||||||
|
\begin_inset Flex URL
|
||||||
|
status open
|
||||||
|
|
||||||
\begin_layout Plain Layout
|
\begin_layout Plain Layout
|
||||||
|
|
||||||
|
http://wiki.lyx.org/Examples/IJMP
|
||||||
|
\end_layout
|
||||||
|
|
||||||
\backslash
|
\end_inset
|
||||||
markboth{<Authors' Names>} {<Paper's short title>}
|
|
||||||
|
.
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\end_inset
|
\end_inset
|
||||||
@ -62,14 +89,65 @@ markboth{<Authors' Names>} {<Paper's short title>}
|
|||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Standard
|
\begin_layout Standard
|
||||||
|
\begin_inset Note Note
|
||||||
|
status open
|
||||||
|
|
||||||
|
\begin_layout Plain Layout
|
||||||
|
|
||||||
|
\series bold
|
||||||
|
Note
|
||||||
|
\series default
|
||||||
|
: To be able to compile ijmpc articles, assure that in the menu
|
||||||
|
\family sans
|
||||||
|
Document\SpecialChar \menuseparator
|
||||||
|
Settings\SpecialChar \menuseparator
|
||||||
|
Language
|
||||||
|
\family default
|
||||||
|
the option
|
||||||
|
\family sans
|
||||||
|
Language package
|
||||||
|
\family default
|
||||||
|
is set to
|
||||||
|
\family sans
|
||||||
|
None
|
||||||
|
\family default
|
||||||
|
.
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\begin_layout Plain Layout
|
||||||
|
(For all other documents it is highly recommended to use
|
||||||
|
\family sans
|
||||||
|
Default
|
||||||
|
\family default
|
||||||
|
!)
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\begin_layout MarkBoth
|
||||||
|
Authors' Names
|
||||||
\begin_inset ERT
|
\begin_inset ERT
|
||||||
status collapsed
|
status collapsed
|
||||||
|
|
||||||
\begin_layout Plain Layout
|
\begin_layout Plain Layout
|
||||||
|
|
||||||
|
}{
|
||||||
|
\end_layout
|
||||||
|
|
||||||
\backslash
|
\end_inset
|
||||||
catchline{}{}{}{}{}
|
|
||||||
|
Paper's Title
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\begin_layout Catchline
|
||||||
|
\begin_inset Note Note
|
||||||
|
status open
|
||||||
|
|
||||||
|
\begin_layout Plain Layout
|
||||||
|
a command only for the typesetter, keep it empty!
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\end_inset
|
\end_inset
|
||||||
@ -78,18 +156,28 @@ catchline{}{}{}{}{}
|
|||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Title
|
\begin_layout Title
|
||||||
<TITLE OF THE ARTICLE>
|
TITLE OF THE ARTICLE
|
||||||
\end_layout
|
|
||||||
|
|
||||||
\begin_layout Author
|
|
||||||
<FIRST-1>.
|
|
||||||
<MIDDLE-1>.
|
|
||||||
<SURNAME-1>
|
|
||||||
\begin_inset Foot
|
\begin_inset Foot
|
||||||
status collapsed
|
status collapsed
|
||||||
|
|
||||||
\begin_layout Plain Layout
|
\begin_layout Plain Layout
|
||||||
<Permanent or present address for the first author (optional).>
|
For the title, try not to use more than 3 lines.
|
||||||
|
Typeset the title uppercase.
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\begin_layout Author
|
||||||
|
FIRST AUTHOR
|
||||||
|
\begin_inset Foot
|
||||||
|
status collapsed
|
||||||
|
|
||||||
|
\begin_layout Plain Layout
|
||||||
|
Typeset names uppercase.
|
||||||
|
Use the footnote to indicate the present or permanent address of the author.
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\end_inset
|
\end_inset
|
||||||
@ -107,17 +195,26 @@ status collapsed
|
|||||||
\end_inset
|
\end_inset
|
||||||
|
|
||||||
e-mail-1
|
e-mail-1
|
||||||
\end_layout
|
|
||||||
|
|
||||||
\begin_layout Author
|
|
||||||
<FIRST-2>.
|
|
||||||
<MIDDLE-2>.
|
|
||||||
<SURNAME-2>
|
|
||||||
\begin_inset Foot
|
\begin_inset Foot
|
||||||
status collapsed
|
status collapsed
|
||||||
|
|
||||||
\begin_layout Plain Layout
|
\begin_layout Plain Layout
|
||||||
<Permanent or present address for the second author (optional).>
|
State completely without abbreviations, the affiliation and mailing address,
|
||||||
|
including country.
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\begin_layout Author
|
||||||
|
SECOND AUTHOR
|
||||||
|
\begin_inset Foot
|
||||||
|
status collapsed
|
||||||
|
|
||||||
|
\begin_layout Plain Layout
|
||||||
|
Permanent or present address for the second author (optional).
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\end_inset
|
\end_inset
|
||||||
@ -137,135 +234,356 @@ status collapsed
|
|||||||
e-mail-2
|
e-mail-2
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
|
\begin_layout History
|
||||||
|
\begin_inset Flex Received
|
||||||
|
status open
|
||||||
|
|
||||||
|
\begin_layout Plain Layout
|
||||||
|
Day Month Year
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
|
||||||
|
\begin_inset Flex Revised
|
||||||
|
status open
|
||||||
|
|
||||||
|
\begin_layout Plain Layout
|
||||||
|
Day Month Year
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
|
||||||
|
\begin_inset Flex Comby
|
||||||
|
status open
|
||||||
|
|
||||||
|
\begin_layout Plain Layout
|
||||||
|
Managing Editor
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
|
||||||
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Abstract
|
\begin_layout Abstract
|
||||||
<This is the Abstract of the paper (note that there is no label).
|
The abstract should summarize the context, content and conclusions of the
|
||||||
It must be up to 200 words long; references or displayed equations are
|
paper in less than 200 words.
|
||||||
not allowed in the Abstract.>
|
It should not contain any references or displayed equations.
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Keywords
|
\begin_layout Keywords
|
||||||
<keyword-1; keyword-2; keyword-3.>
|
Keyword1; keyword2; keyword3.
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Section
|
\begin_layout Section
|
||||||
Introduction
|
General Appearance
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Standard
|
\begin_layout Standard
|
||||||
<Intro text.>
|
Contributions to the
|
||||||
|
\emph on
|
||||||
|
International Journal of Modern Physics D
|
||||||
|
\emph default
|
||||||
|
are to be in English.
|
||||||
|
Authors are encouraged to have their contribution checked for grammar.
|
||||||
|
American spelling should be used.
|
||||||
|
Abbreviations are allowed but should be spelt out in full when first used.
|
||||||
|
Integers ten and below are to be spelt out.
|
||||||
|
Italicize foreign language phrases (e.
|
||||||
|
\begin_inset space \thinspace{}
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
g.
|
||||||
|
\begin_inset space ~
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
Latin, French).
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Section
|
\begin_layout Section
|
||||||
The theory
|
Running Heads
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Standard
|
\begin_layout Standard
|
||||||
<A standard section.
|
Please provide a shortened runninghead (not more than eight words) for the
|
||||||
Several
|
title of your paper.
|
||||||
|
This will appear on the top right-hand side of your paper.
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\begin_layout Section
|
||||||
|
Major Headings
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\begin_layout Standard
|
||||||
|
Major headings should be typeset with the first letter of important words
|
||||||
|
capitalized.
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\begin_layout Subsection
|
||||||
|
Sub-headings
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\begin_layout Standard
|
||||||
|
Sub-headings should be typeset capitalized the first letter of the first
|
||||||
|
word only.
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\begin_layout Subsubsection
|
||||||
|
Sub-subheadings
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\begin_layout Standard
|
||||||
|
Capitalize the first letter of the first word only.
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\begin_layout Subsection
|
||||||
|
Lists of items
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\begin_layout Standard
|
||||||
|
Lists may be laid out with each item marked by a dot:
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\begin_layout ItemList
|
||||||
|
item one
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\begin_layout ItemList
|
||||||
|
item two
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\begin_layout Standard
|
||||||
|
Items may also be numbered in lowercase roman numerals:
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\begin_layout RomanList
|
||||||
|
\begin_inset Argument
|
||||||
|
status open
|
||||||
|
|
||||||
|
\begin_layout Plain Layout
|
||||||
|
(ii)
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
item one
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\begin_layout RomanList
|
||||||
|
item two
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\begin_deeper
|
||||||
|
\begin_layout RomanList
|
||||||
|
\begin_inset Argument
|
||||||
|
status open
|
||||||
|
|
||||||
|
\begin_layout Plain Layout
|
||||||
|
(b)
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
lists within lists can be numbered with lowercase roman letters
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\begin_layout RomanList
|
||||||
|
second item
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\end_deeper
|
||||||
|
\begin_layout Section
|
||||||
|
Equations
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\begin_layout Standard
|
||||||
|
Displayed equations should be numbered consecutively in the whole paper,
|
||||||
|
with the number set flush right and enclosed in parentheses
|
||||||
|
\backslash
|
||||||
|
begin{equation}
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\begin_layout Standard
|
||||||
|
\begin_inset Formula
|
||||||
|
\begin{equation}
|
||||||
|
\mu(n,t)=\frac{\sum_{i=1}^{\infty}1(d_{i}<t,N(d_{i})=n)}{\int_{\sigma=0}^{t}1(N(\sigma)=n)d\sigma}\label{eq:diseqn}
|
||||||
|
\end{equation}
|
||||||
|
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\begin_layout Standard
|
||||||
|
Equations should be referred to in abbreviated form, e.
|
||||||
|
\begin_inset space \thinspace{}
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
g.
|
||||||
|
\begin_inset space ~
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
|
||||||
\begin_inset Quotes eld
|
\begin_inset Quotes eld
|
||||||
\end_inset
|
\end_inset
|
||||||
|
|
||||||
special
|
Eq.
|
||||||
\begin_inset Quotes erd
|
\begin_inset space ~
|
||||||
\end_inset
|
\end_inset
|
||||||
|
|
||||||
environments are available.
|
|
||||||
LyX uses the appropriate text style for each special environment, and numbers
|
|
||||||
them as necessary.>
|
|
||||||
\end_layout
|
|
||||||
|
|
||||||
\begin_layout Definition
|
\begin_inset CommandInset ref
|
||||||
<A definition.>
|
LatexCommand eqref
|
||||||
\end_layout
|
reference "eq:diseqn"
|
||||||
|
|
||||||
\begin_layout Example
|
\end_inset
|
||||||
<An example.>
|
|
||||||
\end_layout
|
|
||||||
|
|
||||||
\begin_layout Remark
|
'' or ``(
|
||||||
<A remark.>
|
\begin_inset CommandInset ref
|
||||||
\end_layout
|
LatexCommand ref
|
||||||
|
reference "eq:diseqn"
|
||||||
|
|
||||||
\begin_layout Notation
|
\end_inset
|
||||||
<A notation.>
|
|
||||||
|
)''.
|
||||||
|
In multiple-line equations, the number should be given on the last line.
|
||||||
|
Punctuation marks are used at the end of equations as if they appeared
|
||||||
|
directly in the text.
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Theorem
|
\begin_layout Theorem
|
||||||
<Theorem text.>
|
A theorem
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\begin_layout Remark
|
||||||
|
A remark
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Proof
|
\begin_layout Proof
|
||||||
<Proof text.
|
A proof
|
||||||
Note that proofs should end with a box.
|
|
||||||
LyX adds this box automatically.>
|
|
||||||
\end_layout
|
|
||||||
|
|
||||||
\begin_layout Corollary
|
|
||||||
<Corollary text.>
|
|
||||||
\end_layout
|
|
||||||
|
|
||||||
\begin_layout Lemma
|
|
||||||
<Lemma text.>
|
|
||||||
\end_layout
|
|
||||||
|
|
||||||
\begin_layout Proposition
|
|
||||||
<Proposition text.>
|
|
||||||
\end_layout
|
|
||||||
|
|
||||||
\begin_layout Prop
|
|
||||||
<A prop.>
|
|
||||||
\end_layout
|
|
||||||
|
|
||||||
\begin_layout Question
|
|
||||||
<A question.>
|
|
||||||
\end_layout
|
|
||||||
|
|
||||||
\begin_layout Claim
|
|
||||||
<A claim.>
|
|
||||||
\end_layout
|
|
||||||
|
|
||||||
\begin_layout Conjecture
|
|
||||||
<A conjecture.>
|
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Section
|
\begin_layout Section
|
||||||
The numerical method
|
Illustrations and Photographs
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Standard
|
\begin_layout Standard
|
||||||
<A useful environment for describing algorithms is
|
Figures are to be inserted in the text nearest their first reference.
|
||||||
|
If the author requires the publisher to reduce the figures, ensure that
|
||||||
|
the figures (including letterings and numbers) are large enough to be clearly
|
||||||
|
seen after reduction.
|
||||||
|
If photographs are to be used, only black and white ones are acceptable.
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\begin_layout Standard
|
||||||
|
\begin_inset Float figure
|
||||||
|
placement ph
|
||||||
|
wide false
|
||||||
|
sideways false
|
||||||
|
status open
|
||||||
|
|
||||||
|
\begin_layout Plain Layout
|
||||||
|
\begin_inset Note Note
|
||||||
|
status open
|
||||||
|
|
||||||
|
\begin_layout Plain Layout
|
||||||
|
remove the
|
||||||
\begin_inset Quotes eld
|
\begin_inset Quotes eld
|
||||||
\end_inset
|
\end_inset
|
||||||
|
|
||||||
Step
|
%
|
||||||
\begin_inset Quotes erd
|
\begin_inset Quotes erd
|
||||||
\end_inset
|
\end_inset
|
||||||
|
|
||||||
, e.g.:>
|
and replace the image name:
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Step
|
\end_inset
|
||||||
<Short description of step 1.>
|
|
||||||
|
|
||||||
|
\begin_inset ERT
|
||||||
|
status open
|
||||||
|
|
||||||
|
\begin_layout Plain Layout
|
||||||
|
|
||||||
|
%
|
||||||
|
\backslash
|
||||||
|
centerline{
|
||||||
|
\backslash
|
||||||
|
psfig{file=image.png,width=4.7cm}}
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\begin_layout Plain Layout
|
||||||
|
\begin_inset VSpace 8pt*
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\begin_layout Plain Layout
|
||||||
|
\begin_inset Caption
|
||||||
|
|
||||||
|
\begin_layout Plain Layout
|
||||||
|
\begin_inset CommandInset label
|
||||||
|
LatexCommand label
|
||||||
|
name "fig:A-schematic-illustration"
|
||||||
|
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
A schematic illustration of dissociative recombination.
|
||||||
|
The direct mechanism, 4m
|
||||||
|
\begin_inset Formula $_{\pi}^{2}$
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
is initiated when the molecular ion S
|
||||||
|
\begin_inset Formula $_{{\rm L}}$
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
captures an electron with kinetic energy.
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Standard
|
\begin_layout Standard
|
||||||
<Description of step 1.>
|
The caption must be placed below the figure (see Fig.
|
||||||
\end_layout
|
\begin_inset space ~
|
||||||
|
\end_inset
|
||||||
|
|
||||||
\begin_layout Step
|
|
||||||
<Short description of step 2.>
|
\begin_inset CommandInset ref
|
||||||
|
LatexCommand ref
|
||||||
|
reference "fig:A-schematic-illustration"
|
||||||
|
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
).
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Standard
|
\begin_layout Standard
|
||||||
<Description of step 2.>
|
Previously published material must be accompanied by written permission
|
||||||
|
from the author and publisher.
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Section
|
\begin_layout Section
|
||||||
Results and discussion
|
References
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Standard
|
\begin_layout Standard
|
||||||
<Another standard section.
|
|
||||||
A citation reference is included.
|
A citation reference is included.
|
||||||
\begin_inset CommandInset citation
|
\begin_inset CommandInset citation
|
||||||
LatexCommand cite
|
LatexCommand cite
|
||||||
@ -284,7 +602,15 @@ key "key-1,key-2"
|
|||||||
\family typewriter
|
\family typewriter
|
||||||
refcite
|
refcite
|
||||||
\family default
|
\family default
|
||||||
command into an ERT box, e.g.,
|
command, e.
|
||||||
|
\begin_inset space ~
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
g.
|
||||||
|
\begin_inset space ~
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
|
||||||
\begin_inset Quotes eld
|
\begin_inset Quotes eld
|
||||||
\end_inset
|
\end_inset
|
||||||
|
|
||||||
@ -293,14 +619,11 @@ see Ref.
|
|||||||
\end_inset
|
\end_inset
|
||||||
|
|
||||||
|
|
||||||
\begin_inset ERT
|
\begin_inset Flex Refcite
|
||||||
status open
|
status open
|
||||||
|
|
||||||
\begin_layout Plain Layout
|
\begin_layout Plain Layout
|
||||||
|
key-1
|
||||||
|
|
||||||
\backslash
|
|
||||||
refcite{key-1}
|
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\end_inset
|
\end_inset
|
||||||
@ -309,27 +632,16 @@ refcite{key-1}
|
|||||||
\begin_inset Quotes erd
|
\begin_inset Quotes erd
|
||||||
\end_inset
|
\end_inset
|
||||||
|
|
||||||
.>
|
.
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Subsection
|
\begin_layout Section
|
||||||
A subsection
|
Tables
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Standard
|
\begin_layout Standard
|
||||||
<Subsection text.
|
Tables should be inserted in the text as close to the point of reference
|
||||||
Here, a table is included (see Table
|
as possible.
|
||||||
\begin_inset space ~
|
|
||||||
\end_inset
|
|
||||||
|
|
||||||
|
|
||||||
\begin_inset CommandInset ref
|
|
||||||
LatexCommand ref
|
|
||||||
reference "cap:fuf"
|
|
||||||
|
|
||||||
\end_inset
|
|
||||||
|
|
||||||
).>
|
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Standard
|
\begin_layout Standard
|
||||||
@ -339,25 +651,11 @@ sideways false
|
|||||||
status open
|
status open
|
||||||
|
|
||||||
\begin_layout Plain Layout
|
\begin_layout Plain Layout
|
||||||
\begin_inset ERT
|
\begin_inset Flex TableCaption
|
||||||
status collapsed
|
status open
|
||||||
|
|
||||||
\begin_layout Plain Layout
|
\begin_layout Plain Layout
|
||||||
|
|
||||||
|
|
||||||
\backslash
|
|
||||||
tbl{
|
|
||||||
\end_layout
|
|
||||||
|
|
||||||
\end_inset
|
|
||||||
|
|
||||||
An example table.
|
An example table.
|
||||||
\begin_inset ERT
|
|
||||||
status collapsed
|
|
||||||
|
|
||||||
\begin_layout Plain Layout
|
|
||||||
|
|
||||||
}
|
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\end_inset
|
\end_inset
|
||||||
@ -374,12 +672,9 @@ status collapsed
|
|||||||
\end_inset
|
\end_inset
|
||||||
|
|
||||||
|
|
||||||
\end_layout
|
|
||||||
|
|
||||||
\begin_layout Plain Layout
|
|
||||||
\begin_inset Tabular
|
\begin_inset Tabular
|
||||||
<lyxtabular version="3" rows="4" columns="3">
|
<lyxtabular version="3" rows="4" columns="3">
|
||||||
<features>
|
<features tabularvalignment="middle">
|
||||||
<column alignment="center" valignment="top" width="0">
|
<column alignment="center" valignment="top" width="0">
|
||||||
<column alignment="center" valignment="top" width="0">
|
<column alignment="center" valignment="top" width="0">
|
||||||
<column alignment="center" valignment="top" width="0">
|
<column alignment="center" valignment="top" width="0">
|
||||||
@ -506,7 +801,7 @@ Column C
|
|||||||
|
|
||||||
\begin_inset CommandInset label
|
\begin_inset CommandInset label
|
||||||
LatexCommand label
|
LatexCommand label
|
||||||
name "cap:fuf"
|
name "tab:fuf"
|
||||||
|
|
||||||
\end_inset
|
\end_inset
|
||||||
|
|
||||||
@ -529,12 +824,47 @@ status collapsed
|
|||||||
|
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Subsubsection
|
\begin_layout Standard
|
||||||
A subsubsection
|
If tables need to extend over to a second page, the continuation of the
|
||||||
|
table should be preceded by a caption, e.
|
||||||
|
\begin_inset space \thinspace{}
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
g.
|
||||||
|
\begin_inset space ~
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
|
||||||
|
\begin_inset Quotes eld
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
|
||||||
|
\emph on
|
||||||
|
Table 2
|
||||||
|
\emph default
|
||||||
|
Continued
|
||||||
|
\begin_inset Quotes erd
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
.
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\begin_layout Section
|
||||||
|
Footnotes
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Standard
|
\begin_layout Standard
|
||||||
<Subsubsection text.>
|
Some text.
|
||||||
|
\begin_inset Foot
|
||||||
|
status open
|
||||||
|
|
||||||
|
\begin_layout Plain Layout
|
||||||
|
A footnote
|
||||||
|
\end_layout
|
||||||
|
|
||||||
|
\end_inset
|
||||||
|
|
||||||
|
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Section*
|
\begin_layout Section*
|
||||||
@ -542,46 +872,19 @@ Acknowledgments
|
|||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Standard
|
\begin_layout Standard
|
||||||
<Acknowledgments text.
|
This section should come before the References.
|
||||||
Note that this is only a starred section; there is no
|
Dedications and funding information may also be included here.
|
||||||
\begin_inset Quotes eld
|
|
||||||
\end_inset
|
|
||||||
|
|
||||||
acknowledgments
|
|
||||||
\begin_inset Quotes erd
|
|
||||||
\end_inset
|
|
||||||
|
|
||||||
environment.>
|
|
||||||
\end_layout
|
|
||||||
|
|
||||||
\begin_layout Appendices Section
|
|
||||||
|
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Appendix
|
\begin_layout Appendix
|
||||||
|
\start_of_appendix
|
||||||
An Appendix section
|
An Appendix section
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Standard
|
\begin_layout Standard
|
||||||
<Appendices should be preceeded by an empty
|
Appendices should be used only when absolutely necessary.
|
||||||
\begin_inset Quotes eld
|
They should come before the References.Note that appendices should be placed
|
||||||
\end_inset
|
|
||||||
|
|
||||||
Appendices
|
|
||||||
\begin_inset Quotes erd
|
|
||||||
\end_inset
|
|
||||||
|
|
||||||
section, as in this template.
|
|
||||||
The
|
|
||||||
\begin_inset Quotes eld
|
|
||||||
\end_inset
|
|
||||||
|
|
||||||
Appendices Section
|
|
||||||
\begin_inset Quotes erd
|
|
||||||
\end_inset
|
|
||||||
|
|
||||||
just marks the beginning of appendices.
|
|
||||||
Note that appendices should be placed
|
|
||||||
\emph on
|
\emph on
|
||||||
after
|
after
|
||||||
\emph default
|
\emph default
|
||||||
@ -589,7 +892,7 @@ after
|
|||||||
\shape italic
|
\shape italic
|
||||||
before
|
before
|
||||||
\shape default
|
\shape default
|
||||||
the References.>
|
the References.
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Appendix
|
\begin_layout Appendix
|
||||||
@ -602,6 +905,7 @@ Another Appendix section
|
|||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Bibliography
|
\begin_layout Bibliography
|
||||||
|
\labelwidthstring References
|
||||||
\begin_inset CommandInset bibitem
|
\begin_inset CommandInset bibitem
|
||||||
LatexCommand bibitem
|
LatexCommand bibitem
|
||||||
key "key-1"
|
key "key-1"
|
||||||
@ -626,6 +930,7 @@ Volume
|
|||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Bibliography
|
\begin_layout Bibliography
|
||||||
|
\labelwidthstring References
|
||||||
\begin_inset CommandInset bibitem
|
\begin_inset CommandInset bibitem
|
||||||
LatexCommand bibitem
|
LatexCommand bibitem
|
||||||
key "key-2"
|
key "key-2"
|
||||||
|
Loading…
Reference in New Issue
Block a user