mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-30 05:00:06 +00:00
re-indent (tab for logical indentation, spaces for alignment)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6920 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
bc29b6a790
commit
12d02d04b2
@ -1,3 +1,7 @@
|
||||
2003-05-02 André Pönitz <poenitz@gmx.net>
|
||||
|
||||
* layouts/*: re-indent according to LyX style
|
||||
|
||||
2003-04-30 Michael Schmitt <Michael.Schmitt@teststep.org>
|
||||
|
||||
* layouts/llncs.layout: remove Chapter and Mail layouts (did not
|
||||
|
@ -18,32 +18,32 @@
|
||||
|
||||
Columns 1
|
||||
Sides 1
|
||||
MaxCounter Counter_Section
|
||||
SecNumDepth 3
|
||||
TocDepth 3
|
||||
MaxCounter Counter_Section
|
||||
SecNumDepth 3
|
||||
TocDepth 3
|
||||
|
||||
ClassOptions
|
||||
FontSize 9|10|11|12
|
||||
FontSize 9|10|11|12
|
||||
End
|
||||
|
||||
DefaultFont
|
||||
Family Roman
|
||||
Series Medium
|
||||
Shape Up
|
||||
Size Normal
|
||||
Color None
|
||||
Family Roman
|
||||
Series Medium
|
||||
Shape Up
|
||||
Size Normal
|
||||
Color None
|
||||
EndFont
|
||||
|
||||
# Standard style definition
|
||||
Style Standard
|
||||
Margin Static
|
||||
LatexType Paragraph
|
||||
LatexName dummy
|
||||
ParIndent MM
|
||||
ParSkip 0.4
|
||||
Align Block
|
||||
AlignPossible Block, Left, Right, Center
|
||||
LabelType No_Label
|
||||
Margin Static
|
||||
LatexType Paragraph
|
||||
LatexName dummy
|
||||
ParIndent MM
|
||||
ParSkip 0.4
|
||||
Align Block
|
||||
AlignPossible Block, Left, Right, Center
|
||||
LabelType No_Label
|
||||
End
|
||||
|
||||
##
|
||||
@ -63,225 +63,225 @@ Input stdlists.inc
|
||||
#
|
||||
# Theorem-numbered style *Template* declaration
|
||||
Style TheoremTemplate
|
||||
Margin First_Dynamic
|
||||
LatexType Environment
|
||||
LabelSep M
|
||||
ParIndent MM
|
||||
ParSep 0.4
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Static
|
||||
Margin First_Dynamic
|
||||
LatexType Environment
|
||||
LabelSep M
|
||||
ParIndent MM
|
||||
ParSep 0.4
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Static
|
||||
|
||||
# label font definition
|
||||
LabelFont
|
||||
Shape Italic
|
||||
EndFont
|
||||
# label font definition
|
||||
LabelFont
|
||||
Shape Italic
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Proof style declaration
|
||||
Style Proof
|
||||
CopyStyle TheoremTemplate
|
||||
LatexName proof
|
||||
LabelString "Proof:"
|
||||
EndLabelType Filled_Box
|
||||
CopyStyle TheoremTemplate
|
||||
LatexName proof
|
||||
LabelString "Proof:"
|
||||
EndLabelType Filled_Box
|
||||
End
|
||||
|
||||
# Theorem-numbered style declaration
|
||||
Style Theorem
|
||||
CopyStyle TheoremTemplate
|
||||
LatexName thm
|
||||
LabelString "Theorem #:"
|
||||
CopyStyle TheoremTemplate
|
||||
LatexName thm
|
||||
LabelString "Theorem #:"
|
||||
|
||||
Preamble
|
||||
\newtheorem{thm}{Theorem}
|
||||
EndPreamble
|
||||
Preamble
|
||||
\newtheorem{thm}{Theorem}
|
||||
EndPreamble
|
||||
End
|
||||
|
||||
# Lemma-numbered style declaration
|
||||
Style Lemma
|
||||
CopyStyle TheoremTemplate
|
||||
LatexName lemma
|
||||
LabelString "Lemma #:"
|
||||
CopyStyle TheoremTemplate
|
||||
LatexName lemma
|
||||
LabelString "Lemma #:"
|
||||
|
||||
Preamble
|
||||
\newtheorem{lemma}{Lemma}
|
||||
EndPreamble
|
||||
Preamble
|
||||
\newtheorem{lemma}{Lemma}
|
||||
EndPreamble
|
||||
End
|
||||
|
||||
# Corollary-numbered style declaration
|
||||
Style Corollary
|
||||
CopyStyle TheoremTemplate
|
||||
LatexName cor
|
||||
LabelString "Corollary #:"
|
||||
CopyStyle TheoremTemplate
|
||||
LatexName cor
|
||||
LabelString "Corollary #:"
|
||||
|
||||
Preamble
|
||||
\newtheorem{cor}{Corollary}
|
||||
EndPreamble
|
||||
Preamble
|
||||
\newtheorem{cor}{Corollary}
|
||||
EndPreamble
|
||||
End
|
||||
|
||||
# Proposition-numbered style declaration
|
||||
Style Proposition
|
||||
CopyStyle TheoremTemplate
|
||||
LatexName prop
|
||||
LabelString "Proposition #:"
|
||||
CopyStyle TheoremTemplate
|
||||
LatexName prop
|
||||
LabelString "Proposition #:"
|
||||
|
||||
Preamble
|
||||
\newtheorem{prop}{Proposition}
|
||||
EndPreamble
|
||||
Preamble
|
||||
\newtheorem{prop}{Proposition}
|
||||
EndPreamble
|
||||
End
|
||||
|
||||
# Conjecture-numbered style declaration
|
||||
Style Conjecture
|
||||
CopyStyle TheoremTemplate
|
||||
LatexName conject
|
||||
LabelString "Conjecture #:"
|
||||
CopyStyle TheoremTemplate
|
||||
LatexName conject
|
||||
LabelString "Conjecture #:"
|
||||
|
||||
Preamble
|
||||
\newtheorem{conject}{Conjecture}
|
||||
EndPreamble
|
||||
Preamble
|
||||
\newtheorem{conject}{Conjecture}
|
||||
EndPreamble
|
||||
End
|
||||
|
||||
# Criterion-numbered style declaration
|
||||
Style Criterion
|
||||
CopyStyle TheoremTemplate
|
||||
LatexName criter
|
||||
LabelString "Criterion #:"
|
||||
CopyStyle TheoremTemplate
|
||||
LatexName criter
|
||||
LabelString "Criterion #:"
|
||||
|
||||
Preamble
|
||||
\newtheorem{criter}{Criterion}
|
||||
EndPreamble
|
||||
Preamble
|
||||
\newtheorem{criter}{Criterion}
|
||||
EndPreamble
|
||||
End
|
||||
|
||||
# Fact-numbered style declaration
|
||||
Style Fact
|
||||
CopyStyle TheoremTemplate
|
||||
LatexName fact
|
||||
LabelString "Fact #:"
|
||||
CopyStyle TheoremTemplate
|
||||
LatexName fact
|
||||
LabelString "Fact #:"
|
||||
|
||||
Preamble
|
||||
\newtheorem{fact}{Fact}
|
||||
EndPreamble
|
||||
Preamble
|
||||
\newtheorem{fact}{Fact}
|
||||
EndPreamble
|
||||
End
|
||||
|
||||
# Axiom-numbered style declaration
|
||||
Style Axiom
|
||||
CopyStyle TheoremTemplate
|
||||
LatexName axi
|
||||
LabelString "Axiom #:"
|
||||
CopyStyle TheoremTemplate
|
||||
LatexName axi
|
||||
LabelString "Axiom #:"
|
||||
|
||||
Preamble
|
||||
\newtheorem{axi}{Axiom}
|
||||
EndPreamble
|
||||
Preamble
|
||||
\newtheorem{axi}{Axiom}
|
||||
EndPreamble
|
||||
End
|
||||
|
||||
# Definition-numbered style declaration
|
||||
Style Definition
|
||||
CopyStyle TheoremTemplate
|
||||
LatexName definitn
|
||||
LabelString "Definition #:"
|
||||
CopyStyle TheoremTemplate
|
||||
LatexName definitn
|
||||
LabelString "Definition #:"
|
||||
|
||||
Preamble
|
||||
\newtheorem{definitn}{Definition}
|
||||
EndPreamble
|
||||
Preamble
|
||||
\newtheorem{definitn}{Definition}
|
||||
EndPreamble
|
||||
End
|
||||
|
||||
# Example-numbered style declaration
|
||||
Style Example
|
||||
CopyStyle TheoremTemplate
|
||||
LatexName example
|
||||
LabelString "Example #:"
|
||||
CopyStyle TheoremTemplate
|
||||
LatexName example
|
||||
LabelString "Example #:"
|
||||
|
||||
Preamble
|
||||
\newtheorem{example}{Example}
|
||||
EndPreamble
|
||||
Preamble
|
||||
\newtheorem{example}{Example}
|
||||
EndPreamble
|
||||
End
|
||||
|
||||
# Condition-numbered style declaration
|
||||
Style Condition
|
||||
CopyStyle TheoremTemplate
|
||||
LatexName condition
|
||||
LabelString "Condition #:"
|
||||
CopyStyle TheoremTemplate
|
||||
LatexName condition
|
||||
LabelString "Condition #:"
|
||||
|
||||
Preamble
|
||||
\newtheorem{condition}{Condition}
|
||||
EndPreamble
|
||||
Preamble
|
||||
\newtheorem{condition}{Condition}
|
||||
EndPreamble
|
||||
End
|
||||
|
||||
# Problem-numbered style declaration
|
||||
Style Problem
|
||||
CopyStyle TheoremTemplate
|
||||
LatexName problem
|
||||
LabelString "Problem #:"
|
||||
CopyStyle TheoremTemplate
|
||||
LatexName problem
|
||||
LabelString "Problem #:"
|
||||
|
||||
Preamble
|
||||
\newtheorem{problem}{Problem}
|
||||
EndPreamble
|
||||
Preamble
|
||||
\newtheorem{problem}{Problem}
|
||||
EndPreamble
|
||||
End
|
||||
|
||||
# Exercise-numbered style declaration
|
||||
Style Exercise
|
||||
CopyStyle TheoremTemplate
|
||||
LatexName exacise
|
||||
LabelString "Exercise #:"
|
||||
CopyStyle TheoremTemplate
|
||||
LatexName exacise
|
||||
LabelString "Exercise #:"
|
||||
|
||||
Preamble
|
||||
\newtheorem{exacise}{Exercise}
|
||||
EndPreamble
|
||||
Preamble
|
||||
\newtheorem{exacise}{Exercise}
|
||||
EndPreamble
|
||||
End
|
||||
|
||||
# Remark-numbered style declaration
|
||||
Style Remark
|
||||
CopyStyle TheoremTemplate
|
||||
LatexName remrk
|
||||
LabelString "Remark #:"
|
||||
CopyStyle TheoremTemplate
|
||||
LatexName remrk
|
||||
LabelString "Remark #:"
|
||||
|
||||
Preamble
|
||||
\newtheorem{remrk}{Remark}
|
||||
EndPreamble
|
||||
Preamble
|
||||
\newtheorem{remrk}{Remark}
|
||||
EndPreamble
|
||||
End
|
||||
|
||||
# Claim-numbered style declaration
|
||||
Style Claim
|
||||
CopyStyle TheoremTemplate
|
||||
LatexName claim
|
||||
LabelString "Claim #:"
|
||||
CopyStyle TheoremTemplate
|
||||
LatexName claim
|
||||
LabelString "Claim #:"
|
||||
|
||||
Preamble
|
||||
\newtheorem{claim}{Claim}
|
||||
EndPreamble
|
||||
Preamble
|
||||
\newtheorem{claim}{Claim}
|
||||
EndPreamble
|
||||
End
|
||||
|
||||
# Note-numbered style declaration
|
||||
Style Note
|
||||
CopyStyle TheoremTemplate
|
||||
LatexName note
|
||||
LabelString "Note #:"
|
||||
CopyStyle TheoremTemplate
|
||||
LatexName note
|
||||
LabelString "Note #:"
|
||||
|
||||
Preamble
|
||||
\newtheorem{note}{Note}
|
||||
EndPreamble
|
||||
Preamble
|
||||
\newtheorem{note}{Note}
|
||||
EndPreamble
|
||||
End
|
||||
|
||||
# Notation-numbered style declaration
|
||||
Style Notation
|
||||
CopyStyle TheoremTemplate
|
||||
LatexName notation
|
||||
LabelString "Notation #:"
|
||||
CopyStyle TheoremTemplate
|
||||
LatexName notation
|
||||
LabelString "Notation #:"
|
||||
|
||||
Preamble
|
||||
\newtheorem{notation}{Notation}
|
||||
EndPreamble
|
||||
Preamble
|
||||
\newtheorem{notation}{Notation}
|
||||
EndPreamble
|
||||
End
|
||||
|
||||
# Case-numbered style declaration
|
||||
Style Case
|
||||
CopyStyle TheoremTemplate
|
||||
LatexName case
|
||||
LabelString "Case #:"
|
||||
CopyStyle TheoremTemplate
|
||||
LatexName case
|
||||
LabelString "Case #:"
|
||||
|
||||
Preamble
|
||||
\newtheorem{case}{Case}
|
||||
EndPreamble
|
||||
Preamble
|
||||
\newtheorem{case}{Case}
|
||||
EndPreamble
|
||||
End
|
||||
|
||||
NoStyle TheoremTemplate
|
||||
@ -300,53 +300,53 @@ NoStyle Subparagraph
|
||||
NoStyle Subparagraph*
|
||||
|
||||
Style Section
|
||||
Align Center
|
||||
AlignPossible Block, Center, Left
|
||||
Align Center
|
||||
AlignPossible Block, Center, Left
|
||||
|
||||
Font
|
||||
Shape Smallcaps
|
||||
Size Normal
|
||||
EndFont
|
||||
Font
|
||||
Shape Smallcaps
|
||||
Size Normal
|
||||
EndFont
|
||||
End
|
||||
|
||||
|
||||
Style Subsection
|
||||
Font
|
||||
Shape Italic
|
||||
Size Normal
|
||||
EndFont
|
||||
Font
|
||||
Shape Italic
|
||||
Size Normal
|
||||
EndFont
|
||||
End
|
||||
|
||||
Style Subsubsection
|
||||
Font
|
||||
Shape Up
|
||||
Size Normal
|
||||
EndFont
|
||||
Font
|
||||
Shape Up
|
||||
Size Normal
|
||||
EndFont
|
||||
End
|
||||
|
||||
Style Section*
|
||||
Align Center
|
||||
AlignPossible Block, Center, Left
|
||||
Align Center
|
||||
AlignPossible Block, Center, Left
|
||||
|
||||
Font
|
||||
Shape Smallcaps
|
||||
Size Normal
|
||||
EndFont
|
||||
Font
|
||||
Shape Smallcaps
|
||||
Size Normal
|
||||
EndFont
|
||||
End
|
||||
|
||||
|
||||
Style Subsection*
|
||||
Font
|
||||
Shape Italic
|
||||
Size Normal
|
||||
EndFont
|
||||
Font
|
||||
Shape Italic
|
||||
Size Normal
|
||||
EndFont
|
||||
End
|
||||
|
||||
Style Subsubsection*
|
||||
Font
|
||||
Shape Up
|
||||
Size Normal
|
||||
EndFont
|
||||
Font
|
||||
Shape Up
|
||||
Size Normal
|
||||
EndFont
|
||||
End
|
||||
|
||||
##
|
||||
@ -356,116 +356,116 @@ Input stdtitle.inc
|
||||
Input stdstruct.inc
|
||||
|
||||
Style Abstract
|
||||
Margin First_Dynamic
|
||||
LeftMargin ""
|
||||
RightMargin ""
|
||||
# ParIndent MM
|
||||
LabelSep M
|
||||
LabelType Static
|
||||
LabelString "Abstract---"
|
||||
Margin First_Dynamic
|
||||
LeftMargin ""
|
||||
RightMargin ""
|
||||
# ParIndent MM
|
||||
LabelSep M
|
||||
LabelType Static
|
||||
LabelString "Abstract---"
|
||||
# LabelBottomSep 0.0
|
||||
|
||||
# standard font definition
|
||||
Font
|
||||
Series Bold
|
||||
Size Small
|
||||
EndFont
|
||||
# standard font definition
|
||||
Font
|
||||
Series Bold
|
||||
Size Small
|
||||
EndFont
|
||||
|
||||
# label font definition
|
||||
LabelFont
|
||||
Shape Italic
|
||||
Series Medium
|
||||
Size Small
|
||||
EndFont
|
||||
# label font definition
|
||||
LabelFont
|
||||
Shape Italic
|
||||
Series Medium
|
||||
Size Small
|
||||
EndFont
|
||||
End
|
||||
|
||||
Style Keywords
|
||||
Margin Dynamic
|
||||
LatexType Environment
|
||||
InTitle 0
|
||||
LatexName keywords
|
||||
ParSkip 0.4
|
||||
BottomSep 1.5
|
||||
ParSep 1.5
|
||||
Align Left
|
||||
AlignPossible Block, Left, Right, Center
|
||||
LabelType Static
|
||||
LabelString "Keywords---"
|
||||
# label font definition
|
||||
TextFont
|
||||
Shape Up
|
||||
Size Small
|
||||
EndFont
|
||||
LabelFont
|
||||
Shape Italic
|
||||
Size Small
|
||||
EndFont
|
||||
Margin Dynamic
|
||||
LatexType Environment
|
||||
InTitle 0
|
||||
LatexName keywords
|
||||
ParSkip 0.4
|
||||
BottomSep 1.5
|
||||
ParSep 1.5
|
||||
Align Left
|
||||
AlignPossible Block, Left, Right, Center
|
||||
LabelType Static
|
||||
LabelString "Keywords---"
|
||||
# label font definition
|
||||
TextFont
|
||||
Shape Up
|
||||
Size Small
|
||||
EndFont
|
||||
LabelFont
|
||||
Shape Italic
|
||||
Size Small
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Bibliography style definition
|
||||
Style Bibliography
|
||||
# label font definition
|
||||
LabelFont
|
||||
Shape Smallcaps
|
||||
Series Medium
|
||||
Size Normal
|
||||
EndFont
|
||||
# label font definition
|
||||
LabelFont
|
||||
Shape Smallcaps
|
||||
Series Medium
|
||||
Size Normal
|
||||
EndFont
|
||||
End
|
||||
|
||||
Style Appendix
|
||||
Margin Static
|
||||
LatexType Command
|
||||
InTitle 0
|
||||
LatexName appendix
|
||||
ParSkip 0.4
|
||||
BottomSep 1.5
|
||||
ParSep 1.5
|
||||
Align Block
|
||||
AlignPossible Block, Left, Right, Center
|
||||
LabelType Static
|
||||
LabelString "Appendix"
|
||||
# label font definition
|
||||
TextFont
|
||||
Shape Up
|
||||
Size Normal
|
||||
EndFont
|
||||
LabelFont
|
||||
Shape Smallcaps
|
||||
Size Normal
|
||||
EndFont
|
||||
Margin Static
|
||||
LatexType Command
|
||||
InTitle 0
|
||||
LatexName appendix
|
||||
ParSkip 0.4
|
||||
BottomSep 1.5
|
||||
ParSep 1.5
|
||||
Align Block
|
||||
AlignPossible Block, Left, Right, Center
|
||||
LabelType Static
|
||||
LabelString "Appendix"
|
||||
# label font definition
|
||||
TextFont
|
||||
Shape Up
|
||||
Size Normal
|
||||
EndFont
|
||||
LabelFont
|
||||
Shape Smallcaps
|
||||
Size Normal
|
||||
EndFont
|
||||
End
|
||||
|
||||
Style Appendices
|
||||
Margin Static
|
||||
LatexType Command
|
||||
InTitle 0
|
||||
LatexName appendices
|
||||
ParSkip 0.4
|
||||
BottomSep 1.5
|
||||
ParSep 1.5
|
||||
Align Center
|
||||
AlignPossible Block, Left, Right, Center
|
||||
LabelType Static
|
||||
LabelString "Appendices"
|
||||
# label font definition
|
||||
TextFont
|
||||
Shape Up
|
||||
Size Small
|
||||
EndFont
|
||||
LabelFont
|
||||
Shape Smallcaps
|
||||
Size Normal
|
||||
EndFont
|
||||
Margin Static
|
||||
LatexType Command
|
||||
InTitle 0
|
||||
LatexName appendices
|
||||
ParSkip 0.4
|
||||
BottomSep 1.5
|
||||
ParSep 1.5
|
||||
Align Center
|
||||
AlignPossible Block, Left, Right, Center
|
||||
LabelType Static
|
||||
LabelString "Appendices"
|
||||
# label font definition
|
||||
TextFont
|
||||
Shape Up
|
||||
Size Small
|
||||
EndFont
|
||||
LabelFont
|
||||
Shape Smallcaps
|
||||
Size Normal
|
||||
EndFont
|
||||
End
|
||||
|
||||
Style Biography
|
||||
LaTeXType Environment
|
||||
LaTeXName biography
|
||||
Align Block
|
||||
AlignPossible Block
|
||||
TextFont
|
||||
Size Small
|
||||
EndFont
|
||||
LaTeXType Environment
|
||||
LaTeXName biography
|
||||
Align Block
|
||||
AlignPossible Block
|
||||
TextFont
|
||||
Size Small
|
||||
EndFont
|
||||
End
|
||||
|
||||
##
|
||||
@ -474,39 +474,39 @@ End
|
||||
Input stdlayouts.inc
|
||||
|
||||
Style Caption
|
||||
LabelFont
|
||||
Series Medium
|
||||
EndFont
|
||||
LabelFont
|
||||
Series Medium
|
||||
EndFont
|
||||
End
|
||||
|
||||
Style Footernote
|
||||
Margin Static
|
||||
LatexType Command
|
||||
InTitle 0
|
||||
LatexName footernote
|
||||
ParSkip 0.4
|
||||
BottomSep 1.5
|
||||
ParSep 1.5
|
||||
Align Center
|
||||
AlignPossible Block, Left, Right, Center
|
||||
LabelType Static
|
||||
LabelString "Footernote"
|
||||
# label font definition
|
||||
TextFont
|
||||
Shape Up
|
||||
Size Small
|
||||
EndFont
|
||||
LabelFont
|
||||
Shape Italic
|
||||
Size Small
|
||||
EndFont
|
||||
Margin Static
|
||||
LatexType Command
|
||||
InTitle 0
|
||||
LatexName footernote
|
||||
ParSkip 0.4
|
||||
BottomSep 1.5
|
||||
ParSep 1.5
|
||||
Align Center
|
||||
AlignPossible Block, Left, Right, Center
|
||||
LabelType Static
|
||||
LabelString "Footernote"
|
||||
# label font definition
|
||||
TextFont
|
||||
Shape Up
|
||||
Size Small
|
||||
EndFont
|
||||
LabelFont
|
||||
Shape Italic
|
||||
Size Small
|
||||
EndFont
|
||||
End
|
||||
|
||||
Style MarkBoth
|
||||
LaTeXType Command
|
||||
LaTeXName markboth
|
||||
Align Center
|
||||
AlignPossible Center
|
||||
LaTeXType Command
|
||||
LaTeXName markboth
|
||||
Align Center
|
||||
AlignPossible Center
|
||||
End
|
||||
|
||||
##
|
||||
|
@ -8,75 +8,75 @@
|
||||
# 2001-05-31 Adapt to aa.cls version 5.01:
|
||||
# take out thesaurus, email -> mail
|
||||
# change layout of title
|
||||
# abstract is command
|
||||
# abstract is command
|
||||
|
||||
# General textclass parameters
|
||||
Columns 2
|
||||
Sides 2
|
||||
MaxCounter Counter_Section
|
||||
SecNumDepth 3
|
||||
TocDepth 0
|
||||
PageStyle Plain
|
||||
Columns 2
|
||||
Sides 2
|
||||
MaxCounter Counter_Section
|
||||
SecNumDepth 3
|
||||
TocDepth 0
|
||||
PageStyle Plain
|
||||
|
||||
DefaultFont
|
||||
Family Roman
|
||||
Series Medium
|
||||
Shape Up
|
||||
Size Normal
|
||||
Color None
|
||||
Family Roman
|
||||
Series Medium
|
||||
Shape Up
|
||||
Size Normal
|
||||
Color None
|
||||
EndFont
|
||||
|
||||
# Standard style definition
|
||||
Style Standard
|
||||
Margin Static
|
||||
LatexType Paragraph
|
||||
LatexName dummy
|
||||
ParIndent MM
|
||||
ParSkip 0.4
|
||||
Align Block
|
||||
AlignPossible Block, Left, Right, Center
|
||||
LabelType No_Label
|
||||
Margin Static
|
||||
LatexType Paragraph
|
||||
LatexName dummy
|
||||
ParIndent MM
|
||||
ParSkip 0.4
|
||||
Align Block
|
||||
AlignPossible Block, Left, Right, Center
|
||||
LabelType No_Label
|
||||
End
|
||||
|
||||
# I want to keep the entries in a logical order.
|
||||
# Therefore I'll define the entries first, then fill them
|
||||
|
||||
Style Section
|
||||
End
|
||||
End
|
||||
Style Subsection
|
||||
End
|
||||
End
|
||||
Style Subsubsection
|
||||
End
|
||||
End
|
||||
Style Itemize
|
||||
End
|
||||
End
|
||||
Style Enumerate
|
||||
End
|
||||
End
|
||||
Style Description
|
||||
End
|
||||
End
|
||||
Style List
|
||||
End
|
||||
End
|
||||
Style Caption
|
||||
End
|
||||
End
|
||||
Style Title
|
||||
End
|
||||
End
|
||||
Style Subtitle
|
||||
End
|
||||
End
|
||||
Style Author
|
||||
End
|
||||
End
|
||||
Style Address
|
||||
End
|
||||
End
|
||||
Style Offprint
|
||||
End
|
||||
End
|
||||
Style Mail
|
||||
End
|
||||
End
|
||||
Style Date
|
||||
End
|
||||
End
|
||||
Style Abstract
|
||||
End
|
||||
End
|
||||
Style Acknowledgement
|
||||
End
|
||||
End
|
||||
Style Bibliography
|
||||
End
|
||||
End
|
||||
|
||||
# OK, now we have a more or less consistent Ordering. Now fill the
|
||||
# definitions.
|
||||
@ -99,247 +99,247 @@ NoStyle Part
|
||||
|
||||
# Subitle style definition
|
||||
Style Subtitle
|
||||
Margin Static
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
LatexName subtitle
|
||||
NextNoIndent 1
|
||||
ParSkip 0.4
|
||||
ItemSep 0
|
||||
TopSep 1.3
|
||||
BottomSep 1.3
|
||||
ParSep 1
|
||||
Align Center
|
||||
LabelType No_Label
|
||||
Margin Static
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
LatexName subtitle
|
||||
NextNoIndent 1
|
||||
ParSkip 0.4
|
||||
ItemSep 0
|
||||
TopSep 1.3
|
||||
BottomSep 1.3
|
||||
ParSep 1
|
||||
Align Center
|
||||
LabelType No_Label
|
||||
|
||||
# standard font definition
|
||||
Font
|
||||
Family Sans
|
||||
Size Larger
|
||||
Series Bold
|
||||
EndFont
|
||||
# standard font definition
|
||||
Font
|
||||
Family Sans
|
||||
Size Larger
|
||||
Series Bold
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Address style definition
|
||||
Style Address
|
||||
LeftMargin MMM
|
||||
Margin Static
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
LatexName institute
|
||||
ParSkip 0.4
|
||||
# BottomSep 0.4
|
||||
Align Left
|
||||
LabelType No_Label
|
||||
LeftMargin MMM
|
||||
Margin Static
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
LatexName institute
|
||||
ParSkip 0.4
|
||||
# BottomSep 0.4
|
||||
Align Left
|
||||
LabelType No_Label
|
||||
|
||||
Font
|
||||
Family Roman
|
||||
Size Small
|
||||
EndFont
|
||||
Font
|
||||
Family Roman
|
||||
Size Small
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Address for Offprints style definition
|
||||
Style Offprint
|
||||
Margin Static
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
LatexName offprints
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
LeftMargin "MNMOffprint Requests to:"
|
||||
LabelType Static
|
||||
LabelString "Offprint Requests to:"
|
||||
LabelSep M
|
||||
Margin Static
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
LatexName offprints
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
LeftMargin "MNMOffprint Requests to:"
|
||||
LabelType Static
|
||||
LabelString "Offprint Requests to:"
|
||||
LabelSep M
|
||||
|
||||
Font
|
||||
Family Roman
|
||||
Size Small
|
||||
EndFont
|
||||
LabelFont
|
||||
Family Roman
|
||||
Size Small
|
||||
Shape Slanted
|
||||
EndFont
|
||||
Font
|
||||
Family Roman
|
||||
Size Small
|
||||
EndFont
|
||||
LabelFont
|
||||
Family Roman
|
||||
Size Small
|
||||
Shape Slanted
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Mail address style definition
|
||||
Style Mail
|
||||
Margin Static
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
LatexName mail
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
LeftMargin "MJMCorrespondence to:"
|
||||
LabelType Static
|
||||
LabelString "Correspondence to:"
|
||||
LabelSep M
|
||||
Margin Static
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
LatexName mail
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
LeftMargin "MJMCorrespondence to:"
|
||||
LabelType Static
|
||||
LabelString "Correspondence to:"
|
||||
LabelSep M
|
||||
|
||||
Font
|
||||
Family Roman
|
||||
Size Small
|
||||
EndFont
|
||||
LabelFont
|
||||
Family Roman
|
||||
Size Small
|
||||
Shape Slanted
|
||||
EndFont
|
||||
Font
|
||||
Family Roman
|
||||
Size Small
|
||||
EndFont
|
||||
LabelFont
|
||||
Family Roman
|
||||
Size Small
|
||||
Shape Slanted
|
||||
EndFont
|
||||
End
|
||||
|
||||
|
||||
# Acnowledgement style definition
|
||||
Style Acknowledgement
|
||||
Margin First_Dynamic
|
||||
LatexType Environment
|
||||
LatexName acknowledgements
|
||||
NextNoIndent 0
|
||||
ItemSep 0
|
||||
TopSep 1.2
|
||||
BottomSep 0
|
||||
ParSep 0
|
||||
Align Block
|
||||
AlignPossible Block
|
||||
LabelType Static
|
||||
LabelString "Acknowledgements."
|
||||
LabelSep M
|
||||
# standard font definition
|
||||
Font
|
||||
Size Small
|
||||
EndFont
|
||||
Margin First_Dynamic
|
||||
LatexType Environment
|
||||
LatexName acknowledgements
|
||||
NextNoIndent 0
|
||||
ItemSep 0
|
||||
TopSep 1.2
|
||||
BottomSep 0
|
||||
ParSep 0
|
||||
Align Block
|
||||
AlignPossible Block
|
||||
LabelType Static
|
||||
LabelString "Acknowledgements."
|
||||
LabelSep M
|
||||
# standard font definition
|
||||
Font
|
||||
Size Small
|
||||
EndFont
|
||||
|
||||
# label font definition
|
||||
LabelFont
|
||||
Size Small
|
||||
Shape Italic
|
||||
EndFont
|
||||
# label font definition
|
||||
LabelFont
|
||||
Size Small
|
||||
Shape Italic
|
||||
EndFont
|
||||
End
|
||||
|
||||
|
||||
# Caption style definition
|
||||
Style Caption
|
||||
Margin First_Dynamic
|
||||
LatexType Command
|
||||
LatexName caption
|
||||
NeedProtect 1
|
||||
LabelSep xx
|
||||
ParSkip 0.4
|
||||
TopSep 0.5
|
||||
Align Center
|
||||
AlignPossible Center
|
||||
LabelType Sensitive
|
||||
LabelString Caption
|
||||
Margin First_Dynamic
|
||||
LatexType Command
|
||||
LatexName caption
|
||||
NeedProtect 1
|
||||
LabelSep xx
|
||||
ParSkip 0.4
|
||||
TopSep 0.5
|
||||
Align Center
|
||||
AlignPossible Center
|
||||
LabelType Sensitive
|
||||
LabelString Caption
|
||||
|
||||
LabelFont
|
||||
Series Bold
|
||||
EndFont
|
||||
LabelFont
|
||||
Series Bold
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Redefine some things
|
||||
|
||||
# Section style redefinition
|
||||
Style Section
|
||||
TopSep 2.0
|
||||
BottomSep 1.3
|
||||
Font
|
||||
Family Sans
|
||||
Size Large
|
||||
EndFont
|
||||
TopSep 2.0
|
||||
BottomSep 1.3
|
||||
Font
|
||||
Family Sans
|
||||
Size Large
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Subsection style redefinition
|
||||
Style Subsection
|
||||
TopSep 1.7
|
||||
BottomSep 1.1
|
||||
Font
|
||||
Family Sans
|
||||
Series Medium
|
||||
Size Large
|
||||
Shape Slanted
|
||||
EndFont
|
||||
TopSep 1.7
|
||||
BottomSep 1.1
|
||||
Font
|
||||
Family Sans
|
||||
Series Medium
|
||||
Size Large
|
||||
Shape Slanted
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Subsubsection style redefinition
|
||||
Style Subsubsection
|
||||
TopSep 1.7
|
||||
BottomSep 1.1
|
||||
Font
|
||||
Series Medium
|
||||
Size Normal
|
||||
EndFont
|
||||
TopSep 1.7
|
||||
BottomSep 1.1
|
||||
Font
|
||||
Series Medium
|
||||
Size Normal
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Title style redefinition
|
||||
Style Title
|
||||
TopSep 2
|
||||
BottomSep 1.3
|
||||
Align Center
|
||||
AlignPossible Left
|
||||
Font
|
||||
Family Sans
|
||||
Series Bold
|
||||
EndFont
|
||||
TopSep 2
|
||||
BottomSep 1.3
|
||||
Align Center
|
||||
AlignPossible Left
|
||||
Font
|
||||
Family Sans
|
||||
Series Bold
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Author style redefinition
|
||||
Style Author
|
||||
Align Center
|
||||
AlignPossible Center
|
||||
LabelType No_Label
|
||||
BottomSep 1.5
|
||||
Font
|
||||
Size Large
|
||||
Series Medium
|
||||
EndFont
|
||||
Align Center
|
||||
AlignPossible Center
|
||||
LabelType No_Label
|
||||
BottomSep 1.5
|
||||
Font
|
||||
Size Large
|
||||
Series Medium
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Date style redefinition
|
||||
Style Date
|
||||
LeftMargin MMM
|
||||
LabelSep ""
|
||||
TopSep 1.2
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
Font
|
||||
Size Small
|
||||
EndFont
|
||||
LeftMargin MMM
|
||||
LabelSep ""
|
||||
TopSep 1.2
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
Font
|
||||
Size Small
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Abstract style redefinition
|
||||
Style Abstract
|
||||
Margin First_Dynamic
|
||||
LatexType Command
|
||||
LatexName abstract
|
||||
InTitle 1
|
||||
NextNoIndent 1
|
||||
LeftMargin MMM
|
||||
RightMargin MMM
|
||||
ParIndent ""
|
||||
ItemSep 0
|
||||
TopSep 1.2
|
||||
BottomSep 0.7
|
||||
ParSep 0
|
||||
Align Block
|
||||
AlignPossible Block
|
||||
LabelType static
|
||||
LabelString " Abstract "
|
||||
LabelSep M
|
||||
LabelBottomSep 0
|
||||
Margin First_Dynamic
|
||||
LatexType Command
|
||||
LatexName abstract
|
||||
InTitle 1
|
||||
NextNoIndent 1
|
||||
LeftMargin MMM
|
||||
RightMargin MMM
|
||||
ParIndent ""
|
||||
ItemSep 0
|
||||
TopSep 1.2
|
||||
BottomSep 0.7
|
||||
ParSep 0
|
||||
Align Block
|
||||
AlignPossible Block
|
||||
LabelType static
|
||||
LabelString " Abstract "
|
||||
LabelSep M
|
||||
LabelBottomSep 0
|
||||
|
||||
Font
|
||||
Size Small
|
||||
EndFont
|
||||
LabelFont
|
||||
Family Sans
|
||||
Series Bold
|
||||
Size Small
|
||||
EndFont
|
||||
Font
|
||||
Size Small
|
||||
EndFont
|
||||
LabelFont
|
||||
Family Sans
|
||||
Series Bold
|
||||
Size Small
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Bibliography style redefinition
|
||||
Style Bibliography
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
LabelFont
|
||||
Series Bold
|
||||
EndFont
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
LabelFont
|
||||
Series Bold
|
||||
EndFont
|
||||
End
|
||||
|
||||
|
@ -6,128 +6,128 @@
|
||||
|
||||
# Subitle style definition
|
||||
Style Subtitle
|
||||
Margin Static
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
LatexName subtitle
|
||||
NextNoIndent 1
|
||||
ParSkip 0.4
|
||||
ItemSep 0
|
||||
TopSep 1.3
|
||||
BottomSep 1.3
|
||||
ParSep 1
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
LabelType No_Label
|
||||
Margin Static
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
LatexName subtitle
|
||||
NextNoIndent 1
|
||||
ParSkip 0.4
|
||||
ItemSep 0
|
||||
TopSep 1.3
|
||||
BottomSep 1.3
|
||||
ParSep 1
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
LabelType No_Label
|
||||
|
||||
# standard font definition
|
||||
Font
|
||||
Size Normal
|
||||
Series Bold
|
||||
EndFont
|
||||
# standard font definition
|
||||
Font
|
||||
Size Normal
|
||||
Series Bold
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Address style definition
|
||||
Style Address
|
||||
Margin Static
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
LatexName institute
|
||||
ParSkip 0.4
|
||||
BottomSep 0.4
|
||||
Align Left
|
||||
AlignPossible Block, Left, Right, Center
|
||||
LabelType No_Label
|
||||
Margin Static
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
LatexName institute
|
||||
ParSkip 0.4
|
||||
BottomSep 0.4
|
||||
Align Left
|
||||
AlignPossible Block, Left, Right, Center
|
||||
LabelType No_Label
|
||||
|
||||
Font
|
||||
Family Sans
|
||||
Size Small
|
||||
EndFont
|
||||
Font
|
||||
Family Sans
|
||||
Size Small
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Email address style definition
|
||||
Style Email
|
||||
Margin Static
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
LatexName mail
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
LeftMargin email:M
|
||||
LabelType Static
|
||||
LabelString email:
|
||||
LabelSep M
|
||||
Margin Static
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
LatexName mail
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
LeftMargin email:M
|
||||
LabelType Static
|
||||
LabelString email:
|
||||
LabelSep M
|
||||
|
||||
Font
|
||||
Family Sans
|
||||
Size Small
|
||||
EndFont
|
||||
Font
|
||||
Family Sans
|
||||
Size Small
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Address for Offprints style definition
|
||||
Style Offprint
|
||||
Margin Static
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
LatexName offprints
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
LeftMargin "Offprint Requests to:M"
|
||||
LabelType Static
|
||||
LabelString "Offprint Requests to:"
|
||||
LabelSep M
|
||||
Margin Static
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
LatexName offprints
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
LeftMargin "Offprint Requests to:M"
|
||||
LabelType Static
|
||||
LabelString "Offprint Requests to:"
|
||||
LabelSep M
|
||||
|
||||
Font
|
||||
Family Sans
|
||||
Size Small
|
||||
EndFont
|
||||
Font
|
||||
Family Sans
|
||||
Size Small
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Acnowledgement style definition
|
||||
Style Acknowledgement
|
||||
Margin Static
|
||||
LatexType Environment
|
||||
LatexName acknowledgements
|
||||
NextNoIndent 1
|
||||
ItemSep 0
|
||||
TopSep 0.2
|
||||
BottomSep 0
|
||||
ParSep 0
|
||||
Align Block
|
||||
AlignPossible Block
|
||||
LabelType Top_Environment
|
||||
LabelString Acknowledgements
|
||||
LabelSep M
|
||||
# standard font definition
|
||||
Font
|
||||
Size Small
|
||||
EndFont
|
||||
Margin Static
|
||||
LatexType Environment
|
||||
LatexName acknowledgements
|
||||
NextNoIndent 1
|
||||
ItemSep 0
|
||||
TopSep 0.2
|
||||
BottomSep 0
|
||||
ParSep 0
|
||||
Align Block
|
||||
AlignPossible Block
|
||||
LabelType Top_Environment
|
||||
LabelString Acknowledgements
|
||||
LabelSep M
|
||||
# standard font definition
|
||||
Font
|
||||
Size Small
|
||||
EndFont
|
||||
|
||||
# label font definition
|
||||
LabelFont
|
||||
Size Small
|
||||
Shape Italic
|
||||
EndFont
|
||||
# label font definition
|
||||
LabelFont
|
||||
Size Small
|
||||
Shape Italic
|
||||
EndFont
|
||||
End
|
||||
|
||||
|
||||
Style Thesaurus
|
||||
LabelType Static
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
LatexName thesaurus
|
||||
NextNoIndent 1
|
||||
TopSep 0
|
||||
BottomSep 1
|
||||
LeftMargin "Thesaurus not supported in recent A&A:M"
|
||||
LabelSep M
|
||||
LabelType Static
|
||||
LabelString "Thesaurus not supported in recent A&A:"
|
||||
Font
|
||||
Size Small
|
||||
EndFont
|
||||
LabelFont
|
||||
Color Red
|
||||
EndFont
|
||||
LabelType Static
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
LatexName thesaurus
|
||||
NextNoIndent 1
|
||||
TopSep 0
|
||||
BottomSep 1
|
||||
LeftMargin "Thesaurus not supported in recent A&A:M"
|
||||
LabelSep M
|
||||
LabelType Static
|
||||
LabelString "Thesaurus not supported in recent A&A:"
|
||||
Font
|
||||
Size Small
|
||||
EndFont
|
||||
LabelFont
|
||||
Color Red
|
||||
EndFont
|
||||
End
|
||||
|
||||
|
||||
|
@ -14,76 +14,76 @@
|
||||
# and reconfigure LyX (after running texhash, of course).
|
||||
|
||||
# General textclass parameters
|
||||
Columns 2
|
||||
Sides 2
|
||||
MaxCounter Counter_Section
|
||||
SecNumDepth 3
|
||||
TocDepth 0
|
||||
PageStyle Plain
|
||||
Columns 2
|
||||
Sides 2
|
||||
MaxCounter Counter_Section
|
||||
SecNumDepth 3
|
||||
TocDepth 0
|
||||
PageStyle Plain
|
||||
|
||||
DefaultFont
|
||||
Family Roman
|
||||
Series Medium
|
||||
Shape Up
|
||||
Size Normal
|
||||
Color None
|
||||
Family Roman
|
||||
Series Medium
|
||||
Shape Up
|
||||
Size Normal
|
||||
Color None
|
||||
EndFont
|
||||
|
||||
# Standard style definition
|
||||
Style Standard
|
||||
Margin Static
|
||||
LatexType Paragraph
|
||||
LatexName dummy
|
||||
ParIndent MM
|
||||
ParSkip 0.4
|
||||
Align Block
|
||||
AlignPossible Block, Left, Right, Center
|
||||
LabelType No_Label
|
||||
Margin Static
|
||||
LatexType Paragraph
|
||||
LatexName dummy
|
||||
ParIndent MM
|
||||
ParSkip 0.4
|
||||
Align Block
|
||||
AlignPossible Block, Left, Right, Center
|
||||
LabelType No_Label
|
||||
End
|
||||
|
||||
# I want to keep the entries in a logical order.
|
||||
# Therefore I'll define the entries first, then fill them
|
||||
|
||||
Style Itemize
|
||||
End
|
||||
End
|
||||
Style Enumerate
|
||||
End
|
||||
End
|
||||
Style Description
|
||||
End
|
||||
End
|
||||
Style List
|
||||
End
|
||||
End
|
||||
Style Caption
|
||||
End
|
||||
End
|
||||
Style LaTeX
|
||||
End
|
||||
End
|
||||
Style Section
|
||||
End
|
||||
End
|
||||
Style Subsection
|
||||
End
|
||||
End
|
||||
Style Subsubsection
|
||||
End
|
||||
End
|
||||
Style Title
|
||||
End
|
||||
End
|
||||
Style Subtitle
|
||||
End
|
||||
End
|
||||
Style Author
|
||||
End
|
||||
End
|
||||
Style Address
|
||||
End
|
||||
End
|
||||
Style Email
|
||||
End
|
||||
End
|
||||
Style Offprint
|
||||
End
|
||||
End
|
||||
Style Thesaurus
|
||||
End
|
||||
End
|
||||
Style Date
|
||||
End
|
||||
End
|
||||
Style Abstract
|
||||
End
|
||||
End
|
||||
Style Acknowledgement
|
||||
End
|
||||
End
|
||||
Style Bibliography
|
||||
End
|
||||
End
|
||||
|
||||
# OK, now we have a more or less consistent Ordering. Now fill the
|
||||
# definitions.
|
||||
@ -99,8 +99,8 @@ Input stdcounters.inc
|
||||
# Remove unwanted Styles
|
||||
|
||||
NoStyle Quotation
|
||||
NoStyle Quote
|
||||
NoStyle Verse
|
||||
NoStyle Quote
|
||||
NoStyle Verse
|
||||
NoStyle Chapter
|
||||
NoStyle Paragraph
|
||||
NoStyle Subparagraph
|
||||
@ -113,90 +113,90 @@ Input aapaper.inc
|
||||
|
||||
# Section style redefinition
|
||||
Style Section
|
||||
TopSep 2.0
|
||||
BottomSep 1.3
|
||||
Font
|
||||
Size Normal
|
||||
EndFont
|
||||
TopSep 2.0
|
||||
BottomSep 1.3
|
||||
Font
|
||||
Size Normal
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Subsection style redefinition
|
||||
Style Subsection
|
||||
TopSep 1.7
|
||||
BottomSep 1.1
|
||||
Font
|
||||
Series Medium
|
||||
Size Normal
|
||||
Shape Italic
|
||||
EndFont
|
||||
TopSep 1.7
|
||||
BottomSep 1.1
|
||||
Font
|
||||
Series Medium
|
||||
Size Normal
|
||||
Shape Italic
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Subsubsection style redefinition
|
||||
Style Subsubsection
|
||||
TopSep 1.7
|
||||
BottomSep 1.1
|
||||
Font
|
||||
Series Medium
|
||||
Size Normal
|
||||
EndFont
|
||||
TopSep 1.7
|
||||
BottomSep 1.1
|
||||
Font
|
||||
Series Medium
|
||||
Size Normal
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Title style redefinition
|
||||
Style Title
|
||||
TopSep 2
|
||||
BottomSep 1.3
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
Font
|
||||
Series Bold
|
||||
EndFont
|
||||
TopSep 2
|
||||
BottomSep 1.3
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
Font
|
||||
Series Bold
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Author style redefinition
|
||||
Style Author
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
LabelType No_Label
|
||||
Font
|
||||
Size Normal
|
||||
Series Bold
|
||||
EndFont
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
LabelType No_Label
|
||||
Font
|
||||
Size Normal
|
||||
Series Bold
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Date style redefinition
|
||||
Style Date
|
||||
LabelSep ""
|
||||
TopSep 1.2
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
Font
|
||||
Size Small
|
||||
EndFont
|
||||
LabelSep ""
|
||||
TopSep 1.2
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
Font
|
||||
Size Small
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Abstract style redefinition
|
||||
Style Abstract
|
||||
LeftMargin ""
|
||||
RightMargin ""
|
||||
ParIndent ""
|
||||
TopSep 1.4
|
||||
BottomSep 0.7
|
||||
LabelType Top_Environment
|
||||
Font
|
||||
Size Normal
|
||||
EndFont
|
||||
LabelFont
|
||||
Series Bold
|
||||
Size Normal
|
||||
EndFont
|
||||
LeftMargin ""
|
||||
RightMargin ""
|
||||
ParIndent ""
|
||||
TopSep 1.4
|
||||
BottomSep 0.7
|
||||
LabelType Top_Environment
|
||||
Font
|
||||
Size Normal
|
||||
EndFont
|
||||
LabelFont
|
||||
Series Bold
|
||||
Size Normal
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Bibliography style redefinition
|
||||
Style Bibliography
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
LabelFont
|
||||
Series Bold
|
||||
EndFont
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
LabelFont
|
||||
Series Bold
|
||||
EndFont
|
||||
End
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#% Do not delete the line below; configure depends on this
|
||||
# \DeclareLaTeXClass[aastex]{article (AASTeX)}
|
||||
#
|
||||
# Author: Mike Ressler <mike.ressler@alum.mit.edu>
|
||||
# Author: Mike Ressler <mike.ressler@alum.mit.edu>
|
||||
#
|
||||
# Disclaimer: Though I am an astronomer at the Jet Propulsion Laboratory, this
|
||||
# package was prepared on my own time on my own machine. Neither the United
|
||||
@ -12,111 +12,111 @@
|
||||
# license which is found in the file COPYING in the root directory of the LyX
|
||||
# distribution.
|
||||
#
|
||||
# Version 0.0 5/27/99 - Initial submission, basic LaTeX equivalents
|
||||
# Version 0.1 6/04/99 - Most everything in sections 2.1-2.11 of AASTeX guide
|
||||
# works. References work with some ERT. Regular tables
|
||||
# (2.14) okay, deluxetable will never be supported.
|
||||
# Figures (2.13) not even attempted yet. Misc (2.15)
|
||||
# partially supported, but much will remain ERT.
|
||||
# Style options (section 3) can be typed into Extra
|
||||
# Document options.
|
||||
# Much cleaning of this file needs to be done.
|
||||
# Version 1.0 6/09/99 - Implemented remaining commands as well as possible.
|
||||
# There is little more I can do unless LyX source code
|
||||
# is changed. (Not by me!) Documentation, template, and
|
||||
# example files are available.
|
||||
# Version 1.1 7/25/99 - Changed \url to take advantage of new layout option.
|
||||
# Version 1.2 4/18/02 - Updated for natbib in 1.2.0
|
||||
# Version 0.0 5/27/99 - Initial submission, basic LaTeX equivalents
|
||||
# Version 0.1 6/04/99 - Most everything in sections 2.1-2.11 of AASTeX guide
|
||||
# works. References work with some ERT. Regular tables
|
||||
# (2.14) okay, deluxetable will never be supported.
|
||||
# Figures (2.13) not even attempted yet. Misc (2.15)
|
||||
# partially supported, but much will remain ERT.
|
||||
# Style options (section 3) can be typed into Extra
|
||||
# Document options.
|
||||
# Much cleaning of this file needs to be done.
|
||||
# Version 1.0 6/09/99 - Implemented remaining commands as well as possible.
|
||||
# There is little more I can do unless LyX source code
|
||||
# is changed. (Not by me!) Documentation, template, and
|
||||
# example files are available.
|
||||
# Version 1.1 7/25/99 - Changed \url to take advantage of new layout option.
|
||||
# Version 1.2 4/18/02 - Updated for natbib in 1.2.0
|
||||
|
||||
# General textclass parameters
|
||||
Columns 1
|
||||
Sides 1
|
||||
MaxCounter Counter_Section
|
||||
#SecNumDepth 3
|
||||
TocDepth 0
|
||||
PageStyle Plain
|
||||
ProvidesAmsmath 1
|
||||
ProvidesNatbib 1
|
||||
ProvidesUrl 1
|
||||
Columns 1
|
||||
Sides 1
|
||||
MaxCounter Counter_Section
|
||||
#SecNumDepth 3
|
||||
TocDepth 0
|
||||
PageStyle Plain
|
||||
ProvidesAmsmath 1
|
||||
ProvidesNatbib 1
|
||||
ProvidesUrl 1
|
||||
ClassOptions
|
||||
PageStyle ""
|
||||
PageStyle ""
|
||||
End
|
||||
|
||||
DefaultFont
|
||||
Family Roman
|
||||
Series Medium
|
||||
Shape Up
|
||||
Size Normal
|
||||
Color None
|
||||
Family Roman
|
||||
Series Medium
|
||||
Shape Up
|
||||
Size Normal
|
||||
Color None
|
||||
EndFont
|
||||
|
||||
# Standard style definition
|
||||
Style Standard
|
||||
Margin Static
|
||||
LatexType Paragraph
|
||||
LatexName dummy
|
||||
ParIndent MM
|
||||
ParSkip 0.4
|
||||
Align Block
|
||||
AlignPossible Block, Left, Right, Center
|
||||
LabelType No_Label
|
||||
Margin Static
|
||||
LatexType Paragraph
|
||||
LatexName dummy
|
||||
ParIndent MM
|
||||
ParSkip 0.4
|
||||
Align Block
|
||||
AlignPossible Block, Left, Right, Center
|
||||
LabelType No_Label
|
||||
End
|
||||
|
||||
# I want to keep the entries in a logical order.
|
||||
# Therefore I'll define the entries first, then fill them in
|
||||
|
||||
Style Section
|
||||
End
|
||||
End
|
||||
Style Subsection
|
||||
End
|
||||
End
|
||||
Style Subsubsection
|
||||
End
|
||||
End
|
||||
Style Paragraph
|
||||
End
|
||||
End
|
||||
Style Itemize
|
||||
End
|
||||
End
|
||||
Style Enumerate
|
||||
End
|
||||
End
|
||||
Style Description
|
||||
End
|
||||
End
|
||||
Style List
|
||||
End
|
||||
End
|
||||
Style Title
|
||||
End
|
||||
End
|
||||
Style Author
|
||||
End
|
||||
End
|
||||
Style Affiliation
|
||||
End
|
||||
End
|
||||
Style Email
|
||||
End
|
||||
End
|
||||
Style And
|
||||
End
|
||||
End
|
||||
Style Date
|
||||
End
|
||||
End
|
||||
Style Abstract
|
||||
End
|
||||
End
|
||||
Style Keywords
|
||||
End
|
||||
End
|
||||
Style Acknowledgements
|
||||
End
|
||||
End
|
||||
Style Appendix
|
||||
End
|
||||
End
|
||||
Style References
|
||||
End
|
||||
End
|
||||
Style PlaceFigure
|
||||
End
|
||||
End
|
||||
Style PlaceTable
|
||||
End
|
||||
End
|
||||
Style TableComments
|
||||
End
|
||||
End
|
||||
Style TableRefs
|
||||
End
|
||||
End
|
||||
Style Caption
|
||||
End
|
||||
End
|
||||
Style MathLetters
|
||||
End
|
||||
End
|
||||
Style NoteToEditor
|
||||
End
|
||||
End
|
||||
|
||||
# OK, now we have a more or less consistent Ordering. Now fill the
|
||||
# definitions.
|
||||
@ -139,393 +139,393 @@ NoStyle Bibliography
|
||||
|
||||
# Section style redefinition
|
||||
Style Section
|
||||
Align Center
|
||||
AlignPossible Center
|
||||
NextNoIndent 0
|
||||
TopSep 2.0
|
||||
BottomSep 1.3
|
||||
Font
|
||||
Series Bold
|
||||
Size Normal
|
||||
EndFont
|
||||
Align Center
|
||||
AlignPossible Center
|
||||
NextNoIndent 0
|
||||
TopSep 2.0
|
||||
BottomSep 1.3
|
||||
Font
|
||||
Series Bold
|
||||
Size Normal
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Subsection style redefinition
|
||||
Style Subsection
|
||||
Align Center
|
||||
AlignPossible Center
|
||||
NextNoIndent 0
|
||||
TopSep 1.7
|
||||
BottomSep 1.1
|
||||
Font
|
||||
Series Bold
|
||||
Size Normal
|
||||
EndFont
|
||||
Align Center
|
||||
AlignPossible Center
|
||||
NextNoIndent 0
|
||||
TopSep 1.7
|
||||
BottomSep 1.1
|
||||
Font
|
||||
Series Bold
|
||||
Size Normal
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Subsubsection style redefinition
|
||||
Style Subsubsection
|
||||
Align Center
|
||||
AlignPossible Center
|
||||
NextNoIndent 0
|
||||
TopSep 1.7
|
||||
BottomSep 1.1
|
||||
Font
|
||||
Series Medium
|
||||
Shape Italic
|
||||
Size Normal
|
||||
EndFont
|
||||
Align Center
|
||||
AlignPossible Center
|
||||
NextNoIndent 0
|
||||
TopSep 1.7
|
||||
BottomSep 1.1
|
||||
Font
|
||||
Series Medium
|
||||
Shape Italic
|
||||
Size Normal
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Title style redefinition
|
||||
Style Title
|
||||
TopSep 2
|
||||
BottomSep 1.3
|
||||
Align Center
|
||||
AlignPossible Center
|
||||
InTitle 0
|
||||
Font
|
||||
Series Bold
|
||||
Size Large
|
||||
EndFont
|
||||
TopSep 2
|
||||
BottomSep 1.3
|
||||
Align Center
|
||||
AlignPossible Center
|
||||
InTitle 0
|
||||
Font
|
||||
Series Bold
|
||||
Size Large
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Author style redefinition
|
||||
Style Author
|
||||
Align Center
|
||||
AlignPossible Center
|
||||
LabelType No_Label
|
||||
InTitle 0
|
||||
Font
|
||||
Size Normal
|
||||
Series Medium
|
||||
Shape SmallCaps
|
||||
EndFont
|
||||
Align Center
|
||||
AlignPossible Center
|
||||
LabelType No_Label
|
||||
InTitle 0
|
||||
Font
|
||||
Size Normal
|
||||
Series Medium
|
||||
Shape SmallCaps
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Date style redefinition
|
||||
Style Date
|
||||
LabelSep ""
|
||||
TopSep 1.2
|
||||
Align Center
|
||||
AlignPossible Center
|
||||
InTitle 0
|
||||
Font
|
||||
Size Small
|
||||
EndFont
|
||||
LabelSep ""
|
||||
TopSep 1.2
|
||||
Align Center
|
||||
AlignPossible Center
|
||||
InTitle 0
|
||||
Font
|
||||
Size Small
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Abstract style redefinition
|
||||
Style Abstract
|
||||
LeftMargin "MMM"
|
||||
RightMargin "MMM"
|
||||
ParIndent "MM"
|
||||
TopSep 1.4
|
||||
BottomSep 0.7
|
||||
LabelType Centered_Top_Environment
|
||||
Align Block
|
||||
AlignPossible Block, Left, Right, Center
|
||||
Font
|
||||
Size Normal
|
||||
EndFont
|
||||
LabelFont
|
||||
Series Bold
|
||||
Size Normal
|
||||
EndFont
|
||||
LeftMargin "MMM"
|
||||
RightMargin "MMM"
|
||||
ParIndent "MM"
|
||||
TopSep 1.4
|
||||
BottomSep 0.7
|
||||
LabelType Centered_Top_Environment
|
||||
Align Block
|
||||
AlignPossible Block, Left, Right, Center
|
||||
Font
|
||||
Size Normal
|
||||
EndFont
|
||||
LabelFont
|
||||
Series Bold
|
||||
Size Normal
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Affiliation style definition
|
||||
Style Affiliation
|
||||
Margin Static
|
||||
LatexType Command
|
||||
InTitle 0
|
||||
LatexName affil
|
||||
ParSkip 0.4
|
||||
BottomSep 0.4
|
||||
Align Center
|
||||
AlignPossible Block, Left, Right, Center
|
||||
LabelType No_Label
|
||||
Margin Static
|
||||
LatexType Command
|
||||
InTitle 0
|
||||
LatexName affil
|
||||
ParSkip 0.4
|
||||
BottomSep 0.4
|
||||
Align Center
|
||||
AlignPossible Block, Left, Right, Center
|
||||
LabelType No_Label
|
||||
|
||||
Font
|
||||
Family Roman
|
||||
Size Normal
|
||||
EndFont
|
||||
Font
|
||||
Family Roman
|
||||
Size Normal
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Keywords style definition
|
||||
Style Keywords
|
||||
LeftMargin MMM
|
||||
Margin Dynamic
|
||||
LatexType Command
|
||||
InTitle 0
|
||||
LatexName keywords
|
||||
ParSkip 0.4
|
||||
BottomSep 0.4
|
||||
Align Block
|
||||
AlignPossible Block, Left, Right, Center
|
||||
LabelType Static
|
||||
LabelSep M
|
||||
LabelString "Subject headings:"
|
||||
Font
|
||||
Family Roman
|
||||
Shape Up
|
||||
Size Normal
|
||||
EndFont
|
||||
LabelFont
|
||||
Family Roman
|
||||
Shape Italic
|
||||
Size Normal
|
||||
EndFont
|
||||
LeftMargin MMM
|
||||
Margin Dynamic
|
||||
LatexType Command
|
||||
InTitle 0
|
||||
LatexName keywords
|
||||
ParSkip 0.4
|
||||
BottomSep 0.4
|
||||
Align Block
|
||||
AlignPossible Block, Left, Right, Center
|
||||
LabelType Static
|
||||
LabelSep M
|
||||
LabelString "Subject headings:"
|
||||
Font
|
||||
Family Roman
|
||||
Shape Up
|
||||
Size Normal
|
||||
EndFont
|
||||
LabelFont
|
||||
Family Roman
|
||||
Shape Italic
|
||||
Size Normal
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Email style definition
|
||||
Style Email
|
||||
Margin Static
|
||||
LatexType Command
|
||||
InTitle 0
|
||||
LatexName email
|
||||
ParSkip 0.4
|
||||
BottomSep 0.4
|
||||
Align Center
|
||||
AlignPossible Block, Left, Right, Center
|
||||
LabelType No_Label
|
||||
Font
|
||||
Family Roman
|
||||
Size Normal
|
||||
Shape Italic
|
||||
EndFont
|
||||
Margin Static
|
||||
LatexType Command
|
||||
InTitle 0
|
||||
LatexName email
|
||||
ParSkip 0.4
|
||||
BottomSep 0.4
|
||||
Align Center
|
||||
AlignPossible Block, Left, Right, Center
|
||||
LabelType No_Label
|
||||
Font
|
||||
Family Roman
|
||||
Size Normal
|
||||
Shape Italic
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Acknowledgements style definition
|
||||
Style Acknowledgements
|
||||
Margin Dynamic
|
||||
LatexType Command
|
||||
InTitle 0
|
||||
LatexName acknowledgements
|
||||
TopSep 1.2
|
||||
ParSkip 0.4
|
||||
BottomSep 0.8
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
LabelType Static
|
||||
LabelString [Acknowledgements]
|
||||
KeepEmpty 1
|
||||
Font
|
||||
Family Roman
|
||||
Size Normal
|
||||
Shape Italic
|
||||
EndFont
|
||||
Margin Dynamic
|
||||
LatexType Command
|
||||
InTitle 0
|
||||
LatexName acknowledgements
|
||||
TopSep 1.2
|
||||
ParSkip 0.4
|
||||
BottomSep 0.8
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
LabelType Static
|
||||
LabelString [Acknowledgements]
|
||||
KeepEmpty 1
|
||||
Font
|
||||
Family Roman
|
||||
Size Normal
|
||||
Shape Italic
|
||||
EndFont
|
||||
End
|
||||
|
||||
|
||||
|
||||
# And style definition
|
||||
Style And
|
||||
Margin Dynamic
|
||||
LatexType Command
|
||||
InTitle 0
|
||||
LatexName and
|
||||
TopSep 1.2
|
||||
ParSkip 0.4
|
||||
BottomSep 1.2
|
||||
Align Center
|
||||
AlignPossible Center
|
||||
LabelType Static
|
||||
LabelString and
|
||||
KeepEmpty 1
|
||||
Font
|
||||
Family Roman
|
||||
Size Normal
|
||||
EndFont
|
||||
Margin Dynamic
|
||||
LatexType Command
|
||||
InTitle 0
|
||||
LatexName and
|
||||
TopSep 1.2
|
||||
ParSkip 0.4
|
||||
BottomSep 1.2
|
||||
Align Center
|
||||
AlignPossible Center
|
||||
LabelType Static
|
||||
LabelString and
|
||||
KeepEmpty 1
|
||||
Font
|
||||
Family Roman
|
||||
Size Normal
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Placefigure style definition
|
||||
Style PlaceFigure
|
||||
Margin Dynamic
|
||||
LatexType Command
|
||||
InTitle 0
|
||||
LatexName placefigure
|
||||
TopSep 1.2
|
||||
ParSkip 0.4
|
||||
BottomSep 0.8
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
LabelType Static
|
||||
LabelString "Place Figure here: "
|
||||
Font
|
||||
Family Roman
|
||||
Size Normal
|
||||
Shape Italic
|
||||
EndFont
|
||||
Margin Dynamic
|
||||
LatexType Command
|
||||
InTitle 0
|
||||
LatexName placefigure
|
||||
TopSep 1.2
|
||||
ParSkip 0.4
|
||||
BottomSep 0.8
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
LabelType Static
|
||||
LabelString "Place Figure here: "
|
||||
Font
|
||||
Family Roman
|
||||
Size Normal
|
||||
Shape Italic
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Placetable style definition
|
||||
Style PlaceTable
|
||||
Margin Dynamic
|
||||
LatexType Command
|
||||
InTitle 0
|
||||
LatexName placetable
|
||||
TopSep 1.2
|
||||
ParSkip 0.4
|
||||
BottomSep 0.8
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
LabelType Static
|
||||
LabelString "Place Table here: "
|
||||
Font
|
||||
Family Roman
|
||||
Size Normal
|
||||
Shape Italic
|
||||
EndFont
|
||||
Margin Dynamic
|
||||
LatexType Command
|
||||
InTitle 0
|
||||
LatexName placetable
|
||||
TopSep 1.2
|
||||
ParSkip 0.4
|
||||
BottomSep 0.8
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
LabelType Static
|
||||
LabelString "Place Table here: "
|
||||
Font
|
||||
Family Roman
|
||||
Size Normal
|
||||
Shape Italic
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Appendix style definition
|
||||
Style Appendix
|
||||
Margin Dynamic
|
||||
LatexType Command
|
||||
InTitle 0
|
||||
LatexName appendix
|
||||
TopSep 1.2
|
||||
ParSkip 0.4
|
||||
BottomSep 0.8
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
LabelType Static
|
||||
LabelString [Appendix]
|
||||
KeepEmpty 1
|
||||
Font
|
||||
Family Roman
|
||||
Size Normal
|
||||
Shape Italic
|
||||
EndFont
|
||||
Margin Dynamic
|
||||
LatexType Command
|
||||
InTitle 0
|
||||
LatexName appendix
|
||||
TopSep 1.2
|
||||
ParSkip 0.4
|
||||
BottomSep 0.8
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
LabelType Static
|
||||
LabelString [Appendix]
|
||||
KeepEmpty 1
|
||||
Font
|
||||
Family Roman
|
||||
Size Normal
|
||||
Shape Italic
|
||||
EndFont
|
||||
End
|
||||
|
||||
# MathLetters style redefinition
|
||||
Style MathLetters
|
||||
LatexType Environment
|
||||
LatexName mathletters
|
||||
LabelType No_Label
|
||||
Align Block
|
||||
AlignPossible Block, Left, Right, Center
|
||||
Font
|
||||
Size Normal
|
||||
EndFont
|
||||
LatexType Environment
|
||||
LatexName mathletters
|
||||
LabelType No_Label
|
||||
Align Block
|
||||
AlignPossible Block, Left, Right, Center
|
||||
Font
|
||||
Size Normal
|
||||
EndFont
|
||||
End
|
||||
|
||||
# References style redefinition
|
||||
Style References
|
||||
Margin First_Dynamic
|
||||
LatexType Item_Environment
|
||||
LatexName thebibliography
|
||||
NextNoIndent 1
|
||||
LeftMargin MM
|
||||
ParSkip 0.4
|
||||
ItemSep 0
|
||||
TopSep 0.7
|
||||
BottomSep 0.7
|
||||
ParSep 0.5
|
||||
LabelType Bibliography
|
||||
LabelString References
|
||||
LabelBottomSep 0.7
|
||||
Align Block
|
||||
AlignPossible Block, Left, Right, Center
|
||||
LabelFont
|
||||
Family Roman
|
||||
Size Normal
|
||||
Series Bold
|
||||
EndFont
|
||||
Margin First_Dynamic
|
||||
LatexType Item_Environment
|
||||
LatexName thebibliography
|
||||
NextNoIndent 1
|
||||
LeftMargin MM
|
||||
ParSkip 0.4
|
||||
ItemSep 0
|
||||
TopSep 0.7
|
||||
BottomSep 0.7
|
||||
ParSep 0.5
|
||||
LabelType Bibliography
|
||||
LabelString References
|
||||
LabelBottomSep 0.7
|
||||
Align Block
|
||||
AlignPossible Block, Left, Right, Center
|
||||
LabelFont
|
||||
Family Roman
|
||||
Size Normal
|
||||
Series Bold
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Need reordering below here
|
||||
|
||||
# Notetoeditor style definition
|
||||
Style NoteToEditor
|
||||
Margin Dynamic
|
||||
LatexType Command
|
||||
InTitle 0
|
||||
LatexName notetoeditor
|
||||
TopSep 1.2
|
||||
ParSkip 0.4
|
||||
BottomSep 0.8
|
||||
Align Left
|
||||
AlignPossible Block, Left, Right, Center
|
||||
LabelType Static
|
||||
LabelString "Note to Editor: "
|
||||
Font
|
||||
Family Roman
|
||||
Size Normal
|
||||
Shape Italic
|
||||
EndFont
|
||||
Margin Dynamic
|
||||
LatexType Command
|
||||
InTitle 0
|
||||
LatexName notetoeditor
|
||||
TopSep 1.2
|
||||
ParSkip 0.4
|
||||
BottomSep 0.8
|
||||
Align Left
|
||||
AlignPossible Block, Left, Right, Center
|
||||
LabelType Static
|
||||
LabelString "Note to Editor: "
|
||||
Font
|
||||
Family Roman
|
||||
Size Normal
|
||||
Shape Italic
|
||||
EndFont
|
||||
End
|
||||
|
||||
# TableRefs style definition
|
||||
Style TableRefs
|
||||
Margin First_Dynamic
|
||||
LatexType Command
|
||||
InTitle 0
|
||||
LatexName tablerefs
|
||||
TopSep 1.2
|
||||
ParSkip 0.4
|
||||
BottomSep 0.8
|
||||
Align Block
|
||||
AlignPossible Block, Left, Right, Center
|
||||
LabelType Static
|
||||
LabelString "References. --- "
|
||||
Font
|
||||
Family Roman
|
||||
Size Normal
|
||||
EndFont
|
||||
Margin First_Dynamic
|
||||
LatexType Command
|
||||
InTitle 0
|
||||
LatexName tablerefs
|
||||
TopSep 1.2
|
||||
ParSkip 0.4
|
||||
BottomSep 0.8
|
||||
Align Block
|
||||
AlignPossible Block, Left, Right, Center
|
||||
LabelType Static
|
||||
LabelString "References. --- "
|
||||
Font
|
||||
Family Roman
|
||||
Size Normal
|
||||
EndFont
|
||||
End
|
||||
|
||||
# TableComments style definition
|
||||
Style TableComments
|
||||
Margin First_Dynamic
|
||||
LatexType Command
|
||||
InTitle 0
|
||||
LatexName tablecomments
|
||||
TopSep 1.2
|
||||
ParSkip 0.4
|
||||
BottomSep 0.8
|
||||
Align Block
|
||||
AlignPossible Block, Left, Right, Center
|
||||
LabelType Static
|
||||
LabelString "Note. --- "
|
||||
Font
|
||||
Family Roman
|
||||
Size Normal
|
||||
EndFont
|
||||
Margin First_Dynamic
|
||||
LatexType Command
|
||||
InTitle 0
|
||||
LatexName tablecomments
|
||||
TopSep 1.2
|
||||
ParSkip 0.4
|
||||
BottomSep 0.8
|
||||
Align Block
|
||||
AlignPossible Block, Left, Right, Center
|
||||
LabelType Static
|
||||
LabelString "Note. --- "
|
||||
Font
|
||||
Family Roman
|
||||
Size Normal
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Caption style definition
|
||||
Style Caption
|
||||
Margin First_Dynamic
|
||||
LatexType Command
|
||||
LatexName caption
|
||||
NeedProtect 1
|
||||
LabelSep xx
|
||||
ParSkip 0.4
|
||||
TopSep 0.5
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Sensitive
|
||||
LabelString Caption
|
||||
Margin First_Dynamic
|
||||
LatexType Command
|
||||
LatexName caption
|
||||
NeedProtect 1
|
||||
LabelSep xx
|
||||
ParSkip 0.4
|
||||
TopSep 0.5
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Sensitive
|
||||
LabelString Caption
|
||||
|
||||
# label font definition
|
||||
LabelFont
|
||||
Series Bold
|
||||
EndFont
|
||||
# label font definition
|
||||
LabelFont
|
||||
Series Bold
|
||||
EndFont
|
||||
End
|
||||
|
||||
# FigCaption style definition
|
||||
Style FigCaption
|
||||
Margin First_Dynamic
|
||||
LatexType Command
|
||||
LatexName figcaption
|
||||
LatexParam [FileName]
|
||||
LabelSep xx
|
||||
ParSkip 0.4
|
||||
TopSep 0.5
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Static
|
||||
LabelString "Fig. --- "
|
||||
Margin First_Dynamic
|
||||
LatexType Command
|
||||
LatexName figcaption
|
||||
LatexParam [FileName]
|
||||
LabelSep xx
|
||||
ParSkip 0.4
|
||||
TopSep 0.5
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Static
|
||||
LabelString "Fig. --- "
|
||||
End
|
||||
|
@ -8,8 +8,8 @@
|
||||
# Input general definitions
|
||||
Input stdclass.inc
|
||||
|
||||
SecNumDepth 4
|
||||
MaxCounter Counter_Section
|
||||
SecNumDepth 4
|
||||
MaxCounter Counter_Section
|
||||
|
||||
# There are no chapters in an article.
|
||||
NoStyle Chapter
|
||||
@ -21,41 +21,41 @@ NoStyle Subparagraph*
|
||||
# Redefine these a bit:
|
||||
|
||||
Style Section
|
||||
Font
|
||||
Size Large
|
||||
EndFont
|
||||
Font
|
||||
Size Large
|
||||
EndFont
|
||||
End
|
||||
|
||||
Style Section*
|
||||
Font
|
||||
Size Large
|
||||
EndFont
|
||||
Font
|
||||
Size Large
|
||||
EndFont
|
||||
End
|
||||
|
||||
Style Subsection
|
||||
Font
|
||||
Size Normal
|
||||
EndFont
|
||||
Font
|
||||
Size Normal
|
||||
EndFont
|
||||
End
|
||||
|
||||
Style Subsection*
|
||||
Font
|
||||
Size Normal
|
||||
EndFont
|
||||
Font
|
||||
Size Normal
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Subsubsubsection style (re-)definition
|
||||
Style Paragraph
|
||||
LatexName subsubsection
|
||||
LatexName subsubsection
|
||||
End
|
||||
|
||||
# SubSubsubsection* style (re-)definition
|
||||
Style Paragraph*
|
||||
CopyStyle Paragraph
|
||||
Margin Static
|
||||
LatexName subsubsubsection*
|
||||
LabelType No_Label
|
||||
OptionalArgs 0
|
||||
CopyStyle Paragraph
|
||||
Margin Static
|
||||
LatexName subsubsubsection*
|
||||
LabelType No_Label
|
||||
OptionalArgs 0
|
||||
End
|
||||
|
||||
Preamble
|
||||
@ -65,64 +65,64 @@ EndPreamble
|
||||
|
||||
# Headers style definition
|
||||
Style Left_Header
|
||||
Margin Static
|
||||
LatexType Command
|
||||
LatexName lefthead
|
||||
NextNoIndent 1
|
||||
LeftMargin "Left Header:xx"
|
||||
LabelSep xxx
|
||||
ParSkip 0.4
|
||||
TopSep 1.3
|
||||
BottomSep 0.7
|
||||
ParSep 0.7
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
LabelType Static
|
||||
LabelString "Left Header:"
|
||||
InTitle 1
|
||||
Margin Static
|
||||
LatexType Command
|
||||
LatexName lefthead
|
||||
NextNoIndent 1
|
||||
LeftMargin "Left Header:xx"
|
||||
LabelSep xxx
|
||||
ParSkip 0.4
|
||||
TopSep 1.3
|
||||
BottomSep 0.7
|
||||
ParSep 0.7
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
LabelType Static
|
||||
LabelString "Left Header:"
|
||||
InTitle 1
|
||||
|
||||
# standard font definition
|
||||
LabelFont
|
||||
Series Bold
|
||||
Shape Italic
|
||||
Color red
|
||||
EndFont
|
||||
# standard font definition
|
||||
LabelFont
|
||||
Series Bold
|
||||
Shape Italic
|
||||
Color red
|
||||
EndFont
|
||||
|
||||
End
|
||||
|
||||
Style Right_Header
|
||||
CopyStyle "Left Header"
|
||||
LatexName righthead
|
||||
LeftMargin "Right Header:xx"
|
||||
LabelString "Right Header:"
|
||||
CopyStyle "Left Header"
|
||||
LatexName righthead
|
||||
LeftMargin "Right Header:xx"
|
||||
LabelString "Right Header:"
|
||||
End
|
||||
|
||||
Style Received
|
||||
CopyStyle "Left Header"
|
||||
LatexName received
|
||||
LeftMargin Received:xx
|
||||
LabelString Recieved:
|
||||
CopyStyle "Left Header"
|
||||
LatexName received
|
||||
LeftMargin Received:xx
|
||||
LabelString Recieved:
|
||||
End
|
||||
|
||||
Style Revised
|
||||
CopyStyle "Left Header"
|
||||
LatexName revised
|
||||
LeftMargin Revised:xx
|
||||
LabelString Revised:
|
||||
CopyStyle "Left Header"
|
||||
LatexName revised
|
||||
LeftMargin Revised:xx
|
||||
LabelString Revised:
|
||||
End
|
||||
|
||||
Style Accepted
|
||||
CopyStyle "Left Header"
|
||||
LatexName accepted
|
||||
LeftMargin Accepted:xx
|
||||
LabelString Accepted:
|
||||
CopyStyle "Left Header"
|
||||
LatexName accepted
|
||||
LeftMargin Accepted:xx
|
||||
LabelString Accepted:
|
||||
End
|
||||
|
||||
Style CCC
|
||||
CopyStyle "Left Header"
|
||||
LatexName ccc
|
||||
LeftMargin "CCC code:xx"
|
||||
LabelString "CCC code:"
|
||||
CopyStyle "Left Header"
|
||||
LatexName ccc
|
||||
LeftMargin "CCC code:xx"
|
||||
LabelString "CCC code:"
|
||||
End
|
||||
|
||||
# cpright
|
||||
@ -132,88 +132,88 @@ End
|
||||
# articleid
|
||||
|
||||
Style PaperId
|
||||
CopyStyle "Left Header"
|
||||
LatexName paperid
|
||||
LeftMargin "Paper Id:xx"
|
||||
LabelString "Paper Id:"
|
||||
CopyStyle "Left Header"
|
||||
LatexName paperid
|
||||
LeftMargin "Paper Id:xx"
|
||||
LabelString "Paper Id:"
|
||||
End
|
||||
|
||||
Style AuthorAddr
|
||||
CopyStyle "Left Header"
|
||||
LatexName authoraddr
|
||||
LeftMargin "Author Address:xx"
|
||||
LabelString "Author Address:"
|
||||
CopyStyle "Left Header"
|
||||
LatexName authoraddr
|
||||
LeftMargin "Author Address:xx"
|
||||
LabelString "Author Address:"
|
||||
End
|
||||
|
||||
Style SlugComment
|
||||
CopyStyle "Left Header"
|
||||
LatexName slugcomment
|
||||
LeftMargin "Slug Comment:xx"
|
||||
LabelString "Slug Comment:"
|
||||
CopyStyle "Left Header"
|
||||
LatexName slugcomment
|
||||
LeftMargin "Slug Comment:xx"
|
||||
LabelString "Slug Comment:"
|
||||
End
|
||||
|
||||
|
||||
# a few changes to the bibliography
|
||||
Style Bibliography
|
||||
TopSep 4
|
||||
LabelString Bibliography
|
||||
TopSep 4
|
||||
LabelString Bibliography
|
||||
|
||||
# label font definition
|
||||
LabelFont
|
||||
Series Bold
|
||||
Size Huge
|
||||
EndFont
|
||||
# label font definition
|
||||
LabelFont
|
||||
Series Bold
|
||||
Size Huge
|
||||
EndFont
|
||||
End
|
||||
|
||||
# plate
|
||||
Float
|
||||
Type plate
|
||||
GuiName Plate
|
||||
Placement htbp
|
||||
Extension lof
|
||||
NumberWithin none
|
||||
Style plain
|
||||
LatexBuiltin true
|
||||
Type plate
|
||||
GuiName Plate
|
||||
Placement htbp
|
||||
Extension lof
|
||||
NumberWithin none
|
||||
Style plain
|
||||
LatexBuiltin true
|
||||
End
|
||||
|
||||
# planotable
|
||||
Float
|
||||
GuiName Planotable
|
||||
Type planotable
|
||||
Placement htbp
|
||||
Extension lot
|
||||
NumberWithin none
|
||||
Style Ruled
|
||||
LatexBuiltin true
|
||||
GuiName Planotable
|
||||
Type planotable
|
||||
Placement htbp
|
||||
Extension lot
|
||||
NumberWithin none
|
||||
Style Ruled
|
||||
LatexBuiltin true
|
||||
End
|
||||
|
||||
|
||||
# Table Caption style definition
|
||||
Style Table_Caption
|
||||
Margin First_Dynamic
|
||||
LatexType Command
|
||||
LatexName tablecaption
|
||||
NeedProtect 1
|
||||
LabelSep xx
|
||||
ParSkip 0.4
|
||||
TopSep 0.5
|
||||
Align Center
|
||||
AlignPossible Center
|
||||
LabelType Sensitive
|
||||
LabelString TableCaption
|
||||
Margin First_Dynamic
|
||||
LatexType Command
|
||||
LatexName tablecaption
|
||||
NeedProtect 1
|
||||
LabelSep xx
|
||||
ParSkip 0.4
|
||||
TopSep 0.5
|
||||
Align Center
|
||||
AlignPossible Center
|
||||
LabelType Sensitive
|
||||
LabelString TableCaption
|
||||
|
||||
# label font definition
|
||||
LabelFont
|
||||
Series Bold
|
||||
EndFont
|
||||
# label font definition
|
||||
LabelFont
|
||||
Series Bold
|
||||
EndFont
|
||||
End
|
||||
|
||||
Counter
|
||||
Name plate
|
||||
Within none
|
||||
Name plate
|
||||
Within none
|
||||
End
|
||||
|
||||
Counter
|
||||
Name planotable
|
||||
Within none
|
||||
Name planotable
|
||||
Within none
|
||||
End
|
||||
|
@ -15,7 +15,7 @@ Input amsmaths-plain.inc
|
||||
|
||||
# Use a simpler preamble.
|
||||
Preamble
|
||||
\usepackage{amsmath,amsthm}
|
||||
\usepackage{amsfonts}
|
||||
\usepackage{amsmath,amsthm}
|
||||
\usepackage{amsfonts}
|
||||
EndPreamble
|
||||
|
||||
|
@ -10,25 +10,25 @@
|
||||
|
||||
# General textclass parameters
|
||||
# Description "article (AMS)"
|
||||
Columns 1
|
||||
Sides 2
|
||||
PageStyle Headers
|
||||
MaxCounter Counter_Section
|
||||
Columns 1
|
||||
Sides 2
|
||||
PageStyle Headers
|
||||
MaxCounter Counter_Section
|
||||
|
||||
ClassOptions
|
||||
FontSize 8|9|10|11|12
|
||||
FontSize 8|9|10|11|12
|
||||
End
|
||||
|
||||
# Standard style definition
|
||||
Style Standard
|
||||
Margin Static
|
||||
LatexType Paragraph
|
||||
LatexName dummy
|
||||
ParIndent MM
|
||||
ParSkip 0.4
|
||||
Align Block
|
||||
AlignPossible Block, Left, Right, Center
|
||||
LabelType No_Label
|
||||
Margin Static
|
||||
LatexType Paragraph
|
||||
LatexName dummy
|
||||
ParIndent MM
|
||||
ParSkip 0.4
|
||||
Align Block
|
||||
AlignPossible Block, Left, Right, Center
|
||||
LabelType No_Label
|
||||
End
|
||||
|
||||
############### Sections.
|
||||
@ -38,54 +38,54 @@ Input stdsections.inc
|
||||
|
||||
# Redefine some of the section styles.
|
||||
Style Section
|
||||
Align Center
|
||||
AlignPossible Block, Center, Left
|
||||
Align Center
|
||||
AlignPossible Block, Center, Left
|
||||
|
||||
# standard font definition
|
||||
Font
|
||||
Series Medium
|
||||
Shape Smallcaps
|
||||
Size Large
|
||||
EndFont
|
||||
# standard font definition
|
||||
Font
|
||||
Series Medium
|
||||
Shape Smallcaps
|
||||
Size Large
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Subsection-numbered style definition
|
||||
Style Subsection
|
||||
# standard font definition
|
||||
Font
|
||||
Series Bold
|
||||
Size Normal
|
||||
EndFont
|
||||
# standard font definition
|
||||
Font
|
||||
Series Bold
|
||||
Size Normal
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Subsubsection-numbered style definition
|
||||
Style Subsubsection
|
||||
# standard font definition
|
||||
Font
|
||||
Shape Italic
|
||||
Size Normal
|
||||
EndFont
|
||||
# standard font definition
|
||||
Font
|
||||
Shape Italic
|
||||
Size Normal
|
||||
EndFont
|
||||
End
|
||||
|
||||
# then define the unumbered sections, based on the numbered ones.
|
||||
Input stdstarsections.inc
|
||||
|
||||
# remove the layouts that we do not need.
|
||||
NoStyle Chapter
|
||||
NoStyle Paragraph
|
||||
NoStyle Subparagraph
|
||||
NoStyle Chapter*
|
||||
#NoStyle Paragraph*
|
||||
#NoStyle Subparagraph*
|
||||
NoStyle Chapter
|
||||
NoStyle Paragraph
|
||||
NoStyle Subparagraph
|
||||
NoStyle Chapter*
|
||||
#NoStyle Paragraph*
|
||||
#NoStyle Subparagraph*
|
||||
|
||||
# Perharp's we should put this at the end of the file so it appears at the end
|
||||
# of the list box ??
|
||||
|
||||
Preamble
|
||||
\theoremstyle{plain}
|
||||
\newtheorem{thm}{Theorem}[section]
|
||||
\numberwithin{equation}{section} %% Comment out for sequentially-numbered
|
||||
\numberwithin{figure}{section} %% Comment out for sequentially-numbered
|
||||
\theoremstyle{plain}
|
||||
\newtheorem{thm}{Theorem}[section]
|
||||
\numberwithin{equation}{section} %% Comment out for sequentially-numbered
|
||||
\numberwithin{figure}{section} %% Comment out for sequentially-numbered
|
||||
EndPreamble
|
||||
|
||||
|
||||
@ -97,7 +97,7 @@ Input amsdefs.inc
|
||||
|
||||
Input stdlayouts.inc
|
||||
NoStyle Verse # Although mathematicians tend to be poets at times,
|
||||
# we don't need this.
|
||||
# we don't need this.
|
||||
|
||||
|
||||
Input stdlists.inc
|
||||
|
@ -10,25 +10,25 @@
|
||||
|
||||
# General textclass parameters
|
||||
# Description "book (AMS)"
|
||||
Columns 1
|
||||
Sides 2
|
||||
PageStyle Headers
|
||||
MaxCounter Counter_Chapter
|
||||
Columns 1
|
||||
Sides 2
|
||||
PageStyle Headers
|
||||
MaxCounter Counter_Chapter
|
||||
|
||||
ClassOptions
|
||||
FontSize 8|9|10|11|12
|
||||
FontSize 8|9|10|11|12
|
||||
End
|
||||
|
||||
# Standard style definition
|
||||
Style Standard
|
||||
Margin Static
|
||||
LatexType Paragraph
|
||||
LatexName dummy
|
||||
ParIndent MM
|
||||
ParSkip 0.4
|
||||
Align Block
|
||||
AlignPossible Block, Left, Right, Center
|
||||
LabelType No_Label
|
||||
Margin Static
|
||||
LatexType Paragraph
|
||||
LatexName dummy
|
||||
ParIndent MM
|
||||
ParSkip 0.4
|
||||
Align Block
|
||||
AlignPossible Block, Left, Right, Center
|
||||
LabelType No_Label
|
||||
End
|
||||
|
||||
|
||||
@ -39,33 +39,33 @@ Input stdsections.inc
|
||||
|
||||
# Redefine some of the section styles.
|
||||
Style Section
|
||||
Align Center
|
||||
AlignPossible Block, Center, Left
|
||||
Align Center
|
||||
AlignPossible Block, Center, Left
|
||||
|
||||
# standard font definition
|
||||
Font
|
||||
Series Medium
|
||||
Shape Smallcaps
|
||||
Size Large
|
||||
EndFont
|
||||
# standard font definition
|
||||
Font
|
||||
Series Medium
|
||||
Shape Smallcaps
|
||||
Size Large
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Subsection-numbered style definition
|
||||
Style Subsection
|
||||
# standard font definition
|
||||
Font
|
||||
Series Bold
|
||||
Size Normal
|
||||
EndFont
|
||||
# standard font definition
|
||||
Font
|
||||
Series Bold
|
||||
Size Normal
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Subsubsection-numbered style definition
|
||||
Style Subsubsection
|
||||
# standard font definition
|
||||
Font
|
||||
Shape Italic
|
||||
Size Normal
|
||||
EndFont
|
||||
# standard font definition
|
||||
Font
|
||||
Shape Italic
|
||||
Size Normal
|
||||
EndFont
|
||||
End
|
||||
|
||||
# then define the unumbered sections, based on the numbered ones.
|
||||
@ -76,11 +76,11 @@ Input stdstarsections.inc
|
||||
# of the list box ??
|
||||
|
||||
Preamble
|
||||
\numberwithin{section}{chapter}
|
||||
\theoremstyle{plain}
|
||||
\newtheorem{thm}{Theorem}[section]
|
||||
\numberwithin{equation}{section} %% Comment out for sequentially-numbered
|
||||
\numberwithin{figure}{section} %% Comment out for sequentially-numbered
|
||||
\numberwithin{section}{chapter}
|
||||
\theoremstyle{plain}
|
||||
\newtheorem{thm}{Theorem}[section]
|
||||
\numberwithin{equation}{section} %% Comment out for sequentially-numbered
|
||||
\numberwithin{figure}{section} %% Comment out for sequentially-numbered
|
||||
EndPreamble
|
||||
|
||||
Input lyxmacros.inc
|
||||
@ -90,7 +90,7 @@ Input amsdefs.inc
|
||||
|
||||
Input stdlayouts.inc
|
||||
NoStyle Verse # Although mathematicians tend to be poets at times,
|
||||
# we don't need this.
|
||||
# we don't need this.
|
||||
NoStyle Abstract # there are no abstract in a book.
|
||||
|
||||
Input stdlists.inc
|
||||
@ -101,33 +101,33 @@ Input stdcounters.inc
|
||||
|
||||
# Chapter Exercises style definition
|
||||
Style Chapter_Exercises
|
||||
Margin First_Dynamic
|
||||
LatexType Item_Environment
|
||||
LatexName lyxxcb
|
||||
NextNoIndent 1
|
||||
LeftMargin MMN
|
||||
LabelSep xx
|
||||
ParSkip 0.0
|
||||
ItemSep 0.2
|
||||
TopSep 0.7
|
||||
BottomSep 0.7
|
||||
ParSep 0.3
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Counter_EnumI
|
||||
Margin First_Dynamic
|
||||
LatexType Item_Environment
|
||||
LatexName lyxxcb
|
||||
NextNoIndent 1
|
||||
LeftMargin MMN
|
||||
LabelSep xx
|
||||
ParSkip 0.0
|
||||
ItemSep 0.2
|
||||
TopSep 0.7
|
||||
BottomSep 0.7
|
||||
ParSep 0.3
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Counter_EnumI
|
||||
|
||||
# standard font definition
|
||||
# standard font definition
|
||||
|
||||
# label font definition
|
||||
LabelFont
|
||||
Shape Up
|
||||
Series Bold
|
||||
EndFont
|
||||
# label font definition
|
||||
LabelFont
|
||||
Shape Up
|
||||
Series Bold
|
||||
EndFont
|
||||
|
||||
Preamble
|
||||
\newenvironment{lyxxcb}{\begin{xcb}{Exercises}\begin{enumerate}}
|
||||
{\end{enumerate}\end{xcb}}
|
||||
EndPreamble
|
||||
Preamble
|
||||
\newenvironment{lyxxcb}{\begin{xcb}{Exercises}\begin{enumerate}}
|
||||
{\end{enumerate}\end{xcb}}
|
||||
EndPreamble
|
||||
|
||||
End
|
||||
|
||||
|
@ -7,8 +7,8 @@ Input amsmaths.inc
|
||||
|
||||
# The AMS documentclasses use the package amsmath and provide the
|
||||
# functionality of makeidx.sty.
|
||||
ProvidesAmsmath 1
|
||||
ProvidesMakeidx 1
|
||||
ProvidesAmsmath 1
|
||||
ProvidesMakeidx 1
|
||||
|
||||
|
||||
# the environnements copied from the old amsart.layout are :
|
||||
@ -25,37 +25,37 @@ ProvidesMakeidx 1
|
||||
|
||||
# Proof style declaration
|
||||
Style Proof
|
||||
Margin First_Dynamic
|
||||
LatexType Environment
|
||||
LatexName proof
|
||||
NextNoIndent 1
|
||||
LabelSep xx
|
||||
ParIndent MMM
|
||||
ParSkip 0.4
|
||||
ItemSep 0.2
|
||||
TopSep 0.7
|
||||
BottomSep 0.7
|
||||
ParSep 0.3
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Static
|
||||
LabelString "Proof."
|
||||
EndLabelType Box
|
||||
|
||||
# standard font definition
|
||||
Font
|
||||
Shape Up
|
||||
Size Normal
|
||||
EndFont
|
||||
Margin First_Dynamic
|
||||
LatexType Environment
|
||||
LatexName proof
|
||||
NextNoIndent 1
|
||||
LabelSep xx
|
||||
ParIndent MMM
|
||||
ParSkip 0.4
|
||||
ItemSep 0.2
|
||||
TopSep 0.7
|
||||
BottomSep 0.7
|
||||
ParSep 0.3
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Static
|
||||
LabelString "Proof."
|
||||
EndLabelType Box
|
||||
|
||||
# standard font definition
|
||||
Font
|
||||
Shape Up
|
||||
Size Normal
|
||||
EndFont
|
||||
|
||||
# label font definition
|
||||
LabelFont
|
||||
Shape Italic
|
||||
EndFont
|
||||
# label font definition
|
||||
LabelFont
|
||||
Shape Italic
|
||||
EndFont
|
||||
|
||||
# We don't want the preamble from Theorem
|
||||
Preamble
|
||||
EndPreamble
|
||||
# We don't want the preamble from Theorem
|
||||
Preamble
|
||||
EndPreamble
|
||||
End
|
||||
|
||||
### Now the title stuff. We copy do not use stdstruct.inc to keep
|
||||
@ -63,304 +63,304 @@ End
|
||||
|
||||
# Title style definition
|
||||
Style Title
|
||||
Margin Static
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
LatexName title
|
||||
ParSkip 0.4
|
||||
ItemSep 0
|
||||
TopSep 0
|
||||
BottomSep 1
|
||||
ParSep 1
|
||||
Align Center
|
||||
AlignPossible Center
|
||||
LabelType No_Label
|
||||
Margin Static
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
LatexName title
|
||||
ParSkip 0.4
|
||||
ItemSep 0
|
||||
TopSep 0
|
||||
BottomSep 1
|
||||
ParSep 1
|
||||
Align Center
|
||||
AlignPossible Center
|
||||
LabelType No_Label
|
||||
|
||||
# standard font definition
|
||||
Font
|
||||
Shape Smallcaps
|
||||
Series Bold
|
||||
Size Larger
|
||||
EndFont
|
||||
# standard font definition
|
||||
Font
|
||||
Shape Smallcaps
|
||||
Series Bold
|
||||
Size Larger
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Author style definition
|
||||
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
|
||||
AlignPossible Center
|
||||
LabelType No_Label
|
||||
|
||||
# standard font definition
|
||||
Font
|
||||
Size Large
|
||||
Shape Smallcaps
|
||||
EndFont
|
||||
# standard font definition
|
||||
Font
|
||||
Size Large
|
||||
Shape Smallcaps
|
||||
EndFont
|
||||
|
||||
End
|
||||
|
||||
# Date style definition
|
||||
Style Date
|
||||
Margin Dynamic
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
LatexName date
|
||||
LabelSep xxx
|
||||
ParSkip 0.4
|
||||
TopSep 0.9
|
||||
BottomSep 0.5
|
||||
ParSep 1
|
||||
Align Center
|
||||
AlignPossible Center
|
||||
LabelType Static
|
||||
LabelString "Date: "
|
||||
Margin Dynamic
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
LatexName date
|
||||
LabelSep xxx
|
||||
ParSkip 0.4
|
||||
TopSep 0.9
|
||||
BottomSep 0.5
|
||||
ParSep 1
|
||||
Align Center
|
||||
AlignPossible Center
|
||||
LabelType Static
|
||||
LabelString "Date: "
|
||||
|
||||
# standard font definition
|
||||
Font
|
||||
Size Large
|
||||
EndFont
|
||||
# standard font definition
|
||||
Font
|
||||
Size Large
|
||||
EndFont
|
||||
|
||||
LabelFont
|
||||
Shape Italic
|
||||
Size Large
|
||||
EndFont
|
||||
LabelFont
|
||||
Shape Italic
|
||||
Size Large
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Abstract style definition
|
||||
Style Abstract
|
||||
Margin First_Dynamic
|
||||
LatexType Environment
|
||||
InTitle 1
|
||||
LatexName abstract
|
||||
LeftMargin MMM
|
||||
LabelIndent MMM
|
||||
RightMargin MMM
|
||||
ParIndent MM
|
||||
TopSep 0.7
|
||||
BottomSep 0.7
|
||||
Align Block
|
||||
AlignPossible Block
|
||||
LabelType Static
|
||||
LabelString Abstract.
|
||||
LabelSep M
|
||||
Margin First_Dynamic
|
||||
LatexType Environment
|
||||
InTitle 1
|
||||
LatexName abstract
|
||||
LeftMargin MMM
|
||||
LabelIndent MMM
|
||||
RightMargin MMM
|
||||
ParIndent MM
|
||||
TopSep 0.7
|
||||
BottomSep 0.7
|
||||
Align Block
|
||||
AlignPossible Block
|
||||
LabelType Static
|
||||
LabelString Abstract.
|
||||
LabelSep M
|
||||
|
||||
# standard font definition
|
||||
Font
|
||||
Size Small
|
||||
EndFont
|
||||
# standard font definition
|
||||
Font
|
||||
Size Small
|
||||
EndFont
|
||||
|
||||
# label font definition
|
||||
LabelFont
|
||||
Shape Smallcaps
|
||||
EndFont
|
||||
# label font definition
|
||||
LabelFont
|
||||
Shape Smallcaps
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Address style definition
|
||||
Style Address
|
||||
Margin Dynamic
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
LatexName address
|
||||
ParSkip 0.4
|
||||
BottomSep 1.5
|
||||
ParSep 1.5
|
||||
Align Left
|
||||
AlignPossible Block, Left, Right, Center
|
||||
LabelType Static
|
||||
LabelString "Address: "
|
||||
# label font definition
|
||||
LabelFont
|
||||
Shape Italic
|
||||
EndFont
|
||||
Margin Dynamic
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
LatexName address
|
||||
ParSkip 0.4
|
||||
BottomSep 1.5
|
||||
ParSep 1.5
|
||||
Align Left
|
||||
AlignPossible Block, Left, Right, Center
|
||||
LabelType Static
|
||||
LabelString "Address: "
|
||||
# label font definition
|
||||
LabelFont
|
||||
Shape Italic
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Current Address style definition
|
||||
Style Current_Address
|
||||
Margin Dynamic
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
LatexName curraddr
|
||||
ParSkip 0.4
|
||||
BottomSep 1.5
|
||||
ParSep 1.5
|
||||
Align Left
|
||||
AlignPossible Block, Left, Right, Center
|
||||
LabelType Static
|
||||
LabelString "Current address: "
|
||||
# label font definition
|
||||
LabelFont
|
||||
Shape Italic
|
||||
EndFont
|
||||
Margin Dynamic
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
LatexName curraddr
|
||||
ParSkip 0.4
|
||||
BottomSep 1.5
|
||||
ParSep 1.5
|
||||
Align Left
|
||||
AlignPossible Block, Left, Right, Center
|
||||
LabelType Static
|
||||
LabelString "Current address: "
|
||||
# label font definition
|
||||
LabelFont
|
||||
Shape Italic
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Email style definition
|
||||
Style Email
|
||||
Margin First_Dynamic
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
LatexName email
|
||||
ParSkip 0.4
|
||||
BottomSep 1.5
|
||||
ParSep 1.5
|
||||
Align Left
|
||||
AlignPossible Block, Left, Right, Center
|
||||
LabelType Static
|
||||
labelString "E-mail address: "
|
||||
LabelFont
|
||||
Shape Italic
|
||||
EndFont
|
||||
Margin First_Dynamic
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
LatexName email
|
||||
ParSkip 0.4
|
||||
BottomSep 1.5
|
||||
ParSep 1.5
|
||||
Align Left
|
||||
AlignPossible Block, Left, Right, Center
|
||||
LabelType Static
|
||||
labelString "E-mail address: "
|
||||
LabelFont
|
||||
Shape Italic
|
||||
EndFont
|
||||
End
|
||||
|
||||
# URL style definition
|
||||
Style URL
|
||||
Margin First_Dynamic
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
LatexName urladdr
|
||||
ParSkip 0.4
|
||||
BottomSep 1.5
|
||||
ParSep 1.5
|
||||
Align Left
|
||||
AlignPossible Block, Left, Right, Center
|
||||
LabelType Static
|
||||
labelString "URL: "
|
||||
LabelFont
|
||||
Shape Italic
|
||||
EndFont
|
||||
Margin First_Dynamic
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
LatexName urladdr
|
||||
ParSkip 0.4
|
||||
BottomSep 1.5
|
||||
ParSep 1.5
|
||||
Align Left
|
||||
AlignPossible Block, Left, Right, Center
|
||||
LabelType Static
|
||||
labelString "URL: "
|
||||
LabelFont
|
||||
Shape Italic
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Keywords style definition
|
||||
Style Keywords
|
||||
Margin Dynamic
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
LatexName keywords
|
||||
ParSkip 0.4
|
||||
BottomSep 1.5
|
||||
ParSep 1.5
|
||||
Align Left
|
||||
AlignPossible Block, Left, Right, Center
|
||||
LabelType Static
|
||||
LabelString "Key words and phrases: "
|
||||
# label font definition
|
||||
LabelFont
|
||||
Shape Italic
|
||||
EndFont
|
||||
Margin Dynamic
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
LatexName keywords
|
||||
ParSkip 0.4
|
||||
BottomSep 1.5
|
||||
ParSep 1.5
|
||||
Align Left
|
||||
AlignPossible Block, Left, Right, Center
|
||||
LabelType Static
|
||||
LabelString "Key words and phrases: "
|
||||
# label font definition
|
||||
LabelFont
|
||||
Shape Italic
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Thanks style definition
|
||||
Style Thanks
|
||||
Margin Dynamic
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
LatexName thanks
|
||||
ParSkip 0.4
|
||||
BottomSep 1.5
|
||||
ParSep 1.5
|
||||
Align Left
|
||||
AlignPossible Block, Left, Right, Center
|
||||
LabelType Static
|
||||
LabelString "Thanks: "
|
||||
# label font definition
|
||||
LabelFont
|
||||
Shape Italic
|
||||
EndFont
|
||||
Margin Dynamic
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
LatexName thanks
|
||||
ParSkip 0.4
|
||||
BottomSep 1.5
|
||||
ParSep 1.5
|
||||
Align Left
|
||||
AlignPossible Block, Left, Right, Center
|
||||
LabelType Static
|
||||
LabelString "Thanks: "
|
||||
# label font definition
|
||||
LabelFont
|
||||
Shape Italic
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Dedicatory style definition
|
||||
Style Dedicatory
|
||||
Margin Dynamic
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
LatexName dedicatory
|
||||
ParSkip 0.4
|
||||
BottomSep 1.5
|
||||
ParSep 1.5
|
||||
Align Left
|
||||
AlignPossible Block, Left, Right, Center
|
||||
LabelType Static
|
||||
LabelString "Dedication: "
|
||||
# label font definition
|
||||
LabelFont
|
||||
Shape Italic
|
||||
EndFont
|
||||
Margin Dynamic
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
LatexName dedicatory
|
||||
ParSkip 0.4
|
||||
BottomSep 1.5
|
||||
ParSep 1.5
|
||||
Align Left
|
||||
AlignPossible Block, Left, Right, Center
|
||||
LabelType Static
|
||||
LabelString "Dedication: "
|
||||
# label font definition
|
||||
LabelFont
|
||||
Shape Italic
|
||||
EndFont
|
||||
End
|
||||
|
||||
|
||||
# Translator style definition
|
||||
Style Translator
|
||||
Margin Dynamic
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
LatexName translator
|
||||
ParSkip 0.4
|
||||
BottomSep 1.5
|
||||
ParSep 1.5
|
||||
Align Left
|
||||
AlignPossible Block, Left, Right, Center
|
||||
LabelType Static
|
||||
LabelString "Translator: "
|
||||
# label font definition
|
||||
LabelFont
|
||||
Shape Italic
|
||||
EndFont
|
||||
Margin Dynamic
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
LatexName translator
|
||||
ParSkip 0.4
|
||||
BottomSep 1.5
|
||||
ParSep 1.5
|
||||
Align Left
|
||||
AlignPossible Block, Left, Right, Center
|
||||
LabelType Static
|
||||
LabelString "Translator: "
|
||||
# label font definition
|
||||
LabelFont
|
||||
Shape Italic
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Subjectclass style definition
|
||||
Style Subjectclass
|
||||
Margin Dynamic
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
LatexName subjclass
|
||||
ParSkip 0.4
|
||||
BottomSep 1.5
|
||||
ParSep 1.5
|
||||
Align Left
|
||||
AlignPossible Block, Left, Right, Center
|
||||
LabelType Static
|
||||
LabelString "1991 Mathematics Subject Classification: "
|
||||
# label font definition
|
||||
LabelFont
|
||||
Shape Italic
|
||||
EndFont
|
||||
Margin Dynamic
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
LatexName subjclass
|
||||
ParSkip 0.4
|
||||
BottomSep 1.5
|
||||
ParSep 1.5
|
||||
Align Left
|
||||
AlignPossible Block, Left, Right, Center
|
||||
LabelType Static
|
||||
LabelString "1991 Mathematics Subject Classification: "
|
||||
# label font definition
|
||||
LabelFont
|
||||
Shape Italic
|
||||
EndFont
|
||||
End
|
||||
|
||||
|
||||
# Bibliography style definition
|
||||
Style Bibliography
|
||||
Margin First_Dynamic
|
||||
LatexType Bib_Environment
|
||||
LatexName thebibliography
|
||||
NextNoIndent 1
|
||||
LeftMargin MM
|
||||
ParSkip 0.4
|
||||
ItemSep 0
|
||||
TopSep 0.7
|
||||
BottomSep 0.7
|
||||
ParSep 0.5
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Bibliography
|
||||
LabelString References
|
||||
LabelBottomSep 0.7
|
||||
Margin First_Dynamic
|
||||
LatexType Bib_Environment
|
||||
LatexName thebibliography
|
||||
NextNoIndent 1
|
||||
LeftMargin MM
|
||||
ParSkip 0.4
|
||||
ItemSep 0
|
||||
TopSep 0.7
|
||||
BottomSep 0.7
|
||||
ParSep 0.5
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Bibliography
|
||||
LabelString References
|
||||
LabelBottomSep 0.7
|
||||
|
||||
# standard font definition
|
||||
Font
|
||||
Size Small
|
||||
EndFont
|
||||
# standard font definition
|
||||
Font
|
||||
Size Small
|
||||
EndFont
|
||||
|
||||
# label font definition
|
||||
LabelFont
|
||||
Size Normal
|
||||
Shape Smallcaps
|
||||
EndFont
|
||||
# label font definition
|
||||
LabelFont
|
||||
Size Normal
|
||||
Shape Smallcaps
|
||||
EndFont
|
||||
End
|
||||
|
||||
|
@ -30,247 +30,247 @@
|
||||
|
||||
# Theorem-plain style declaration
|
||||
Style Theorem
|
||||
LatexName thm*
|
||||
LabelString "Theorem."
|
||||
LatexName thm*
|
||||
LabelString "Theorem."
|
||||
|
||||
Preamble
|
||||
\theoremstyle{plain}
|
||||
\newtheorem*{thm*}{Theorem}
|
||||
EndPreamble
|
||||
Preamble
|
||||
\theoremstyle{plain}
|
||||
\newtheorem*{thm*}{Theorem}
|
||||
EndPreamble
|
||||
End
|
||||
|
||||
# Corollary-plain style declaration
|
||||
Style Corollary
|
||||
LatexName cor*
|
||||
LabelString "Corollary."
|
||||
LatexName cor*
|
||||
LabelString "Corollary."
|
||||
|
||||
Preamble
|
||||
\theoremstyle{plain}
|
||||
\newtheorem*{cor*}{Corollary}
|
||||
EndPreamble
|
||||
Preamble
|
||||
\theoremstyle{plain}
|
||||
\newtheorem*{cor*}{Corollary}
|
||||
EndPreamble
|
||||
End
|
||||
|
||||
# Lemma-plain style declaration
|
||||
Style Lemma
|
||||
LatexName lem*
|
||||
LabelString "Lemma."
|
||||
LatexName lem*
|
||||
LabelString "Lemma."
|
||||
|
||||
Preamble
|
||||
\theoremstyle{plain}
|
||||
\newtheorem*{lem*}{Lemma}
|
||||
EndPreamble
|
||||
Preamble
|
||||
\theoremstyle{plain}
|
||||
\newtheorem*{lem*}{Lemma}
|
||||
EndPreamble
|
||||
End
|
||||
|
||||
# Proposition-plain style declaration
|
||||
Style Proposition
|
||||
LatexName prop*
|
||||
LabelString "Proposition."
|
||||
LatexName prop*
|
||||
LabelString "Proposition."
|
||||
|
||||
Preamble
|
||||
\theoremstyle{plain}
|
||||
\newtheorem*{prop*}{Proposition}
|
||||
EndPreamble
|
||||
Preamble
|
||||
\theoremstyle{plain}
|
||||
\newtheorem*{prop*}{Proposition}
|
||||
EndPreamble
|
||||
End
|
||||
|
||||
# Conjecture-plain style declaration
|
||||
Style Conjecture
|
||||
LatexName conjecture*
|
||||
LabelString "Conjecture."
|
||||
LatexName conjecture*
|
||||
LabelString "Conjecture."
|
||||
|
||||
Preamble
|
||||
\theoremstyle{plain}
|
||||
\newtheorem*{conjecture*}{Conjecture}
|
||||
EndPreamble
|
||||
Preamble
|
||||
\theoremstyle{plain}
|
||||
\newtheorem*{conjecture*}{Conjecture}
|
||||
EndPreamble
|
||||
End
|
||||
|
||||
# Criterion-plain style declaration
|
||||
Style Criterion
|
||||
LatexName criterion*
|
||||
LabelString "Criterion."
|
||||
LatexName criterion*
|
||||
LabelString "Criterion."
|
||||
|
||||
Preamble
|
||||
\theoremstyle{plain}
|
||||
\newtheorem*{criterion*}{Criterion}
|
||||
EndPreamble
|
||||
Preamble
|
||||
\theoremstyle{plain}
|
||||
\newtheorem*{criterion*}{Criterion}
|
||||
EndPreamble
|
||||
End
|
||||
|
||||
# Algorithm-plain style declaration
|
||||
Style Algorithm
|
||||
LatexName algorithm*
|
||||
LabelString "Algorithm #."
|
||||
LatexName algorithm*
|
||||
LabelString "Algorithm #."
|
||||
|
||||
Preamble
|
||||
\theoremstyle{plain}
|
||||
\newtheorem*{algorithm*}{Algorithm}
|
||||
EndPreamble
|
||||
Preamble
|
||||
\theoremstyle{plain}
|
||||
\newtheorem*{algorithm*}{Algorithm}
|
||||
EndPreamble
|
||||
End
|
||||
|
||||
# Fact-plain style declaration
|
||||
Style Fact
|
||||
LatexName fact*
|
||||
LabelString "Fact."
|
||||
LatexName fact*
|
||||
LabelString "Fact."
|
||||
|
||||
Preamble
|
||||
\theoremstyle{plain}
|
||||
\newtheorem*{fact*}{Fact}
|
||||
EndPreamble
|
||||
Preamble
|
||||
\theoremstyle{plain}
|
||||
\newtheorem*{fact*}{Fact}
|
||||
EndPreamble
|
||||
End
|
||||
|
||||
# Axiom-plain style declaration
|
||||
Style Axiom
|
||||
LatexName ax*
|
||||
LabelString "Axiom."
|
||||
LatexName ax*
|
||||
LabelString "Axiom."
|
||||
|
||||
Preamble
|
||||
\theoremstyle{plain}
|
||||
\newtheorem*{ax*}{Axiom}
|
||||
EndPreamble
|
||||
Preamble
|
||||
\theoremstyle{plain}
|
||||
\newtheorem*{ax*}{Axiom}
|
||||
EndPreamble
|
||||
End
|
||||
|
||||
# Definition-plain style declaration
|
||||
Style Definition
|
||||
LatexName defn*
|
||||
LabelString "Definition."
|
||||
LatexName defn*
|
||||
LabelString "Definition."
|
||||
|
||||
Preamble
|
||||
\theoremstyle{definition}
|
||||
\newtheorem*{defn*}{Definition}
|
||||
EndPreamble
|
||||
Preamble
|
||||
\theoremstyle{definition}
|
||||
\newtheorem*{defn*}{Definition}
|
||||
EndPreamble
|
||||
End
|
||||
|
||||
# Example-plain style declaration
|
||||
Style Example
|
||||
LatexName example*
|
||||
LabelString "Example."
|
||||
LatexName example*
|
||||
LabelString "Example."
|
||||
|
||||
Preamble
|
||||
\theoremstyle{definition}
|
||||
\newtheorem*{example*}{Example}
|
||||
EndPreamble
|
||||
Preamble
|
||||
\theoremstyle{definition}
|
||||
\newtheorem*{example*}{Example}
|
||||
EndPreamble
|
||||
End
|
||||
|
||||
# Condition-plain style declaration
|
||||
Style Condition
|
||||
LatexName condition*
|
||||
LabelString "Condition."
|
||||
LatexName condition*
|
||||
LabelString "Condition."
|
||||
|
||||
Preamble
|
||||
\theoremstyle{definition}
|
||||
\newtheorem*{condition*}{Condition}
|
||||
EndPreamble
|
||||
Preamble
|
||||
\theoremstyle{definition}
|
||||
\newtheorem*{condition*}{Condition}
|
||||
EndPreamble
|
||||
End
|
||||
|
||||
# Problem-plain style declaration
|
||||
Style Problem
|
||||
LatexName problem*
|
||||
LabelString "Problem."
|
||||
LatexName problem*
|
||||
LabelString "Problem."
|
||||
|
||||
Preamble
|
||||
\theoremstyle{definition}
|
||||
\newtheorem*{problem*}{Problem}
|
||||
EndPreamble
|
||||
Preamble
|
||||
\theoremstyle{definition}
|
||||
\newtheorem*{problem*}{Problem}
|
||||
EndPreamble
|
||||
End
|
||||
|
||||
# Exercise-plain style declaration
|
||||
Style Exercise
|
||||
LatexName xca*
|
||||
LabelString "Exercise."
|
||||
LatexName xca*
|
||||
LabelString "Exercise."
|
||||
|
||||
Preamble
|
||||
\theoremstyle{definition}
|
||||
\newtheorem*{xca*}{Exercise}
|
||||
EndPreamble
|
||||
Preamble
|
||||
\theoremstyle{definition}
|
||||
\newtheorem*{xca*}{Exercise}
|
||||
EndPreamble
|
||||
End
|
||||
|
||||
# Remark-plain style declaration
|
||||
Style Remark
|
||||
LatexName rem*
|
||||
LabelString "Remark."
|
||||
LatexName rem*
|
||||
LabelString "Remark."
|
||||
|
||||
Preamble
|
||||
\theoremstyle{remark}
|
||||
\newtheorem*{rem*}{Remark}
|
||||
EndPreamble
|
||||
Preamble
|
||||
\theoremstyle{remark}
|
||||
\newtheorem*{rem*}{Remark}
|
||||
EndPreamble
|
||||
End
|
||||
|
||||
# Claim-plain style declaration
|
||||
Style Claim
|
||||
LatexName claim*
|
||||
LabelString "Claim."
|
||||
LatexName claim*
|
||||
LabelString "Claim."
|
||||
|
||||
Preamble
|
||||
\theoremstyle{remark}
|
||||
\newtheorem*{claim*}{Claim}
|
||||
EndPreamble
|
||||
Preamble
|
||||
\theoremstyle{remark}
|
||||
\newtheorem*{claim*}{Claim}
|
||||
EndPreamble
|
||||
End
|
||||
|
||||
# Note-plain style declaration
|
||||
Style Note
|
||||
LatexName note*
|
||||
LabelString "Note."
|
||||
LatexName note*
|
||||
LabelString "Note."
|
||||
|
||||
Preamble
|
||||
\theoremstyle{remark}
|
||||
\newtheorem*{note*}{Note}
|
||||
EndPreamble
|
||||
Preamble
|
||||
\theoremstyle{remark}
|
||||
\newtheorem*{note*}{Note}
|
||||
EndPreamble
|
||||
End
|
||||
|
||||
# Notation style declaration
|
||||
Style Notation
|
||||
LatexName notation*
|
||||
LabelString "Notation."
|
||||
LatexName notation*
|
||||
LabelString "Notation."
|
||||
|
||||
Preamble
|
||||
\theoremstyle{remark}
|
||||
\newtheorem*{notation*}{Notation}
|
||||
EndPreamble
|
||||
Preamble
|
||||
\theoremstyle{remark}
|
||||
\newtheorem*{notation*}{Notation}
|
||||
EndPreamble
|
||||
End
|
||||
|
||||
|
||||
# Summary style declaration
|
||||
Style Summary
|
||||
LatexName summary*
|
||||
LabelString "Summary."
|
||||
LatexName summary*
|
||||
LabelString "Summary."
|
||||
|
||||
Preamble
|
||||
\theoremstyle{remark}
|
||||
\newtheorem*{summary*}{Summary}
|
||||
EndPreamble
|
||||
Preamble
|
||||
\theoremstyle{remark}
|
||||
\newtheorem*{summary*}{Summary}
|
||||
EndPreamble
|
||||
End
|
||||
|
||||
|
||||
# Acknowledgement style declaration
|
||||
Style Acknowledgement
|
||||
LatexName acknowledgement*
|
||||
LabelString "Acknowledgement."
|
||||
LatexName acknowledgement*
|
||||
LabelString "Acknowledgement."
|
||||
|
||||
Preamble
|
||||
\theoremstyle{remark}
|
||||
\newtheorem*{acknowledgement*}{Acknowledgement}
|
||||
EndPreamble
|
||||
Preamble
|
||||
\theoremstyle{remark}
|
||||
\newtheorem*{acknowledgement*}{Acknowledgement}
|
||||
EndPreamble
|
||||
End
|
||||
|
||||
|
||||
# Case style declaration
|
||||
Style Case
|
||||
LatexName case*
|
||||
LabelString "Case."
|
||||
LatexName case*
|
||||
LabelString "Case."
|
||||
|
||||
Preamble
|
||||
\theoremstyle{remark}
|
||||
\newtheorem*{case*}{Case}
|
||||
EndPreamble
|
||||
Preamble
|
||||
\theoremstyle{remark}
|
||||
\newtheorem*{case*}{Case}
|
||||
EndPreamble
|
||||
End
|
||||
|
||||
|
||||
# Conclusion style declaration
|
||||
Style Conclusion
|
||||
LatexName conclusion*
|
||||
LabelString "Conclusion."
|
||||
LatexName conclusion*
|
||||
LabelString "Conclusion."
|
||||
|
||||
Preamble
|
||||
\theoremstyle{remark}
|
||||
\newtheorem*{conclusion*}{Conclusion}
|
||||
EndPreamble
|
||||
Preamble
|
||||
\theoremstyle{remark}
|
||||
\newtheorem*{conclusion*}{Conclusion}
|
||||
EndPreamble
|
||||
End
|
||||
|
||||
|
@ -30,178 +30,178 @@
|
||||
|
||||
# Theorem-numbered style declaration
|
||||
Style Theorem
|
||||
Preamble
|
||||
\theoremstyle{plain}
|
||||
\newtheorem{thm}{Theorem}
|
||||
EndPreamble
|
||||
Preamble
|
||||
\theoremstyle{plain}
|
||||
\newtheorem{thm}{Theorem}
|
||||
EndPreamble
|
||||
End
|
||||
|
||||
# Corollary-numbered style declaration
|
||||
Style Corollary
|
||||
Preamble
|
||||
\theoremstyle{plain}
|
||||
\newtheorem{cor}{Corollary}
|
||||
EndPreamble
|
||||
Preamble
|
||||
\theoremstyle{plain}
|
||||
\newtheorem{cor}{Corollary}
|
||||
EndPreamble
|
||||
End
|
||||
|
||||
# Lemma-numbered style declaration
|
||||
Style Lemma
|
||||
Preamble
|
||||
\theoremstyle{plain}
|
||||
\newtheorem{lem}{Lemma}
|
||||
EndPreamble
|
||||
Preamble
|
||||
\theoremstyle{plain}
|
||||
\newtheorem{lem}{Lemma}
|
||||
EndPreamble
|
||||
End
|
||||
|
||||
# Proposition-numbered style declaration
|
||||
Style Proposition
|
||||
Preamble
|
||||
\theoremstyle{plain}
|
||||
\newtheorem{prop}{Proposition}
|
||||
EndPreamble
|
||||
Preamble
|
||||
\theoremstyle{plain}
|
||||
\newtheorem{prop}{Proposition}
|
||||
EndPreamble
|
||||
End
|
||||
|
||||
# Conjecture-numbered style declaration
|
||||
Style Conjecture
|
||||
Preamble
|
||||
\theoremstyle{plain}
|
||||
\newtheorem{conjecture}{Conjecture}
|
||||
EndPreamble
|
||||
Preamble
|
||||
\theoremstyle{plain}
|
||||
\newtheorem{conjecture}{Conjecture}
|
||||
EndPreamble
|
||||
End
|
||||
|
||||
# Criterion-numbered style declaration
|
||||
Style Criterion
|
||||
Preamble
|
||||
\theoremstyle{plain}
|
||||
\newtheorem{criterion}{Criterion}
|
||||
EndPreamble
|
||||
Preamble
|
||||
\theoremstyle{plain}
|
||||
\newtheorem{criterion}{Criterion}
|
||||
EndPreamble
|
||||
End
|
||||
|
||||
# Algorithm-numbered style declaration
|
||||
Style Algorithm
|
||||
Preamble
|
||||
\theoremstyle{plain}
|
||||
\newtheorem{algorithm}{Algorithm}
|
||||
EndPreamble
|
||||
Preamble
|
||||
\theoremstyle{plain}
|
||||
\newtheorem{algorithm}{Algorithm}
|
||||
EndPreamble
|
||||
End
|
||||
|
||||
# Fact-numbered style declaration
|
||||
Style Fact
|
||||
Preamble
|
||||
\theoremstyle{plain}
|
||||
\newtheorem{fact}{Fact}
|
||||
EndPreamble
|
||||
Preamble
|
||||
\theoremstyle{plain}
|
||||
\newtheorem{fact}{Fact}
|
||||
EndPreamble
|
||||
End
|
||||
|
||||
# Axiom-numbered style declaration
|
||||
Style Axiom
|
||||
Preamble
|
||||
\theoremstyle{plain}
|
||||
\newtheorem{ax}{Axiom}
|
||||
EndPreamble
|
||||
Preamble
|
||||
\theoremstyle{plain}
|
||||
\newtheorem{ax}{Axiom}
|
||||
EndPreamble
|
||||
End
|
||||
|
||||
# Definition-numbered style declaration
|
||||
Style Definition
|
||||
Preamble
|
||||
\theoremstyle{definition}
|
||||
\newtheorem{defn}{Definition}
|
||||
EndPreamble
|
||||
Preamble
|
||||
\theoremstyle{definition}
|
||||
\newtheorem{defn}{Definition}
|
||||
EndPreamble
|
||||
End
|
||||
|
||||
# Example-numbered style declaration
|
||||
Style Example
|
||||
Preamble
|
||||
\theoremstyle{definition}
|
||||
\newtheorem{example}{Example}
|
||||
EndPreamble
|
||||
Preamble
|
||||
\theoremstyle{definition}
|
||||
\newtheorem{example}{Example}
|
||||
EndPreamble
|
||||
End
|
||||
|
||||
# Condition-numbered style declaration
|
||||
Style Condition
|
||||
Preamble
|
||||
\theoremstyle{definition}
|
||||
\newtheorem{condition}{Condition}
|
||||
EndPreamble
|
||||
Preamble
|
||||
\theoremstyle{definition}
|
||||
\newtheorem{condition}{Condition}
|
||||
EndPreamble
|
||||
End
|
||||
|
||||
# Problem-numbered style declaration
|
||||
Style Problem
|
||||
Preamble
|
||||
\theoremstyle{definition}
|
||||
\newtheorem{problem}{Problem}
|
||||
EndPreamble
|
||||
Preamble
|
||||
\theoremstyle{definition}
|
||||
\newtheorem{problem}{Problem}
|
||||
EndPreamble
|
||||
End
|
||||
|
||||
# Exercise-numbered style declaration
|
||||
Style Exercise
|
||||
Preamble
|
||||
\theoremstyle{definition}
|
||||
\newtheorem{xca}{Exercise}
|
||||
EndPreamble
|
||||
Preamble
|
||||
\theoremstyle{definition}
|
||||
\newtheorem{xca}{Exercise}
|
||||
EndPreamble
|
||||
End
|
||||
|
||||
# Remark-numbered style declaration
|
||||
Style Remark
|
||||
Preamble
|
||||
\theoremstyle{remark}
|
||||
\newtheorem{rem}{Remark}
|
||||
EndPreamble
|
||||
Preamble
|
||||
\theoremstyle{remark}
|
||||
\newtheorem{rem}{Remark}
|
||||
EndPreamble
|
||||
End
|
||||
|
||||
# Claim-numbered style declaration
|
||||
Style Claim
|
||||
Preamble
|
||||
\theoremstyle{remark}
|
||||
\newtheorem{claim}{Claim}
|
||||
EndPreamble
|
||||
Preamble
|
||||
\theoremstyle{remark}
|
||||
\newtheorem{claim}{Claim}
|
||||
EndPreamble
|
||||
End
|
||||
|
||||
# Note-numbered style declaration
|
||||
Style Note
|
||||
Preamble
|
||||
\theoremstyle{remark}
|
||||
\newtheorem{note}{Note}
|
||||
EndPreamble
|
||||
Preamble
|
||||
\theoremstyle{remark}
|
||||
\newtheorem{note}{Note}
|
||||
EndPreamble
|
||||
End
|
||||
|
||||
# Notation-numbered style declaration
|
||||
Style Notation
|
||||
Preamble
|
||||
\theoremstyle{remark}
|
||||
\newtheorem{notation}{Notation}
|
||||
EndPreamble
|
||||
Preamble
|
||||
\theoremstyle{remark}
|
||||
\newtheorem{notation}{Notation}
|
||||
EndPreamble
|
||||
End
|
||||
|
||||
# Summary-numbered style declaration
|
||||
Style Summary
|
||||
Preamble
|
||||
\theoremstyle{remark}
|
||||
\newtheorem{summary}{Summary}
|
||||
EndPreamble
|
||||
Preamble
|
||||
\theoremstyle{remark}
|
||||
\newtheorem{summary}{Summary}
|
||||
EndPreamble
|
||||
End
|
||||
|
||||
# Acknowledgement-numbered style declaration
|
||||
Style Acknowledgement
|
||||
Preamble
|
||||
\theoremstyle{remark}
|
||||
\newtheorem{acknowledgement}{Acknowledgement}
|
||||
EndPreamble
|
||||
Preamble
|
||||
\theoremstyle{remark}
|
||||
\newtheorem{acknowledgement}{Acknowledgement}
|
||||
EndPreamble
|
||||
End
|
||||
|
||||
# Case-numbered style declaration
|
||||
Style Case
|
||||
Preamble
|
||||
\theoremstyle{remark}
|
||||
\newtheorem{case}{Case}
|
||||
EndPreamble
|
||||
Preamble
|
||||
\theoremstyle{remark}
|
||||
\newtheorem{case}{Case}
|
||||
EndPreamble
|
||||
End
|
||||
|
||||
# Conclusion-numbered style declaration
|
||||
Style Conclusion
|
||||
Preamble
|
||||
\theoremstyle{remark}
|
||||
\newtheorem{conclusion}{Conclusion}
|
||||
EndPreamble
|
||||
Preamble
|
||||
\theoremstyle{remark}
|
||||
\newtheorem{conclusion}{Conclusion}
|
||||
EndPreamble
|
||||
End
|
||||
|
||||
|
||||
|
@ -48,472 +48,472 @@
|
||||
# style. Since this style has been obsoleted, it does not show up in
|
||||
# layout lists
|
||||
Style TheoremStyle
|
||||
ObsoletedBy Standard
|
||||
Preamble
|
||||
\theoremstyle{plain}
|
||||
EndPreamble
|
||||
ObsoletedBy Standard
|
||||
Preamble
|
||||
\theoremstyle{plain}
|
||||
EndPreamble
|
||||
End
|
||||
|
||||
|
||||
# Theorem-numbered style declaration
|
||||
Style Theorem
|
||||
Margin First_Dynamic
|
||||
LatexType Environment
|
||||
LatexName thm
|
||||
DependsOn TheoremStyle
|
||||
NextNoIndent 1
|
||||
LabelSep xx
|
||||
ParIndent MMM
|
||||
ParSkip 0.4
|
||||
ItemSep 0.2
|
||||
TopSep 0.7
|
||||
BottomSep 0.7
|
||||
ParSep 0.3
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Static
|
||||
LabelString "Theorem #."
|
||||
Margin First_Dynamic
|
||||
LatexType Environment
|
||||
LatexName thm
|
||||
DependsOn TheoremStyle
|
||||
NextNoIndent 1
|
||||
LabelSep xx
|
||||
ParIndent MMM
|
||||
ParSkip 0.4
|
||||
ItemSep 0.2
|
||||
TopSep 0.7
|
||||
BottomSep 0.7
|
||||
ParSep 0.3
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Static
|
||||
LabelString "Theorem #."
|
||||
|
||||
|
||||
# standard font definition
|
||||
Font
|
||||
Shape Italic
|
||||
Size Normal
|
||||
EndFont
|
||||
|
||||
# standard font definition
|
||||
Font
|
||||
Shape Italic
|
||||
Size Normal
|
||||
EndFont
|
||||
|
||||
# label font definition
|
||||
LabelFont
|
||||
Shape Up
|
||||
Series Bold
|
||||
EndFont
|
||||
# label font definition
|
||||
LabelFont
|
||||
Shape Up
|
||||
Series Bold
|
||||
EndFont
|
||||
|
||||
End
|
||||
|
||||
# Theorem-unnumbered style declaration
|
||||
Style Theorem*
|
||||
CopyStyle Theorem
|
||||
LatexName thm*
|
||||
LabelString "Theorem."
|
||||
CopyStyle Theorem
|
||||
LatexName thm*
|
||||
LabelString "Theorem."
|
||||
|
||||
Preamble
|
||||
\theoremstyle{plain}
|
||||
\newtheorem*{thm*}{Theorem}
|
||||
EndPreamble
|
||||
Preamble
|
||||
\theoremstyle{plain}
|
||||
\newtheorem*{thm*}{Theorem}
|
||||
EndPreamble
|
||||
End
|
||||
|
||||
# Corollary-numbered style declaration
|
||||
Style Corollary
|
||||
CopyStyle Theorem
|
||||
LatexName cor
|
||||
LabelString "Corollary #."
|
||||
CopyStyle Theorem
|
||||
LatexName cor
|
||||
LabelString "Corollary #."
|
||||
|
||||
Preamble
|
||||
\theoremstyle{plain}
|
||||
\newtheorem{cor}[thm]{Corollary} %%Delete [thm] to re-start numbering
|
||||
EndPreamble
|
||||
Preamble
|
||||
\theoremstyle{plain}
|
||||
\newtheorem{cor}[thm]{Corollary} %%Delete [thm] to re-start numbering
|
||||
EndPreamble
|
||||
End
|
||||
# Corollary-unnumbered style declaration
|
||||
Style Corollary*
|
||||
CopyStyle Theorem
|
||||
LatexName cor*
|
||||
LabelString "Corollary."
|
||||
CopyStyle Theorem
|
||||
LatexName cor*
|
||||
LabelString "Corollary."
|
||||
|
||||
Preamble
|
||||
\theoremstyle{plain}
|
||||
\newtheorem*{cor*}{Corollary}
|
||||
EndPreamble
|
||||
Preamble
|
||||
\theoremstyle{plain}
|
||||
\newtheorem*{cor*}{Corollary}
|
||||
EndPreamble
|
||||
End
|
||||
|
||||
# Lemma-numbered style declaration
|
||||
Style Lemma
|
||||
CopyStyle Theorem
|
||||
LatexName lem
|
||||
LabelString "Lemma #."
|
||||
CopyStyle Theorem
|
||||
LatexName lem
|
||||
LabelString "Lemma #."
|
||||
|
||||
Preamble
|
||||
\theoremstyle{plain}
|
||||
\newtheorem{lem}[thm]{Lemma} %%Delete [thm] to re-start numbering
|
||||
EndPreamble
|
||||
Preamble
|
||||
\theoremstyle{plain}
|
||||
\newtheorem{lem}[thm]{Lemma} %%Delete [thm] to re-start numbering
|
||||
EndPreamble
|
||||
End
|
||||
|
||||
# Lemma-unnumbered style declaration
|
||||
Style Lemma*
|
||||
CopyStyle Theorem
|
||||
LatexName lem*
|
||||
LabelString "Lemma."
|
||||
CopyStyle Theorem
|
||||
LatexName lem*
|
||||
LabelString "Lemma."
|
||||
|
||||
Preamble
|
||||
\theoremstyle{plain}
|
||||
\newtheorem*{lem*}{Lemma} %%Delete [thm] to re-start numbering
|
||||
EndPreamble
|
||||
Preamble
|
||||
\theoremstyle{plain}
|
||||
\newtheorem*{lem*}{Lemma} %%Delete [thm] to re-start numbering
|
||||
EndPreamble
|
||||
End
|
||||
|
||||
# Proposition-numbered style declaration
|
||||
Style Proposition
|
||||
CopyStyle Theorem
|
||||
LatexName prop
|
||||
LabelString "Proposition #."
|
||||
CopyStyle Theorem
|
||||
LatexName prop
|
||||
LabelString "Proposition #."
|
||||
|
||||
Preamble
|
||||
\theoremstyle{plain}
|
||||
\newtheorem{prop}[thm]{Proposition} %%Delete [thm] to re-start numbering
|
||||
EndPreamble
|
||||
Preamble
|
||||
\theoremstyle{plain}
|
||||
\newtheorem{prop}[thm]{Proposition} %%Delete [thm] to re-start numbering
|
||||
EndPreamble
|
||||
End
|
||||
|
||||
# Proposition-unnumbered style declaration
|
||||
Style Proposition*
|
||||
CopyStyle Theorem
|
||||
LatexName prop*
|
||||
LabelString "Proposition."
|
||||
CopyStyle Theorem
|
||||
LatexName prop*
|
||||
LabelString "Proposition."
|
||||
|
||||
Preamble
|
||||
\theoremstyle{plain}
|
||||
\newtheorem*{prop*}{Proposition}
|
||||
EndPreamble
|
||||
Preamble
|
||||
\theoremstyle{plain}
|
||||
\newtheorem*{prop*}{Proposition}
|
||||
EndPreamble
|
||||
End
|
||||
|
||||
# Conjecture-numbered style declaration
|
||||
Style Conjecture
|
||||
CopyStyle Theorem
|
||||
LatexName conjecture
|
||||
LabelString "Conjecture #."
|
||||
CopyStyle Theorem
|
||||
LatexName conjecture
|
||||
LabelString "Conjecture #."
|
||||
|
||||
Preamble
|
||||
\theoremstyle{plain}
|
||||
\newtheorem{conjecture}[thm]{Conjecture} %%Delete [thm] to re-start numbering
|
||||
EndPreamble
|
||||
Preamble
|
||||
\theoremstyle{plain}
|
||||
\newtheorem{conjecture}[thm]{Conjecture} %%Delete [thm] to re-start numbering
|
||||
EndPreamble
|
||||
End
|
||||
|
||||
# Conjecture-unnumbered style declaration
|
||||
Style Conjecture*
|
||||
CopyStyle Theorem
|
||||
LatexName conjecture*
|
||||
LabelString "Conjecture."
|
||||
CopyStyle Theorem
|
||||
LatexName conjecture*
|
||||
LabelString "Conjecture."
|
||||
|
||||
Preamble
|
||||
\theoremstyle{plain}
|
||||
\newtheorem*{conjecture*}{Conjecture}
|
||||
EndPreamble
|
||||
Preamble
|
||||
\theoremstyle{plain}
|
||||
\newtheorem*{conjecture*}{Conjecture}
|
||||
EndPreamble
|
||||
End
|
||||
|
||||
# Criterion-numbered style declaration
|
||||
Style Criterion
|
||||
CopyStyle Theorem
|
||||
LatexName criterion
|
||||
LabelString "Criterion #."
|
||||
CopyStyle Theorem
|
||||
LatexName criterion
|
||||
LabelString "Criterion #."
|
||||
|
||||
Preamble
|
||||
\theoremstyle{plain}
|
||||
\newtheorem{criterion}[thm]{Criterion} %%Delete [thm] to re-start numbering
|
||||
EndPreamble
|
||||
Preamble
|
||||
\theoremstyle{plain}
|
||||
\newtheorem{criterion}[thm]{Criterion} %%Delete [thm] to re-start numbering
|
||||
EndPreamble
|
||||
End
|
||||
|
||||
# Algorithm-numbered style declaration
|
||||
Style Algorithm
|
||||
CopyStyle Theorem
|
||||
LatexName algorithm
|
||||
LabelString "Algorithm #."
|
||||
CopyStyle Theorem
|
||||
LatexName algorithm
|
||||
LabelString "Algorithm #."
|
||||
|
||||
Preamble
|
||||
\theoremstyle{plain}
|
||||
\newtheorem{algorithm}[thm]{Algorithm} %%Delete [thm] to re-start numbering
|
||||
EndPreamble
|
||||
Preamble
|
||||
\theoremstyle{plain}
|
||||
\newtheorem{algorithm}[thm]{Algorithm} %%Delete [thm] to re-start numbering
|
||||
EndPreamble
|
||||
End
|
||||
|
||||
# Fact-numbered style declaration
|
||||
Style Fact
|
||||
CopyStyle Theorem
|
||||
LatexName fact
|
||||
LabelString "Fact #."
|
||||
CopyStyle Theorem
|
||||
LatexName fact
|
||||
LabelString "Fact #."
|
||||
|
||||
Preamble
|
||||
\theoremstyle{plain}
|
||||
\newtheorem{fact}[thm]{Fact}
|
||||
EndPreamble
|
||||
Preamble
|
||||
\theoremstyle{plain}
|
||||
\newtheorem{fact}[thm]{Fact}
|
||||
EndPreamble
|
||||
End
|
||||
|
||||
# Fact-unnumbered style declaration
|
||||
Style Fact*
|
||||
CopyStyle Theorem
|
||||
LatexName fact*
|
||||
LabelString "Fact."
|
||||
CopyStyle Theorem
|
||||
LatexName fact*
|
||||
LabelString "Fact."
|
||||
|
||||
Preamble
|
||||
\theoremstyle{plain}
|
||||
\newtheorem*{fact*}{Fact}
|
||||
EndPreamble
|
||||
Preamble
|
||||
\theoremstyle{plain}
|
||||
\newtheorem*{fact*}{Fact}
|
||||
EndPreamble
|
||||
End
|
||||
|
||||
# Axiom-numbered style declaration
|
||||
Style Axiom
|
||||
CopyStyle Theorem
|
||||
LatexName ax
|
||||
LabelString "Axiom #."
|
||||
|
||||
Preamble
|
||||
\theoremstyle{plain}
|
||||
\newtheorem{ax}[thm]{Axiom}
|
||||
EndPreamble
|
||||
CopyStyle Theorem
|
||||
LatexName ax
|
||||
LabelString "Axiom #."
|
||||
|
||||
Preamble
|
||||
\theoremstyle{plain}
|
||||
\newtheorem{ax}[thm]{Axiom}
|
||||
EndPreamble
|
||||
End
|
||||
|
||||
# Definition-numbered style declaration
|
||||
Style Definition
|
||||
CopyStyle Theorem
|
||||
LatexName defn
|
||||
LabelString "Definition #."
|
||||
|
||||
# standard font definition
|
||||
Font
|
||||
Shape Up
|
||||
EndFont
|
||||
CopyStyle Theorem
|
||||
LatexName defn
|
||||
LabelString "Definition #."
|
||||
|
||||
# standard font definition
|
||||
Font
|
||||
Shape Up
|
||||
EndFont
|
||||
|
||||
# label font definition
|
||||
LabelFont
|
||||
Shape Up
|
||||
Series Bold
|
||||
EndFont
|
||||
# label font definition
|
||||
LabelFont
|
||||
Shape Up
|
||||
Series Bold
|
||||
EndFont
|
||||
|
||||
Preamble
|
||||
\theoremstyle{definition}
|
||||
\newtheorem{defn}[thm]{Definition}
|
||||
EndPreamble
|
||||
Preamble
|
||||
\theoremstyle{definition}
|
||||
\newtheorem{defn}[thm]{Definition}
|
||||
EndPreamble
|
||||
End
|
||||
# Definition-unnumbered style declaration
|
||||
Style Definition*
|
||||
CopyStyle Definition
|
||||
LatexName defn*
|
||||
LabelString "Definition."
|
||||
|
||||
Preamble
|
||||
\theoremstyle{definition}
|
||||
\newtheorem*{defn*}{Definition}
|
||||
EndPreamble
|
||||
CopyStyle Definition
|
||||
LatexName defn*
|
||||
LabelString "Definition."
|
||||
|
||||
Preamble
|
||||
\theoremstyle{definition}
|
||||
\newtheorem*{defn*}{Definition}
|
||||
EndPreamble
|
||||
End
|
||||
|
||||
# Example-numbered style declaration
|
||||
Style Example
|
||||
CopyStyle Definition
|
||||
LatexName example
|
||||
LabelString "Example #."
|
||||
CopyStyle Definition
|
||||
LatexName example
|
||||
LabelString "Example #."
|
||||
|
||||
Preamble
|
||||
\theoremstyle{definition}
|
||||
\newtheorem{example}[thm]{Example}
|
||||
EndPreamble
|
||||
Preamble
|
||||
\theoremstyle{definition}
|
||||
\newtheorem{example}[thm]{Example}
|
||||
EndPreamble
|
||||
End
|
||||
|
||||
# Example-unnumbered style declaration
|
||||
Style Example*
|
||||
CopyStyle Definition
|
||||
LatexName example*
|
||||
LabelString "Example."
|
||||
CopyStyle Definition
|
||||
LatexName example*
|
||||
LabelString "Example."
|
||||
|
||||
Preamble
|
||||
\theoremstyle{definition}
|
||||
\newtheorem*{example*}{Example}
|
||||
EndPreamble
|
||||
Preamble
|
||||
\theoremstyle{definition}
|
||||
\newtheorem*{example*}{Example}
|
||||
EndPreamble
|
||||
End
|
||||
|
||||
# Condition-numbered style declaration
|
||||
Style Condition
|
||||
CopyStyle Definition
|
||||
LatexName condition
|
||||
LabelString "Condition #."
|
||||
CopyStyle Definition
|
||||
LatexName condition
|
||||
LabelString "Condition #."
|
||||
|
||||
Preamble
|
||||
\theoremstyle{definition}
|
||||
\newtheorem{condition}[thm]{Condition}
|
||||
EndPreamble
|
||||
Preamble
|
||||
\theoremstyle{definition}
|
||||
\newtheorem{condition}[thm]{Condition}
|
||||
EndPreamble
|
||||
End
|
||||
|
||||
# Problem-numbered style declaration
|
||||
Style Problem
|
||||
CopyStyle Definition
|
||||
LatexName problem
|
||||
LabelString "Problem #."
|
||||
CopyStyle Definition
|
||||
LatexName problem
|
||||
LabelString "Problem #."
|
||||
|
||||
Preamble
|
||||
\theoremstyle{definition}
|
||||
\newtheorem{problem}[thm]{Problem}
|
||||
EndPreamble
|
||||
Preamble
|
||||
\theoremstyle{definition}
|
||||
\newtheorem{problem}[thm]{Problem}
|
||||
EndPreamble
|
||||
End
|
||||
|
||||
# Exercise-numbered style declaration
|
||||
Style Exercise
|
||||
CopyStyle Definition
|
||||
LatexName xca
|
||||
LabelString "Exercise #."
|
||||
CopyStyle Definition
|
||||
LatexName xca
|
||||
LabelString "Exercise #."
|
||||
|
||||
Preamble
|
||||
\theoremstyle{definition}
|
||||
\newtheorem{xca}[section]{Exercise}%%Delete [section] for sequential numbering
|
||||
EndPreamble
|
||||
Preamble
|
||||
\theoremstyle{definition}
|
||||
\newtheorem{xca}[section]{Exercise}%%Delete [section] for sequential numbering
|
||||
EndPreamble
|
||||
End
|
||||
|
||||
# Remark-numbered style declaration
|
||||
Style Remark
|
||||
CopyStyle Theorem
|
||||
LatexName rem
|
||||
LabelString "Remark #."
|
||||
|
||||
# standard font definition
|
||||
Font
|
||||
Shape Up
|
||||
Size Normal
|
||||
EndFont
|
||||
CopyStyle Theorem
|
||||
LatexName rem
|
||||
LabelString "Remark #."
|
||||
|
||||
# standard font definition
|
||||
Font
|
||||
Shape Up
|
||||
Size Normal
|
||||
EndFont
|
||||
|
||||
# label font definition
|
||||
LabelFont
|
||||
Series Medium
|
||||
Shape Italic
|
||||
EndFont
|
||||
# label font definition
|
||||
LabelFont
|
||||
Series Medium
|
||||
Shape Italic
|
||||
EndFont
|
||||
|
||||
Preamble
|
||||
\theoremstyle{remark}
|
||||
\newtheorem{rem}[thm]{Remark}
|
||||
EndPreamble
|
||||
Preamble
|
||||
\theoremstyle{remark}
|
||||
\newtheorem{rem}[thm]{Remark}
|
||||
EndPreamble
|
||||
End
|
||||
# Remark-unnumbered style declaration
|
||||
Style Remark*
|
||||
CopyStyle Remark
|
||||
LatexName rem*
|
||||
LabelString "Remark."
|
||||
CopyStyle Remark
|
||||
LatexName rem*
|
||||
LabelString "Remark."
|
||||
|
||||
Preamble
|
||||
\theoremstyle{remark}
|
||||
\newtheorem*{rem*}{Remark}
|
||||
EndPreamble
|
||||
Preamble
|
||||
\theoremstyle{remark}
|
||||
\newtheorem*{rem*}{Remark}
|
||||
EndPreamble
|
||||
End
|
||||
|
||||
# Claim-numbered style declaration
|
||||
Style Claim
|
||||
CopyStyle Remark
|
||||
LatexName claim
|
||||
LabelString "Claim #."
|
||||
CopyStyle Remark
|
||||
LatexName claim
|
||||
LabelString "Claim #."
|
||||
|
||||
Preamble
|
||||
\theoremstyle{remark}
|
||||
\newtheorem{claim}[thm]{Claim}
|
||||
EndPreamble
|
||||
Preamble
|
||||
\theoremstyle{remark}
|
||||
\newtheorem{claim}[thm]{Claim}
|
||||
EndPreamble
|
||||
End
|
||||
|
||||
# Claim-unnumbered style declaration
|
||||
Style Claim*
|
||||
CopyStyle Remark
|
||||
LatexName claim*
|
||||
LabelString "Claim."
|
||||
CopyStyle Remark
|
||||
LatexName claim*
|
||||
LabelString "Claim."
|
||||
|
||||
Preamble
|
||||
\theoremstyle{remark}
|
||||
\newtheorem*{claim*}{Claim}
|
||||
EndPreamble
|
||||
Preamble
|
||||
\theoremstyle{remark}
|
||||
\newtheorem*{claim*}{Claim}
|
||||
EndPreamble
|
||||
End
|
||||
|
||||
# Note-numbered style declaration
|
||||
Style Note
|
||||
CopyStyle Remark
|
||||
LatexName note
|
||||
LabelString "Note #."
|
||||
CopyStyle Remark
|
||||
LatexName note
|
||||
LabelString "Note #."
|
||||
|
||||
Preamble
|
||||
\theoremstyle{remark}
|
||||
\newtheorem{note}[thm]{Note}
|
||||
EndPreamble
|
||||
Preamble
|
||||
\theoremstyle{remark}
|
||||
\newtheorem{note}[thm]{Note}
|
||||
EndPreamble
|
||||
End
|
||||
|
||||
# Note-unnumbered style declaration
|
||||
Style Note*
|
||||
CopyStyle Remark
|
||||
LatexName note*
|
||||
LabelString "Note."
|
||||
CopyStyle Remark
|
||||
LatexName note*
|
||||
LabelString "Note."
|
||||
|
||||
Preamble
|
||||
\theoremstyle{remark}
|
||||
\newtheorem*{note*}{Note}
|
||||
EndPreamble
|
||||
Preamble
|
||||
\theoremstyle{remark}
|
||||
\newtheorem*{note*}{Note}
|
||||
EndPreamble
|
||||
End
|
||||
|
||||
|
||||
# Notation-numbered style declaration
|
||||
Style Notation
|
||||
CopyStyle Remark
|
||||
LatexName notation
|
||||
LabelString "Notation #."
|
||||
CopyStyle Remark
|
||||
LatexName notation
|
||||
LabelString "Notation #."
|
||||
|
||||
Preamble
|
||||
\theoremstyle{remark}
|
||||
\newtheorem{notation}[thm]{Notation}
|
||||
EndPreamble
|
||||
Preamble
|
||||
\theoremstyle{remark}
|
||||
\newtheorem{notation}[thm]{Notation}
|
||||
EndPreamble
|
||||
End
|
||||
|
||||
# Summary-numbered style declaration
|
||||
Style Summary
|
||||
CopyStyle Remark
|
||||
LatexName summary
|
||||
LabelString "Summary #."
|
||||
CopyStyle Remark
|
||||
LatexName summary
|
||||
LabelString "Summary #."
|
||||
|
||||
Preamble
|
||||
\theoremstyle{remark}
|
||||
\newtheorem{summary}[thm]{Summary}
|
||||
EndPreamble
|
||||
Preamble
|
||||
\theoremstyle{remark}
|
||||
\newtheorem{summary}[thm]{Summary}
|
||||
EndPreamble
|
||||
End
|
||||
|
||||
# Acknowledgement-numbered style declaration
|
||||
Style Acknowledgement
|
||||
CopyStyle Remark
|
||||
LatexName acknowledgement
|
||||
LabelString "Acknowledgement #."
|
||||
CopyStyle Remark
|
||||
LatexName acknowledgement
|
||||
LabelString "Acknowledgement #."
|
||||
|
||||
Preamble
|
||||
\theoremstyle{remark}
|
||||
\newtheorem{acknowledgement}[thm]{Acknowledgement}
|
||||
EndPreamble
|
||||
Preamble
|
||||
\theoremstyle{remark}
|
||||
\newtheorem{acknowledgement}[thm]{Acknowledgement}
|
||||
EndPreamble
|
||||
End
|
||||
# Acknowledgement-unnumbered style declaration
|
||||
Style Acknowledgement*
|
||||
CopyStyle Remark
|
||||
LatexName acknowledgement*
|
||||
LabelString "Acknowledgement."
|
||||
CopyStyle Remark
|
||||
LatexName acknowledgement*
|
||||
LabelString "Acknowledgement."
|
||||
|
||||
Preamble
|
||||
\theoremstyle{remark}
|
||||
\newtheorem*{acknowledgement*}{Acknowledgement}
|
||||
EndPreamble
|
||||
Preamble
|
||||
\theoremstyle{remark}
|
||||
\newtheorem*{acknowledgement*}{Acknowledgement}
|
||||
EndPreamble
|
||||
End
|
||||
|
||||
# Case-numbered style declaration
|
||||
Style Case
|
||||
CopyStyle Remark
|
||||
LatexName case
|
||||
LabelString "Case #."
|
||||
CopyStyle Remark
|
||||
LatexName case
|
||||
LabelString "Case #."
|
||||
|
||||
Preamble
|
||||
\theoremstyle{remark}
|
||||
\newtheorem{case}{Case} %%Numbering of Cases not keyed to sections
|
||||
EndPreamble
|
||||
Preamble
|
||||
\theoremstyle{remark}
|
||||
\newtheorem{case}{Case} %%Numbering of Cases not keyed to sections
|
||||
EndPreamble
|
||||
End
|
||||
|
||||
# Conclusion-numbered style declaration
|
||||
Style Conclusion
|
||||
CopyStyle Remark
|
||||
LatexName conclusion
|
||||
LabelString "Conclusion #."
|
||||
CopyStyle Remark
|
||||
LatexName conclusion
|
||||
LabelString "Conclusion #."
|
||||
|
||||
Preamble
|
||||
\theoremstyle{remark}
|
||||
\newtheorem{conclusion}[thm]{Conclusion}
|
||||
EndPreamble
|
||||
Preamble
|
||||
\theoremstyle{remark}
|
||||
\newtheorem{conclusion}[thm]{Conclusion}
|
||||
EndPreamble
|
||||
End
|
||||
|
||||
# Conclusion-unnumbered style declaration
|
||||
Style Conclusion*
|
||||
CopyStyle Remark
|
||||
LatexName conclusion*
|
||||
LabelString "Conclusion #."
|
||||
CopyStyle Remark
|
||||
LatexName conclusion*
|
||||
LabelString "Conclusion #."
|
||||
|
||||
Preamble
|
||||
\theoremstyle{remark}
|
||||
\newtheorem*{conclusion*}{Conclusion}
|
||||
EndPreamble
|
||||
Preamble
|
||||
\theoremstyle{remark}
|
||||
\newtheorem*{conclusion*}{Conclusion}
|
||||
EndPreamble
|
||||
End
|
||||
|
||||
|
@ -3,15 +3,15 @@
|
||||
# Author: Randy Gobbel <gobbel@andrew.cmu.edu>
|
||||
|
||||
# General textclass parameters
|
||||
# Description "APA style"
|
||||
Columns 1
|
||||
Sides 1
|
||||
PageStyle Headers
|
||||
MaxCounter Counter_Section
|
||||
# Description "APA style"
|
||||
Columns 1
|
||||
Sides 1
|
||||
PageStyle Headers
|
||||
MaxCounter Counter_Section
|
||||
|
||||
ClassOptions
|
||||
Other "man"
|
||||
FontSize 6|8|10|12
|
||||
Other "man"
|
||||
FontSize 6|8|10|12
|
||||
End
|
||||
|
||||
Preamble
|
||||
@ -21,222 +21,222 @@ Preamble
|
||||
EndPreamble
|
||||
|
||||
DefaultFont
|
||||
Family Roman
|
||||
Series Medium
|
||||
Shape Up
|
||||
Size Normal
|
||||
Color None
|
||||
Family Roman
|
||||
Series Medium
|
||||
Shape Up
|
||||
Size Normal
|
||||
Color None
|
||||
EndFont
|
||||
|
||||
Style Standard
|
||||
LatexName dummy
|
||||
LatexType Paragraph
|
||||
Margin Static
|
||||
ParIndent MM
|
||||
ParSkip 0.4
|
||||
ParSep 0.4
|
||||
TopSep 1.0
|
||||
BottomSep 1.0
|
||||
Align Block
|
||||
AlignPossible Block, Left, Right, Center
|
||||
LabelType No_Label
|
||||
LatexName dummy
|
||||
LatexType Paragraph
|
||||
Margin Static
|
||||
ParIndent MM
|
||||
ParSkip 0.4
|
||||
ParSep 0.4
|
||||
TopSep 1.0
|
||||
BottomSep 1.0
|
||||
Align Block
|
||||
AlignPossible Block, Left, Right, Center
|
||||
LabelType No_Label
|
||||
End
|
||||
|
||||
Style Title
|
||||
LatexName title
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
Font
|
||||
Size Huge
|
||||
EndFont
|
||||
Align Center
|
||||
LatexName title
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
Font
|
||||
Size Huge
|
||||
EndFont
|
||||
Align Center
|
||||
End
|
||||
|
||||
Style RightHeader
|
||||
LatexName rightheader
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
Font
|
||||
Size Small
|
||||
Shape SmallCaps
|
||||
EndFont
|
||||
Labeltype Static
|
||||
LabelString "Right header: "
|
||||
Labelsep M
|
||||
LabelFont
|
||||
Series Bold
|
||||
Size Small
|
||||
EndFont
|
||||
Align Right
|
||||
AlignPossible Right
|
||||
LatexName rightheader
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
Font
|
||||
Size Small
|
||||
Shape SmallCaps
|
||||
EndFont
|
||||
Labeltype Static
|
||||
LabelString "Right header: "
|
||||
Labelsep M
|
||||
LabelFont
|
||||
Series Bold
|
||||
Size Small
|
||||
EndFont
|
||||
Align Right
|
||||
AlignPossible Right
|
||||
End
|
||||
|
||||
Style Abstract
|
||||
LatexName abstract
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
Font
|
||||
Size Small
|
||||
EndFont
|
||||
Margin Dynamic
|
||||
LeftMargin MMN
|
||||
RightMargin MMN
|
||||
Align Block
|
||||
AlignPossible Block, Left, Right, Center
|
||||
Labeltype Static
|
||||
LabelString "Abstract: "
|
||||
Labelsep M
|
||||
LabelFont
|
||||
Series Bold
|
||||
Size Small
|
||||
EndFont
|
||||
LatexName abstract
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
Font
|
||||
Size Small
|
||||
EndFont
|
||||
Margin Dynamic
|
||||
LeftMargin MMN
|
||||
RightMargin MMN
|
||||
Align Block
|
||||
AlignPossible Block, Left, Right, Center
|
||||
Labeltype Static
|
||||
LabelString "Abstract: "
|
||||
Labelsep M
|
||||
LabelFont
|
||||
Series Bold
|
||||
Size Small
|
||||
EndFont
|
||||
End
|
||||
|
||||
Style ShortTitle
|
||||
LatexName shorttitle
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
Align Left
|
||||
AlignPossible Left, Right, Center
|
||||
Margin Dynamic
|
||||
Labeltype Static
|
||||
LabelString "Short title: "
|
||||
Labelsep M
|
||||
Font
|
||||
Shape SmallCaps
|
||||
Size Small
|
||||
EndFont
|
||||
LabelFont
|
||||
Series Bold
|
||||
Size Small
|
||||
Shape Up
|
||||
EndFont
|
||||
LatexName shorttitle
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
Align Left
|
||||
AlignPossible Left, Right, Center
|
||||
Margin Dynamic
|
||||
Labeltype Static
|
||||
LabelString "Short title: "
|
||||
Labelsep M
|
||||
Font
|
||||
Shape SmallCaps
|
||||
Size Small
|
||||
EndFont
|
||||
LabelFont
|
||||
Series Bold
|
||||
Size Small
|
||||
Shape Up
|
||||
EndFont
|
||||
End
|
||||
|
||||
Style Author
|
||||
LatexName author
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
Align Center
|
||||
AlignPossible Left, Right, Center
|
||||
TopSep 0.5
|
||||
BottomSep 0.5
|
||||
Font
|
||||
Shape Italic
|
||||
Size Small
|
||||
EndFont
|
||||
LatexName author
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
Align Center
|
||||
AlignPossible Left, Right, Center
|
||||
TopSep 0.5
|
||||
BottomSep 0.5
|
||||
Font
|
||||
Shape Italic
|
||||
Size Small
|
||||
EndFont
|
||||
End
|
||||
|
||||
Style TwoAuthors
|
||||
LatexName twoauthors
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
LatexName twoauthors
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
End
|
||||
|
||||
Style ThreeAuthors
|
||||
LatexName threeauthors
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
LatexName threeauthors
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
End
|
||||
|
||||
Style FourAuthors
|
||||
LatexName fourauthors
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
LatexName fourauthors
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
End
|
||||
|
||||
Style Affiliation
|
||||
LatexName affiliation
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
Margin Dynamic
|
||||
ParSkip 0.4
|
||||
BottomSep 1.5
|
||||
TopSep 1.5
|
||||
ParSep 1.5
|
||||
Align Left
|
||||
AlignPossible Block, Left, Right, Center
|
||||
LabelType Static
|
||||
LabelString "Affiliation: "
|
||||
Labelsep M
|
||||
LabelFont
|
||||
Series Bold
|
||||
Size Small
|
||||
EndFont
|
||||
LatexName affiliation
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
Margin Dynamic
|
||||
ParSkip 0.4
|
||||
BottomSep 1.5
|
||||
TopSep 1.5
|
||||
ParSep 1.5
|
||||
Align Left
|
||||
AlignPossible Block, Left, Right, Center
|
||||
LabelType Static
|
||||
LabelString "Affiliation: "
|
||||
Labelsep M
|
||||
LabelFont
|
||||
Series Bold
|
||||
Size Small
|
||||
EndFont
|
||||
End
|
||||
|
||||
Style TwoAffiliations
|
||||
LatexName twoaffiliations
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
LatexName twoaffiliations
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
End
|
||||
|
||||
Style ThreeAffiliations
|
||||
LatexName threeaffiliations
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
LatexName threeaffiliations
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
End
|
||||
|
||||
Style FourAffiliations
|
||||
LatexName fouraffiliations
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
LatexName fouraffiliations
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
End
|
||||
|
||||
Style Journal
|
||||
LatexName journal
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
LatexName journal
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
End
|
||||
|
||||
Style Copyright
|
||||
LatexName ccoppy
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
LatexName ccoppy
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
End
|
||||
|
||||
Style CopNum
|
||||
LatexName copnum
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
LatexName copnum
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
End
|
||||
|
||||
Style Note
|
||||
LatexName note
|
||||
LatexType Command
|
||||
Font
|
||||
Size Small
|
||||
EndFont
|
||||
LatexName note
|
||||
LatexType Command
|
||||
Font
|
||||
Size Small
|
||||
EndFont
|
||||
End
|
||||
|
||||
Style Acknowledgments
|
||||
LatexName acknowledgments
|
||||
LatexType Command
|
||||
LatexName acknowledgments
|
||||
LatexType Command
|
||||
End
|
||||
|
||||
Style ThickLine
|
||||
LatexName thickline
|
||||
LatexType Command
|
||||
KeepEmpty 1
|
||||
LatexName thickline
|
||||
LatexType Command
|
||||
KeepEmpty 1
|
||||
End
|
||||
|
||||
Input stdlayouts.inc
|
||||
|
||||
Style CenteredCaption
|
||||
CopyStyle Caption
|
||||
LatexName centeredcaption
|
||||
Align Center
|
||||
AlignPossible Center
|
||||
CopyStyle Caption
|
||||
LatexName centeredcaption
|
||||
Align Center
|
||||
AlignPossible Center
|
||||
End
|
||||
|
||||
Style FitFigure
|
||||
LatexName fitfigure
|
||||
LatexType Command
|
||||
LatexName fitfigure
|
||||
LatexType Command
|
||||
End
|
||||
|
||||
Style FitBitmap
|
||||
LatexName fitbitmap
|
||||
LatexType Command
|
||||
LatexName fitbitmap
|
||||
LatexType Command
|
||||
End
|
||||
|
||||
############### Sections.
|
||||
@ -249,66 +249,66 @@ Input stdfloats.inc
|
||||
Input stdcounters.inc
|
||||
|
||||
# remove the layouts that we do not need.
|
||||
NoStyle Part
|
||||
NoStyle Section
|
||||
NoStyle Subsection
|
||||
NoStyle Subsubsection
|
||||
NoStyle Chapter
|
||||
NoStyle Paragraph
|
||||
NoStyle Subparagraph
|
||||
NoStyle Chapter*
|
||||
NoStyle Part
|
||||
NoStyle Section
|
||||
NoStyle Subsection
|
||||
NoStyle Subsubsection
|
||||
NoStyle Chapter
|
||||
NoStyle Paragraph
|
||||
NoStyle Subparagraph
|
||||
NoStyle Chapter*
|
||||
|
||||
# Itemize style definition
|
||||
Style Itemize
|
||||
Margin Static
|
||||
LatexType Item_Environment
|
||||
LatexName APAitemize
|
||||
NextNoIndent 1
|
||||
LeftMargin MMN
|
||||
LabelSep xx
|
||||
ItemSep 0.2
|
||||
TopSep 0.7
|
||||
BottomSep 0.7
|
||||
ParSep 0.3
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Static
|
||||
LabelString *
|
||||
Margin Static
|
||||
LatexType Item_Environment
|
||||
LatexName APAitemize
|
||||
NextNoIndent 1
|
||||
LeftMargin MMN
|
||||
LabelSep xx
|
||||
ItemSep 0.2
|
||||
TopSep 0.7
|
||||
BottomSep 0.7
|
||||
ParSep 0.3
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Static
|
||||
LabelString *
|
||||
End
|
||||
|
||||
# Enumerate style definition
|
||||
Style Enumerate
|
||||
Margin Static
|
||||
LatexType Item_Environment
|
||||
LatexName APAenumerate
|
||||
NextNoIndent 1
|
||||
LeftMargin MMN
|
||||
LabelSep xx
|
||||
ParSkip 0.0
|
||||
ItemSep 0.2
|
||||
TopSep 0.7
|
||||
BottomSep 0.7
|
||||
ParSep 0.3
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Counter_EnumI
|
||||
Margin Static
|
||||
LatexType Item_Environment
|
||||
LatexName APAenumerate
|
||||
NextNoIndent 1
|
||||
LeftMargin MMN
|
||||
LabelSep xx
|
||||
ParSkip 0.0
|
||||
ItemSep 0.2
|
||||
TopSep 0.7
|
||||
BottomSep 0.7
|
||||
ParSep 0.3
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Counter_EnumI
|
||||
End
|
||||
|
||||
#seriate style definition
|
||||
Style Seriate
|
||||
Margin Static
|
||||
LatexType Item_Environment
|
||||
LatexName seriate
|
||||
NextNoIndent 1
|
||||
LeftMargin MMN
|
||||
LabelSep x
|
||||
ParSkip 0.0
|
||||
ItemSep 0.9
|
||||
TopSep 0.5
|
||||
BottomSep 0.5
|
||||
ParSep 0.0
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Counter_EnumII
|
||||
Margin Static
|
||||
LatexType Item_Environment
|
||||
LatexName seriate
|
||||
NextNoIndent 1
|
||||
LeftMargin MMN
|
||||
LabelSep x
|
||||
ParSkip 0.0
|
||||
ItemSep 0.9
|
||||
TopSep 0.5
|
||||
BottomSep 0.5
|
||||
ParSep 0.0
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Counter_EnumII
|
||||
End
|
||||
|
||||
|
@ -12,29 +12,29 @@ Input stdclass.inc
|
||||
NoStyle Chapter
|
||||
NoStyle Chapter*
|
||||
|
||||
MaxCounter Counter_Section
|
||||
SecNumDepth 3
|
||||
TocDepth 3
|
||||
MaxCounter Counter_Section
|
||||
SecNumDepth 3
|
||||
TocDepth 3
|
||||
|
||||
# Change a bit Part and Part*
|
||||
Style Part
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
TopSep 2
|
||||
BottomSep 1.5
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
TopSep 2
|
||||
BottomSep 1.5
|
||||
|
||||
Font
|
||||
Size Larger
|
||||
EndFont
|
||||
Font
|
||||
Size Larger
|
||||
EndFont
|
||||
End
|
||||
|
||||
Style Part*
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
TopSep 2
|
||||
BottomSep 1.5
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
TopSep 2
|
||||
BottomSep 1.5
|
||||
|
||||
Font
|
||||
Size Larger
|
||||
EndFont
|
||||
Font
|
||||
Size Larger
|
||||
EndFont
|
||||
End
|
||||
|
@ -9,21 +9,21 @@
|
||||
Input stdclass.inc
|
||||
|
||||
# Global parameters.
|
||||
Sides 2
|
||||
PageStyle Headings
|
||||
Sides 2
|
||||
PageStyle Headings
|
||||
|
||||
# There is no abstract environment in book.cls
|
||||
NoStyle Abstract
|
||||
|
||||
NoStyle Abstract
|
||||
|
||||
# a few changes to the bibliography
|
||||
Style Bibliography
|
||||
TopSep 4
|
||||
LabelString Bibliography
|
||||
# label font definition
|
||||
LabelFont
|
||||
Series Bold
|
||||
Size Huge
|
||||
EndFont
|
||||
TopSep 4
|
||||
LabelString Bibliography
|
||||
# label font definition
|
||||
LabelFont
|
||||
Series Bold
|
||||
Size Huge
|
||||
EndFont
|
||||
End
|
||||
|
||||
|
||||
|
@ -9,220 +9,220 @@ SecNumDepth 2
|
||||
TocDepth 2
|
||||
|
||||
ClassOptions
|
||||
FontSize 12
|
||||
FontSize 12
|
||||
End
|
||||
|
||||
# This is just to show how to declare the default font.
|
||||
# The defaults are exactly those shown here.
|
||||
DefaultFont
|
||||
Family Roman
|
||||
Series Medium
|
||||
Shape Up
|
||||
Size Normal
|
||||
Color None
|
||||
Family Roman
|
||||
Series Medium
|
||||
Shape Up
|
||||
Size Normal
|
||||
Color None
|
||||
EndFont
|
||||
|
||||
# Dialogue style definition. Actor dialog
|
||||
Style Dialogue
|
||||
Margin Static
|
||||
LatexType Command
|
||||
LatexName dialogue
|
||||
LeftMargin MMMMMMM
|
||||
RightMargin MMMMMMM
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
LabelType No_Label
|
||||
Margin Static
|
||||
LatexType Command
|
||||
LatexName dialogue
|
||||
LeftMargin MMMMMMM
|
||||
RightMargin MMMMMMM
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
LabelType No_Label
|
||||
End
|
||||
|
||||
|
||||
|
||||
# Narrative description of Scene
|
||||
Style Narrative
|
||||
Margin Static
|
||||
LatexType Command
|
||||
LatexName narrative
|
||||
ParIndent ""
|
||||
ParSkip 0.8
|
||||
TopSep 1.0
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
LabelType No_Label
|
||||
Margin Static
|
||||
LatexType Command
|
||||
LatexName narrative
|
||||
ParIndent ""
|
||||
ParSkip 0.8
|
||||
TopSep 1.0
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
LabelType No_Label
|
||||
Font
|
||||
Family Roman
|
||||
Series Medium
|
||||
Shape Italic
|
||||
Size Normal
|
||||
Color Black
|
||||
Family Roman
|
||||
Series Medium
|
||||
Shape Italic
|
||||
Size Normal
|
||||
Color Black
|
||||
EndFont
|
||||
End
|
||||
|
||||
Style ACT
|
||||
Margin Static
|
||||
LatexType Command
|
||||
LatexName act
|
||||
ParIndent ""
|
||||
ParSkip 0.8
|
||||
TopSep 1.0
|
||||
# KeepEmpty 1
|
||||
Align Center
|
||||
AlignPossible Center
|
||||
LabelType Counter_Chapter
|
||||
LabelString "ACT "
|
||||
Margin Static
|
||||
LatexType Command
|
||||
LatexName act
|
||||
ParIndent ""
|
||||
ParSkip 0.8
|
||||
TopSep 1.0
|
||||
# KeepEmpty 1
|
||||
Align Center
|
||||
AlignPossible Center
|
||||
LabelType Counter_Chapter
|
||||
LabelString "ACT "
|
||||
End
|
||||
|
||||
|
||||
Style SCENE
|
||||
Margin Dynamic
|
||||
LatexType Command
|
||||
LatexName scene
|
||||
ParIndent ""
|
||||
ParSkip 0.8
|
||||
TopSep 1.0
|
||||
# KeepEmpty 1
|
||||
Align Center
|
||||
AlignPossible Center
|
||||
LabelType Counter_Section
|
||||
LabelString "SCENE "
|
||||
Margin Dynamic
|
||||
LatexType Command
|
||||
LatexName scene
|
||||
ParIndent ""
|
||||
ParSkip 0.8
|
||||
TopSep 1.0
|
||||
# KeepEmpty 1
|
||||
Align Center
|
||||
AlignPossible Center
|
||||
LabelType Counter_Section
|
||||
LabelString "SCENE "
|
||||
End
|
||||
|
||||
Style SCENE*
|
||||
Margin Dynamic
|
||||
LatexType Command
|
||||
LatexName scenestar
|
||||
ParIndent ""
|
||||
ParSkip 0.8
|
||||
TopSep 1.0
|
||||
KeepEmpty 1
|
||||
Align Center
|
||||
AlignPossible Center
|
||||
LabelType Static
|
||||
LabelString "SCENE "
|
||||
Margin Dynamic
|
||||
LatexType Command
|
||||
LatexName scenestar
|
||||
ParIndent ""
|
||||
ParSkip 0.8
|
||||
TopSep 1.0
|
||||
KeepEmpty 1
|
||||
Align Center
|
||||
AlignPossible Center
|
||||
LabelType Static
|
||||
LabelString "SCENE "
|
||||
End
|
||||
|
||||
Style AT_RISE:
|
||||
Margin Dynamic
|
||||
LatexType Command
|
||||
LatexName atrise
|
||||
ParIndent ""
|
||||
ParSkip 0.8
|
||||
TopSep 1.0
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
KeepEmpty 1
|
||||
LabelType Static
|
||||
LabelString "AT RISE: "
|
||||
Margin Dynamic
|
||||
LatexType Command
|
||||
LatexName atrise
|
||||
ParIndent ""
|
||||
ParSkip 0.8
|
||||
TopSep 1.0
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
KeepEmpty 1
|
||||
LabelType Static
|
||||
LabelString "AT RISE: "
|
||||
End
|
||||
|
||||
# Speaker style definition, identifies speaker ALL CAPS
|
||||
Style Speaker
|
||||
Margin Static
|
||||
LatexType Command
|
||||
LatexName speaker
|
||||
ParSkip 0.4
|
||||
TopSep 0.4
|
||||
Align Center
|
||||
AlignPossible Center
|
||||
LabelType No_Label
|
||||
Margin Static
|
||||
LatexType Command
|
||||
LatexName speaker
|
||||
ParSkip 0.4
|
||||
TopSep 0.4
|
||||
Align Center
|
||||
AlignPossible Center
|
||||
LabelType No_Label
|
||||
End
|
||||
|
||||
# Parenthetical instruction to speaker (in parenthises, l.c.)
|
||||
# The ( and ) will automatically appear on screen, so don't type any.
|
||||
Style Parenthetical
|
||||
Margin Static
|
||||
LatexType Command
|
||||
LatexName parenthetical
|
||||
LeftMargin MMMMMMMMMMMMM
|
||||
RightMargin MMMM
|
||||
TopSep 0.0
|
||||
BottomSep 0.0
|
||||
ParSkip 0.0
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
LabelType Static
|
||||
LabelString (
|
||||
EndLabelType Static
|
||||
EndLabelString )
|
||||
Margin Static
|
||||
LatexType Command
|
||||
LatexName parenthetical
|
||||
LeftMargin MMMMMMMMMMMMM
|
||||
RightMargin MMMM
|
||||
TopSep 0.0
|
||||
BottomSep 0.0
|
||||
ParSkip 0.0
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
LabelType Static
|
||||
LabelString (
|
||||
EndLabelType Static
|
||||
EndLabelString )
|
||||
|
||||
Font
|
||||
Family Roman
|
||||
Series Medium
|
||||
Shape Italic
|
||||
Size Normal
|
||||
Color Blue
|
||||
Family Roman
|
||||
Series Medium
|
||||
Shape Italic
|
||||
Size Normal
|
||||
Color Blue
|
||||
EndFont
|
||||
|
||||
LabelFont
|
||||
Family Roman
|
||||
Series Medium
|
||||
Shape Up
|
||||
Size Normal
|
||||
Color Blue
|
||||
Family Roman
|
||||
Series Medium
|
||||
Shape Up
|
||||
Size Normal
|
||||
Color Blue
|
||||
EndFont
|
||||
End
|
||||
|
||||
|
||||
Style CURTAIN
|
||||
Margin Static
|
||||
LatexType Command
|
||||
LatexName curtain
|
||||
ParIndent ""
|
||||
ParSkip 0.8
|
||||
TopSep 1.0
|
||||
KeepEmpty 1
|
||||
Align Center
|
||||
AlignPossible Center
|
||||
LabelType Static
|
||||
LabelString "CURTAIN"
|
||||
Margin Static
|
||||
LatexType Command
|
||||
LatexName curtain
|
||||
ParIndent ""
|
||||
ParSkip 0.8
|
||||
TopSep 1.0
|
||||
KeepEmpty 1
|
||||
Align Center
|
||||
AlignPossible Center
|
||||
LabelType Static
|
||||
LabelString "CURTAIN"
|
||||
End
|
||||
|
||||
# Standard style definition (I kept this one to provide a general case)
|
||||
Style Standard
|
||||
Margin Static
|
||||
LatexType Paragraph
|
||||
LatexName dummy
|
||||
ParIndent ""
|
||||
ParSkip 0.4
|
||||
Align Left
|
||||
AlignPossible Block, Left, Right, Center
|
||||
Labeltype No_Label
|
||||
Margin Static
|
||||
LatexType Paragraph
|
||||
LatexName dummy
|
||||
ParIndent ""
|
||||
ParSkip 0.4
|
||||
Align Left
|
||||
AlignPossible Block, Left, Right, Center
|
||||
Labeltype No_Label
|
||||
End
|
||||
|
||||
Style Title
|
||||
Margin Static
|
||||
LatexType Command
|
||||
LatexName title
|
||||
InTitle 1
|
||||
ParSkip 0.4
|
||||
BottomSep 1.5
|
||||
ParSep 1.5
|
||||
Align Center
|
||||
AlignPossible Left, Right, Center
|
||||
Margin Static
|
||||
LatexType Command
|
||||
LatexName title
|
||||
InTitle 1
|
||||
ParSkip 0.4
|
||||
BottomSep 1.5
|
||||
ParSep 1.5
|
||||
Align Center
|
||||
AlignPossible Left, Right, Center
|
||||
|
||||
End
|
||||
|
||||
Style Author
|
||||
Margin Static
|
||||
LatexType Command
|
||||
LatexName author
|
||||
InTitle 1
|
||||
ParSkip 0.4
|
||||
BottomSep 1.5
|
||||
ParSep 1.5
|
||||
Align Center
|
||||
AlignPossible Left, Right, Center
|
||||
Margin Static
|
||||
LatexType Command
|
||||
LatexName author
|
||||
InTitle 1
|
||||
ParSkip 0.4
|
||||
BottomSep 1.5
|
||||
ParSep 1.5
|
||||
Align Center
|
||||
AlignPossible Left, Right, Center
|
||||
End
|
||||
|
||||
# Right Address style
|
||||
Style Right_Address
|
||||
Margin Right_Address_Box
|
||||
LatexType Command
|
||||
LatexName address
|
||||
InTitle 1
|
||||
ParSkip 0.4
|
||||
BottomSep 1.5
|
||||
ParSep 1.5
|
||||
Align Left
|
||||
AlignPossible Left, Right
|
||||
Margin Right_Address_Box
|
||||
LatexType Command
|
||||
LatexName address
|
||||
InTitle 1
|
||||
ParSkip 0.4
|
||||
BottomSep 1.5
|
||||
ParSep 1.5
|
||||
Align Left
|
||||
AlignPossible Left, Right
|
||||
End
|
||||
|
||||
Input stdtitle.inc
|
||||
|
@ -19,11 +19,11 @@
|
||||
#
|
||||
|
||||
Preamble
|
||||
\usepackage[ps,mover]{lyxskak}
|
||||
\usepackage[ps,mover]{lyxskak}
|
||||
|
||||
%%% initialize board
|
||||
%
|
||||
\newgame
|
||||
%%% initialize board
|
||||
%
|
||||
\newgame
|
||||
|
||||
EndPreamble
|
||||
|
||||
@ -36,25 +36,25 @@ End
|
||||
# starting a new paragraph.
|
||||
#
|
||||
Style Mainline
|
||||
LatexType Command
|
||||
LatexName mainline
|
||||
Margin Static
|
||||
LeftMargin MMMMMM
|
||||
Labeltype Static
|
||||
LabelString "Mainline: "
|
||||
Newline 0
|
||||
PassThru 1
|
||||
TopSep 0.0
|
||||
ParSep 0.0
|
||||
LatexType Command
|
||||
LatexName mainline
|
||||
Margin Static
|
||||
LeftMargin MMMMMM
|
||||
Labeltype Static
|
||||
LabelString "Mainline: "
|
||||
Newline 0
|
||||
PassThru 1
|
||||
TopSep 0.0
|
||||
ParSep 0.0
|
||||
|
||||
LabelFont
|
||||
Color blue
|
||||
Series bold
|
||||
EndFont
|
||||
LabelFont
|
||||
Color blue
|
||||
Series bold
|
||||
EndFont
|
||||
|
||||
TextFont
|
||||
Color blue
|
||||
EndFont
|
||||
TextFont
|
||||
Color blue
|
||||
EndFont
|
||||
End
|
||||
|
||||
# This is a variation. It shows up in the normal fashion (styleB).
|
||||
@ -62,134 +62,134 @@ End
|
||||
# as talked about in the skak documentation.
|
||||
#
|
||||
Style Variation
|
||||
CopyStyle Mainline
|
||||
LatexType Command
|
||||
LatexName lyxvariation[1]
|
||||
LabelString "Variation: "
|
||||
LeftMargin MMMMMMMM
|
||||
CopyStyle Mainline
|
||||
LatexType Command
|
||||
LatexName lyxvariation[1]
|
||||
LabelString "Variation: "
|
||||
LeftMargin MMMMMMMM
|
||||
End
|
||||
|
||||
# This is a subvariation.
|
||||
#
|
||||
Style SubVariation
|
||||
CopyStyle Variation
|
||||
LatexName lyxvariation[2]
|
||||
LabelString "Subvariation: "
|
||||
LeftMargin MMMMMMMMMMM
|
||||
CopyStyle Variation
|
||||
LatexName lyxvariation[2]
|
||||
LabelString "Subvariation: "
|
||||
LeftMargin MMMMMMMMMMM
|
||||
End
|
||||
|
||||
# This is a subsubvariation.
|
||||
#
|
||||
Style SubVariation2
|
||||
CopyStyle Variation
|
||||
LatexName lyxvariation[3]
|
||||
LabelString "Subvariation(2): "
|
||||
LeftMargin MMMMMMMMMMMMMM
|
||||
CopyStyle Variation
|
||||
LatexName lyxvariation[3]
|
||||
LabelString "Subvariation(2): "
|
||||
LeftMargin MMMMMMMMMMMMMM
|
||||
End
|
||||
|
||||
# This is a subsubsubvariation.
|
||||
#
|
||||
Style SubVariation3
|
||||
CopyStyle Variation
|
||||
LatexName lyxvariation[4]
|
||||
LabelString "Subvariation(3): "
|
||||
LeftMargin MMMMMMMMMMMMMMMMM
|
||||
CopyStyle Variation
|
||||
LatexName lyxvariation[4]
|
||||
LabelString "Subvariation(3): "
|
||||
LeftMargin MMMMMMMMMMMMMMMMM
|
||||
End
|
||||
|
||||
# This is a subsubsubsubvariation.
|
||||
#
|
||||
Style SubVariation4
|
||||
CopyStyle Variation
|
||||
LatexName lyxvariation[5]
|
||||
LabelString "Subvariation(4): "
|
||||
LeftMargin MMMMMMMMMMMMMMMMMMMM
|
||||
CopyStyle Variation
|
||||
LatexName lyxvariation[5]
|
||||
LabelString "Subvariation(4): "
|
||||
LeftMargin MMMMMMMMMMMMMMMMMMMM
|
||||
End
|
||||
|
||||
# This is a subsubsubsubsubvariation.
|
||||
#
|
||||
Style SubVariation5
|
||||
CopyStyle Variation
|
||||
LatexName lyxvariation[6]
|
||||
LabelString "Subvariation(5): "
|
||||
LeftMargin MMMMMMMMMMMMMMMMMMMMMMM
|
||||
CopyStyle Variation
|
||||
LatexName lyxvariation[6]
|
||||
LabelString "Subvariation(5): "
|
||||
LeftMargin MMMMMMMMMMMMMMMMMMMMMMM
|
||||
End
|
||||
|
||||
# Same as mainline, but it does not print the moves (only updates the
|
||||
# board position.
|
||||
#
|
||||
Style HideMoves
|
||||
CopyStyle Mainline
|
||||
LatexName hidemoves
|
||||
LabelString "HideMoves: "
|
||||
CopyStyle Mainline
|
||||
LatexName hidemoves
|
||||
LabelString "HideMoves: "
|
||||
End
|
||||
|
||||
# This simply prints a block left chessboard.
|
||||
#
|
||||
Style ChessBoard
|
||||
CopyStyle Mainline
|
||||
LatexType Command
|
||||
LatexName showboard
|
||||
LabelString "[chessboard]"
|
||||
KeepEmpty 1
|
||||
LabelFont
|
||||
Color red
|
||||
EndFont
|
||||
CopyStyle Mainline
|
||||
LatexType Command
|
||||
LatexName showboard
|
||||
LabelString "[chessboard]"
|
||||
KeepEmpty 1
|
||||
LabelFont
|
||||
Color red
|
||||
EndFont
|
||||
End
|
||||
|
||||
# This prints a centered chessboard.
|
||||
#
|
||||
Style BoardCentered
|
||||
CopyStyle Mainline
|
||||
LatexType Command
|
||||
LatexName [\showboard\]
|
||||
LeftMargin MMMMMMMMMMMMM
|
||||
LabelString "[centered board]"
|
||||
KeepEmpty 1
|
||||
LabelFont
|
||||
Color red
|
||||
EndFont
|
||||
CopyStyle Mainline
|
||||
LatexType Command
|
||||
LatexName [\showboard\]
|
||||
LeftMargin MMMMMMMMMMMMM
|
||||
LabelString "[centered board]"
|
||||
KeepEmpty 1
|
||||
LabelFont
|
||||
Color red
|
||||
EndFont
|
||||
End
|
||||
|
||||
# This should be a list of comma-separated chessboard squares.
|
||||
# Should be placed after a ChessBoard or BoardCentered.
|
||||
#
|
||||
Style HighLight
|
||||
CopyStyle Mainline
|
||||
LatexType Command
|
||||
LatexName lyxhighlight
|
||||
LeftMargin MMMMMMM
|
||||
LabelString "Highlights: "
|
||||
LabelFont
|
||||
Color black
|
||||
Series Bold
|
||||
Shape SmallCaps
|
||||
EndFont
|
||||
TextFont
|
||||
Series Bold
|
||||
Color black
|
||||
EndFont
|
||||
CopyStyle Mainline
|
||||
LatexType Command
|
||||
LatexName lyxhighlight
|
||||
LeftMargin MMMMMMM
|
||||
LabelString "Highlights: "
|
||||
LabelFont
|
||||
Color black
|
||||
Series Bold
|
||||
Shape SmallCaps
|
||||
EndFont
|
||||
TextFont
|
||||
Series Bold
|
||||
Color black
|
||||
EndFont
|
||||
End
|
||||
|
||||
# This should be a list of two squares with an ascii arrow (a1->c3)
|
||||
# Should be placed after a ChessBoard or BoardCentered.
|
||||
#
|
||||
Style Arrow
|
||||
CopyStyle HighLight
|
||||
LatexType Command
|
||||
LatexName lyxprintarrow
|
||||
LeftMargin MMMMMMM
|
||||
LabelString "Arrow: "
|
||||
CopyStyle HighLight
|
||||
LatexType Command
|
||||
LatexName lyxprintarrow
|
||||
LeftMargin MMMMMMM
|
||||
LabelString "Arrow: "
|
||||
End
|
||||
|
||||
# This should be a list of two chessboard squares (again, like g1->e2)
|
||||
# Should be placed after a ChessBoard or BoardCentered.
|
||||
#
|
||||
Style KnightMove
|
||||
CopyStyle Arrow
|
||||
LatexType Command
|
||||
LatexName lyxknightmove
|
||||
LeftMargin MMMMMMM
|
||||
LabelString "KnightMove: "
|
||||
CopyStyle Arrow
|
||||
LatexType Command
|
||||
LatexName lyxknightmove
|
||||
LeftMargin MMMMMMM
|
||||
LabelString "KnightMove: "
|
||||
End
|
||||
|
||||
Input article.layout
|
||||
|
@ -31,106 +31,106 @@ NoStyle Subparagraph
|
||||
NoStyle Subparagraph*
|
||||
|
||||
DefaultFont
|
||||
Family Roman
|
||||
Series Medium
|
||||
Shape Up
|
||||
Size Normal
|
||||
Color None
|
||||
Family Roman
|
||||
Series Medium
|
||||
Shape Up
|
||||
Size Normal
|
||||
Color None
|
||||
EndFont
|
||||
|
||||
|
||||
Style Title
|
||||
Margin Static
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
LatexName title*
|
||||
ItemSep 0
|
||||
TopSep 0
|
||||
BottomSep 2
|
||||
ParSep 1
|
||||
Align Left
|
||||
Font
|
||||
Size Largest
|
||||
Series Bold
|
||||
EndFont
|
||||
Margin Static
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
LatexName title*
|
||||
ItemSep 0
|
||||
TopSep 0
|
||||
BottomSep 2
|
||||
ParSep 1
|
||||
Align Left
|
||||
Font
|
||||
Size Largest
|
||||
Series Bold
|
||||
EndFont
|
||||
End
|
||||
|
||||
|
||||
Style Author
|
||||
Margin Static
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
LatexName author
|
||||
TopSep 1.3
|
||||
BottomSep 0.7
|
||||
ParSep 0.7
|
||||
Align Left
|
||||
Margin Static
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
LatexName author
|
||||
TopSep 1.3
|
||||
BottomSep 0.7
|
||||
ParSep 0.7
|
||||
Align Left
|
||||
End
|
||||
|
||||
|
||||
|
||||
|
||||
Style Institute
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
LatexName institute
|
||||
TopSep 1.3
|
||||
BottomSep 3.0
|
||||
ParSep 1.7
|
||||
Align Left
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
LatexName institute
|
||||
TopSep 1.3
|
||||
BottomSep 3.0
|
||||
ParSep 1.7
|
||||
Align Left
|
||||
End
|
||||
|
||||
|
||||
|
||||
|
||||
Style Abstract
|
||||
Margin First_Dynamic
|
||||
LeftMargin ""
|
||||
LatexType Environment
|
||||
LatexName abstract
|
||||
TopSep 1.7
|
||||
BottomSep 0.7
|
||||
ParSep 0.7
|
||||
Align Block
|
||||
AlignPossible Block
|
||||
LabelType Static
|
||||
LabelString "Abstract "
|
||||
#LabelBottomSep 0.5
|
||||
Font
|
||||
Size Small
|
||||
EndFont
|
||||
LabelFont
|
||||
Series Bold
|
||||
EndFont
|
||||
Margin First_Dynamic
|
||||
LeftMargin ""
|
||||
LatexType Environment
|
||||
LatexName abstract
|
||||
TopSep 1.7
|
||||
BottomSep 0.7
|
||||
ParSep 0.7
|
||||
Align Block
|
||||
AlignPossible Block
|
||||
LabelType Static
|
||||
LabelString "Abstract "
|
||||
#LabelBottomSep 0.5
|
||||
Font
|
||||
Size Small
|
||||
EndFont
|
||||
LabelFont
|
||||
Series Bold
|
||||
EndFont
|
||||
End
|
||||
|
||||
|
||||
# Bibliography style definition
|
||||
Style Bibliography
|
||||
Margin First_Dynamic
|
||||
LatexType Bib_Environment
|
||||
LatexName thebibliography
|
||||
NextNoIndent 1
|
||||
LeftMargin MM
|
||||
ParSkip 0.4
|
||||
ItemSep 0
|
||||
TopSep 0.7
|
||||
BottomSep 0.7
|
||||
ParSep 0.5
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Bibliography
|
||||
LabelString References
|
||||
LabelBottomSep 0.7
|
||||
LabelFont
|
||||
Series Bold
|
||||
Size Larger
|
||||
EndFont
|
||||
Margin First_Dynamic
|
||||
LatexType Bib_Environment
|
||||
LatexName thebibliography
|
||||
NextNoIndent 1
|
||||
LeftMargin MM
|
||||
ParSkip 0.4
|
||||
ItemSep 0
|
||||
TopSep 0.7
|
||||
BottomSep 0.7
|
||||
ParSep 0.5
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Bibliography
|
||||
LabelString References
|
||||
LabelBottomSep 0.7
|
||||
LabelFont
|
||||
Series Bold
|
||||
Size Larger
|
||||
EndFont
|
||||
End
|
||||
|
||||
Style Standard
|
||||
Margin Static
|
||||
LatexType Paragraph
|
||||
LatexName dummy
|
||||
ParIndent ""
|
||||
ParSkip 0.4
|
||||
Align Block
|
||||
AlignPossible Block, Left, Right, Center
|
||||
LabelType No_Label
|
||||
Margin Static
|
||||
LatexType Paragraph
|
||||
LatexName dummy
|
||||
ParIndent ""
|
||||
ParSkip 0.4
|
||||
Align Block
|
||||
AlignPossible Block, Left, Right, Center
|
||||
LabelType No_Label
|
||||
End
|
||||
|
@ -12,157 +12,157 @@ MaxCounter Counter_Section
|
||||
|
||||
# Standard style definition
|
||||
Style Standard
|
||||
Margin Static
|
||||
LatexType Paragraph
|
||||
LatexName dummy
|
||||
ParIndent MM
|
||||
ParSkip 0.4
|
||||
Align Block
|
||||
AlignPossible Block, Left, Right, Center
|
||||
LabelType No_Label
|
||||
Margin Static
|
||||
LatexType Paragraph
|
||||
LatexName dummy
|
||||
ParIndent MM
|
||||
ParSkip 0.4
|
||||
Align Block
|
||||
AlignPossible Block, Left, Right, Center
|
||||
LabelType No_Label
|
||||
End
|
||||
|
||||
# Section style definition
|
||||
Style Section
|
||||
Margin Dynamic
|
||||
LatexType Command
|
||||
LatexName section
|
||||
NeedProtect 1
|
||||
NextNoIndent 1
|
||||
LabelSep xxx
|
||||
ParSkip 0.4
|
||||
TopSep 1.3
|
||||
BottomSep 0.7
|
||||
ParSep 0.7
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType No_Label
|
||||
Margin Dynamic
|
||||
LatexType Command
|
||||
LatexName section
|
||||
NeedProtect 1
|
||||
NextNoIndent 1
|
||||
LabelSep xxx
|
||||
ParSkip 0.4
|
||||
TopSep 1.3
|
||||
BottomSep 0.7
|
||||
ParSep 0.7
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType No_Label
|
||||
|
||||
# standard font definition
|
||||
Font
|
||||
Family Sans
|
||||
Series Bold
|
||||
EndFont
|
||||
# standard font definition
|
||||
Font
|
||||
Family Sans
|
||||
Series Bold
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Section style definition
|
||||
Style Subsection
|
||||
CopyStyle Section
|
||||
LatexName subsection
|
||||
Margin Static
|
||||
LeftMargin MMM
|
||||
CopyStyle Section
|
||||
LatexName subsection
|
||||
Margin Static
|
||||
LeftMargin MMM
|
||||
End
|
||||
|
||||
# we used to have this version with wrong case
|
||||
Style SubSection
|
||||
ObsoletedBy Subsection
|
||||
ObsoletedBy Subsection
|
||||
End
|
||||
|
||||
# Topic style definition
|
||||
Style Topic
|
||||
Margin Manual
|
||||
LatexType Item_environment
|
||||
LatexName topic
|
||||
NextNoIndent 1
|
||||
LabelSep xxx
|
||||
ParSkip 0.4
|
||||
ItemSep 0.2
|
||||
TopSep 0.7
|
||||
BottomSep 0.7
|
||||
ParSep 0.3
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Manual
|
||||
LabelString MMMMM
|
||||
Margin Manual
|
||||
LatexType Item_environment
|
||||
LatexName topic
|
||||
NextNoIndent 1
|
||||
LabelSep xxx
|
||||
ParSkip 0.4
|
||||
ItemSep 0.2
|
||||
TopSep 0.7
|
||||
BottomSep 0.7
|
||||
ParSep 0.3
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Manual
|
||||
LabelString MMMMM
|
||||
|
||||
# label font definition
|
||||
LabelFont
|
||||
Family Sans
|
||||
Shape Slanted
|
||||
EndFont
|
||||
# label font definition
|
||||
LabelFont
|
||||
Family Sans
|
||||
Shape Slanted
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Itemize style definition
|
||||
Style Itemize
|
||||
Margin Static
|
||||
LatexType Item_Environment
|
||||
LatexName itemize
|
||||
NextNoIndent 1
|
||||
LeftMargin MMN
|
||||
LabelSep xx
|
||||
ItemSep 0.2
|
||||
TopSep 0.7
|
||||
BottomSep 0.7
|
||||
ParSep 0.3
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Static
|
||||
LabelString *
|
||||
Margin Static
|
||||
LatexType Item_Environment
|
||||
LatexName itemize
|
||||
NextNoIndent 1
|
||||
LeftMargin MMN
|
||||
LabelSep xx
|
||||
ItemSep 0.2
|
||||
TopSep 0.7
|
||||
BottomSep 0.7
|
||||
ParSep 0.3
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Static
|
||||
LabelString *
|
||||
End
|
||||
|
||||
# Left header
|
||||
Style Left_Header
|
||||
CopyStyle Standard
|
||||
LatexType Command
|
||||
LatexName leftheader
|
||||
InTitle 1
|
||||
ParIndent ""
|
||||
ParSkip 0.4
|
||||
BottomSep 1
|
||||
Align Block
|
||||
AlignPossible Block, Left, Right, Center
|
||||
LabelType No_Label
|
||||
CopyStyle Standard
|
||||
LatexType Command
|
||||
LatexName leftheader
|
||||
InTitle 1
|
||||
ParIndent ""
|
||||
ParSkip 0.4
|
||||
BottomSep 1
|
||||
Align Block
|
||||
AlignPossible Block, Left, Right, Center
|
||||
LabelType No_Label
|
||||
|
||||
Font
|
||||
Family Sans
|
||||
EndFont
|
||||
Font
|
||||
Family Sans
|
||||
EndFont
|
||||
|
||||
End
|
||||
|
||||
# Right header
|
||||
Style Right_Header
|
||||
CopyStyle "Left Header"
|
||||
LatexName rightheader
|
||||
Margin Right_Address_Box
|
||||
CopyStyle "Left Header"
|
||||
LatexName rightheader
|
||||
Margin Right_Address_Box
|
||||
End
|
||||
|
||||
# Title
|
||||
Style Title
|
||||
Margin Static
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
LatexName title
|
||||
ParSkip 0.4
|
||||
ItemSep 0
|
||||
TopSep 0
|
||||
BottomSep 1
|
||||
ParSep 1
|
||||
Align Center
|
||||
AlignPossible Center
|
||||
LabelType No_Label
|
||||
Margin Static
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
LatexName title
|
||||
ParSkip 0.4
|
||||
ItemSep 0
|
||||
TopSep 0
|
||||
BottomSep 1
|
||||
ParSep 1
|
||||
Align Center
|
||||
AlignPossible Center
|
||||
LabelType No_Label
|
||||
|
||||
# standard font definition
|
||||
Font
|
||||
Family Sans
|
||||
Series Bold
|
||||
Size Largest
|
||||
EndFont
|
||||
# standard font definition
|
||||
Font
|
||||
Family Sans
|
||||
Series Bold
|
||||
Size Largest
|
||||
EndFont
|
||||
|
||||
End
|
||||
|
||||
# Bibliography style definition
|
||||
Style Bibliography
|
||||
CopyStyle Topic
|
||||
LatexName thebibliography
|
||||
LabelType Bibliography
|
||||
LabelString ""
|
||||
LabelBottomSep 0.7
|
||||
CopyStyle Topic
|
||||
LatexName thebibliography
|
||||
LabelType Bibliography
|
||||
LabelString ""
|
||||
LabelBottomSep 0.7
|
||||
|
||||
# standard font definition
|
||||
LabelFont
|
||||
Size Tiny
|
||||
EndFont
|
||||
|
||||
# standard font definition
|
||||
LabelFont
|
||||
Size Tiny
|
||||
EndFont
|
||||
|
||||
End
|
||||
|
||||
Input stdfloats.inc
|
||||
|
@ -9,21 +9,21 @@ Input lyxmacros.inc
|
||||
|
||||
# Code style definition
|
||||
Style Code
|
||||
CopyStyle LyX-Code
|
||||
LatexType Environment
|
||||
LatexName programlisting
|
||||
LatexParam CDATA
|
||||
PassThru 1
|
||||
CopyStyle LyX-Code
|
||||
LatexType Environment
|
||||
LatexName programlisting
|
||||
LatexParam CDATA
|
||||
PassThru 1
|
||||
End
|
||||
|
||||
# Comment style definition
|
||||
Style Comment
|
||||
LatexType Paragraph
|
||||
LatexName remark
|
||||
LatexType Paragraph
|
||||
LatexName remark
|
||||
End
|
||||
|
||||
Style LyX-Code
|
||||
ObsoletedBy Code
|
||||
ObsoletedBy Code
|
||||
End
|
||||
|
||||
NoStyle LyX-Code
|
||||
|
@ -5,35 +5,35 @@
|
||||
# It is desireable, as far as possible, to have the same look and feeling for
|
||||
# related layouts in latex and docbook.
|
||||
|
||||
OutputType docbook
|
||||
OutputType docbook
|
||||
|
||||
# General textclass parameters
|
||||
Columns 1
|
||||
Sides 1
|
||||
SecNumDepth 3
|
||||
TocDepth 3
|
||||
DefaultStyle Standard
|
||||
Columns 1
|
||||
Sides 1
|
||||
SecNumDepth 3
|
||||
TocDepth 3
|
||||
DefaultStyle Standard
|
||||
|
||||
# This is just to show how to declare the default font.
|
||||
# The defaults are exactly those shown here.
|
||||
DefaultFont
|
||||
Family Roman
|
||||
Series Medium
|
||||
Shape Up
|
||||
Size Normal
|
||||
Color None
|
||||
Family Roman
|
||||
Series Medium
|
||||
Shape Up
|
||||
Size Normal
|
||||
Color None
|
||||
EndFont
|
||||
|
||||
# Standard style definition
|
||||
Style Standard
|
||||
Margin Static
|
||||
LatexType Paragraph
|
||||
LatexName para
|
||||
ParIndent MM
|
||||
ParSkip 0.4
|
||||
Align Block
|
||||
AlignPossible Block
|
||||
LabelType No_Label
|
||||
Margin Static
|
||||
LatexType Paragraph
|
||||
LatexName para
|
||||
ParIndent MM
|
||||
ParSkip 0.4
|
||||
Align Block
|
||||
AlignPossible Block
|
||||
LabelType No_Label
|
||||
End
|
||||
|
||||
Input db_stdlists.inc
|
||||
|
@ -9,32 +9,32 @@ Input stdlayouts.inc
|
||||
|
||||
# SGML style definition
|
||||
Style SGML
|
||||
Margin Static
|
||||
LatexType Paragraph
|
||||
LatexName "!-- --"
|
||||
NewLine 0
|
||||
ParIndent MM
|
||||
ParSkip 0.4
|
||||
ParSep 0.5
|
||||
Align Left
|
||||
AlignPossible Block
|
||||
LabelType No_Label
|
||||
FreeSpacing 1
|
||||
PassThru 1
|
||||
Margin Static
|
||||
LatexType Paragraph
|
||||
LatexName "!-- --"
|
||||
NewLine 0
|
||||
ParIndent MM
|
||||
ParSkip 0.4
|
||||
ParSep 0.5
|
||||
Align Left
|
||||
AlignPossible Block
|
||||
LabelType No_Label
|
||||
FreeSpacing 1
|
||||
PassThru 1
|
||||
End
|
||||
|
||||
# Verbatim style definition
|
||||
Style Literal
|
||||
LatexType Environment
|
||||
LatexName literallayout
|
||||
PassThru 1
|
||||
LatexType Environment
|
||||
LatexName literallayout
|
||||
PassThru 1
|
||||
End
|
||||
|
||||
# Quote style definition
|
||||
Style Quotation
|
||||
LatexType Environment
|
||||
LatexName blockquote
|
||||
LatexParam para
|
||||
LatexType Environment
|
||||
LatexName blockquote
|
||||
LatexParam para
|
||||
End
|
||||
|
||||
# Quote should be an inline element
|
||||
@ -43,6 +43,6 @@ NoStyle Quote
|
||||
NoStyle Verse
|
||||
|
||||
Style Caption
|
||||
LatexType Paragraph
|
||||
LatexName title
|
||||
LatexType Paragraph
|
||||
LatexName title
|
||||
End
|
@ -9,20 +9,20 @@ Input stdlists.inc
|
||||
|
||||
# Itemize style definition
|
||||
Style Itemize
|
||||
LatexType Item_Environment
|
||||
LatexName itemizedlist
|
||||
LatexType Item_Environment
|
||||
LatexName itemizedlist
|
||||
End
|
||||
|
||||
# Enumerate style definition
|
||||
Style Enumerate
|
||||
LatexType Item_Environment
|
||||
LatexName orderedlist
|
||||
LatexType Item_Environment
|
||||
LatexName orderedlist
|
||||
End
|
||||
|
||||
# Description style definition
|
||||
Style Description
|
||||
LatexType Item_environment
|
||||
LatexName variablelist
|
||||
LatexType Item_environment
|
||||
LatexName variablelist
|
||||
End
|
||||
|
||||
# maybe List is the same as simplelist (I need to check it).
|
||||
|
@ -9,50 +9,50 @@ Input stdsections.inc
|
||||
|
||||
# Part style definition
|
||||
Style Part
|
||||
LatexType Command
|
||||
LatexName part
|
||||
LatexParam "0|"
|
||||
LatexType Command
|
||||
LatexName part
|
||||
LatexParam "0|"
|
||||
End
|
||||
|
||||
# Chapter style definition
|
||||
Style Chapter
|
||||
LatexType Command
|
||||
LatexName chapter
|
||||
LatexParam "1|"
|
||||
LatexType Command
|
||||
LatexName chapter
|
||||
LatexParam "1|"
|
||||
End
|
||||
|
||||
# Section style definition
|
||||
Style Section
|
||||
LatexType Command
|
||||
LatexName sect1
|
||||
LatexParam "2|"
|
||||
LatexType Command
|
||||
LatexName sect1
|
||||
LatexParam "2|"
|
||||
End
|
||||
|
||||
# Subsection style definition
|
||||
Style Subsection
|
||||
LatexType Command
|
||||
LatexName sect2
|
||||
LatexParam "3|"
|
||||
LatexType Command
|
||||
LatexName sect2
|
||||
LatexParam "3|"
|
||||
End
|
||||
|
||||
# Subsubsection style definition
|
||||
Style Subsubsection
|
||||
LatexType Command
|
||||
LatexName sect3
|
||||
LatexParam "4|"
|
||||
LatexType Command
|
||||
LatexName sect3
|
||||
LatexParam "4|"
|
||||
End
|
||||
|
||||
# Paragraph style definition
|
||||
Style Paragraph
|
||||
LatexType Command
|
||||
LatexName sect4
|
||||
LatexParam "5|"
|
||||
LatexType Command
|
||||
LatexName sect4
|
||||
LatexParam "5|"
|
||||
End
|
||||
|
||||
# Subparagraph style definition
|
||||
Style Subparagraph
|
||||
LatexType Command
|
||||
LatexName sect5
|
||||
LatexParam "6|"
|
||||
LatexType Command
|
||||
LatexName sect5
|
||||
LatexParam "6|"
|
||||
End
|
||||
|
||||
|
@ -9,9 +9,9 @@ Input stdstruct.inc
|
||||
|
||||
# Abstract style definition
|
||||
Style Abstract
|
||||
LatexType Environment
|
||||
LatexName abstract
|
||||
LatexParam para
|
||||
LatexType Environment
|
||||
LatexName abstract
|
||||
LatexParam para
|
||||
End
|
||||
|
||||
NoStyle Bibliography
|
@ -9,109 +9,109 @@ Input stdtitle.inc
|
||||
|
||||
# Title style definition
|
||||
Style Title
|
||||
LatexType Command
|
||||
LatexName articleinfo
|
||||
LatexParam "2|"
|
||||
LatexType Command
|
||||
LatexName articleinfo
|
||||
LatexParam "2|"
|
||||
End
|
||||
|
||||
# Author style definition
|
||||
Style Author
|
||||
LatexType Environment
|
||||
LatexName author
|
||||
KeepEmpty 1
|
||||
LatexType Environment
|
||||
LatexName author
|
||||
KeepEmpty 1
|
||||
End
|
||||
|
||||
# Authorgroup
|
||||
Style Authorgroup
|
||||
CopyStyle Author
|
||||
LatexType Environment
|
||||
LatexName authorgroup
|
||||
LatexParam author
|
||||
CopyStyle Author
|
||||
LatexType Environment
|
||||
LatexName authorgroup
|
||||
LatexParam author
|
||||
End
|
||||
|
||||
# first name style definition
|
||||
Style FirstName
|
||||
Margin Static
|
||||
LatexType Paragraph
|
||||
LatexName firstname
|
||||
ParIndent MM
|
||||
ParSkip 0.4
|
||||
Align Center
|
||||
AlignPossible Center
|
||||
LabelType No_Label
|
||||
Margin Static
|
||||
LatexType Paragraph
|
||||
LatexName firstname
|
||||
ParIndent MM
|
||||
ParSkip 0.4
|
||||
Align Center
|
||||
AlignPossible Center
|
||||
LabelType No_Label
|
||||
End
|
||||
|
||||
# surname style definition
|
||||
Style Surname
|
||||
Margin Static
|
||||
LatexType Paragraph
|
||||
LatexName surname
|
||||
ParIndent MM
|
||||
ParSkip 0.4
|
||||
Align Center
|
||||
AlignPossible Center
|
||||
LabelType No_Label
|
||||
Margin Static
|
||||
LatexType Paragraph
|
||||
LatexName surname
|
||||
ParIndent MM
|
||||
ParSkip 0.4
|
||||
Align Center
|
||||
AlignPossible Center
|
||||
LabelType No_Label
|
||||
End
|
||||
|
||||
# Date style definition
|
||||
Style Date
|
||||
LatexType Paragraph
|
||||
LatexName date
|
||||
Align Left
|
||||
AlignPossible Left,Center
|
||||
LatexType Paragraph
|
||||
LatexName date
|
||||
Align Left
|
||||
AlignPossible Left,Center
|
||||
End
|
||||
|
||||
# Revision History style definition
|
||||
Style RevisionHistory
|
||||
Margin Static
|
||||
LatexType Command
|
||||
LatexName revhistory
|
||||
LatexParam "3|!-- --"
|
||||
LeftMargin MMM
|
||||
RightMargin MMM
|
||||
ParIndent MM
|
||||
TopSep 0.7
|
||||
BottomSep 0
|
||||
ParSep 0
|
||||
Align Block
|
||||
AlignPossible Block
|
||||
KeepEmpty 1
|
||||
LabelType Centered_Top_Environment
|
||||
LabelString "Revision History"
|
||||
LabelBottomSep 0.5
|
||||
Margin Static
|
||||
LatexType Command
|
||||
LatexName revhistory
|
||||
LatexParam "3|!-- --"
|
||||
LeftMargin MMM
|
||||
RightMargin MMM
|
||||
ParIndent MM
|
||||
TopSep 0.7
|
||||
BottomSep 0
|
||||
ParSep 0
|
||||
Align Block
|
||||
AlignPossible Block
|
||||
KeepEmpty 1
|
||||
LabelType Centered_Top_Environment
|
||||
LabelString "Revision History"
|
||||
LabelBottomSep 0.5
|
||||
|
||||
End
|
||||
|
||||
# Revision style definition
|
||||
Style Revision
|
||||
Margin Dynamic
|
||||
LatexType Command
|
||||
LatexName revision
|
||||
LatexParam "4|revnumber"
|
||||
LabelSep xxx
|
||||
ParSkip 0.4
|
||||
TopSep 0.9
|
||||
BottomSep 0.5
|
||||
ParSep 0.5
|
||||
Align Block
|
||||
AlignPossible Block
|
||||
Margin Dynamic
|
||||
LatexType Command
|
||||
LatexName revision
|
||||
LatexParam "4|revnumber"
|
||||
LabelSep xxx
|
||||
ParSkip 0.4
|
||||
TopSep 0.9
|
||||
BottomSep 0.5
|
||||
ParSep 0.5
|
||||
Align Block
|
||||
AlignPossible Block
|
||||
|
||||
End
|
||||
|
||||
# RevisionRemark style definition
|
||||
Style RevisionRemark
|
||||
Margin Static
|
||||
LatexType Paragraph
|
||||
InTitle 1
|
||||
LatexName revremark
|
||||
LabelSep xxx
|
||||
ParIndent MM
|
||||
ParSkip 0.0
|
||||
TopSep 0.0
|
||||
BottomSep 0.0
|
||||
ParSep 1
|
||||
Align Block
|
||||
AlignPossible Block
|
||||
LabelType No_Label
|
||||
Margin Static
|
||||
LatexType Paragraph
|
||||
InTitle 1
|
||||
LatexName revremark
|
||||
LabelSep xxx
|
||||
ParIndent MM
|
||||
ParSkip 0.0
|
||||
TopSep 0.0
|
||||
BottomSep 0.0
|
||||
ParSep 1
|
||||
Align Block
|
||||
AlignPossible Block
|
||||
LabelType No_Label
|
||||
|
||||
End
|
||||
|
@ -13,185 +13,185 @@ Input letter.layout
|
||||
|
||||
# My Address style
|
||||
Style My_Address
|
||||
Margin Static
|
||||
LeftMargin Unterschr
|
||||
LabelType Static
|
||||
LabelString Briefkopf:
|
||||
LabelSep x
|
||||
LabelFont
|
||||
Shape Italic
|
||||
Size Small
|
||||
Color blue
|
||||
EndFont
|
||||
BottomSep 0.5
|
||||
Spacing Other 0.9
|
||||
Margin Static
|
||||
LeftMargin Unterschr
|
||||
LabelType Static
|
||||
LabelString Briefkopf:
|
||||
LabelSep x
|
||||
LabelFont
|
||||
Shape Italic
|
||||
Size Small
|
||||
Color blue
|
||||
EndFont
|
||||
BottomSep 0.5
|
||||
Spacing Other 0.9
|
||||
End
|
||||
|
||||
# Send To Adress style changes
|
||||
Style Send_To_Address
|
||||
Margin Static
|
||||
BottomSep 0.1
|
||||
LeftMargin Unterschr
|
||||
LabelType Static
|
||||
LabelString Adresse:
|
||||
LabelSep x
|
||||
LabelFont
|
||||
Series Medium
|
||||
Shape Italic
|
||||
Size Small
|
||||
Color blue
|
||||
EndFont
|
||||
Spacing Other 0.9
|
||||
Margin Static
|
||||
BottomSep 0.1
|
||||
LeftMargin Unterschr
|
||||
LabelType Static
|
||||
LabelString Adresse:
|
||||
LabelSep x
|
||||
LabelFont
|
||||
Series Medium
|
||||
Shape Italic
|
||||
Size Small
|
||||
Color blue
|
||||
EndFont
|
||||
Spacing Other 0.9
|
||||
End
|
||||
|
||||
# Opening style definition
|
||||
Style Opening
|
||||
LeftMargin Unterschr
|
||||
LabelString Anrede:
|
||||
LabelSep x
|
||||
LabelFont
|
||||
Series Medium
|
||||
Shape Italic
|
||||
Size Small
|
||||
Color blue
|
||||
EndFont
|
||||
LeftMargin Unterschr
|
||||
LabelString Anrede:
|
||||
LabelSep x
|
||||
LabelFont
|
||||
Series Medium
|
||||
Shape Italic
|
||||
Size Small
|
||||
Color blue
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Signature style definition
|
||||
Style Signature
|
||||
LeftMargin Unterschr
|
||||
LabelString Unterschrift:
|
||||
LabelSep x
|
||||
LabelFont
|
||||
Series Medium
|
||||
Shape Italic
|
||||
Size Small
|
||||
Color blue
|
||||
EndFont
|
||||
LeftMargin Unterschr
|
||||
LabelString Unterschrift:
|
||||
LabelSep x
|
||||
LabelFont
|
||||
Series Medium
|
||||
Shape Italic
|
||||
Size Small
|
||||
Color blue
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Closing style definition
|
||||
Style Closing
|
||||
LeftMargin Unterschr
|
||||
LabelString Gruß:
|
||||
LabelSep x
|
||||
LabelFont
|
||||
Series Medium
|
||||
Shape Italic
|
||||
Size Small
|
||||
Color blue
|
||||
EndFont
|
||||
LeftMargin Unterschr
|
||||
LabelString Gruß:
|
||||
LabelSep x
|
||||
LabelFont
|
||||
Series Medium
|
||||
Shape Italic
|
||||
Size Small
|
||||
Color blue
|
||||
EndFont
|
||||
End
|
||||
|
||||
# encl style definition
|
||||
Style encl
|
||||
LabelString Anlagen:
|
||||
LeftMargin Unterschr
|
||||
LabelSep x
|
||||
LabelFont
|
||||
Series Medium
|
||||
Shape Italic
|
||||
Size Small
|
||||
Color blue
|
||||
EndFont
|
||||
LabelString Anlagen:
|
||||
LeftMargin Unterschr
|
||||
LabelSep x
|
||||
LabelFont
|
||||
Series Medium
|
||||
Shape Italic
|
||||
Size Small
|
||||
Color blue
|
||||
EndFont
|
||||
End
|
||||
|
||||
# ps style definition
|
||||
Style ps
|
||||
Margin Static
|
||||
LatexType Command
|
||||
LatexName ps
|
||||
LeftMargin Unterschr
|
||||
LabelSep x
|
||||
TopSep 0.4
|
||||
BottomSep 0.4
|
||||
ParSep 0.4
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Static
|
||||
LabelString PS:
|
||||
LabelFont
|
||||
Series Medium
|
||||
Shape Italic
|
||||
Size Small
|
||||
Color blue
|
||||
EndFont
|
||||
Margin Static
|
||||
LatexType Command
|
||||
LatexName ps
|
||||
LeftMargin Unterschr
|
||||
LabelSep x
|
||||
TopSep 0.4
|
||||
BottomSep 0.4
|
||||
ParSep 0.4
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Static
|
||||
LabelString PS:
|
||||
LabelFont
|
||||
Series Medium
|
||||
Shape Italic
|
||||
Size Small
|
||||
Color blue
|
||||
EndFont
|
||||
End
|
||||
|
||||
# ps style definition
|
||||
Style cc
|
||||
LabelString Verteiler:
|
||||
LeftMargin Unterschr
|
||||
LabelSep x
|
||||
LabelFont
|
||||
Series Medium
|
||||
Shape Italic
|
||||
Size Small
|
||||
Color blue
|
||||
EndFont
|
||||
LabelString Verteiler:
|
||||
LeftMargin Unterschr
|
||||
LabelSep x
|
||||
LabelFont
|
||||
Series Medium
|
||||
Shape Italic
|
||||
Size Small
|
||||
Color blue
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Oggetto style definition
|
||||
Style Betreff
|
||||
Margin Static
|
||||
LatexType Command
|
||||
LatexName subject
|
||||
LeftMargin Unterschr
|
||||
LabelSep x
|
||||
KeepEmpty 1
|
||||
TopSep 0.4
|
||||
BottomSep 0.4
|
||||
ParSep 0.4
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Static
|
||||
LabelString Betreff:
|
||||
LabelFont
|
||||
Shape Italic
|
||||
Size Small
|
||||
Color blue
|
||||
EndFont
|
||||
TextFont
|
||||
Shape Italic
|
||||
EndFont
|
||||
Margin Static
|
||||
LatexType Command
|
||||
LatexName subject
|
||||
LeftMargin Unterschr
|
||||
LabelSep x
|
||||
KeepEmpty 1
|
||||
TopSep 0.4
|
||||
BottomSep 0.4
|
||||
ParSep 0.4
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Static
|
||||
LabelString Betreff:
|
||||
LabelFont
|
||||
Shape Italic
|
||||
Size Small
|
||||
Color blue
|
||||
EndFont
|
||||
TextFont
|
||||
Shape Italic
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Stadt style definition
|
||||
Style Stadt
|
||||
Margin Right_Address_Box
|
||||
LatexType Command
|
||||
LatexName place
|
||||
LabelSep x
|
||||
TopSep 0.1
|
||||
BottomSep 0.1
|
||||
ParSep 0.1
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Static
|
||||
LabelString Stadt:
|
||||
LabelFont
|
||||
Shape Italic
|
||||
Size Small
|
||||
Color blue
|
||||
EndFont
|
||||
Margin Right_Address_Box
|
||||
LatexType Command
|
||||
LatexName place
|
||||
LabelSep x
|
||||
TopSep 0.1
|
||||
BottomSep 0.1
|
||||
ParSep 0.1
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Static
|
||||
LabelString Stadt:
|
||||
LabelFont
|
||||
Shape Italic
|
||||
Size Small
|
||||
Color blue
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Data style definition
|
||||
Style Datum
|
||||
Margin Right_Address_Box
|
||||
LatexType Command
|
||||
LatexName date
|
||||
LabelSep x
|
||||
TopSep 0.1
|
||||
BottomSep 0.1
|
||||
ParSep 0.1
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Static
|
||||
LabelString Datum:
|
||||
LabelFont
|
||||
Shape Italic
|
||||
Size Small
|
||||
Color blue
|
||||
EndFont
|
||||
Margin Right_Address_Box
|
||||
LatexType Command
|
||||
LatexName date
|
||||
LabelSep x
|
||||
TopSep 0.1
|
||||
BottomSep 0.1
|
||||
ParSep 0.1
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Static
|
||||
LabelString Datum:
|
||||
LabelFont
|
||||
Shape Italic
|
||||
Size Small
|
||||
Color blue
|
||||
EndFont
|
||||
End
|
||||
|
@ -7,11 +7,11 @@
|
||||
# Input general definitions
|
||||
Input db_stdclass.inc
|
||||
|
||||
MaxCounter Counter_Chapter
|
||||
MaxCounter Counter_Chapter
|
||||
|
||||
# Title style definition
|
||||
Style Title
|
||||
LatexType Command
|
||||
LatexName bookinfo
|
||||
LatexParam "1|"
|
||||
LatexType Command
|
||||
LatexName bookinfo
|
||||
LatexParam "1|"
|
||||
End
|
||||
|
@ -6,13 +6,13 @@
|
||||
# Input general definitions
|
||||
Input db_stdclass.inc
|
||||
|
||||
MaxCounter Counter_Section
|
||||
MaxCounter Counter_Section
|
||||
|
||||
# Title style definition
|
||||
Style Title
|
||||
LatexType Command
|
||||
LatexName "!-- --"
|
||||
LatexParam "2|"
|
||||
LatexType Command
|
||||
LatexName "!-- --"
|
||||
LatexParam "2|"
|
||||
End
|
||||
|
||||
# Exclude higher, or equal, sections:
|
||||
|
@ -6,13 +6,13 @@
|
||||
# Input general definitions
|
||||
Input db_stdclass.inc
|
||||
|
||||
MaxCounter Counter_Subsection
|
||||
MaxCounter Counter_Subsection
|
||||
|
||||
# Title style definition
|
||||
Style Title
|
||||
LatexType Command
|
||||
LatexName "!-- --"
|
||||
LatexParam "3|"
|
||||
LatexType Command
|
||||
LatexName "!-- --"
|
||||
LatexParam "3|"
|
||||
End
|
||||
|
||||
# Exclude higher, or equal, sections:
|
||||
|
@ -6,7 +6,7 @@
|
||||
# Input general definitions
|
||||
Input db_stdclass.inc
|
||||
|
||||
MaxCounter Counter_Section
|
||||
MaxCounter Counter_Section
|
||||
|
||||
# Exclude higher, or equal, sections:
|
||||
NoStyle Part
|
||||
|
@ -6,36 +6,36 @@
|
||||
# Author : Herbert Voss <voss@lyx.org> 2001/08/13
|
||||
#
|
||||
# General textclass parameters
|
||||
Columns 1
|
||||
Sides 2
|
||||
SecNumDepth -1 #no counting
|
||||
TocDepth -1
|
||||
MaxCounter Counter_EnumI #no counting of sections
|
||||
Columns 1
|
||||
Sides 2
|
||||
SecNumDepth -1 #no counting
|
||||
TocDepth -1
|
||||
MaxCounter Counter_EnumI #no counting of sections
|
||||
#
|
||||
ClassOptions
|
||||
FontSize default #only 10pt in fact of A5
|
||||
PageStyle "" # controlled by class
|
||||
FontSize default #only 10pt in fact of A5
|
||||
PageStyle "" # controlled by class
|
||||
End
|
||||
#
|
||||
DefaultFont # only for screen
|
||||
Family Roman
|
||||
Series Medium
|
||||
Shape Up
|
||||
Size Normal
|
||||
Color None
|
||||
DefaultFont # only for screen
|
||||
Family Roman
|
||||
Series Medium
|
||||
Shape Up
|
||||
Size Normal
|
||||
Color None
|
||||
EndFont
|
||||
#
|
||||
# Standard style definition
|
||||
#
|
||||
Style Standard
|
||||
Margin Static
|
||||
LatexType Paragraph
|
||||
LatexName dummy # no special latex env
|
||||
ParSkip 0.5 # default
|
||||
ParSep 0.5 # default
|
||||
Align Block
|
||||
AlignPossible Block, Left, Right, Center
|
||||
LabelType No_Label
|
||||
Margin Static
|
||||
LatexType Paragraph
|
||||
LatexName dummy # no special latex env
|
||||
ParSkip 0.5 # default
|
||||
ParSep 0.5 # default
|
||||
Align Block
|
||||
AlignPossible Block, Left, Right, Center
|
||||
LabelType No_Label
|
||||
End
|
||||
#
|
||||
#
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -12,20 +12,20 @@
|
||||
# There are also a few AMS environments not impletemented by Elsevier,
|
||||
# so they are not included either.
|
||||
#
|
||||
# Version 1.0 19990506 R. Pinna Inital version
|
||||
# modified 2002-04-02 Herbert Voss <voss@perce.de>
|
||||
# for use of BeginTitle/EndTitle
|
||||
# Version 1.0 19990506 R. Pinna Inital version
|
||||
# modified 2002-04-02 Herbert Voss <voss@perce.de>
|
||||
# for use of BeginTitle/EndTitle
|
||||
# modified 2003-03-11 JMarc for use of TitleLatexType/TitleLatexName
|
||||
|
||||
# General textclass parameters
|
||||
Columns 1
|
||||
Sides 2
|
||||
PageStyle headings
|
||||
MaxCounter Counter_Subsection
|
||||
Columns 1
|
||||
Sides 2
|
||||
PageStyle headings
|
||||
MaxCounter Counter_Subsection
|
||||
|
||||
|
||||
ClassOptions
|
||||
# FontSize "default" # controlled by class
|
||||
# FontSize "default" # controlled by class
|
||||
End
|
||||
|
||||
# elsart does not use the plain old \maketitle
|
||||
@ -33,44 +33,44 @@ TitleLatexType Environment
|
||||
TitleLatexName frontmatter
|
||||
|
||||
DefaultFont
|
||||
Family Roman
|
||||
Series Medium
|
||||
Shape Up
|
||||
Size Normal
|
||||
Color None
|
||||
Family Roman
|
||||
Series Medium
|
||||
Shape Up
|
||||
Size Normal
|
||||
Color None
|
||||
EndFont
|
||||
|
||||
|
||||
Style Standard
|
||||
LatexName dummy
|
||||
LatexType Paragraph
|
||||
Margin Static
|
||||
ParIndent MM
|
||||
ParSkip 0.4
|
||||
ParSep 0.4
|
||||
TopSep 1.0
|
||||
BottomSep 1.0
|
||||
Align Block
|
||||
AlignPossible Block, Left, Right, Center
|
||||
LabelType No_Label
|
||||
LatexName dummy
|
||||
LatexType Paragraph
|
||||
Margin Static
|
||||
ParIndent MM
|
||||
ParSkip 0.4
|
||||
ParSep 0.4
|
||||
TopSep 1.0
|
||||
BottomSep 1.0
|
||||
Align Block
|
||||
AlignPossible Block, Left, Right, Center
|
||||
LabelType No_Label
|
||||
End
|
||||
|
||||
|
||||
Style Keywords
|
||||
LatexName keyword
|
||||
LatexType Environment
|
||||
Margin Static
|
||||
ParIndent MM
|
||||
InTitle 1
|
||||
ParSkip 0.4
|
||||
ParSep 0.4
|
||||
TopSep 1.0
|
||||
BottomSep 1.0
|
||||
Align Block
|
||||
AlignPossible Block, Left, Right, Center
|
||||
LabelType No_Label
|
||||
LatexName keyword
|
||||
LatexType Environment
|
||||
Margin Static
|
||||
ParIndent MM
|
||||
InTitle 1
|
||||
ParSkip 0.4
|
||||
ParSep 0.4
|
||||
TopSep 1.0
|
||||
BottomSep 1.0
|
||||
Align Block
|
||||
AlignPossible Block, Left, Right, Center
|
||||
LabelType No_Label
|
||||
Font
|
||||
Color blue
|
||||
Color blue
|
||||
EndFont
|
||||
End
|
||||
|
||||
@ -88,142 +88,142 @@ Input stdcounters.inc
|
||||
|
||||
# Title style definition
|
||||
Style Title
|
||||
Margin Static
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
LatexName title
|
||||
NextNoIndent 1
|
||||
ParSkip 0.4
|
||||
TopSep 1.3
|
||||
BottomSep 0.7
|
||||
ParSep 0.7
|
||||
Align Center
|
||||
LabelType No_Label
|
||||
Margin Static
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
LatexName title
|
||||
NextNoIndent 1
|
||||
ParSkip 0.4
|
||||
TopSep 1.3
|
||||
BottomSep 0.7
|
||||
ParSep 0.7
|
||||
Align Center
|
||||
LabelType No_Label
|
||||
# standard font definition
|
||||
Font
|
||||
Family Sans
|
||||
Series Bold
|
||||
Size Largest
|
||||
EndFont
|
||||
Font
|
||||
Family Sans
|
||||
Series Bold
|
||||
Size Largest
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Author style definition
|
||||
Style Author
|
||||
Margin Static
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
LatexName author
|
||||
NextNoIndent 1
|
||||
ParSkip 0.4
|
||||
TopSep 0.7
|
||||
BottomSep 0.7
|
||||
ItemSep 0
|
||||
ParSep 0
|
||||
Align Center
|
||||
AlignPossible Center
|
||||
# standard font definition
|
||||
Font
|
||||
Series Bold
|
||||
EndFont
|
||||
Margin Static
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
LatexName author
|
||||
NextNoIndent 1
|
||||
ParSkip 0.4
|
||||
TopSep 0.7
|
||||
BottomSep 0.7
|
||||
ItemSep 0
|
||||
ParSep 0
|
||||
Align Center
|
||||
AlignPossible Center
|
||||
# standard font definition
|
||||
Font
|
||||
Series Bold
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Author Adress
|
||||
Style Author_Address
|
||||
Margin Static
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
LatexName address
|
||||
Align Center
|
||||
AlignPossible Center
|
||||
Labeltype Static
|
||||
LabelString "Address: "
|
||||
LabelFont
|
||||
Shape Italic
|
||||
EndFont
|
||||
Margin Static
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
LatexName address
|
||||
Align Center
|
||||
AlignPossible Center
|
||||
Labeltype Static
|
||||
LabelString "Address: "
|
||||
LabelFont
|
||||
Shape Italic
|
||||
EndFont
|
||||
End
|
||||
|
||||
Style Author_Email
|
||||
Margin Static
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
PassThru 1
|
||||
LatexName ead
|
||||
Align Center
|
||||
AlignPossible Center
|
||||
Labeltype Static
|
||||
LabelString "Email: "
|
||||
TextFont
|
||||
Family Typewriter
|
||||
EndFont
|
||||
LabelFont
|
||||
Shape Italic
|
||||
Family Roman
|
||||
EndFont
|
||||
Margin Static
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
PassThru 1
|
||||
LatexName ead
|
||||
Align Center
|
||||
AlignPossible Center
|
||||
Labeltype Static
|
||||
LabelString "Email: "
|
||||
TextFont
|
||||
Family Typewriter
|
||||
EndFont
|
||||
LabelFont
|
||||
Shape Italic
|
||||
Family Roman
|
||||
EndFont
|
||||
End
|
||||
|
||||
Style Author_URL
|
||||
Margin Static
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
PassThru 1
|
||||
LatexName ead
|
||||
LatexParam "[url]"
|
||||
Align Center
|
||||
AlignPossible Center
|
||||
Labeltype Static
|
||||
LabelString "URL: "
|
||||
TextFont
|
||||
Family Typewriter
|
||||
EndFont
|
||||
LabelFont
|
||||
Shape Italic
|
||||
Family Roman
|
||||
EndFont
|
||||
Margin Static
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
PassThru 1
|
||||
LatexName ead
|
||||
LatexParam "[url]"
|
||||
Align Center
|
||||
AlignPossible Center
|
||||
Labeltype Static
|
||||
LabelString "URL: "
|
||||
TextFont
|
||||
Family Typewriter
|
||||
EndFont
|
||||
LabelFont
|
||||
Shape Italic
|
||||
Family Roman
|
||||
EndFont
|
||||
End
|
||||
|
||||
# thanks is like a footnote
|
||||
Style Thanks
|
||||
Margin Static
|
||||
LatexType Command
|
||||
LatexName thanks
|
||||
InTitle 1
|
||||
Font
|
||||
Size Small
|
||||
Family Typewriter
|
||||
Shape Italic
|
||||
EndFont
|
||||
Margin Static
|
||||
LatexType Command
|
||||
LatexName thanks
|
||||
InTitle 1
|
||||
Font
|
||||
Size Small
|
||||
Family Typewriter
|
||||
Shape Italic
|
||||
EndFont
|
||||
End
|
||||
|
||||
# new Abstract style definition
|
||||
Style Abstract
|
||||
Margin Static
|
||||
LatexType Environment
|
||||
LatexName abstract
|
||||
NextNoIndent 1
|
||||
InTitle 1
|
||||
LeftMargin MMM
|
||||
RightMargin MMM
|
||||
ParIndent MM
|
||||
ItemSep 0
|
||||
TopSep 0.7
|
||||
BottomSep 0.7
|
||||
ParSep 0
|
||||
Align Block
|
||||
AlignPossible Block
|
||||
LabelType Centered_Top_Environment
|
||||
LabelString Abstract
|
||||
LabelBottomSep 0.5
|
||||
Margin Static
|
||||
LatexType Environment
|
||||
LatexName abstract
|
||||
NextNoIndent 1
|
||||
InTitle 1
|
||||
LeftMargin MMM
|
||||
RightMargin MMM
|
||||
ParIndent MM
|
||||
ItemSep 0
|
||||
TopSep 0.7
|
||||
BottomSep 0.7
|
||||
ParSep 0
|
||||
Align Block
|
||||
AlignPossible Block
|
||||
LabelType Centered_Top_Environment
|
||||
LabelString Abstract
|
||||
LabelBottomSep 0.5
|
||||
|
||||
# standard font definition
|
||||
Font
|
||||
Size Small
|
||||
EndFont
|
||||
# standard font definition
|
||||
Font
|
||||
Size Small
|
||||
EndFont
|
||||
|
||||
# label font definition
|
||||
LabelFont
|
||||
Series Bold
|
||||
Size Large
|
||||
EndFont
|
||||
# label font definition
|
||||
LabelFont
|
||||
Series Bold
|
||||
Size Large
|
||||
EndFont
|
||||
End
|
||||
|
||||
|
||||
@ -255,42 +255,42 @@ End
|
||||
|
||||
# Theorem-numbered style declaration
|
||||
Style Theorem
|
||||
Margin First_Dynamic
|
||||
LatexType Environment
|
||||
LatexName thm
|
||||
NextNoIndent 1
|
||||
LabelSep xx
|
||||
ParIndent MMM
|
||||
ParSkip 0.4
|
||||
ItemSep 0.2
|
||||
TopSep 0.7
|
||||
BottomSep 0.7
|
||||
ParSep 0.3
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Static
|
||||
LabelString "Theorem #."
|
||||
Margin First_Dynamic
|
||||
LatexType Environment
|
||||
LatexName thm
|
||||
NextNoIndent 1
|
||||
LabelSep xx
|
||||
ParIndent MMM
|
||||
ParSkip 0.4
|
||||
ItemSep 0.2
|
||||
TopSep 0.7
|
||||
BottomSep 0.7
|
||||
ParSep 0.3
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Static
|
||||
LabelString "Theorem #."
|
||||
|
||||
|
||||
# standard font definition
|
||||
Font
|
||||
Shape Italic
|
||||
Size Normal
|
||||
EndFont
|
||||
|
||||
# standard font definition
|
||||
Font
|
||||
Shape Italic
|
||||
Size Normal
|
||||
EndFont
|
||||
|
||||
# label font definition
|
||||
LabelFont
|
||||
Shape Up
|
||||
Series Bold
|
||||
EndFont
|
||||
# label font definition
|
||||
LabelFont
|
||||
Shape Up
|
||||
Series Bold
|
||||
EndFont
|
||||
|
||||
End
|
||||
|
||||
# Lemma-numbered style declaration
|
||||
Style Lemma
|
||||
CopyStyle Theorem
|
||||
LatexName lem
|
||||
LabelString "Lemma #."
|
||||
CopyStyle Theorem
|
||||
LatexName lem
|
||||
LabelString "Lemma #."
|
||||
|
||||
# Preamble
|
||||
# \theoremstyle{plain}
|
||||
@ -300,9 +300,9 @@ End
|
||||
|
||||
# Corollary-numbered style declaration
|
||||
Style Corollary
|
||||
CopyStyle Theorem
|
||||
LatexName cor
|
||||
LabelString "Corollary #."
|
||||
CopyStyle Theorem
|
||||
LatexName cor
|
||||
LabelString "Corollary #."
|
||||
|
||||
# Preamble
|
||||
# \theoremstyle{plain}
|
||||
@ -312,9 +312,9 @@ End
|
||||
|
||||
# Proposition-numbered style declaration
|
||||
Style Proposition
|
||||
CopyStyle Theorem
|
||||
LatexName prop
|
||||
LabelString "Proposition #."
|
||||
CopyStyle Theorem
|
||||
LatexName prop
|
||||
LabelString "Proposition #."
|
||||
|
||||
# Preamble
|
||||
# \theoremstyle{plain}
|
||||
@ -324,9 +324,9 @@ End
|
||||
|
||||
# Criterion-numbered style declaration
|
||||
Style Criterion
|
||||
CopyStyle Theorem
|
||||
LatexName crit
|
||||
LabelString "Criterion #."
|
||||
CopyStyle Theorem
|
||||
LatexName crit
|
||||
LabelString "Criterion #."
|
||||
|
||||
# Preamble
|
||||
# \theoremstyle{plain}
|
||||
@ -336,9 +336,9 @@ End
|
||||
|
||||
# Algorithm-numbered style declaration
|
||||
Style Algorithm
|
||||
CopyStyle Theorem
|
||||
LatexName alg
|
||||
LabelString "Algorithm #."
|
||||
CopyStyle Theorem
|
||||
LatexName alg
|
||||
LabelString "Algorithm #."
|
||||
|
||||
# Preamble
|
||||
# \theoremstyle{plain}
|
||||
@ -348,20 +348,20 @@ End
|
||||
|
||||
# Definition-numbered style declaration
|
||||
Style Definition
|
||||
CopyStyle Theorem
|
||||
LatexName defn
|
||||
LabelString "Definition #."
|
||||
|
||||
# standard font definition
|
||||
Font
|
||||
Shape Up
|
||||
EndFont
|
||||
CopyStyle Theorem
|
||||
LatexName defn
|
||||
LabelString "Definition #."
|
||||
|
||||
# standard font definition
|
||||
Font
|
||||
Shape Up
|
||||
EndFont
|
||||
|
||||
# label font definition
|
||||
LabelFont
|
||||
Shape Up
|
||||
Series Bold
|
||||
EndFont
|
||||
# label font definition
|
||||
LabelFont
|
||||
Shape Up
|
||||
Series Bold
|
||||
EndFont
|
||||
|
||||
# Preamble
|
||||
# \theoremstyle{definition}
|
||||
@ -371,9 +371,9 @@ End
|
||||
|
||||
# Conjecture-numbered style declaration
|
||||
Style Conjecture
|
||||
CopyStyle Theorem
|
||||
LatexName conj
|
||||
LabelString "Conjecture #."
|
||||
CopyStyle Theorem
|
||||
LatexName conj
|
||||
LabelString "Conjecture #."
|
||||
|
||||
# Preamble
|
||||
# \theoremstyle{plain}
|
||||
@ -383,9 +383,9 @@ End
|
||||
|
||||
# Example-numbered style declaration
|
||||
Style Example
|
||||
CopyStyle Theorem
|
||||
LatexName exmp
|
||||
LabelString "Example #."
|
||||
CopyStyle Theorem
|
||||
LatexName exmp
|
||||
LabelString "Example #."
|
||||
|
||||
# Preamble
|
||||
# \theoremstyle{definition}
|
||||
@ -395,9 +395,9 @@ End
|
||||
|
||||
# Problem-numbered style declaration
|
||||
Style Problem
|
||||
CopyStyle Theorem
|
||||
LatexName prob
|
||||
LabelString "Problem #."
|
||||
CopyStyle Theorem
|
||||
LatexName prob
|
||||
LabelString "Problem #."
|
||||
|
||||
# Preamble
|
||||
# \theoremstyle{definition}
|
||||
@ -407,49 +407,49 @@ End
|
||||
|
||||
# Remark-numbered style declaration
|
||||
Style Remark
|
||||
CopyStyle Theorem
|
||||
LatexName rem
|
||||
LabelString "Remark #."
|
||||
CopyStyle Theorem
|
||||
LatexName rem
|
||||
LabelString "Remark #."
|
||||
|
||||
End
|
||||
|
||||
# Note-numbered style declaration
|
||||
Style Note
|
||||
CopyStyle Theorem
|
||||
LatexName note
|
||||
LabelString "Note #."
|
||||
CopyStyle Theorem
|
||||
LatexName note
|
||||
LabelString "Note #."
|
||||
|
||||
End
|
||||
|
||||
# Claim-numbered style declaration
|
||||
Style Claim
|
||||
CopyStyle Theorem
|
||||
LatexName claim
|
||||
LabelString "Claim #."
|
||||
CopyStyle Theorem
|
||||
LatexName claim
|
||||
LabelString "Claim #."
|
||||
|
||||
End
|
||||
|
||||
# Summary-numbered style declaration
|
||||
Style Summary
|
||||
CopyStyle Theorem
|
||||
LatexName summ
|
||||
LabelString "Summary #."
|
||||
CopyStyle Theorem
|
||||
LatexName summ
|
||||
LabelString "Summary #."
|
||||
|
||||
End
|
||||
|
||||
# Case-numbered style declaration
|
||||
Style Case
|
||||
CopyStyle Theorem
|
||||
LatexName case
|
||||
LabelString "Case #."
|
||||
CopyStyle Theorem
|
||||
LatexName case
|
||||
LabelString "Case #."
|
||||
|
||||
End
|
||||
|
||||
# Acknowledgement-numbered style declaration
|
||||
#Style Acknowledgement
|
||||
# CopyStyle Theorem
|
||||
# LatexName ack
|
||||
# LabelString "Acknowledgement #."
|
||||
# CopyStyle Theorem
|
||||
# LatexName ack
|
||||
# LabelString "Acknowledgement #."
|
||||
#
|
||||
#End
|
||||
|
||||
@ -459,17 +459,17 @@ End
|
||||
# style file.
|
||||
|
||||
Style Acknowledgement
|
||||
Margin Static
|
||||
LatexType environment
|
||||
LatexName ack
|
||||
Labeltype Top_Environment
|
||||
LabelBottomsep 1
|
||||
LabelString "Acknowledgement #."
|
||||
parsep 0.3
|
||||
Margin Static
|
||||
LatexType environment
|
||||
LatexName ack
|
||||
Labeltype Top_Environment
|
||||
LabelBottomsep 1
|
||||
LabelString "Acknowledgement #."
|
||||
parsep 0.3
|
||||
|
||||
LabelFont
|
||||
Size large
|
||||
Series Bold
|
||||
Size large
|
||||
Series Bold
|
||||
EndFont
|
||||
|
||||
End
|
||||
|
@ -7,89 +7,89 @@ Input article.layout
|
||||
|
||||
# only font size 11pt is really available
|
||||
ClassOptions
|
||||
FontSize 11
|
||||
FontSize 11
|
||||
End
|
||||
|
||||
Style Title
|
||||
LatexType Command
|
||||
LatexName settitle
|
||||
InTitle 1
|
||||
Preamble
|
||||
LatexType Command
|
||||
LatexName settitle
|
||||
InTitle 1
|
||||
Preamble
|
||||
\newcommand{\settitle}[1]{\def\theTitle{#1}}
|
||||
EndPreamble
|
||||
EndPreamble
|
||||
End
|
||||
|
||||
Style Author
|
||||
LatexType Command
|
||||
LatexName setauthor
|
||||
InTitle 1
|
||||
Preamble
|
||||
LatexType Command
|
||||
LatexName setauthor
|
||||
InTitle 1
|
||||
Preamble
|
||||
\newcommand{\setauthor}[1]{\def\theAuthor{#1}}
|
||||
EndPreamble
|
||||
EndPreamble
|
||||
End
|
||||
|
||||
Style Address
|
||||
LatexType Command
|
||||
LatexName setaddress
|
||||
Align Center
|
||||
AlignPossible Center
|
||||
InTitle 1
|
||||
Preamble
|
||||
LatexType Command
|
||||
LatexName setaddress
|
||||
Align Center
|
||||
AlignPossible Center
|
||||
InTitle 1
|
||||
Preamble
|
||||
\newcommand{\setaddress}[1]{\def\theAddress{#1}}
|
||||
EndPreamble
|
||||
Font
|
||||
Shape Italic
|
||||
EndFont
|
||||
EndPreamble
|
||||
Font
|
||||
Shape Italic
|
||||
EndFont
|
||||
End
|
||||
|
||||
Style FrontMatter
|
||||
CopyStyle LaTeX
|
||||
LaTeXType Command
|
||||
LaTeXName setfrontmatter
|
||||
InTitle 1
|
||||
Preamble
|
||||
CopyStyle LaTeX
|
||||
LaTeXType Command
|
||||
LaTeXName setfrontmatter
|
||||
InTitle 1
|
||||
Preamble
|
||||
\newcommand{\setfrontmatter}[1]{\def\theFrontMatter{#1}}
|
||||
EndPreamble
|
||||
EndPreamble
|
||||
End
|
||||
|
||||
# Abstract style definition
|
||||
Style Abstract
|
||||
LatexType Command
|
||||
LatexName setabstract
|
||||
LabelType Top_Environment
|
||||
ParIndent ""
|
||||
LeftMargin ""
|
||||
RightMargin ""
|
||||
InTitle 1
|
||||
Preamble
|
||||
LatexType Command
|
||||
LatexName setabstract
|
||||
LabelType Top_Environment
|
||||
ParIndent ""
|
||||
LeftMargin ""
|
||||
RightMargin ""
|
||||
InTitle 1
|
||||
Preamble
|
||||
\newcommand{\setabstract}[1]{\def\theAbstract{#1}\setboolean{hasAbstract}{true}}
|
||||
EndPreamble
|
||||
EndPreamble
|
||||
End
|
||||
|
||||
# Keyword style definition
|
||||
Style Keyword
|
||||
Align Center
|
||||
AlignPossible Center
|
||||
LatexType Command
|
||||
LatexName setkeyword
|
||||
InTitle 1
|
||||
Preamble
|
||||
Align Center
|
||||
AlignPossible Center
|
||||
LatexType Command
|
||||
LatexName setkeyword
|
||||
InTitle 1
|
||||
Preamble
|
||||
\newcommand{\setkeyword}[1]{\def\theKeyword{#1}\setboolean{hasKeyword}{true}}
|
||||
EndPreamble
|
||||
LabelType Static
|
||||
LabelString "Key words:"
|
||||
LabelSep xx
|
||||
|
||||
# standard font definition
|
||||
Font
|
||||
Size Small
|
||||
EndFont
|
||||
EndPreamble
|
||||
LabelType Static
|
||||
LabelString "Key words:"
|
||||
LabelSep xx
|
||||
|
||||
# standard font definition
|
||||
Font
|
||||
Size Small
|
||||
EndFont
|
||||
|
||||
# label font definition
|
||||
LabelFont
|
||||
Shape Italic
|
||||
Size Small
|
||||
EndFont
|
||||
# label font definition
|
||||
LabelFont
|
||||
Shape Italic
|
||||
Size Small
|
||||
EndFont
|
||||
End
|
||||
|
||||
Preamble
|
||||
|
@ -9,5 +9,5 @@ Input article.layout
|
||||
# change available fontsizes
|
||||
#
|
||||
ClassOptions
|
||||
FontSize 8|9|14|17|20
|
||||
FontSize 8|9|14|17|20
|
||||
end
|
||||
|
@ -9,5 +9,5 @@ Input book.layout
|
||||
# change available fontsizes
|
||||
#
|
||||
ClassOptions
|
||||
FontSize 8|9|14|17|20
|
||||
FontSize 8|9|14|17|20
|
||||
end
|
||||
|
@ -9,5 +9,5 @@ Input letter.layout
|
||||
# change available fontsizes
|
||||
#
|
||||
ClassOptions
|
||||
FontSize 8|9|14|17|20
|
||||
FontSize 8|9|14|17|20
|
||||
end
|
||||
|
@ -9,5 +9,5 @@ Input report.layout
|
||||
# change available fontsizes
|
||||
#
|
||||
ClassOptions
|
||||
FontSize 8|9|14|17|20
|
||||
FontSize 8|9|14|17|20
|
||||
end
|
||||
|
@ -6,77 +6,77 @@
|
||||
# To do: Define class specific options.
|
||||
|
||||
# General textclass parameters
|
||||
Columns 1
|
||||
Sides 1
|
||||
MaxCounter Counter_Section
|
||||
Columns 1
|
||||
Sides 1
|
||||
MaxCounter Counter_Section
|
||||
|
||||
DefaultFont
|
||||
Family Sans
|
||||
Series Medium
|
||||
Shape Up
|
||||
Size Normal
|
||||
Color None
|
||||
Family Sans
|
||||
Series Medium
|
||||
Shape Up
|
||||
Size Normal
|
||||
Color None
|
||||
EndFont
|
||||
|
||||
ClassOptions
|
||||
FontSize 17|20|25|30
|
||||
PageStyle "empty|plain|foilheadings|fancy"
|
||||
Other "dvips"
|
||||
FontSize 17|20|25|30
|
||||
PageStyle "empty|plain|foilheadings|fancy"
|
||||
Other "dvips"
|
||||
End
|
||||
|
||||
# Standard style definition
|
||||
Style Standard
|
||||
Margin Static
|
||||
LatexType Paragraph
|
||||
LatexName dummy
|
||||
ParIndent MM
|
||||
ParSkip 0.4
|
||||
Align Block
|
||||
AlignPossible Block, Left, Right, Center
|
||||
LabelType No_Label
|
||||
Margin Static
|
||||
LatexType Paragraph
|
||||
LatexName dummy
|
||||
ParIndent MM
|
||||
ParSkip 0.4
|
||||
Align Block
|
||||
AlignPossible Block, Left, Right, Center
|
||||
LabelType No_Label
|
||||
End
|
||||
|
||||
# foilhead style definition
|
||||
Style Foilhead
|
||||
Margin Static
|
||||
LatexType Command
|
||||
LatexName foilhead
|
||||
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
|
||||
LatexName foilhead
|
||||
LabelSep xxx
|
||||
ParSkip 0.4
|
||||
TopSep 1.3
|
||||
BottomSep 0.7
|
||||
ParSep 0.7
|
||||
Align Center
|
||||
AlignPossible Center
|
||||
LabelType No_Label
|
||||
|
||||
# standard font definition
|
||||
Font
|
||||
Series Bold
|
||||
Size Large
|
||||
EndFont
|
||||
# standard font definition
|
||||
Font
|
||||
Series Bold
|
||||
Size Large
|
||||
EndFont
|
||||
|
||||
End
|
||||
|
||||
|
||||
# Shortfoilhead style definition
|
||||
Style ShortFoilhead
|
||||
CopyStyle Foilhead
|
||||
LatexParam "[-0.5in]"
|
||||
CopyStyle Foilhead
|
||||
LatexParam "[-0.5in]"
|
||||
End
|
||||
|
||||
|
||||
# landscape foilhead style definition
|
||||
Style Rotatefoilhead
|
||||
CopyStyle Foilhead
|
||||
LatexName rotatefoilhead
|
||||
CopyStyle Foilhead
|
||||
LatexName rotatefoilhead
|
||||
End
|
||||
|
||||
|
||||
# ShortRotatefoilhead style definition
|
||||
Style ShortRotatefoilhead
|
||||
CopyStyle Rotatefoilhead
|
||||
LatexParam "[-0.5in]"
|
||||
CopyStyle Rotatefoilhead
|
||||
LatexParam "[-0.5in]"
|
||||
End
|
||||
|
||||
# then a few lists
|
||||
@ -86,48 +86,48 @@ Input stdlists.inc
|
||||
|
||||
# TickList style definition
|
||||
Style TickList
|
||||
Margin Static
|
||||
LatexType Item_Environment
|
||||
LatexName dinglist
|
||||
LatexParam "{52}"
|
||||
NextNoIndent 1
|
||||
LeftMargin MMN
|
||||
LabelSep xx
|
||||
ItemSep 0.2
|
||||
TopSep 0.7
|
||||
BottomSep 0.7
|
||||
ParSep 0.3
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Static
|
||||
LabelString _/
|
||||
|
||||
Preamble
|
||||
\usepackage{pifont}
|
||||
EndPreamble
|
||||
Margin Static
|
||||
LatexType Item_Environment
|
||||
LatexName dinglist
|
||||
LatexParam "{52}"
|
||||
NextNoIndent 1
|
||||
LeftMargin MMN
|
||||
LabelSep xx
|
||||
ItemSep 0.2
|
||||
TopSep 0.7
|
||||
BottomSep 0.7
|
||||
ParSep 0.3
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Static
|
||||
LabelString _/
|
||||
|
||||
Preamble
|
||||
\usepackage{pifont}
|
||||
EndPreamble
|
||||
End
|
||||
|
||||
# CrossList style definition
|
||||
Style CrossList
|
||||
Margin Static
|
||||
LatexType Item_Environment
|
||||
LatexName dinglist
|
||||
LatexParam "{56}"
|
||||
NextNoIndent 1
|
||||
LeftMargin MMN
|
||||
LabelSep xx
|
||||
ItemSep 0.2
|
||||
TopSep 0.7
|
||||
BottomSep 0.7
|
||||
ParSep 0.3
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Static
|
||||
LabelString ><
|
||||
|
||||
Preamble
|
||||
\usepackage{pifont}
|
||||
EndPreamble
|
||||
Margin Static
|
||||
LatexType Item_Environment
|
||||
LatexName dinglist
|
||||
LatexParam "{56}"
|
||||
NextNoIndent 1
|
||||
LeftMargin MMN
|
||||
LabelSep xx
|
||||
ItemSep 0.2
|
||||
TopSep 0.7
|
||||
BottomSep 0.7
|
||||
ParSep 0.3
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Static
|
||||
LabelString ><
|
||||
|
||||
Preamble
|
||||
\usepackage{pifont}
|
||||
EndPreamble
|
||||
End
|
||||
|
||||
# Then the Titles stuff.
|
||||
@ -136,219 +136,219 @@ Input stdstruct.inc
|
||||
|
||||
# Title style definition.
|
||||
Style Title
|
||||
Font
|
||||
Series Bold
|
||||
Size Largest
|
||||
EndFont
|
||||
Font
|
||||
Series Bold
|
||||
Size Largest
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Author style definition
|
||||
Style Author
|
||||
Font
|
||||
Size Large
|
||||
EndFont
|
||||
Font
|
||||
Size Large
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Date style definition
|
||||
Style Date
|
||||
Font
|
||||
Size Large
|
||||
EndFont
|
||||
Font
|
||||
Size Large
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Abstract style definition
|
||||
Style Abstract
|
||||
Font
|
||||
Size Normal
|
||||
Series Medium
|
||||
EndFont
|
||||
|
||||
LabelFont
|
||||
Size Large
|
||||
Series Bold
|
||||
EndFont
|
||||
Font
|
||||
Size Normal
|
||||
Series Medium
|
||||
EndFont
|
||||
|
||||
LabelFont
|
||||
Size Large
|
||||
Series Bold
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Header definitions:
|
||||
Style My_Logo
|
||||
Margin Static
|
||||
LatexType Command
|
||||
LatexName MyLogo
|
||||
LeftMargin My_Logo:xx
|
||||
LabelSep xxx
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
LabelType Static
|
||||
LabelString "My Logo:"
|
||||
Margin Static
|
||||
LatexType Command
|
||||
LatexName MyLogo
|
||||
LeftMargin My_Logo:xx
|
||||
LabelSep xxx
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
LabelType Static
|
||||
LabelString "My Logo:"
|
||||
|
||||
# standard font definition
|
||||
LabelFont
|
||||
Series Bold
|
||||
Shape Italic
|
||||
Color red
|
||||
EndFont
|
||||
# standard font definition
|
||||
LabelFont
|
||||
Series Bold
|
||||
Shape Italic
|
||||
Color red
|
||||
EndFont
|
||||
|
||||
End
|
||||
|
||||
Style Restriction
|
||||
CopyStyle "My Logo"
|
||||
LatexName Restriction
|
||||
LeftMargin Restriction:xx
|
||||
LabelString "Restriction:"
|
||||
CopyStyle "My Logo"
|
||||
LatexName Restriction
|
||||
LeftMargin Restriction:xx
|
||||
LabelString "Restriction:"
|
||||
End
|
||||
|
||||
Style Left_Header
|
||||
CopyStyle "My Logo"
|
||||
LatexName leftheader
|
||||
LeftMargin Left_Header:xx
|
||||
LabelString "Left Header:"
|
||||
CopyStyle "My Logo"
|
||||
LatexName leftheader
|
||||
LeftMargin Left_Header:xx
|
||||
LabelString "Left Header:"
|
||||
End
|
||||
|
||||
|
||||
Style Right_Header
|
||||
CopyStyle "My Logo"
|
||||
LatexName rightheader
|
||||
LeftMargin Right_Header:xx
|
||||
LabelString "Right Header:"
|
||||
CopyStyle "My Logo"
|
||||
LatexName rightheader
|
||||
LeftMargin Right_Header:xx
|
||||
LabelString "Right Header:"
|
||||
End
|
||||
|
||||
Style Right_Footer
|
||||
CopyStyle "My Logo"
|
||||
LatexName rightfooter
|
||||
LeftMargin Right_Footer:xx
|
||||
LabelString "Right Footer:"
|
||||
CopyStyle "My Logo"
|
||||
LatexName rightfooter
|
||||
LeftMargin Right_Footer:xx
|
||||
LabelString "Right Footer:"
|
||||
End
|
||||
|
||||
|
||||
# Bibliography style definition
|
||||
Style Bibliography
|
||||
LabelFont
|
||||
Size Larger
|
||||
Series Bold
|
||||
EndFont
|
||||
LabelFont
|
||||
Size Larger
|
||||
Series Bold
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Theorem-numbered style declaration
|
||||
Style Theorem
|
||||
Margin First_Dynamic
|
||||
LatexType Environment
|
||||
LatexName Theorem
|
||||
NextNoIndent 1
|
||||
LabelSep xx
|
||||
ParSkip 0.4
|
||||
ItemSep 0.2
|
||||
TopSep 0.7
|
||||
BottomSep 0.7
|
||||
ParSep 0.3
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Static
|
||||
LabelString "Theorem #."
|
||||
Margin First_Dynamic
|
||||
LatexType Environment
|
||||
LatexName Theorem
|
||||
NextNoIndent 1
|
||||
LabelSep xx
|
||||
ParSkip 0.4
|
||||
ItemSep 0.2
|
||||
TopSep 0.7
|
||||
BottomSep 0.7
|
||||
ParSep 0.3
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Static
|
||||
LabelString "Theorem #."
|
||||
|
||||
|
||||
# standard font definition
|
||||
TextFont
|
||||
Shape Slanted
|
||||
Size Normal
|
||||
EndFont
|
||||
|
||||
# standard font definition
|
||||
TextFont
|
||||
Shape Slanted
|
||||
Size Normal
|
||||
EndFont
|
||||
|
||||
# label font definition
|
||||
LabelFont
|
||||
Series Bold
|
||||
EndFont
|
||||
# label font definition
|
||||
LabelFont
|
||||
Series Bold
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Lemma-numbered style declaration
|
||||
Style Lemma
|
||||
CopyStyle Theorem
|
||||
LatexName Lemma
|
||||
LabelString "Lemma #."
|
||||
CopyStyle Theorem
|
||||
LatexName Lemma
|
||||
LabelString "Lemma #."
|
||||
End
|
||||
|
||||
# Corollary-numbered style declaration
|
||||
Style Corollary
|
||||
CopyStyle Theorem
|
||||
LatexName Corollary
|
||||
LabelString "Corollary #."
|
||||
CopyStyle Theorem
|
||||
LatexName Corollary
|
||||
LabelString "Corollary #."
|
||||
End
|
||||
|
||||
# Proposition-numbered style declaration
|
||||
Style Proposition
|
||||
CopyStyle Theorem
|
||||
LatexName Proposition
|
||||
LabelString "Proposition #."
|
||||
CopyStyle Theorem
|
||||
LatexName Proposition
|
||||
LabelString "Proposition #."
|
||||
End
|
||||
|
||||
# Definition-numbered style declaration
|
||||
Style Definition
|
||||
CopyStyle Theorem
|
||||
LatexName Definition
|
||||
LabelString "Definition #."
|
||||
CopyStyle Theorem
|
||||
LatexName Definition
|
||||
LabelString "Definition #."
|
||||
|
||||
# standard font definition
|
||||
Font
|
||||
Shape Up
|
||||
EndFont
|
||||
# standard font definition
|
||||
Font
|
||||
Shape Up
|
||||
EndFont
|
||||
|
||||
# label font definition
|
||||
LabelFont
|
||||
Shape Up
|
||||
Series Bold
|
||||
EndFont
|
||||
# label font definition
|
||||
LabelFont
|
||||
Shape Up
|
||||
Series Bold
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Proof style declaration
|
||||
Style Proof
|
||||
CopyStyle Theorem
|
||||
LatexName Proof
|
||||
LabelString "Proof."
|
||||
|
||||
# standard font definition
|
||||
Font
|
||||
Shape Up
|
||||
EndFont
|
||||
CopyStyle Theorem
|
||||
LatexName Proof
|
||||
LabelString "Proof."
|
||||
|
||||
# standard font definition
|
||||
Font
|
||||
Shape Up
|
||||
EndFont
|
||||
|
||||
# label font definition
|
||||
LabelFont
|
||||
Shape Up
|
||||
Series Bold
|
||||
EndFont
|
||||
# label font definition
|
||||
LabelFont
|
||||
Shape Up
|
||||
Series Bold
|
||||
EndFont
|
||||
End
|
||||
|
||||
|
||||
# Theorem-numbered style declaration
|
||||
Style Theorem*
|
||||
CopyStyle Theorem
|
||||
LatexName Theorem*
|
||||
LabelString "Theorem."
|
||||
CopyStyle Theorem
|
||||
LatexName Theorem*
|
||||
LabelString "Theorem."
|
||||
End
|
||||
|
||||
# Lemma-numbered style declaration
|
||||
Style Lemma*
|
||||
CopyStyle Lemma
|
||||
LatexName Lemma*
|
||||
LabelString "Lemma."
|
||||
CopyStyle Lemma
|
||||
LatexName Lemma*
|
||||
LabelString "Lemma."
|
||||
End
|
||||
|
||||
# Corollary-numbered style declaration
|
||||
Style Corollary*
|
||||
CopyStyle Corollary
|
||||
LatexName Corollary*
|
||||
LabelString "Corollary."
|
||||
CopyStyle Corollary
|
||||
LatexName Corollary*
|
||||
LabelString "Corollary."
|
||||
End
|
||||
|
||||
# Proposition-numbered style declaration
|
||||
Style Proposition*
|
||||
CopyStyle Proposition
|
||||
LatexName Proposition*
|
||||
LabelString "Proposition."
|
||||
CopyStyle Proposition
|
||||
LatexName Proposition*
|
||||
LabelString "Proposition."
|
||||
End
|
||||
|
||||
# Definition-numbered style declaration
|
||||
Style Definition*
|
||||
CopyStyle Definition
|
||||
LatexName Definition*
|
||||
LabelString "Definition."
|
||||
CopyStyle Definition
|
||||
LatexName Definition*
|
||||
LabelString "Definition."
|
||||
End
|
||||
|
||||
# all the standard LaTeX environments
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -14,114 +14,114 @@ Preamble
|
||||
EndPreamble
|
||||
|
||||
Style Comment
|
||||
LabelString ":äøòä"
|
||||
LabelString ":äøòä"
|
||||
End
|
||||
|
||||
Style Abstract
|
||||
LabelString "øéö÷ú"
|
||||
LabelString "øéö÷ú"
|
||||
End
|
||||
|
||||
Style Theorem
|
||||
Margin First_Dynamic
|
||||
LatexType Environment
|
||||
LatexName theorem
|
||||
NextNoIndent 1
|
||||
LabelSep xx
|
||||
ParIndent MMM
|
||||
ParSkip 0.4
|
||||
ItemSep 0.2
|
||||
TopSep 0.7
|
||||
BottomSep 0.7
|
||||
ParSep 0.3
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Static
|
||||
LabelString ".# èôùî"
|
||||
# standard font definition
|
||||
Font
|
||||
Shape Up
|
||||
Size Normal
|
||||
EndFont
|
||||
# label font definition
|
||||
LabelFont
|
||||
Shape Up
|
||||
Series Bold
|
||||
EndFont
|
||||
Margin First_Dynamic
|
||||
LatexType Environment
|
||||
LatexName theorem
|
||||
NextNoIndent 1
|
||||
LabelSep xx
|
||||
ParIndent MMM
|
||||
ParSkip 0.4
|
||||
ItemSep 0.2
|
||||
TopSep 0.7
|
||||
BottomSep 0.7
|
||||
ParSep 0.3
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Static
|
||||
LabelString ".# èôùî"
|
||||
# standard font definition
|
||||
Font
|
||||
Shape Up
|
||||
Size Normal
|
||||
EndFont
|
||||
# label font definition
|
||||
LabelFont
|
||||
Shape Up
|
||||
Series Bold
|
||||
EndFont
|
||||
End
|
||||
|
||||
Style Lemma
|
||||
CopyStyle Theorem
|
||||
LatexName lemma
|
||||
LabelString ".# äîì"
|
||||
Preamble
|
||||
CopyStyle Theorem
|
||||
LatexName lemma
|
||||
LabelString ".# äîì"
|
||||
Preamble
|
||||
\newtheorem{lemma}[theorem]{\R{ìîä}}
|
||||
EndPreamble
|
||||
EndPreamble
|
||||
End
|
||||
|
||||
Style Corollary
|
||||
CopyStyle Theorem
|
||||
LatexName corollary
|
||||
LabelString ".# äð÷ñî"
|
||||
Preamble
|
||||
CopyStyle Theorem
|
||||
LatexName corollary
|
||||
LabelString ".# äð÷ñî"
|
||||
Preamble
|
||||
\newtheorem{corollary}[theorem]{\R{îñ÷ðä}}
|
||||
EndPreamble
|
||||
EndPreamble
|
||||
End
|
||||
|
||||
Style Claim
|
||||
CopyStyle Theorem
|
||||
LatexName claim
|
||||
LabelString ".# äðòè"
|
||||
Preamble
|
||||
CopyStyle Theorem
|
||||
LatexName claim
|
||||
LabelString ".# äðòè"
|
||||
Preamble
|
||||
\newtheorem{claim}[theorem]{\R{èòðä}}
|
||||
EndPreamble
|
||||
EndPreamble
|
||||
End
|
||||
|
||||
Style Definition
|
||||
CopyStyle Theorem
|
||||
LatexName definition
|
||||
LabelString ".# äøãâä"
|
||||
Preamble
|
||||
CopyStyle Theorem
|
||||
LatexName definition
|
||||
LabelString ".# äøãâä"
|
||||
Preamble
|
||||
\newtheorem{definition}[theorem]{\R{äâãøä}}
|
||||
EndPreamble
|
||||
EndPreamble
|
||||
End
|
||||
|
||||
Style Remarks
|
||||
CopyStyle Theorem
|
||||
LatexName remark
|
||||
LabelString ".# äøòä"
|
||||
Preamble
|
||||
CopyStyle Theorem
|
||||
LatexName remark
|
||||
LabelString ".# äøòä"
|
||||
Preamble
|
||||
\newtheorem{remark}[theorem]{\R{äòøä}}
|
||||
EndPreamble
|
||||
EndPreamble
|
||||
End
|
||||
|
||||
Style Proof
|
||||
Margin First_Dynamic
|
||||
LatexType Environment
|
||||
LatexName proof
|
||||
NextNoIndent 1
|
||||
LabelSep xx
|
||||
ParIndent MMM
|
||||
ParSkip 0.4
|
||||
ItemSep 0.2
|
||||
TopSep 0.7
|
||||
BottomSep 0.7
|
||||
ParSep 0.3
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Static
|
||||
LabelString ":äçëåä"
|
||||
EndLabelType Filled_Box
|
||||
# standard font definition
|
||||
Font
|
||||
Shape Up
|
||||
Size Normal
|
||||
EndFont
|
||||
# label font definition
|
||||
LabelFont
|
||||
Shape Up
|
||||
Series Bold
|
||||
EndFont
|
||||
Preamble
|
||||
Margin First_Dynamic
|
||||
LatexType Environment
|
||||
LatexName proof
|
||||
NextNoIndent 1
|
||||
LabelSep xx
|
||||
ParIndent MMM
|
||||
ParSkip 0.4
|
||||
ItemSep 0.2
|
||||
TopSep 0.7
|
||||
BottomSep 0.7
|
||||
ParSep 0.3
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Static
|
||||
LabelString ":äçëåä"
|
||||
EndLabelType Filled_Box
|
||||
# standard font definition
|
||||
Font
|
||||
Shape Up
|
||||
Size Normal
|
||||
EndFont
|
||||
# label font definition
|
||||
LabelFont
|
||||
Shape Up
|
||||
Series Bold
|
||||
EndFont
|
||||
Preamble
|
||||
\newenvironment{proof}{\R{\textbf{äåëçä:}}}{\hfill\rule{2mm}{2mm}\par\vspace{2mm}}
|
||||
EndPreamble
|
||||
EndPreamble
|
||||
End
|
||||
|
@ -6,22 +6,22 @@
|
||||
Input letter
|
||||
|
||||
Style My_Address
|
||||
Align Left
|
||||
Align Left
|
||||
End
|
||||
|
||||
Style Send_To_Address
|
||||
Align Right
|
||||
Align Right
|
||||
End
|
||||
|
||||
Style Opening
|
||||
LabelString :äçéúô
|
||||
LabelString :äçéúô
|
||||
End
|
||||
|
||||
Style Closing
|
||||
LabelString :íåéñ
|
||||
LabelString :íåéñ
|
||||
End
|
||||
|
||||
Style Signature
|
||||
|
||||
LabelString :äîéúç
|
||||
LabelString :äîéúç
|
||||
End
|
||||
|
@ -4,9 +4,9 @@
|
||||
#
|
||||
# Font Courier 12 pts
|
||||
# abbreviations used in scripts are as follows:
|
||||
# INT. - interior EXT. - exterior
|
||||
#(O.S) - off screen b.g. - background PAN - camera movement
|
||||
#(V.O) - voice over C.U. - close-up INSERT - cut to close-up of
|
||||
# INT. - interior EXT. - exterior
|
||||
#(O.S) - off screen b.g. - background PAN - camera movement
|
||||
#(V.O) - voice over C.U. - close-up INSERT - cut to close-up of
|
||||
# each page should be 1 minute of film
|
||||
# Spec scripts should not be more that 120 pages or less than 110.
|
||||
# Nothing goes in a script that you cannot see or hear.
|
||||
@ -21,57 +21,57 @@ SecNumDepth 2
|
||||
TocDepth 2
|
||||
|
||||
ClassOptions
|
||||
FontSize 12
|
||||
FontSize 12
|
||||
End
|
||||
|
||||
# This is just to show how to declare the default font.
|
||||
# The defaults are exactly those shown here.
|
||||
DefaultFont
|
||||
Family Typewriter
|
||||
Series Medium
|
||||
Shape Up
|
||||
Size Normal
|
||||
Color None
|
||||
Family Typewriter
|
||||
Series Medium
|
||||
Shape Up
|
||||
Size Normal
|
||||
Color None
|
||||
EndFont
|
||||
|
||||
DefaultStyle Dialogue
|
||||
|
||||
# Dialogue style definition. Actor dialog
|
||||
Style Dialogue
|
||||
Margin Static
|
||||
LatexType Command
|
||||
LatexName dialogue
|
||||
LeftMargin MMMMMMMMMM
|
||||
RightMargin MMMMMMMMMMMMMMMMMMMMMMM
|
||||
ParSkip 0.0
|
||||
TopSep 0.0
|
||||
BottomSep 0.0
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
LabelType No_Label
|
||||
Margin Static
|
||||
LatexType Command
|
||||
LatexName dialogue
|
||||
LeftMargin MMMMMMMMMM
|
||||
RightMargin MMMMMMMMMMMMMMMMMMMMMMM
|
||||
ParSkip 0.0
|
||||
TopSep 0.0
|
||||
BottomSep 0.0
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
LabelType No_Label
|
||||
End
|
||||
|
||||
# More: Use to break a long Dialogue
|
||||
Style More
|
||||
Margin Static
|
||||
LatexType Command
|
||||
LatexName more
|
||||
LeftMargin MMMMMMMMMMMMMMMMMMMMMMMMMMM
|
||||
ParSkip 0.0
|
||||
TopSep 0.0
|
||||
BottomSep 0.0
|
||||
KeepEmpty 1
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
LabelType Static
|
||||
LabelString "(MORE)"
|
||||
Margin Static
|
||||
LatexType Command
|
||||
LatexName more
|
||||
LeftMargin MMMMMMMMMMMMMMMMMMMMMMMMMMM
|
||||
ParSkip 0.0
|
||||
TopSep 0.0
|
||||
BottomSep 0.0
|
||||
KeepEmpty 1
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
LabelType Static
|
||||
LabelString "(MORE)"
|
||||
|
||||
Font
|
||||
Family Typewriter
|
||||
Series Medium
|
||||
Shape Up
|
||||
Size Normal
|
||||
Color Green
|
||||
Family Typewriter
|
||||
Series Medium
|
||||
Shape Up
|
||||
Size Normal
|
||||
Color Green
|
||||
EndFont
|
||||
|
||||
End
|
||||
@ -81,17 +81,17 @@ End
|
||||
# FADE_IN: and FADE_OUT: usually stand alone. If you want a more complicated
|
||||
# FADE_IN e.g. FADE_IN on STELLA:, use the Narrative Style.
|
||||
Style FADE_IN:
|
||||
Margin Dynamic
|
||||
LatexType Command
|
||||
LatexName fadein
|
||||
ParIndent ""
|
||||
ParSkip 0.25
|
||||
TopSep 0.25
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
KeepEmpty 1
|
||||
LabelType Static
|
||||
LabelString "FADE IN: "
|
||||
Margin Dynamic
|
||||
LatexType Command
|
||||
LatexName fadein
|
||||
ParIndent ""
|
||||
ParSkip 0.25
|
||||
TopSep 0.25
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
KeepEmpty 1
|
||||
LabelType Static
|
||||
LabelString "FADE IN: "
|
||||
End
|
||||
|
||||
# Scene headings (ALL CAPS) This is a general case, probably not needed
|
||||
@ -100,86 +100,86 @@ End
|
||||
# Use Style EXT. for Exterior, INT. for Interior scenes. Last word should be
|
||||
# - DAY, or - NIGHT or similar to define lighting.
|
||||
Style INT.
|
||||
Margin Dynamic
|
||||
LatexType Command
|
||||
LatexName interiorshot
|
||||
ParIndent ""
|
||||
ParSkip 0.25
|
||||
TopSep 0.25
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
LabelType Static
|
||||
LabelString "INT. "
|
||||
Margin Dynamic
|
||||
LatexType Command
|
||||
LatexName interiorshot
|
||||
ParIndent ""
|
||||
ParSkip 0.25
|
||||
TopSep 0.25
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
LabelType Static
|
||||
LabelString "INT. "
|
||||
End
|
||||
|
||||
Style EXT.
|
||||
Margin Dynamic
|
||||
LatexType Command
|
||||
LatexName exteriorshot
|
||||
ParIndent ""
|
||||
ParSkip 0.25
|
||||
TopSep 0.25
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
LabelType Static
|
||||
LabelString "EXT. "
|
||||
Margin Dynamic
|
||||
LatexType Command
|
||||
LatexName exteriorshot
|
||||
ParIndent ""
|
||||
ParSkip 0.25
|
||||
TopSep 0.25
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
LabelType Static
|
||||
LabelString "EXT. "
|
||||
End
|
||||
|
||||
|
||||
# Narrative description of Scene
|
||||
# same as narrative, but glued to INT., EXT., or Scene
|
||||
Style Description
|
||||
Margin Static
|
||||
LatexType Command
|
||||
LatexName description
|
||||
ParIndent ""
|
||||
ParSkip 0.25
|
||||
TopSep 0.25
|
||||
RightMargin MMMMM
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
LabelType No_Label
|
||||
Margin Static
|
||||
LatexType Command
|
||||
LatexName description
|
||||
ParIndent ""
|
||||
ParSkip 0.25
|
||||
TopSep 0.25
|
||||
RightMargin MMMMM
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
LabelType No_Label
|
||||
End
|
||||
|
||||
# Speaker style definition, identifies speaker ALL CAPS
|
||||
# Use this also for THE END
|
||||
Style Speaker
|
||||
Margin Static
|
||||
LatexType Command
|
||||
LatexName speaker
|
||||
LeftMargin MMMMMMMMMMMMMMMMMMMMMMM
|
||||
ParSkip 0.0
|
||||
TopSep 0.25
|
||||
BottomSep 0.0
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
LabelType No_Label
|
||||
Margin Static
|
||||
LatexType Command
|
||||
LatexName speaker
|
||||
LeftMargin MMMMMMMMMMMMMMMMMMMMMMM
|
||||
ParSkip 0.0
|
||||
TopSep 0.25
|
||||
BottomSep 0.0
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
LabelType No_Label
|
||||
End
|
||||
|
||||
# Parenthetical instruction to speaker (in parenthises, l.c.)
|
||||
# The ( and ) will automatically appear on screen, so don't type any.
|
||||
Style Parenthetical
|
||||
Margin Static
|
||||
LatexType Command
|
||||
LatexName parenthetical
|
||||
LeftMargin MMMMMMMMMMMMMMMMMMM
|
||||
RightMargin MMMMMMMMMMMMMMMMMMMMMMMMMMMMMM
|
||||
TopSep 0.0
|
||||
BottomSep 0.0
|
||||
ParSkip 0.0
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
LabelType Static
|
||||
LabelString (
|
||||
EndLabelType Static
|
||||
EndLabelString )
|
||||
Margin Static
|
||||
LatexType Command
|
||||
LatexName parenthetical
|
||||
LeftMargin MMMMMMMMMMMMMMMMMMM
|
||||
RightMargin MMMMMMMMMMMMMMMMMMMMMMMMMMMMMM
|
||||
TopSep 0.0
|
||||
BottomSep 0.0
|
||||
ParSkip 0.0
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
LabelType Static
|
||||
LabelString (
|
||||
EndLabelType Static
|
||||
EndLabelString )
|
||||
|
||||
Font
|
||||
Family Typewriter
|
||||
Series Medium
|
||||
Shape Up
|
||||
Size Normal
|
||||
Color Blue
|
||||
Family Typewriter
|
||||
Series Medium
|
||||
Shape Up
|
||||
Size Normal
|
||||
Color Blue
|
||||
EndFont
|
||||
|
||||
End
|
||||
@ -187,41 +187,41 @@ End
|
||||
# Used when the same speaker continues after a narrative. Don't type
|
||||
# anything.
|
||||
Style Continuing
|
||||
Margin Static
|
||||
LatexType Command
|
||||
LatexName continuing
|
||||
LeftMargin MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM
|
||||
TopSep 0.5
|
||||
BottomSep 0.5
|
||||
ParSkip 0.0
|
||||
KeepEmpty 1
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
LabelType Static
|
||||
LabelString "(continuing)"
|
||||
Margin Static
|
||||
LatexType Command
|
||||
LatexName continuing
|
||||
LeftMargin MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM
|
||||
TopSep 0.5
|
||||
BottomSep 0.5
|
||||
ParSkip 0.0
|
||||
KeepEmpty 1
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
LabelType Static
|
||||
LabelString "(continuing)"
|
||||
|
||||
Font
|
||||
Family Typewriter
|
||||
Series Medium
|
||||
Shape Up
|
||||
Size Normal
|
||||
Color Green
|
||||
Family Typewriter
|
||||
Series Medium
|
||||
Shape Up
|
||||
Size Normal
|
||||
Color Green
|
||||
EndFont
|
||||
|
||||
End
|
||||
|
||||
# Narrative description of action
|
||||
Style Narrative
|
||||
Margin Static
|
||||
LatexType Command
|
||||
LatexName narrative
|
||||
ParIndent ""
|
||||
ParSkip 0.25
|
||||
TopSep 0.25
|
||||
RightMargin MMMMM
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
LabelType No_Label
|
||||
Margin Static
|
||||
LatexType Command
|
||||
LatexName narrative
|
||||
ParIndent ""
|
||||
ParSkip 0.25
|
||||
TopSep 0.25
|
||||
RightMargin MMMMM
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
LabelType No_Label
|
||||
End
|
||||
|
||||
|
||||
@ -229,120 +229,120 @@ End
|
||||
|
||||
# Transition style definition ALL CAPS
|
||||
Style Transition
|
||||
Margin Static
|
||||
LatexType Environment
|
||||
LatexName flushright
|
||||
ParIndent ""
|
||||
TopSep 0.5
|
||||
ParSkip 0.4
|
||||
Align Right
|
||||
AlignPossible Right
|
||||
LabelType No_Label
|
||||
Margin Static
|
||||
LatexType Environment
|
||||
LatexName flushright
|
||||
ParIndent ""
|
||||
TopSep 0.5
|
||||
ParSkip 0.4
|
||||
Align Right
|
||||
AlignPossible Right
|
||||
LabelType No_Label
|
||||
End
|
||||
|
||||
Style TITLE_OVER:
|
||||
Margin Dynamic
|
||||
LatexType Command
|
||||
LatexName titleover
|
||||
ParIndent ""
|
||||
ParSkip 0.5
|
||||
TopSep 0.5
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
KeepEmpty 1
|
||||
LabelType Static
|
||||
LabelString "TITLE OVER: "
|
||||
Margin Dynamic
|
||||
LatexType Command
|
||||
LatexName titleover
|
||||
ParIndent ""
|
||||
ParSkip 0.5
|
||||
TopSep 0.5
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
KeepEmpty 1
|
||||
LabelType Static
|
||||
LabelString "TITLE OVER: "
|
||||
End
|
||||
|
||||
Style INTERCUT
|
||||
Margin Dynamic
|
||||
LatexType Command
|
||||
LatexName intercut
|
||||
ParIndent ""
|
||||
ParSkip 0.25
|
||||
TopSep 0.5
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
KeepEmpty 1
|
||||
LabelType Static
|
||||
LabelString "INTERCUT WITH: "
|
||||
Margin Dynamic
|
||||
LatexType Command
|
||||
LatexName intercut
|
||||
ParIndent ""
|
||||
ParSkip 0.25
|
||||
TopSep 0.5
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
KeepEmpty 1
|
||||
LabelType Static
|
||||
LabelString "INTERCUT WITH: "
|
||||
End
|
||||
|
||||
Style FADE_OUT
|
||||
Margin Dynamic
|
||||
LatexType Command
|
||||
LatexName fadeout
|
||||
ParIndent ""
|
||||
ParSkip 0.8
|
||||
TopSep 1.0
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
KeepEmpty 1
|
||||
LabelType Static
|
||||
LabelString "FADE OUT "
|
||||
Margin Dynamic
|
||||
LatexType Command
|
||||
LatexName fadeout
|
||||
ParIndent ""
|
||||
ParSkip 0.8
|
||||
TopSep 1.0
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
KeepEmpty 1
|
||||
LabelType Static
|
||||
LabelString "FADE OUT "
|
||||
End
|
||||
|
||||
# Same as Standard, Standard deprecated
|
||||
Style General
|
||||
Margin Static
|
||||
LatexType Paragraph
|
||||
LatexName dummy
|
||||
ParIndent ""
|
||||
ParSkip 0.4
|
||||
Align Left
|
||||
AlignPossible Block, Left, Right, Center
|
||||
Labeltype No_Label
|
||||
Margin Static
|
||||
LatexType Paragraph
|
||||
LatexName dummy
|
||||
ParIndent ""
|
||||
ParSkip 0.4
|
||||
Align Left
|
||||
AlignPossible Block, Left, Right, Center
|
||||
Labeltype No_Label
|
||||
End
|
||||
|
||||
# General Left aligned CAPS
|
||||
Style Scene
|
||||
Margin Dynamic
|
||||
LatexType Command
|
||||
LatexName scene
|
||||
ParIndent ""
|
||||
ParSkip 0.25
|
||||
TopSep 0.25
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
LabelType No_Label
|
||||
Margin Dynamic
|
||||
LatexType Command
|
||||
LatexName scene
|
||||
ParIndent ""
|
||||
ParSkip 0.25
|
||||
TopSep 0.25
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
LabelType No_Label
|
||||
End
|
||||
|
||||
# Right Address style
|
||||
Style Right_Address
|
||||
Margin Right_Address_Box
|
||||
LatexType Command
|
||||
LatexName address
|
||||
InTitle 1
|
||||
ParSkip 0.4
|
||||
BottomSep 1.5
|
||||
ParSep 1.5
|
||||
Align Left
|
||||
AlignPossible Left, Right
|
||||
Margin Right_Address_Box
|
||||
LatexType Command
|
||||
LatexName address
|
||||
InTitle 1
|
||||
ParSkip 0.4
|
||||
BottomSep 1.5
|
||||
ParSep 1.5
|
||||
Align Left
|
||||
AlignPossible Left, Right
|
||||
End
|
||||
|
||||
Style Author
|
||||
Margin Static
|
||||
LatexType Command
|
||||
LatexName author
|
||||
InTitle 1
|
||||
ParSkip 0.4
|
||||
BottomSep 1.5
|
||||
ParSep 1.5
|
||||
Align Center
|
||||
AlignPossible Left, Right, Center
|
||||
Margin Static
|
||||
LatexType Command
|
||||
LatexName author
|
||||
InTitle 1
|
||||
ParSkip 0.4
|
||||
BottomSep 1.5
|
||||
ParSep 1.5
|
||||
Align Center
|
||||
AlignPossible Left, Right, Center
|
||||
|
||||
End
|
||||
|
||||
Style Title
|
||||
Margin Static
|
||||
LatexType Command
|
||||
LatexName title
|
||||
InTitle 1
|
||||
ParSkip 0.4
|
||||
BottomSep 1.5
|
||||
ParSep 1.5
|
||||
Align Center
|
||||
AlignPossible Left, Right, Center
|
||||
Margin Static
|
||||
LatexType Command
|
||||
LatexName title
|
||||
InTitle 1
|
||||
ParSkip 0.4
|
||||
BottomSep 1.5
|
||||
ParSep 1.5
|
||||
Align Center
|
||||
AlignPossible Left, Right, Center
|
||||
|
||||
End
|
||||
|
||||
@ -360,13 +360,13 @@ End
|
||||
# wants to convert the spec script into a shooting script.
|
||||
|
||||
#Style CONTINUED
|
||||
# LatexType Command
|
||||
# LatexName continued
|
||||
# LatexType Command
|
||||
# LatexName continued
|
||||
#End
|
||||
# Clears rfoot, does a pagebreak, and clears lhead.
|
||||
#Style NOT_CONTD
|
||||
# LatexType Command
|
||||
# LatexName endcontinued
|
||||
# LatexType Command
|
||||
# LatexName endcontinued
|
||||
#End
|
||||
|
||||
Input stdtitle.inc
|
||||
|
@ -24,156 +24,156 @@ Input stdfloats.inc
|
||||
Input stdcounters.inc
|
||||
|
||||
# General class settings
|
||||
MaxCounter Counter_Section
|
||||
SecNumDepth 3
|
||||
TocDepth 0
|
||||
ProvidesAmsmath 0
|
||||
ProvidesNatbib 0
|
||||
ProvidesUrl 0
|
||||
MaxCounter Counter_Section
|
||||
SecNumDepth 3
|
||||
TocDepth 0
|
||||
ProvidesAmsmath 0
|
||||
ProvidesNatbib 0
|
||||
ProvidesUrl 0
|
||||
ClassOptions
|
||||
FontSize ""
|
||||
PageStyle ""
|
||||
FontSize ""
|
||||
PageStyle ""
|
||||
End
|
||||
|
||||
# Title style redefinition
|
||||
Style Title
|
||||
Align Center
|
||||
AlignPossible Center
|
||||
Font
|
||||
Size Large
|
||||
EndFont
|
||||
Align Center
|
||||
AlignPossible Center
|
||||
Font
|
||||
Size Large
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Author style redefinition
|
||||
Style Author
|
||||
Align Center
|
||||
AlignPossible Center
|
||||
Font
|
||||
Series Medium
|
||||
Size Normal
|
||||
EndFont
|
||||
Align Center
|
||||
AlignPossible Center
|
||||
Font
|
||||
Series Medium
|
||||
Size Normal
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Address style definition
|
||||
Style Address
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
LatexName address
|
||||
ParSkip 0.4
|
||||
BottomSep 0.4
|
||||
Align Center
|
||||
AlignPossible Center
|
||||
LabelType No_Label
|
||||
Font
|
||||
Series Medium
|
||||
Shape Italic
|
||||
Size Normal
|
||||
EndFont
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
LatexName address
|
||||
ParSkip 0.4
|
||||
BottomSep 0.4
|
||||
Align Center
|
||||
AlignPossible Center
|
||||
LabelType No_Label
|
||||
Font
|
||||
Series Medium
|
||||
Shape Italic
|
||||
Size Normal
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Abstract style redefinition
|
||||
Style Abstract
|
||||
LatexType Environment
|
||||
Align Block
|
||||
AlignPossible Block
|
||||
LabelType No_Label
|
||||
Font
|
||||
Size Small
|
||||
EndFont
|
||||
LatexType Environment
|
||||
Align Block
|
||||
AlignPossible Block
|
||||
LabelType No_Label
|
||||
Font
|
||||
Size Small
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Section style redefinition
|
||||
Style Section
|
||||
Align Block
|
||||
AlignPossible Block
|
||||
Font
|
||||
Size Normal
|
||||
EndFont
|
||||
Align Block
|
||||
AlignPossible Block
|
||||
Font
|
||||
Size Normal
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Section* style redefinition
|
||||
Style Section*
|
||||
Align Block
|
||||
AlignPossible Block
|
||||
Font
|
||||
Size Normal
|
||||
EndFont
|
||||
Align Block
|
||||
AlignPossible Block
|
||||
Font
|
||||
Size Normal
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Subsection style redefinition
|
||||
Style Subsection
|
||||
Align Block
|
||||
AlignPossible Block
|
||||
Font
|
||||
Shape Italic
|
||||
Size Normal
|
||||
EndFont
|
||||
Align Block
|
||||
AlignPossible Block
|
||||
Font
|
||||
Shape Italic
|
||||
Size Normal
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Subsubection style redefinition
|
||||
Style Subsubsection
|
||||
Align Block
|
||||
AlignPossible Block
|
||||
Font
|
||||
Series Medium
|
||||
Shape Italic
|
||||
Size Normal
|
||||
EndFont
|
||||
Align Block
|
||||
AlignPossible Block
|
||||
Font
|
||||
Series Medium
|
||||
Shape Italic
|
||||
Size Normal
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Theorem style definition
|
||||
Style Theorem
|
||||
LatexType Environment
|
||||
LatexName theorem
|
||||
Margin First_Dynamic
|
||||
Align Block
|
||||
AlignPossible Block
|
||||
LabelType Static
|
||||
LabelString Theorem:
|
||||
LabelSep M
|
||||
LabelFont
|
||||
Series Bold
|
||||
Size Normal
|
||||
EndFont
|
||||
LatexType Environment
|
||||
LatexName theorem
|
||||
Margin First_Dynamic
|
||||
Align Block
|
||||
AlignPossible Block
|
||||
LabelType Static
|
||||
LabelString Theorem:
|
||||
LabelSep M
|
||||
LabelFont
|
||||
Series Bold
|
||||
Size Normal
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Proof style definition
|
||||
Style Proof
|
||||
LatexType Environment
|
||||
LatexName proof
|
||||
Margin First_Dynamic
|
||||
Align Block
|
||||
AlignPossible Block
|
||||
LabelType Static
|
||||
LabelString Proof:
|
||||
LabelSep M
|
||||
LabelFont
|
||||
Series Bold
|
||||
Size Normal
|
||||
EndFont
|
||||
LatexType Environment
|
||||
LatexName proof
|
||||
Margin First_Dynamic
|
||||
Align Block
|
||||
AlignPossible Block
|
||||
LabelType Static
|
||||
LabelString Proof:
|
||||
LabelSep M
|
||||
LabelFont
|
||||
Series Bold
|
||||
Size Normal
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Bibliography style redefinition
|
||||
Style Bibliography
|
||||
Align Block
|
||||
AlignPossible Block
|
||||
LabelFont
|
||||
Size Normal
|
||||
EndFont
|
||||
Align Block
|
||||
AlignPossible Block
|
||||
LabelFont
|
||||
Size Normal
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Appendix style definition
|
||||
Style Appendix
|
||||
Margin Static
|
||||
LatexType Command
|
||||
LatexName appendix
|
||||
KeepEmpty 1
|
||||
Align Block
|
||||
AlignPossible Block
|
||||
LabelType Centered_Top_Environment
|
||||
LabelString Appendix
|
||||
Font
|
||||
Series Bold
|
||||
Size Normal
|
||||
EndFont
|
||||
Margin Static
|
||||
LatexType Command
|
||||
LatexName appendix
|
||||
KeepEmpty 1
|
||||
Align Block
|
||||
AlignPossible Block
|
||||
LabelType Centered_Top_Environment
|
||||
LabelString Appendix
|
||||
Font
|
||||
Series Bold
|
||||
Size Normal
|
||||
EndFont
|
||||
End
|
||||
|
@ -7,7 +7,7 @@
|
||||
Input aguplus.inc
|
||||
|
||||
ClassOptions
|
||||
Other "jgrga"
|
||||
Other "jgrga"
|
||||
End
|
||||
|
||||
|
||||
|
@ -21,11 +21,11 @@ SecNumDepth 4
|
||||
PageStyle Plain
|
||||
|
||||
DefaultFont
|
||||
Family Roman
|
||||
Series Medium
|
||||
Shape Up
|
||||
Size Normal
|
||||
Color None
|
||||
Family Roman
|
||||
Series Medium
|
||||
Shape Up
|
||||
Size Normal
|
||||
Color None
|
||||
EndFont
|
||||
|
||||
Preamble
|
||||
@ -33,14 +33,14 @@ EndPreamble
|
||||
|
||||
# Standard style definition
|
||||
Style Standard
|
||||
Margin Static
|
||||
LatexType Paragraph
|
||||
LatexName dummy
|
||||
ParIndent MM
|
||||
ParSkip 0.4
|
||||
Align Block
|
||||
AlignPossible Block, Left, Right, Center
|
||||
LabelType No_Label
|
||||
Margin Static
|
||||
LatexType Paragraph
|
||||
LatexName dummy
|
||||
ParIndent MM
|
||||
ParSkip 0.4
|
||||
Align Block
|
||||
AlignPossible Block, Left, Right, Center
|
||||
LabelType No_Label
|
||||
End
|
||||
|
||||
Input stdsections.inc
|
||||
@ -53,49 +53,49 @@ Input stdcounters.inc
|
||||
|
||||
# Section style definition
|
||||
Style Section
|
||||
Align Center
|
||||
AlignPossible Center
|
||||
Font
|
||||
Size Large
|
||||
EndFont
|
||||
Align Center
|
||||
AlignPossible Center
|
||||
Font
|
||||
Size Large
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Subsection style definition
|
||||
Style Subsection
|
||||
Font
|
||||
Series Medium
|
||||
Size Normal
|
||||
Shape SmallCaps
|
||||
EndFont
|
||||
Font
|
||||
Series Medium
|
||||
Size Normal
|
||||
Shape SmallCaps
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Subsubection style definition
|
||||
Style Subsubsection
|
||||
Font
|
||||
Series Medium
|
||||
Size Normal
|
||||
Shape Italic
|
||||
EndFont
|
||||
Font
|
||||
Series Medium
|
||||
Size Normal
|
||||
Shape Italic
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Paragraph style definition
|
||||
Style Paragraph
|
||||
Font
|
||||
Series Medium
|
||||
Size Normal
|
||||
Shape Italic
|
||||
EndFont
|
||||
Font
|
||||
Series Medium
|
||||
Size Normal
|
||||
Shape Italic
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Subparagraph style definition
|
||||
Style Subparagraph
|
||||
LeftMargin ""
|
||||
NextNoIndent 1
|
||||
Font
|
||||
Series Medium
|
||||
Size Normal
|
||||
Shape Italic
|
||||
EndFont
|
||||
LeftMargin ""
|
||||
NextNoIndent 1
|
||||
Font
|
||||
Series Medium
|
||||
Size Normal
|
||||
Shape Italic
|
||||
EndFont
|
||||
End
|
||||
|
||||
Input stdlayouts.inc
|
||||
@ -103,264 +103,264 @@ NoStyle Verse
|
||||
|
||||
# Title style definition
|
||||
Style Title
|
||||
Margin Static
|
||||
LatexType Command
|
||||
LatexName title
|
||||
ParSkip 0.4
|
||||
ItemSep 0
|
||||
TopSep 0
|
||||
BottomSep 0
|
||||
ParSep 1
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
LabelType No_Label
|
||||
Font
|
||||
Size Largest
|
||||
EndFont
|
||||
Margin Static
|
||||
LatexType Command
|
||||
LatexName title
|
||||
ParSkip 0.4
|
||||
ItemSep 0
|
||||
TopSep 0
|
||||
BottomSep 0
|
||||
ParSep 1
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
LabelType No_Label
|
||||
Font
|
||||
Size Largest
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Subtitle style definition
|
||||
Style Subtitle
|
||||
Margin Static
|
||||
LatexType Command
|
||||
LatexName subtitle
|
||||
NextNoIndent 1
|
||||
ParSkip 0.4
|
||||
ItemSep 0
|
||||
TopSep 0.2
|
||||
BottomSep 1.3
|
||||
ParSep 1
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
LabelType No_Label
|
||||
Font
|
||||
Family Roman
|
||||
Size Larger
|
||||
Shape Italic
|
||||
EndFont
|
||||
Margin Static
|
||||
LatexType Command
|
||||
LatexName subtitle
|
||||
NextNoIndent 1
|
||||
ParSkip 0.4
|
||||
ItemSep 0
|
||||
TopSep 0.2
|
||||
BottomSep 1.3
|
||||
ParSep 1
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
LabelType No_Label
|
||||
Font
|
||||
Family Roman
|
||||
Size Larger
|
||||
Shape Italic
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Date style definition
|
||||
Style Date
|
||||
Margin Dynamic
|
||||
LatexType Command
|
||||
LatexName date
|
||||
ParSkip 0.4
|
||||
TopSep 1
|
||||
BottomSep 0.5
|
||||
ParSep 1
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
LabelType No_Label
|
||||
Font
|
||||
Size Large
|
||||
EndFont
|
||||
Margin Dynamic
|
||||
LatexType Command
|
||||
LatexName date
|
||||
ParSkip 0.4
|
||||
TopSep 1
|
||||
BottomSep 0.5
|
||||
ParSep 1
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
LabelType No_Label
|
||||
Font
|
||||
Size Large
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Author style definition
|
||||
Style Author
|
||||
Margin Static
|
||||
LatexType Command
|
||||
LatexName author
|
||||
ParSkip 0.4
|
||||
TopSep 1
|
||||
BottomSep 0
|
||||
ParSep 0
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
LabelType No_Label
|
||||
Font
|
||||
Size Normal
|
||||
Series Bold
|
||||
EndFont
|
||||
Margin Static
|
||||
LatexType Command
|
||||
LatexName author
|
||||
ParSkip 0.4
|
||||
TopSep 1
|
||||
BottomSep 0
|
||||
ParSep 0
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
LabelType No_Label
|
||||
Font
|
||||
Size Normal
|
||||
Series Bold
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Address style definition
|
||||
Style Address
|
||||
Margin Static
|
||||
LatexType Command
|
||||
LatexName institute
|
||||
ParSkip 0.4
|
||||
TopSep 0.2
|
||||
BottomSep 0
|
||||
Align Left
|
||||
LabelType No_Label
|
||||
Font
|
||||
Size normal
|
||||
Shape Italic
|
||||
EndFont
|
||||
Margin Static
|
||||
LatexType Command
|
||||
LatexName institute
|
||||
ParSkip 0.4
|
||||
TopSep 0.2
|
||||
BottomSep 0
|
||||
Align Left
|
||||
LabelType No_Label
|
||||
Font
|
||||
Size normal
|
||||
Shape Italic
|
||||
EndFont
|
||||
End
|
||||
|
||||
# AddressForOffprints style definition
|
||||
Style AddressForOffprints
|
||||
LatexType Environment
|
||||
LatexName ao
|
||||
NextNoIndent 1
|
||||
Margin First_Dynamic
|
||||
Align Block
|
||||
AlignPossible Block
|
||||
TopSep 1
|
||||
LabelType Static
|
||||
LabelString "Address for Offprints:"
|
||||
LabelSep M
|
||||
LabelFont
|
||||
Size Small
|
||||
Shape Italic
|
||||
Color Red
|
||||
EndFont
|
||||
LatexType Environment
|
||||
LatexName ao
|
||||
NextNoIndent 1
|
||||
Margin First_Dynamic
|
||||
Align Block
|
||||
AlignPossible Block
|
||||
TopSep 1
|
||||
LabelType Static
|
||||
LabelString "Address for Offprints:"
|
||||
LabelSep M
|
||||
LabelFont
|
||||
Size Small
|
||||
Shape Italic
|
||||
Color Red
|
||||
EndFont
|
||||
End
|
||||
|
||||
# RunningTitle style definition
|
||||
Style RunningTitle
|
||||
LatexType Command
|
||||
LatexName runningtitle
|
||||
NextNoIndent 1
|
||||
Margin Dynamic
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
TopSep 1
|
||||
LabelType Static
|
||||
LabelString "Running title:"
|
||||
LabelSep M
|
||||
Font
|
||||
Size Small
|
||||
Series Bold
|
||||
EndFont
|
||||
LabelFont
|
||||
Series Medium
|
||||
Shape Italic
|
||||
Color Red
|
||||
EndFont
|
||||
LatexType Command
|
||||
LatexName runningtitle
|
||||
NextNoIndent 1
|
||||
Margin Dynamic
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
TopSep 1
|
||||
LabelType Static
|
||||
LabelString "Running title:"
|
||||
LabelSep M
|
||||
Font
|
||||
Size Small
|
||||
Series Bold
|
||||
EndFont
|
||||
LabelFont
|
||||
Series Medium
|
||||
Shape Italic
|
||||
Color Red
|
||||
EndFont
|
||||
End
|
||||
|
||||
# RunningAuthor style definition
|
||||
Style RunningAuthor
|
||||
Margin Dynamic
|
||||
LatexType Command
|
||||
LatexName runningauthor
|
||||
NextNoIndent 1
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
LabelType Static
|
||||
LabelString "Running author:"
|
||||
LabelSep M
|
||||
Font
|
||||
Size Small
|
||||
Series Bold
|
||||
EndFont
|
||||
LabelFont
|
||||
Series Medium
|
||||
Shape Italic
|
||||
Color Red
|
||||
EndFont
|
||||
Margin Dynamic
|
||||
LatexType Command
|
||||
LatexName runningauthor
|
||||
NextNoIndent 1
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
LabelType Static
|
||||
LabelString "Running author:"
|
||||
LabelSep M
|
||||
Font
|
||||
Size Small
|
||||
Series Bold
|
||||
EndFont
|
||||
LabelFont
|
||||
Series Medium
|
||||
Shape Italic
|
||||
Color Red
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Abstract style definition
|
||||
Style Abstract
|
||||
Margin First_Dynamic
|
||||
LatexType Environment
|
||||
LatexName abstract
|
||||
NextNoIndent 1
|
||||
ParIndent MM
|
||||
ItemSep 0
|
||||
TopSep 1
|
||||
BottomSep 1
|
||||
ParSep 0
|
||||
Align Block
|
||||
AlignPossible Block
|
||||
LabelType Static
|
||||
LabelString Abstract.
|
||||
LabelSep M
|
||||
Font
|
||||
Size Small
|
||||
EndFont
|
||||
LabelFont
|
||||
Series Bold
|
||||
EndFont
|
||||
Margin First_Dynamic
|
||||
LatexType Environment
|
||||
LatexName abstract
|
||||
NextNoIndent 1
|
||||
ParIndent MM
|
||||
ItemSep 0
|
||||
TopSep 1
|
||||
BottomSep 1
|
||||
ParSep 0
|
||||
Align Block
|
||||
AlignPossible Block
|
||||
LabelType Static
|
||||
LabelString Abstract.
|
||||
LabelSep M
|
||||
Font
|
||||
Size Small
|
||||
EndFont
|
||||
LabelFont
|
||||
Series Bold
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Keywords style definition
|
||||
Style Keywords
|
||||
Margin First_Dynamic
|
||||
LatexType Command
|
||||
LatexName keywords
|
||||
NextNoIndent 1
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
LabelType Static
|
||||
LabelString "Keywords:"
|
||||
LabelSep M
|
||||
Font
|
||||
Size Small
|
||||
EndFont
|
||||
LabelFont
|
||||
Series Bold
|
||||
Size Small
|
||||
EndFont
|
||||
Margin First_Dynamic
|
||||
LatexType Command
|
||||
LatexName keywords
|
||||
NextNoIndent 1
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
LabelType Static
|
||||
LabelString "Keywords:"
|
||||
LabelSep M
|
||||
Font
|
||||
Size Small
|
||||
EndFont
|
||||
LabelFont
|
||||
Series Bold
|
||||
Size Small
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Acknowledgements style definition
|
||||
Style Acknowledgements
|
||||
Margin Static
|
||||
LatexType Environment
|
||||
LatexName acknowledgements
|
||||
NextNoIndent 1
|
||||
ItemSep 0
|
||||
TopSep 1
|
||||
BottomSep 1
|
||||
ParSep 0
|
||||
Align Block
|
||||
AlignPossible Block
|
||||
LabelType Centered_Top_Environment
|
||||
LabelString Acknowledgements
|
||||
LabelBottomSep 0.5
|
||||
LabelFont
|
||||
Series Bold
|
||||
Size Large
|
||||
EndFont
|
||||
Margin Static
|
||||
LatexType Environment
|
||||
LatexName acknowledgements
|
||||
NextNoIndent 1
|
||||
ItemSep 0
|
||||
TopSep 1
|
||||
BottomSep 1
|
||||
ParSep 0
|
||||
Align Block
|
||||
AlignPossible Block
|
||||
LabelType Centered_Top_Environment
|
||||
LabelString Acknowledgements
|
||||
LabelBottomSep 0.5
|
||||
LabelFont
|
||||
Series Bold
|
||||
Size Large
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Appendix style definition
|
||||
Style Appendix
|
||||
Margin Static
|
||||
LatexType Command
|
||||
LatexName appendix
|
||||
KeepEmpty 1
|
||||
ParSkip 0.4
|
||||
ItemSep 0
|
||||
TopSep 0
|
||||
BottomSep 0
|
||||
ParSep 1
|
||||
Margin Static
|
||||
LatexType Command
|
||||
LatexName appendix
|
||||
KeepEmpty 1
|
||||
ParSkip 0.4
|
||||
ItemSep 0
|
||||
TopSep 0
|
||||
BottomSep 0
|
||||
ParSep 1
|
||||
# Align Block
|
||||
# AlignPossible Block, Left, Right, Center
|
||||
LabelType Centered_Top_Environment
|
||||
LabelString Appendix
|
||||
Font
|
||||
Series Bold
|
||||
Size Large
|
||||
EndFont
|
||||
LabelType Centered_Top_Environment
|
||||
LabelString Appendix
|
||||
Font
|
||||
Series Bold
|
||||
Size Large
|
||||
EndFont
|
||||
End
|
||||
|
||||
# References style definition
|
||||
Style References
|
||||
Margin First_Dynamic
|
||||
LatexType Item_Environment
|
||||
LatexName thebibliography
|
||||
NextNoIndent 1
|
||||
LeftMargin MM
|
||||
ParSkip 0.4
|
||||
ItemSep 0
|
||||
TopSep 0.7
|
||||
BottomSep 0.7
|
||||
ParSep 0.5
|
||||
LabelType Bibliography
|
||||
LabelString References
|
||||
LabelBottomSep 0.7
|
||||
Align Block
|
||||
AlignPossible Block, Left, Right, Center
|
||||
LabelFont
|
||||
Family Roman
|
||||
Size Normal
|
||||
Series Bold
|
||||
EndFont
|
||||
Margin First_Dynamic
|
||||
LatexType Item_Environment
|
||||
LatexName thebibliography
|
||||
NextNoIndent 1
|
||||
LeftMargin MM
|
||||
ParSkip 0.4
|
||||
ItemSep 0
|
||||
TopSep 0.7
|
||||
BottomSep 0.7
|
||||
ParSep 0.5
|
||||
LabelType Bibliography
|
||||
LabelString References
|
||||
LabelBottomSep 0.7
|
||||
Align Block
|
||||
AlignPossible Block, Left, Right, Center
|
||||
LabelFont
|
||||
Family Roman
|
||||
Size Normal
|
||||
Series Bold
|
||||
EndFont
|
||||
End
|
||||
|
@ -4,18 +4,18 @@
|
||||
# Author : Allan Rae <rae@elec.uq.edu.au>
|
||||
|
||||
Preamble
|
||||
\usepackage{latex8}
|
||||
\usepackage{times}
|
||||
\usepackage{latex8}
|
||||
\usepackage{times}
|
||||
EndPreamble
|
||||
|
||||
# Input general definitions
|
||||
Input stdclass.inc
|
||||
|
||||
Columns 1
|
||||
MaxCounter Counter_Section
|
||||
Columns 1
|
||||
MaxCounter Counter_Section
|
||||
|
||||
ClassOptions
|
||||
FontSize 10
|
||||
FontSize 10
|
||||
End
|
||||
|
||||
NoStyle Part
|
||||
@ -30,96 +30,96 @@ NoStyle Paragraph
|
||||
NoStyle Subparagraph
|
||||
|
||||
Style Title
|
||||
Font
|
||||
Series Bold
|
||||
Size Larger
|
||||
EndFont
|
||||
Font
|
||||
Series Bold
|
||||
Size Larger
|
||||
EndFont
|
||||
End
|
||||
|
||||
Style Section
|
||||
TopSep 1.0
|
||||
BottomSep 1.0
|
||||
ParSep 1.0
|
||||
latexname "Section"
|
||||
TopSep 1.0
|
||||
BottomSep 1.0
|
||||
ParSep 1.0
|
||||
latexname "Section"
|
||||
End
|
||||
|
||||
Style Subsection
|
||||
TopSep 1.0
|
||||
BottomSep 1.0
|
||||
ParSep 1.0
|
||||
latexname "SubSection"
|
||||
TopSep 1.0
|
||||
BottomSep 1.0
|
||||
ParSep 1.0
|
||||
latexname "SubSection"
|
||||
End
|
||||
|
||||
Style Email
|
||||
Margin Dynamic
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
LatexName email
|
||||
LabelSep xxx
|
||||
ParSkip 0.4
|
||||
TopSep 0.9
|
||||
BottomSep 0.5
|
||||
ParSep 1
|
||||
Align Center
|
||||
AlignPossible Center
|
||||
LabelType Static
|
||||
LabelString "E-mail:"
|
||||
# standard font definition
|
||||
Font
|
||||
Size Large
|
||||
Family Typewriter
|
||||
EndFont
|
||||
Margin Dynamic
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
LatexName email
|
||||
LabelSep xxx
|
||||
ParSkip 0.4
|
||||
TopSep 0.9
|
||||
BottomSep 0.5
|
||||
ParSep 1
|
||||
Align Center
|
||||
AlignPossible Center
|
||||
LabelType Static
|
||||
LabelString "E-mail:"
|
||||
# standard font definition
|
||||
Font
|
||||
Size Large
|
||||
Family Typewriter
|
||||
EndFont
|
||||
|
||||
LabelFont
|
||||
Family Roman
|
||||
EndFont
|
||||
LabelFont
|
||||
Family Roman
|
||||
EndFont
|
||||
End
|
||||
|
||||
Style Affiliation
|
||||
Margin Dynamic
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
LatexName affiliation
|
||||
LabelSep xxx
|
||||
ParSkip 0.4
|
||||
TopSep 0.9
|
||||
BottomSep 0.5
|
||||
ParSep 1
|
||||
Align Center
|
||||
AlignPossible Center
|
||||
LabelType No_Label
|
||||
# standard font definition
|
||||
Font
|
||||
Size Large
|
||||
EndFont
|
||||
Margin Dynamic
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
LatexName affiliation
|
||||
LabelSep xxx
|
||||
ParSkip 0.4
|
||||
TopSep 0.9
|
||||
BottomSep 0.5
|
||||
ParSep 1
|
||||
Align Center
|
||||
AlignPossible Center
|
||||
LabelType No_Label
|
||||
# standard font definition
|
||||
Font
|
||||
Size Large
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Abstract style redefinition
|
||||
Style Abstract
|
||||
LeftMargin ""
|
||||
RightMargin ""
|
||||
LeftMargin ""
|
||||
RightMargin ""
|
||||
|
||||
# standard font definition
|
||||
Font
|
||||
Size Normal
|
||||
Shape Italic
|
||||
EndFont
|
||||
|
||||
LabelFont
|
||||
Size Large
|
||||
Shape Up
|
||||
Series Bold
|
||||
EndFont
|
||||
# standard font definition
|
||||
Font
|
||||
Size Normal
|
||||
Shape Italic
|
||||
EndFont
|
||||
|
||||
LabelFont
|
||||
Size Large
|
||||
Shape Up
|
||||
Series Bold
|
||||
EndFont
|
||||
End
|
||||
|
||||
Style Caption
|
||||
Font
|
||||
Series Bold
|
||||
EndFont
|
||||
Font
|
||||
Series Bold
|
||||
EndFont
|
||||
End
|
||||
|
||||
Style Bibliography
|
||||
LabelFont
|
||||
Size Large
|
||||
EndFont
|
||||
LabelFont
|
||||
Size Large
|
||||
EndFont
|
||||
End
|
||||
|
@ -12,6 +12,6 @@ Input stdfloats.inc
|
||||
Input stdcounters.inc
|
||||
|
||||
# Remove some unwanted styles.
|
||||
NoStyle Right_Address
|
||||
NoStyle Address
|
||||
NoStyle Right_Address
|
||||
NoStyle Address
|
||||
|
||||
|
@ -4,382 +4,382 @@
|
||||
# Author : Pascal André <andre@via.ecp.fr>
|
||||
|
||||
# General textclass parameters
|
||||
Columns 1
|
||||
Sides 1
|
||||
PageStyle Plain
|
||||
MaxCounter Counter_Section
|
||||
OutputType linuxdoc
|
||||
DefaultStyle Standard
|
||||
Columns 1
|
||||
Sides 1
|
||||
PageStyle Plain
|
||||
MaxCounter Counter_Section
|
||||
OutputType linuxdoc
|
||||
DefaultStyle Standard
|
||||
|
||||
Input stdcounters.inc
|
||||
|
||||
# Standard style definition
|
||||
Style Standard
|
||||
Margin Static
|
||||
LatexType Paragraph
|
||||
LatexName p
|
||||
ParSkip 0.4
|
||||
Align Block
|
||||
AlignPossible Block
|
||||
LabelType No_Label
|
||||
Margin Static
|
||||
LatexType Paragraph
|
||||
LatexName p
|
||||
ParSkip 0.4
|
||||
Align Block
|
||||
AlignPossible Block
|
||||
LabelType No_Label
|
||||
End
|
||||
|
||||
# Quote style definition
|
||||
Style Quote
|
||||
Margin Static
|
||||
LatexType Environment
|
||||
LatexName quote
|
||||
ParIndent MM
|
||||
ParSkip 0.4
|
||||
Align Block
|
||||
AlignPossible Block
|
||||
LabelType No_Label
|
||||
Margin Static
|
||||
LatexType Environment
|
||||
LatexName quote
|
||||
ParIndent MM
|
||||
ParSkip 0.4
|
||||
Align Block
|
||||
AlignPossible Block
|
||||
LabelType No_Label
|
||||
End
|
||||
|
||||
# Title style definition
|
||||
Style Title
|
||||
Margin Static
|
||||
LatexType Paragraph
|
||||
LatexName title
|
||||
NextNoIndent 1
|
||||
ParSkip 0.4
|
||||
Align Center
|
||||
AlignPossible Block, Center, Left, Right, Center
|
||||
LabelType No_Label
|
||||
Fill_Top 1
|
||||
Fill_Bottom 1
|
||||
Margin Static
|
||||
LatexType Paragraph
|
||||
LatexName title
|
||||
NextNoIndent 1
|
||||
ParSkip 0.4
|
||||
Align Center
|
||||
AlignPossible Block, Center, Left, Right, Center
|
||||
LabelType No_Label
|
||||
Fill_Top 1
|
||||
Fill_Bottom 1
|
||||
|
||||
# standard font definition
|
||||
Font
|
||||
Family Sans
|
||||
Series Bold
|
||||
Size Largest
|
||||
EndFont
|
||||
# standard font definition
|
||||
Font
|
||||
Family Sans
|
||||
Series Bold
|
||||
Size Largest
|
||||
EndFont
|
||||
|
||||
# label font definition
|
||||
LabelFont
|
||||
Family Sans
|
||||
Series Bold
|
||||
Size Largest
|
||||
EndFont
|
||||
# label font definition
|
||||
LabelFont
|
||||
Family Sans
|
||||
Series Bold
|
||||
Size Largest
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Section style definition
|
||||
Style Section
|
||||
Margin Dynamic
|
||||
LatexType Command
|
||||
LatexName sect
|
||||
LabelSep xxx
|
||||
ParSkip 0.4
|
||||
TopSep 1.3
|
||||
BottomSep 0.7
|
||||
ParSep 0.7
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Counter_Section
|
||||
# standard font definition
|
||||
Font
|
||||
Series Bold
|
||||
Size Larger
|
||||
EndFont
|
||||
Margin Dynamic
|
||||
LatexType Command
|
||||
LatexName sect
|
||||
LabelSep xxx
|
||||
ParSkip 0.4
|
||||
TopSep 1.3
|
||||
BottomSep 0.7
|
||||
ParSep 0.7
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Counter_Section
|
||||
# standard font definition
|
||||
Font
|
||||
Series Bold
|
||||
Size Larger
|
||||
EndFont
|
||||
|
||||
# label font definition
|
||||
LabelFont
|
||||
Series Bold
|
||||
Size Larger
|
||||
EndFont
|
||||
# label font definition
|
||||
LabelFont
|
||||
Series Bold
|
||||
Size Larger
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Subsection style definition
|
||||
Style Subsection
|
||||
Margin Dynamic
|
||||
LatexType Command
|
||||
LatexName sect1
|
||||
LabelSep xxx
|
||||
ParSkip 0.4
|
||||
TopSep 0.9
|
||||
BottomSep 0.5
|
||||
ParSep 0.5
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Counter_Subsection
|
||||
Margin Dynamic
|
||||
LatexType Command
|
||||
LatexName sect1
|
||||
LabelSep xxx
|
||||
ParSkip 0.4
|
||||
TopSep 0.9
|
||||
BottomSep 0.5
|
||||
ParSep 0.5
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Counter_Subsection
|
||||
|
||||
# standard font definition
|
||||
Font
|
||||
Series Bold
|
||||
Size Large
|
||||
EndFont
|
||||
# standard font definition
|
||||
Font
|
||||
Series Bold
|
||||
Size Large
|
||||
EndFont
|
||||
|
||||
# label font definition
|
||||
LabelFont
|
||||
Series Bold
|
||||
Size Large
|
||||
EndFont
|
||||
# label font definition
|
||||
LabelFont
|
||||
Series Bold
|
||||
Size Large
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Subsubsection style definition
|
||||
Style Subsubsection
|
||||
Margin Dynamic
|
||||
LatexType Command
|
||||
LatexName sect2
|
||||
LabelSep xxx
|
||||
ParSkip 0.4
|
||||
TopSep 0.7
|
||||
BottomSep 0.4
|
||||
ParSep 0.4
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Counter_SubSubSection
|
||||
Margin Dynamic
|
||||
LatexType Command
|
||||
LatexName sect2
|
||||
LabelSep xxx
|
||||
ParSkip 0.4
|
||||
TopSep 0.7
|
||||
BottomSep 0.4
|
||||
ParSep 0.4
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Counter_SubSubSection
|
||||
|
||||
# standard font definition
|
||||
Font
|
||||
Series Bold
|
||||
EndFont
|
||||
# standard font definition
|
||||
Font
|
||||
Series Bold
|
||||
EndFont
|
||||
|
||||
# label font definition
|
||||
LabelFont
|
||||
Series Bold
|
||||
EndFont
|
||||
# label font definition
|
||||
LabelFont
|
||||
Series Bold
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Paragraph style definition
|
||||
Style Paragraph
|
||||
Margin Dynamic
|
||||
LatexType Command
|
||||
LatexName sect3
|
||||
LabelSep xxx
|
||||
ParSkip 0.4
|
||||
TopSep 0.4
|
||||
BottomSep 0.4
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Counter_Paragraph
|
||||
Margin Dynamic
|
||||
LatexType Command
|
||||
LatexName sect3
|
||||
LabelSep xxx
|
||||
ParSkip 0.4
|
||||
TopSep 0.4
|
||||
BottomSep 0.4
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Counter_Paragraph
|
||||
|
||||
# standard font definition
|
||||
Font
|
||||
Series Bold
|
||||
EndFont
|
||||
# standard font definition
|
||||
Font
|
||||
Series Bold
|
||||
EndFont
|
||||
|
||||
# label font definition
|
||||
LabelFont
|
||||
Series Bold
|
||||
EndFont
|
||||
# label font definition
|
||||
LabelFont
|
||||
Series Bold
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Subparagraph style definition
|
||||
Style Subparagraph
|
||||
Margin Dynamic
|
||||
LatexType Command
|
||||
LatexName sect4
|
||||
LeftMargin MM
|
||||
LabelSep xxx
|
||||
ParSkip 0.4
|
||||
TopSep 0.4
|
||||
ParSep 0.4
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Counter_SubParagraph
|
||||
Margin Dynamic
|
||||
LatexType Command
|
||||
LatexName sect4
|
||||
LeftMargin MM
|
||||
LabelSep xxx
|
||||
ParSkip 0.4
|
||||
TopSep 0.4
|
||||
ParSep 0.4
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Counter_SubParagraph
|
||||
|
||||
# standard font definition
|
||||
Font
|
||||
Series Bold
|
||||
EndFont
|
||||
# standard font definition
|
||||
Font
|
||||
Series Bold
|
||||
EndFont
|
||||
|
||||
# label font definition
|
||||
LabelFont
|
||||
Series Bold
|
||||
EndFont
|
||||
# label font definition
|
||||
LabelFont
|
||||
Series Bold
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Enumerate style definition
|
||||
Style Enumerate
|
||||
Margin Static
|
||||
LatexType Item_Environment
|
||||
LatexName enum
|
||||
LeftMargin MMN
|
||||
LabelSep xx
|
||||
ItemSep 0.2
|
||||
TopSep 0.7
|
||||
BottomSep 0.7
|
||||
ParSep 0.3
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Counter_EnumI
|
||||
Margin Static
|
||||
LatexType Item_Environment
|
||||
LatexName enum
|
||||
LeftMargin MMN
|
||||
LabelSep xx
|
||||
ItemSep 0.2
|
||||
TopSep 0.7
|
||||
BottomSep 0.7
|
||||
ParSep 0.3
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Counter_EnumI
|
||||
End
|
||||
|
||||
# Itemize style definition
|
||||
Style Itemize
|
||||
Margin Static
|
||||
LatexType Item_Environment
|
||||
LatexName itemize
|
||||
LeftMargin MMN
|
||||
LabelSep xx
|
||||
ItemSep 0.2
|
||||
TopSep 0.7
|
||||
BottomSep 0.7
|
||||
ParSep 0.3
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Static
|
||||
LabelString *
|
||||
Margin Static
|
||||
LatexType Item_Environment
|
||||
LatexName itemize
|
||||
LeftMargin MMN
|
||||
LabelSep xx
|
||||
ItemSep 0.2
|
||||
TopSep 0.7
|
||||
BottomSep 0.7
|
||||
ParSep 0.3
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Static
|
||||
LabelString *
|
||||
End
|
||||
|
||||
# Description style definition
|
||||
Style Description
|
||||
Margin First_Dynamic
|
||||
LatexType Item_environment
|
||||
LatexName descrip
|
||||
LeftMargin MM
|
||||
LabelSep xxx
|
||||
ParSkip 0.4
|
||||
ItemSep 0.2
|
||||
TopSep 0.7
|
||||
BottomSep 0.7
|
||||
ParSep 0.3
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Manual
|
||||
LabelString MM
|
||||
Margin First_Dynamic
|
||||
LatexType Item_environment
|
||||
LatexName descrip
|
||||
LeftMargin MM
|
||||
LabelSep xxx
|
||||
ParSkip 0.4
|
||||
ItemSep 0.2
|
||||
TopSep 0.7
|
||||
BottomSep 0.7
|
||||
ParSep 0.3
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Manual
|
||||
LabelString MM
|
||||
|
||||
# label font definition
|
||||
LabelFont
|
||||
Series Bold
|
||||
EndFont
|
||||
# label font definition
|
||||
LabelFont
|
||||
Series Bold
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Verbatim style definition
|
||||
Style Verbatim
|
||||
Margin Static
|
||||
LatexType environment
|
||||
LatexName verb
|
||||
LeftMargin MM
|
||||
LabelSep xx
|
||||
ItemSep 0.2
|
||||
Topsep 0.7
|
||||
BottomSep 0.7
|
||||
ParSep 0.3
|
||||
Align Block
|
||||
AlignPossible Block
|
||||
FreeSpacing 1
|
||||
LabelType No_Label
|
||||
Margin Static
|
||||
LatexType environment
|
||||
LatexName verb
|
||||
LeftMargin MM
|
||||
LabelSep xx
|
||||
ItemSep 0.2
|
||||
Topsep 0.7
|
||||
BottomSep 0.7
|
||||
ParSep 0.3
|
||||
Align Block
|
||||
AlignPossible Block
|
||||
FreeSpacing 1
|
||||
LabelType No_Label
|
||||
|
||||
# standard font definition
|
||||
Font
|
||||
Family Typewriter
|
||||
EndFont
|
||||
# standard font definition
|
||||
Font
|
||||
Family Typewriter
|
||||
EndFont
|
||||
|
||||
# label font definition
|
||||
LabelFont
|
||||
Family Typewriter
|
||||
EndFont
|
||||
# label font definition
|
||||
LabelFont
|
||||
Family Typewriter
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Code style definition
|
||||
Style Code
|
||||
Margin Static
|
||||
LatexType Environment
|
||||
LatexParam CDATA
|
||||
LatexName code
|
||||
LeftMargin MM
|
||||
LabelSep xx
|
||||
ItemSep 0.2
|
||||
TopSep 0.7
|
||||
BottomSep 0.7
|
||||
ParSep 0.3
|
||||
Align Block
|
||||
AlignPossible Block
|
||||
LabelType No_Label
|
||||
FreeSpacing 1
|
||||
Margin Static
|
||||
LatexType Environment
|
||||
LatexParam CDATA
|
||||
LatexName code
|
||||
LeftMargin MM
|
||||
LabelSep xx
|
||||
ItemSep 0.2
|
||||
TopSep 0.7
|
||||
BottomSep 0.7
|
||||
ParSep 0.3
|
||||
Align Block
|
||||
AlignPossible Block
|
||||
LabelType No_Label
|
||||
FreeSpacing 1
|
||||
End
|
||||
|
||||
# Author style definition
|
||||
Style Author
|
||||
Margin Dynamic
|
||||
LatexType Paragraph
|
||||
LatexName author
|
||||
LabelSep xxx
|
||||
ParSkip 0.4
|
||||
TopSep 1.3
|
||||
BottomSep 0.7
|
||||
ParSep 0.7
|
||||
Align Center
|
||||
AlignPossible Center
|
||||
LabelType No_Label
|
||||
Margin Dynamic
|
||||
LatexType Paragraph
|
||||
LatexName author
|
||||
LabelSep xxx
|
||||
ParSkip 0.4
|
||||
TopSep 1.3
|
||||
BottomSep 0.7
|
||||
ParSep 0.7
|
||||
Align Center
|
||||
AlignPossible Center
|
||||
LabelType No_Label
|
||||
|
||||
# standard font definition
|
||||
Font
|
||||
Size Larger
|
||||
EndFont
|
||||
# standard font definition
|
||||
Font
|
||||
Size Larger
|
||||
EndFont
|
||||
|
||||
# label font definition
|
||||
LabelFont
|
||||
Size Larger
|
||||
EndFont
|
||||
# label font definition
|
||||
LabelFont
|
||||
Size Larger
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Date style definition
|
||||
Style Date
|
||||
Margin Dynamic
|
||||
LatexType Paragraph
|
||||
LatexName date
|
||||
LabelSep xxx
|
||||
ParSkip 0.4
|
||||
TopSep 0.9
|
||||
BottomSep 0.5
|
||||
ParSep 0.5
|
||||
Align Center
|
||||
AlignPossible Center
|
||||
LabelType No_Label
|
||||
Margin Dynamic
|
||||
LatexType Paragraph
|
||||
LatexName date
|
||||
LabelSep xxx
|
||||
ParSkip 0.4
|
||||
TopSep 0.9
|
||||
BottomSep 0.5
|
||||
ParSep 0.5
|
||||
Align Center
|
||||
AlignPossible Center
|
||||
LabelType No_Label
|
||||
|
||||
# standard font definition
|
||||
Font
|
||||
Size Large
|
||||
EndFont
|
||||
# standard font definition
|
||||
Font
|
||||
Size Large
|
||||
EndFont
|
||||
|
||||
# label font definition
|
||||
LabelFont
|
||||
Size Large
|
||||
EndFont
|
||||
# label font definition
|
||||
LabelFont
|
||||
Size Large
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Abstract style definition
|
||||
Style Abstract
|
||||
Margin Static
|
||||
LatexType Paragraph
|
||||
LatexName abstract
|
||||
LeftMargin MM
|
||||
LabelSep xx
|
||||
ItemSep 0
|
||||
TopSep 0.7
|
||||
BottomSep 0.7
|
||||
ParSep 0
|
||||
Align Block
|
||||
AlignPossible Block
|
||||
LabelType No_Label
|
||||
Margin Static
|
||||
LatexType Paragraph
|
||||
LatexName abstract
|
||||
LeftMargin MM
|
||||
LabelSep xx
|
||||
ItemSep 0
|
||||
TopSep 0.7
|
||||
BottomSep 0.7
|
||||
ParSep 0
|
||||
Align Block
|
||||
AlignPossible Block
|
||||
LabelType No_Label
|
||||
|
||||
# standard font definition
|
||||
Font
|
||||
Shape Italic
|
||||
EndFont
|
||||
# standard font definition
|
||||
Font
|
||||
Shape Italic
|
||||
EndFont
|
||||
|
||||
# label font definition
|
||||
LabelFont
|
||||
Shape Italic
|
||||
EndFont
|
||||
# label font definition
|
||||
LabelFont
|
||||
Shape Italic
|
||||
EndFont
|
||||
End
|
||||
|
||||
# SGML style definition
|
||||
Style SGML
|
||||
Margin Static
|
||||
LatexType Paragraph
|
||||
LatexName "!-- --"
|
||||
NewLine 0
|
||||
ParIndent MM
|
||||
ParSkip 0.4
|
||||
ParSep 0.5
|
||||
Align Left
|
||||
AlignPossible Block, Left, Right, Center
|
||||
LabelType No_Label
|
||||
FreeSpacing 1
|
||||
PassThru 1
|
||||
Margin Static
|
||||
LatexType Paragraph
|
||||
LatexName "!-- --"
|
||||
NewLine 0
|
||||
ParIndent MM
|
||||
ParSkip 0.4
|
||||
ParSep 0.5
|
||||
Align Left
|
||||
AlignPossible Block, Left, Right, Center
|
||||
LabelType No_Label
|
||||
FreeSpacing 1
|
||||
PassThru 1
|
||||
End
|
||||
|
@ -4,7 +4,7 @@
|
||||
# Author : Edmar Wienskoski Jr. <edmar-w-jr@technologist.com>
|
||||
|
||||
Preamble
|
||||
\usepackage{noweb}
|
||||
\usepackage{noweb}
|
||||
EndPreamble
|
||||
|
||||
Input article.layout
|
||||
|
@ -4,7 +4,7 @@
|
||||
# Author : Edmar Wienskoski Jr. <edmar-w-jr@technologist.com>
|
||||
|
||||
Preamble
|
||||
\usepackage{noweb}
|
||||
\usepackage{noweb}
|
||||
EndPreamble
|
||||
|
||||
Input book.layout
|
||||
|
@ -4,7 +4,7 @@
|
||||
# Author : Edmar Wienskoski Jr. <edmar-w-jr@technologist.com>
|
||||
|
||||
Preamble
|
||||
\usepackage{noweb}
|
||||
\usepackage{noweb}
|
||||
EndPreamble
|
||||
|
||||
Input report.layout
|
||||
|
@ -10,27 +10,27 @@
|
||||
OutputType literate
|
||||
|
||||
Style Scrap
|
||||
Margin First_Dynamic
|
||||
LatexType Paragraph
|
||||
LatexName dummy
|
||||
NewLine 0
|
||||
LeftMargin MMM
|
||||
ParSep 0.4
|
||||
TopSep 0.4
|
||||
BottomSep 0.4
|
||||
ItemSep 0.4
|
||||
Align Left
|
||||
AlignPossible Block,Left
|
||||
FreeSpacing 1
|
||||
PassThru 1
|
||||
LabelType Static
|
||||
Margin First_Dynamic
|
||||
LatexType Paragraph
|
||||
LatexName dummy
|
||||
NewLine 0
|
||||
LeftMargin MMM
|
||||
ParSep 0.4
|
||||
TopSep 0.4
|
||||
BottomSep 0.4
|
||||
ItemSep 0.4
|
||||
Align Left
|
||||
AlignPossible Block,Left
|
||||
FreeSpacing 1
|
||||
PassThru 1
|
||||
LabelType Static
|
||||
|
||||
LabelFont
|
||||
Color magenta
|
||||
EndFont
|
||||
TextFont
|
||||
Color latex
|
||||
Family Typewriter
|
||||
EndFont
|
||||
LabelFont
|
||||
Color magenta
|
||||
EndFont
|
||||
TextFont
|
||||
Color latex
|
||||
Family Typewriter
|
||||
EndFont
|
||||
|
||||
End
|
||||
|
@ -14,21 +14,21 @@
|
||||
# Modified for LyX 12 by Jean-Marc Lasgouttes and MV.
|
||||
#
|
||||
# General textclass parameters
|
||||
Columns 1
|
||||
Sides 1
|
||||
PageStyle Plain
|
||||
MaxCounter Counter_Section
|
||||
Columns 1
|
||||
Sides 1
|
||||
PageStyle Plain
|
||||
MaxCounter Counter_Section
|
||||
|
||||
# Standard style definition
|
||||
Style Standard
|
||||
Margin Static
|
||||
LatexType Paragraph
|
||||
LatexName dummy
|
||||
ParIndent MM
|
||||
ParSkip 0.4
|
||||
Align Block
|
||||
AlignPossible Block, Left, Right, Center
|
||||
LabelType No_Label
|
||||
Margin Static
|
||||
LatexType Paragraph
|
||||
LatexName dummy
|
||||
ParIndent MM
|
||||
ParSkip 0.4
|
||||
Align Block
|
||||
AlignPossible Block, Left, Right, Center
|
||||
LabelType No_Label
|
||||
End
|
||||
|
||||
# The standard sections
|
||||
@ -36,68 +36,68 @@ Input stdsections.inc
|
||||
|
||||
# Chapter style definition
|
||||
Style Chapter
|
||||
Align Center
|
||||
AlignPossible Block,Left,Center
|
||||
Align Center
|
||||
AlignPossible Block,Left,Center
|
||||
End
|
||||
|
||||
# Section style definition
|
||||
Style Section
|
||||
# standard font definition
|
||||
LabelFont
|
||||
Series Bold
|
||||
Size Large
|
||||
EndFont
|
||||
Font
|
||||
Series Bold
|
||||
Size Large
|
||||
EndFont
|
||||
# standard font definition
|
||||
LabelFont
|
||||
Series Bold
|
||||
Size Large
|
||||
EndFont
|
||||
Font
|
||||
Series Bold
|
||||
Size Large
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Subsection style definition
|
||||
Style Subsection
|
||||
LabelType Counter_Subsection
|
||||
LabelFont
|
||||
Series Bold
|
||||
Size Normal
|
||||
EndFont
|
||||
LabelType Counter_Subsection
|
||||
LabelFont
|
||||
Series Bold
|
||||
Size Normal
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Subsubsection style definition
|
||||
Style Subsubsection
|
||||
# standard font definition
|
||||
LabelFont
|
||||
Series Bold
|
||||
Size Normal
|
||||
EndFont
|
||||
# standard font definition
|
||||
LabelFont
|
||||
Series Bold
|
||||
Size Normal
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Paragraph style definition
|
||||
Style Paragraph
|
||||
# standard font definition
|
||||
Font
|
||||
Series Medium
|
||||
Shape Italic
|
||||
Size Normal
|
||||
EndFont
|
||||
Font
|
||||
Series Medium
|
||||
Shape Italic
|
||||
Size Normal
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Subparagraph style definition
|
||||
Style Subparagraph
|
||||
# standard font definition
|
||||
Font
|
||||
Series Medium
|
||||
Shape Up
|
||||
Size Normal
|
||||
EndFont
|
||||
# standard font definition
|
||||
Font
|
||||
Series Medium
|
||||
Shape Up
|
||||
Size Normal
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Now define the starred versions from the normal ones.
|
||||
Input stdstarsections.inc
|
||||
|
||||
# Remove the ones that we do not want
|
||||
NoStyle Part
|
||||
NoStyle Part*
|
||||
NoStyle Chapter
|
||||
NoStyle Part
|
||||
NoStyle Part*
|
||||
NoStyle Chapter
|
||||
|
||||
# Some standard things
|
||||
Input stdlayouts.inc
|
||||
@ -105,149 +105,149 @@ Input stdlists.inc
|
||||
|
||||
# Title style definition
|
||||
Style Title
|
||||
Margin Static
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
LatexName title
|
||||
NextNoIndent 1
|
||||
ParSkip 0.4
|
||||
TopSep 1.3
|
||||
BottomSep 0.7
|
||||
ParSep 0.7
|
||||
Align Center
|
||||
AlignPossible Block, Center, Left, Right
|
||||
LabelType No_Label
|
||||
Fill_Top 1
|
||||
Fill_Bottom 1
|
||||
Margin Static
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
LatexName title
|
||||
NextNoIndent 1
|
||||
ParSkip 0.4
|
||||
TopSep 1.3
|
||||
BottomSep 0.7
|
||||
ParSep 0.7
|
||||
Align Center
|
||||
AlignPossible Block, Center, Left, Right
|
||||
LabelType No_Label
|
||||
Fill_Top 1
|
||||
Fill_Bottom 1
|
||||
|
||||
# standard font definition
|
||||
Font
|
||||
Family Sans
|
||||
Series Bold
|
||||
Size Largest
|
||||
EndFont
|
||||
# standard font definition
|
||||
Font
|
||||
Family Sans
|
||||
Series Bold
|
||||
Size Largest
|
||||
EndFont
|
||||
|
||||
End
|
||||
|
||||
# Title style definition
|
||||
Style Subtitle
|
||||
Margin Static
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
LatexName subtitle
|
||||
NextNoIndent 1
|
||||
ParSkip 0.4
|
||||
ItemSep 0
|
||||
TopSep 0
|
||||
BottomSep 0
|
||||
ParSep 0
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
LabelType No_Label
|
||||
Margin Static
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
LatexName subtitle
|
||||
NextNoIndent 1
|
||||
ParSkip 0.4
|
||||
ItemSep 0
|
||||
TopSep 0
|
||||
BottomSep 0
|
||||
ParSep 0
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
LabelType No_Label
|
||||
|
||||
# standard font definition
|
||||
Font
|
||||
Family Sans
|
||||
Series Bold
|
||||
Size Large
|
||||
EndFont
|
||||
# standard font definition
|
||||
Font
|
||||
Family Sans
|
||||
Series Bold
|
||||
Size Large
|
||||
EndFont
|
||||
|
||||
End
|
||||
|
||||
# Title_Running style definition
|
||||
Style Running_LaTeX_Title
|
||||
Margin Static
|
||||
InTitle 1
|
||||
LatexType Command
|
||||
LatexName titlerunning
|
||||
NextNoIndent 1
|
||||
LeftMargin "Running title:xxx"
|
||||
LabelSep xxx
|
||||
ParSkip 0.4
|
||||
TopSep 1.3
|
||||
BottomSep 0.7
|
||||
ParSep 0.7
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
LabelType Static
|
||||
LabelString "Running title: "
|
||||
Margin Static
|
||||
InTitle 1
|
||||
LatexType Command
|
||||
LatexName titlerunning
|
||||
NextNoIndent 1
|
||||
LeftMargin "Running title:xxx"
|
||||
LabelSep xxx
|
||||
ParSkip 0.4
|
||||
TopSep 1.3
|
||||
BottomSep 0.7
|
||||
ParSep 0.7
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
LabelType Static
|
||||
LabelString "Running title: "
|
||||
|
||||
# standard font definition
|
||||
LabelFont
|
||||
Series Bold
|
||||
Shape Italic
|
||||
Color Red
|
||||
EndFont
|
||||
# standard font definition
|
||||
LabelFont
|
||||
Series Bold
|
||||
Shape Italic
|
||||
Color Red
|
||||
EndFont
|
||||
|
||||
End
|
||||
|
||||
# TOC_Title style definition
|
||||
Style TOC_Title
|
||||
CopyStyle "Running LaTeX Title"
|
||||
LatexName toctitle
|
||||
LeftMargin "TOC title:xxx"
|
||||
LabelString "TOC title: "
|
||||
CopyStyle "Running LaTeX Title"
|
||||
LatexName toctitle
|
||||
LeftMargin "TOC title:xxx"
|
||||
LabelString "TOC title: "
|
||||
End
|
||||
|
||||
# Author style definition
|
||||
Style Author
|
||||
Margin Static
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
LatexName author
|
||||
NextNoIndent 1
|
||||
ParSkip 0.4
|
||||
TopSep 0.7
|
||||
BottomSep 0.7
|
||||
ItemSep 0
|
||||
ParSep 0
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
LabelType No_Label
|
||||
Margin Static
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
LatexName author
|
||||
NextNoIndent 1
|
||||
ParSkip 0.4
|
||||
TopSep 0.7
|
||||
BottomSep 0.7
|
||||
ItemSep 0
|
||||
ParSep 0
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
LabelType No_Label
|
||||
|
||||
# standard font definition
|
||||
Font
|
||||
Series Bold
|
||||
Shape Italic
|
||||
EndFont
|
||||
# standard font definition
|
||||
Font
|
||||
Series Bold
|
||||
Shape Italic
|
||||
EndFont
|
||||
|
||||
End
|
||||
|
||||
# AuthorRunning style definition
|
||||
Style Author_Running
|
||||
CopyStyle "Running LaTeX Title"
|
||||
LatexName authorrunning
|
||||
LeftMargin "Author Running:xxx"
|
||||
LabelString "Author Running: "
|
||||
CopyStyle "Running LaTeX Title"
|
||||
LatexName authorrunning
|
||||
LeftMargin "Author Running:xxx"
|
||||
LabelString "Author Running: "
|
||||
End
|
||||
|
||||
# TOC_Author style definition
|
||||
Style TOC_Author
|
||||
CopyStyle "Running LaTeX Title"
|
||||
LatexName tocauthor
|
||||
LeftMargin "TOC Author:xxx"
|
||||
LabelString "TOC Author: "
|
||||
CopyStyle "Running LaTeX Title"
|
||||
LatexName tocauthor
|
||||
LeftMargin "TOC Author:xxx"
|
||||
LabelString "TOC Author: "
|
||||
End
|
||||
|
||||
# Institute style definition
|
||||
Style Institute
|
||||
Margin Static
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
LatexName institute
|
||||
NextNoIndent 1
|
||||
ParSkip 0.4
|
||||
TopSep 1.3
|
||||
BottomSep 0.7
|
||||
ParSep 0.7
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
LabelType No_Label
|
||||
Margin Static
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
LatexName institute
|
||||
NextNoIndent 1
|
||||
ParSkip 0.4
|
||||
TopSep 1.3
|
||||
BottomSep 0.7
|
||||
ParSep 0.7
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
LabelType No_Label
|
||||
|
||||
# Std. font definition
|
||||
Font
|
||||
Size Small
|
||||
EndFont
|
||||
# Std. font definition
|
||||
Font
|
||||
Size Small
|
||||
EndFont
|
||||
|
||||
End
|
||||
|
||||
@ -255,193 +255,193 @@ End
|
||||
#
|
||||
# Correspondence address style definition
|
||||
Style Email
|
||||
CopyStyle "Running LaTeX Title"
|
||||
LatexName email
|
||||
LeftMargin "Email:xxx"
|
||||
LabelString "Email: "
|
||||
CopyStyle "Running LaTeX Title"
|
||||
LatexName email
|
||||
LeftMargin "Email:xxx"
|
||||
LabelString "Email: "
|
||||
End
|
||||
|
||||
# Abstract style definition
|
||||
Style Abstract
|
||||
Margin First_Dynamic
|
||||
LatexType Environment
|
||||
LatexName abstract
|
||||
NextNoIndent 0
|
||||
ParIndent MM
|
||||
LabelSep xx
|
||||
ItemSep 0
|
||||
TopSep 0.7
|
||||
BottomSep 0.7
|
||||
ParSep 0
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Top_Environment
|
||||
LabelString Abstract.
|
||||
Margin First_Dynamic
|
||||
LatexType Environment
|
||||
LatexName abstract
|
||||
NextNoIndent 0
|
||||
ParIndent MM
|
||||
LabelSep xx
|
||||
ItemSep 0
|
||||
TopSep 0.7
|
||||
BottomSep 0.7
|
||||
ParSep 0
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Top_Environment
|
||||
LabelString Abstract.
|
||||
|
||||
# label font definition
|
||||
LabelFont
|
||||
Series Bold
|
||||
EndFont
|
||||
# label font definition
|
||||
LabelFont
|
||||
Series Bold
|
||||
EndFont
|
||||
End
|
||||
|
||||
|
||||
#
|
||||
# Bibliography style definition
|
||||
Style Bibliography
|
||||
Margin First_Dynamic
|
||||
LatexType Bib_Environment
|
||||
LatexName thebibliography
|
||||
NextNoIndent 1
|
||||
LeftMargin MM
|
||||
ParSkip 0.4
|
||||
ItemSep 0
|
||||
TopSep 0.7
|
||||
BottomSep 0.7
|
||||
ParSep 0.5
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Bibliography
|
||||
LabelString References
|
||||
LabelBottomSep 0.7
|
||||
Margin First_Dynamic
|
||||
LatexType Bib_Environment
|
||||
LatexName thebibliography
|
||||
NextNoIndent 1
|
||||
LeftMargin MM
|
||||
ParSkip 0.4
|
||||
ItemSep 0
|
||||
TopSep 0.7
|
||||
BottomSep 0.7
|
||||
ParSep 0.5
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Bibliography
|
||||
LabelString References
|
||||
LabelBottomSep 0.7
|
||||
|
||||
# label font definition
|
||||
LabelFont
|
||||
Series Bold
|
||||
EndFont
|
||||
# label font definition
|
||||
LabelFont
|
||||
Series Bold
|
||||
EndFont
|
||||
|
||||
End
|
||||
|
||||
# Mathematics-like definitions:
|
||||
|
||||
Style Case
|
||||
Margin First_Dynamic
|
||||
LatexType Environment
|
||||
LatexName case
|
||||
NextNoIndent 0
|
||||
ParIndent MM
|
||||
LabelSep xx
|
||||
ItemSep 0
|
||||
TopSep 0.5
|
||||
BottomSep 0.5
|
||||
ParSep 0
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Static
|
||||
LabelString Case #.
|
||||
Margin First_Dynamic
|
||||
LatexType Environment
|
||||
LatexName case
|
||||
NextNoIndent 0
|
||||
ParIndent MM
|
||||
LabelSep xx
|
||||
ItemSep 0
|
||||
TopSep 0.5
|
||||
BottomSep 0.5
|
||||
ParSep 0
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Static
|
||||
LabelString Case #.
|
||||
|
||||
# font & label font definition
|
||||
# font & label font definition
|
||||
|
||||
LabelFont
|
||||
Shape Italic
|
||||
EndFont
|
||||
LabelFont
|
||||
Shape Italic
|
||||
EndFont
|
||||
|
||||
End
|
||||
|
||||
Style Claim
|
||||
CopyStyle Case
|
||||
LatexName claim
|
||||
LabelString "Claim. "
|
||||
CopyStyle Case
|
||||
LatexName claim
|
||||
LabelString "Claim. "
|
||||
End
|
||||
|
||||
Style Conjecture
|
||||
CopyStyle Case
|
||||
LatexName conjecture
|
||||
LabelString "Conjecture #. "
|
||||
CopyStyle Case
|
||||
LatexName conjecture
|
||||
LabelString "Conjecture #. "
|
||||
End
|
||||
|
||||
Style Corollary
|
||||
CopyStyle Case
|
||||
LatexName corollary
|
||||
LabelString "Corollary #. "
|
||||
CopyStyle Case
|
||||
LatexName corollary
|
||||
LabelString "Corollary #. "
|
||||
|
||||
# font & label font definition
|
||||
Font
|
||||
Shape Italic
|
||||
EndFont
|
||||
# font & label font definition
|
||||
Font
|
||||
Shape Italic
|
||||
EndFont
|
||||
|
||||
LabelFont
|
||||
Shape Up
|
||||
Series Bold
|
||||
EndFont
|
||||
LabelFont
|
||||
Shape Up
|
||||
Series Bold
|
||||
EndFont
|
||||
|
||||
End
|
||||
|
||||
Style Definition
|
||||
CopyStyle Corollary
|
||||
LatexName definition
|
||||
LabelString "Definition #. "
|
||||
CopyStyle Corollary
|
||||
LatexName definition
|
||||
LabelString "Definition #. "
|
||||
End
|
||||
|
||||
Style Example
|
||||
CopyStyle Case
|
||||
LatexName example
|
||||
LabelString "Example #. "
|
||||
CopyStyle Case
|
||||
LatexName example
|
||||
LabelString "Example #. "
|
||||
End
|
||||
|
||||
Style Exercise
|
||||
CopyStyle Case
|
||||
LatexName exercise
|
||||
LabelString "Exercise #. "
|
||||
CopyStyle Case
|
||||
LatexName exercise
|
||||
LabelString "Exercise #. "
|
||||
End
|
||||
|
||||
Style Lemma
|
||||
CopyStyle Corollary
|
||||
LatexName lemma
|
||||
LabelString "Lemma #. "
|
||||
CopyStyle Corollary
|
||||
LatexName lemma
|
||||
LabelString "Lemma #. "
|
||||
End
|
||||
|
||||
Style Note
|
||||
CopyStyle Case
|
||||
LatexName note
|
||||
LabelString "Note #. "
|
||||
CopyStyle Case
|
||||
LatexName note
|
||||
LabelString "Note #. "
|
||||
End
|
||||
|
||||
Style Problem
|
||||
CopyStyle Exercise
|
||||
LatexName problem
|
||||
LabelString "Problem #. "
|
||||
CopyStyle Exercise
|
||||
LatexName problem
|
||||
LabelString "Problem #. "
|
||||
End
|
||||
|
||||
Style Proof
|
||||
CopyStyle Claim
|
||||
LatexName proof
|
||||
LabelString "Proof. "
|
||||
CopyStyle Claim
|
||||
LatexName proof
|
||||
LabelString "Proof. "
|
||||
End
|
||||
|
||||
Style Property
|
||||
CopyStyle Case
|
||||
LatexName property
|
||||
LabelString "Property #. "
|
||||
CopyStyle Case
|
||||
LatexName property
|
||||
LabelString "Property #. "
|
||||
End
|
||||
|
||||
Style Proposition
|
||||
CopyStyle Corollary
|
||||
LatexName proposition
|
||||
LabelString "Proposition #. "
|
||||
CopyStyle Corollary
|
||||
LatexName proposition
|
||||
LabelString "Proposition #. "
|
||||
End
|
||||
|
||||
Style Question
|
||||
CopyStyle Case
|
||||
LatexName question
|
||||
LabelString "Question #. "
|
||||
CopyStyle Case
|
||||
LatexName question
|
||||
LabelString "Question #. "
|
||||
End
|
||||
|
||||
Style Remark
|
||||
CopyStyle Case
|
||||
LatexName remark
|
||||
LabelString "Remark #. "
|
||||
CopyStyle Case
|
||||
LatexName remark
|
||||
LabelString "Remark #. "
|
||||
End
|
||||
|
||||
Style Solution
|
||||
CopyStyle Case
|
||||
LatexName solution
|
||||
LabelString "Solution #. "
|
||||
CopyStyle Case
|
||||
LatexName solution
|
||||
LabelString "Solution #. "
|
||||
End
|
||||
|
||||
Style Theorem
|
||||
CopyStyle Corollary
|
||||
LatexName theorem
|
||||
LabelString "Theorem #. "
|
||||
CopyStyle Corollary
|
||||
LatexName theorem
|
||||
LabelString "Theorem #. "
|
||||
End
|
||||
|
||||
Input stdfloats.inc
|
||||
|
@ -5,38 +5,38 @@
|
||||
# Author : Herbert Voss <voss@perce.de> 2001/08/13
|
||||
#
|
||||
# General textclass parameters
|
||||
Columns 2
|
||||
Sides 2
|
||||
#SecNumDepth #no counting
|
||||
#TocDepth -1
|
||||
MaxCounter Counter_Section
|
||||
Columns 2
|
||||
Sides 2
|
||||
#SecNumDepth #no counting
|
||||
#TocDepth -1
|
||||
MaxCounter Counter_Section
|
||||
#
|
||||
ClassOptions
|
||||
FontSize default #only 11pt
|
||||
PageStyle "" # controlled by class
|
||||
FontSize default #only 11pt
|
||||
PageStyle "" # controlled by class
|
||||
End
|
||||
#
|
||||
DefaultFont # only for screen
|
||||
Family Roman
|
||||
Series Medium
|
||||
Shape Up
|
||||
Size Normal
|
||||
Color None
|
||||
DefaultFont # only for screen
|
||||
Family Roman
|
||||
Series Medium
|
||||
Shape Up
|
||||
Size Normal
|
||||
Color None
|
||||
EndFont
|
||||
#
|
||||
#
|
||||
# Standard style definition
|
||||
#
|
||||
Style Standard
|
||||
Margin Static
|
||||
LatexType Paragraph
|
||||
LatexName dummy # no special latex env
|
||||
ParIndent MM
|
||||
ParSkip 0.5 # default
|
||||
ParSep 0.5 # default
|
||||
Align Block
|
||||
AlignPossible Block, Left, Right, Center
|
||||
LabelType No_Label
|
||||
Margin Static
|
||||
LatexType Paragraph
|
||||
LatexName dummy # no special latex env
|
||||
ParIndent MM
|
||||
ParSkip 0.5 # default
|
||||
ParSep 0.5 # default
|
||||
Align Block
|
||||
AlignPossible Block, Left, Right, Center
|
||||
LabelType No_Label
|
||||
End
|
||||
#
|
||||
#
|
||||
@ -44,96 +44,96 @@ Input stdlists.inc
|
||||
|
||||
# Section style definition
|
||||
Style Section
|
||||
Margin Dynamic
|
||||
LatexType Command
|
||||
LatexName section
|
||||
NeedProtect 1
|
||||
NextNoIndent 1
|
||||
LabelSep xxx
|
||||
ParSkip 0.4
|
||||
TopSep 1.3
|
||||
BottomSep 0.7
|
||||
ParSep 0.7
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Counter_Section
|
||||
Margin Dynamic
|
||||
LatexType Command
|
||||
LatexName section
|
||||
NeedProtect 1
|
||||
NextNoIndent 1
|
||||
LabelSep xxx
|
||||
ParSkip 0.4
|
||||
TopSep 1.3
|
||||
BottomSep 0.7
|
||||
ParSep 0.7
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Counter_Section
|
||||
|
||||
# standard font definition
|
||||
Font
|
||||
Series Bold
|
||||
Size Normal
|
||||
EndFont
|
||||
# standard font definition
|
||||
Font
|
||||
Series Bold
|
||||
Size Normal
|
||||
EndFont
|
||||
|
||||
End
|
||||
|
||||
# Subsection style definition
|
||||
Style Subsection
|
||||
Margin Dynamic
|
||||
LatexType Command
|
||||
LatexName subsection
|
||||
NeedProtect 1
|
||||
NextNoIndent 1
|
||||
LabelSep xxx
|
||||
ParSkip 0.4
|
||||
TopSep 0.9
|
||||
BottomSep 0.5
|
||||
ParSep 0.5
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Counter_Subsection
|
||||
# standard font definition
|
||||
Font
|
||||
Series Bold
|
||||
Size Normal
|
||||
EndFont
|
||||
Margin Dynamic
|
||||
LatexType Command
|
||||
LatexName subsection
|
||||
NeedProtect 1
|
||||
NextNoIndent 1
|
||||
LabelSep xxx
|
||||
ParSkip 0.4
|
||||
TopSep 0.9
|
||||
BottomSep 0.5
|
||||
ParSep 0.5
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Counter_Subsection
|
||||
# standard font definition
|
||||
Font
|
||||
Series Bold
|
||||
Size Normal
|
||||
EndFont
|
||||
End
|
||||
|
||||
|
||||
# Subsubsection style definition
|
||||
Style Subsubsection
|
||||
Margin Dynamic
|
||||
LatexType Command
|
||||
LatexName subsubsection
|
||||
NeedProtect 1
|
||||
NextNoIndent 1
|
||||
LabelSep xxx
|
||||
ParSkip 0.4
|
||||
TopSep 0.7
|
||||
BottomSep 0.4
|
||||
ParSep 0.4
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Counter_SubSubSection
|
||||
Margin Dynamic
|
||||
LatexType Command
|
||||
LatexName subsubsection
|
||||
NeedProtect 1
|
||||
NextNoIndent 1
|
||||
LabelSep xxx
|
||||
ParSkip 0.4
|
||||
TopSep 0.7
|
||||
BottomSep 0.4
|
||||
ParSep 0.4
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Counter_SubSubSection
|
||||
|
||||
# standard font definition
|
||||
Font
|
||||
Series Bold
|
||||
Size Normal
|
||||
EndFont
|
||||
# standard font definition
|
||||
Font
|
||||
Series Bold
|
||||
Size Normal
|
||||
EndFont
|
||||
|
||||
End
|
||||
|
||||
# Paragraph style definition
|
||||
Style Paragraph
|
||||
Margin Dynamic
|
||||
LatexType Command
|
||||
LatexName paragraph
|
||||
NeedProtect 1
|
||||
NextNoIndent 1
|
||||
LabelSep xxx
|
||||
ParSkip 0.4
|
||||
TopSep 0.4
|
||||
BottomSep 0
|
||||
ParSep 0.4
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Counter_Paragraph
|
||||
Margin Dynamic
|
||||
LatexType Command
|
||||
LatexName paragraph
|
||||
NeedProtect 1
|
||||
NextNoIndent 1
|
||||
LabelSep xxx
|
||||
ParSkip 0.4
|
||||
TopSep 0.4
|
||||
BottomSep 0
|
||||
ParSep 0.4
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Counter_Paragraph
|
||||
|
||||
# standard font definition
|
||||
Font
|
||||
Series Bold
|
||||
Size Normal
|
||||
EndFont
|
||||
# standard font definition
|
||||
Font
|
||||
Series Bold
|
||||
Size Normal
|
||||
EndFont
|
||||
End
|
||||
|
||||
|
||||
@ -149,68 +149,68 @@ Input stdcounters.inc
|
||||
#
|
||||
# Title style definition
|
||||
Style Title
|
||||
Margin Static
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
LatexName title
|
||||
ParSkip 0.4
|
||||
ItemSep 0
|
||||
TopSep 0
|
||||
BottomSep 1
|
||||
ParSep 1
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
LabelType No_Label
|
||||
# standard font definition
|
||||
TextFont
|
||||
Series Bold
|
||||
Size Normal
|
||||
EndFont
|
||||
Margin Static
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
LatexName title
|
||||
ParSkip 0.4
|
||||
ItemSep 0
|
||||
TopSep 0
|
||||
BottomSep 1
|
||||
ParSep 1
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
LabelType No_Label
|
||||
# standard font definition
|
||||
TextFont
|
||||
Series Bold
|
||||
Size Normal
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Author style definition
|
||||
Style Author
|
||||
Margin Static
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
LatexName author
|
||||
LabelSep xxx
|
||||
ParSkip 0.4
|
||||
TopSep 1.3
|
||||
BottomSep 0.7
|
||||
ParSep 0.7
|
||||
LeftMargin MM
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
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
|
||||
LeftMargin MM
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
LabelType No_Label
|
||||
End
|
||||
#
|
||||
#
|
||||
# Abstract style definition
|
||||
Style Abstract
|
||||
Margin Static
|
||||
LatexType Environment
|
||||
LatexName abstract
|
||||
NextNoIndent 1
|
||||
LeftMargin ""
|
||||
RightMargin ""
|
||||
ParIndent ""
|
||||
ItemSep 0
|
||||
TopSep 1.5
|
||||
BottomSep 1.5
|
||||
ParSep 0
|
||||
Align Block
|
||||
AlignPossible Block
|
||||
LabelType Top_Environment
|
||||
LabelString Abstract
|
||||
LabelBottomSep 0.5
|
||||
# standard font definition
|
||||
TextFont
|
||||
Size Normal
|
||||
EndFont
|
||||
# label font definition
|
||||
LabelFont
|
||||
Size Normal
|
||||
Series Bold
|
||||
EndFont
|
||||
Margin Static
|
||||
LatexType Environment
|
||||
LatexName abstract
|
||||
NextNoIndent 1
|
||||
LeftMargin ""
|
||||
RightMargin ""
|
||||
ParIndent ""
|
||||
ItemSep 0
|
||||
TopSep 1.5
|
||||
BottomSep 1.5
|
||||
ParSep 0
|
||||
Align Block
|
||||
AlignPossible Block
|
||||
LabelType Top_Environment
|
||||
LabelString Abstract
|
||||
LabelBottomSep 0.5
|
||||
# standard font definition
|
||||
TextFont
|
||||
Size Normal
|
||||
EndFont
|
||||
# label font definition
|
||||
LabelFont
|
||||
Size Normal
|
||||
Series Bold
|
||||
EndFont
|
||||
End
|
||||
|
@ -9,114 +9,114 @@
|
||||
|
||||
# Lyx-Code style definition
|
||||
Style LyX-Code
|
||||
Margin Static
|
||||
LatexType Environment
|
||||
LatexName lyxcode
|
||||
NextNoIndent 1
|
||||
LeftMargin MMM
|
||||
RightMargin MMM
|
||||
TopSep 0.5
|
||||
BottomSep 0.5
|
||||
Align Left
|
||||
AlignPossible Block, Left, Right, Center
|
||||
LabelType No_Label
|
||||
FreeSpacing 1
|
||||
Margin Static
|
||||
LatexType Environment
|
||||
LatexName lyxcode
|
||||
NextNoIndent 1
|
||||
LeftMargin MMM
|
||||
RightMargin MMM
|
||||
TopSep 0.5
|
||||
BottomSep 0.5
|
||||
Align Left
|
||||
AlignPossible Block, Left, Right, Center
|
||||
LabelType No_Label
|
||||
FreeSpacing 1
|
||||
|
||||
# define the environment lyxcode
|
||||
Preamble
|
||||
\newenvironment{lyxcode}
|
||||
{\begin{list}{}{
|
||||
\setlength{\rightmargin}{\leftmargin}
|
||||
\setlength{\listparindent}{0pt}% needed for AMS classes
|
||||
\raggedright
|
||||
\setlength{\itemsep}{0pt}
|
||||
\setlength{\parsep}{0pt}
|
||||
\normalfont\ttfamily}%
|
||||
\item[]}
|
||||
{\end{list}}
|
||||
EndPreamble
|
||||
# define the environment lyxcode
|
||||
Preamble
|
||||
\newenvironment{lyxcode}
|
||||
{\begin{list}{}{
|
||||
\setlength{\rightmargin}{\leftmargin}
|
||||
\setlength{\listparindent}{0pt}% needed for AMS classes
|
||||
\raggedright
|
||||
\setlength{\itemsep}{0pt}
|
||||
\setlength{\parsep}{0pt}
|
||||
\normalfont\ttfamily}%
|
||||
\item[]}
|
||||
{\end{list}}
|
||||
EndPreamble
|
||||
|
||||
# standard font definition
|
||||
Font
|
||||
Family Typewriter
|
||||
EndFont
|
||||
# standard font definition
|
||||
Font
|
||||
Family Typewriter
|
||||
EndFont
|
||||
|
||||
End
|
||||
|
||||
# Comment style definition
|
||||
Style Comment
|
||||
Margin Dynamic
|
||||
LatexType Environment
|
||||
LatexName comment
|
||||
NextNoIndent 1
|
||||
LeftMargin MMM
|
||||
RightMargin MMM
|
||||
Align Block
|
||||
AlignPossible Block, Left, Right, Center
|
||||
LabelType Static
|
||||
LabelSep :x
|
||||
Labelstring "Comment:"
|
||||
Margin Dynamic
|
||||
LatexType Environment
|
||||
LatexName comment
|
||||
NextNoIndent 1
|
||||
LeftMargin MMM
|
||||
RightMargin MMM
|
||||
Align Block
|
||||
AlignPossible Block, Left, Right, Center
|
||||
LabelType Static
|
||||
LabelSep :x
|
||||
Labelstring "Comment:"
|
||||
|
||||
LabelFont
|
||||
Shape Italic
|
||||
Series Bold
|
||||
Color black
|
||||
EndFont
|
||||
LabelFont
|
||||
Shape Italic
|
||||
Series Bold
|
||||
Color black
|
||||
EndFont
|
||||
|
||||
TextFont
|
||||
Color magenta
|
||||
Shape Italic
|
||||
EndFont
|
||||
TextFont
|
||||
Color magenta
|
||||
Shape Italic
|
||||
EndFont
|
||||
|
||||
Preamble
|
||||
\usepackage{verbatim}
|
||||
EndPreamble
|
||||
Preamble
|
||||
\usepackage{verbatim}
|
||||
EndPreamble
|
||||
|
||||
End
|
||||
|
||||
# Address style definition
|
||||
Style Address
|
||||
Margin Static
|
||||
LatexType Command
|
||||
LatexName lyxaddress
|
||||
ParSkip 0.4
|
||||
BottomSep 1.5
|
||||
ParSep 1.5
|
||||
Align Left
|
||||
AlignPossible Block, Left, Right, Center
|
||||
LabelType No_Label
|
||||
Margin Static
|
||||
LatexType Command
|
||||
LatexName lyxaddress
|
||||
ParSkip 0.4
|
||||
BottomSep 1.5
|
||||
ParSep 1.5
|
||||
Align Left
|
||||
AlignPossible Block, Left, Right, Center
|
||||
LabelType No_Label
|
||||
|
||||
# define the macro \lyxaddress
|
||||
Preamble
|
||||
\newcommand{\lyxaddress}[1]{
|
||||
\par {\raggedright #1
|
||||
\vspace{1.4em}
|
||||
\noindent\par}
|
||||
}
|
||||
EndPreamble
|
||||
# define the macro \lyxaddress
|
||||
Preamble
|
||||
\newcommand{\lyxaddress}[1]{
|
||||
\par {\raggedright #1
|
||||
\vspace{1.4em}
|
||||
\noindent\par}
|
||||
}
|
||||
EndPreamble
|
||||
|
||||
End
|
||||
|
||||
# Right Address style
|
||||
Style Right_Address
|
||||
Margin Right_Address_Box
|
||||
LatexType Command
|
||||
LatexName lyxrightaddress
|
||||
ParSkip 0.4
|
||||
BottomSep 1.5
|
||||
ParSep 1.5
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
Margin Right_Address_Box
|
||||
LatexType Command
|
||||
LatexName lyxrightaddress
|
||||
ParSkip 0.4
|
||||
BottomSep 1.5
|
||||
ParSep 1.5
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
|
||||
# define the macro \lyxrightaddress
|
||||
Preamble
|
||||
\newcommand{\lyxrightaddress}[1]{
|
||||
\par {\raggedleft \begin{tabular}{l}\ignorespaces
|
||||
#1
|
||||
\end{tabular}
|
||||
\vspace{1.4em}
|
||||
\par}
|
||||
}
|
||||
EndPreamble
|
||||
|
||||
# define the macro \lyxrightaddress
|
||||
Preamble
|
||||
\newcommand{\lyxrightaddress}[1]{
|
||||
\par {\raggedleft \begin{tabular}{l}\ignorespaces
|
||||
#1
|
||||
\end{tabular}
|
||||
\vspace{1.4em}
|
||||
\par}
|
||||
}
|
||||
EndPreamble
|
||||
|
||||
End
|
||||
|
@ -4,183 +4,183 @@
|
||||
# Author : José Matos <jamatos@novalis.fc.up.pt>
|
||||
|
||||
# General textclass parameters
|
||||
Columns 1
|
||||
Sides 1
|
||||
PageStyle Plain
|
||||
MaxCounter Counter_Section
|
||||
OutputType linuxdoc
|
||||
DefaultStyle Standard
|
||||
Columns 1
|
||||
Sides 1
|
||||
PageStyle Plain
|
||||
MaxCounter Counter_Section
|
||||
OutputType linuxdoc
|
||||
DefaultStyle Standard
|
||||
|
||||
Input stdcounters.inc
|
||||
|
||||
# Standard style definition
|
||||
Style Standard
|
||||
Margin Static
|
||||
LatexType Paragraph
|
||||
LatexName p
|
||||
ParIndent MM
|
||||
ParSkip 0.4
|
||||
Align Block
|
||||
AlignPossible Block
|
||||
LabelType No_Label
|
||||
Margin Static
|
||||
LatexType Paragraph
|
||||
LatexName p
|
||||
ParIndent MM
|
||||
ParSkip 0.4
|
||||
Align Block
|
||||
AlignPossible Block
|
||||
LabelType No_Label
|
||||
End
|
||||
|
||||
# Quote style definition
|
||||
Style Quote
|
||||
Margin Static
|
||||
LatexType Environment
|
||||
LatexName quote
|
||||
ParIndent MM
|
||||
ParSkip 0.4
|
||||
Align Block
|
||||
AlignPossible Block
|
||||
LabelType No_Label
|
||||
Margin Static
|
||||
LatexType Environment
|
||||
LatexName quote
|
||||
ParIndent MM
|
||||
ParSkip 0.4
|
||||
Align Block
|
||||
AlignPossible Block
|
||||
LabelType No_Label
|
||||
End
|
||||
|
||||
# Subsection style definition
|
||||
Style Section
|
||||
Margin Dynamic
|
||||
LatexType Command
|
||||
LatexName sect1
|
||||
NextNoIndent 1
|
||||
LabelSep xxx
|
||||
ParSkip 0.4
|
||||
TopSep 0.9
|
||||
BottomSep 0.5
|
||||
ParSep 0.5
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Counter_Subsection
|
||||
Margin Dynamic
|
||||
LatexType Command
|
||||
LatexName sect1
|
||||
NextNoIndent 1
|
||||
LabelSep xxx
|
||||
ParSkip 0.4
|
||||
TopSep 0.9
|
||||
BottomSep 0.5
|
||||
ParSep 0.5
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Counter_Subsection
|
||||
|
||||
# standard font definition
|
||||
Font
|
||||
Series Bold
|
||||
Size Large
|
||||
EndFont
|
||||
# standard font definition
|
||||
Font
|
||||
Series Bold
|
||||
Size Large
|
||||
EndFont
|
||||
|
||||
# label font definition
|
||||
LabelFont
|
||||
Series Bold
|
||||
Size Large
|
||||
EndFont
|
||||
# label font definition
|
||||
LabelFont
|
||||
Series Bold
|
||||
Size Large
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Enumerate style definition
|
||||
Style Enumerate
|
||||
Margin Static
|
||||
LatexType Item_Environment
|
||||
LatexName enum
|
||||
NextNoIndent 1
|
||||
LeftMargin MMN
|
||||
LabelSep xx
|
||||
ItemSep 0.2
|
||||
TopSep 0.7
|
||||
BottomSep 0.7
|
||||
ParSep 0.3
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Counter_EnumI
|
||||
Margin Static
|
||||
LatexType Item_Environment
|
||||
LatexName enum
|
||||
NextNoIndent 1
|
||||
LeftMargin MMN
|
||||
LabelSep xx
|
||||
ItemSep 0.2
|
||||
TopSep 0.7
|
||||
BottomSep 0.7
|
||||
ParSep 0.3
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Counter_EnumI
|
||||
End
|
||||
|
||||
# Itemize style definition
|
||||
Style Itemize
|
||||
Margin Static
|
||||
LatexType Item_Environment
|
||||
LatexName itemize
|
||||
NextNoIndent 1
|
||||
LeftMargin MMN
|
||||
LabelSep xx
|
||||
ItemSep 0.2
|
||||
TopSep 0.7
|
||||
BottomSep 0.7
|
||||
ParSep 0.3
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Static
|
||||
LabelString *
|
||||
Margin Static
|
||||
LatexType Item_Environment
|
||||
LatexName itemize
|
||||
NextNoIndent 1
|
||||
LeftMargin MMN
|
||||
LabelSep xx
|
||||
ItemSep 0.2
|
||||
TopSep 0.7
|
||||
BottomSep 0.7
|
||||
ParSep 0.3
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Static
|
||||
LabelString *
|
||||
End
|
||||
|
||||
# Description style definition
|
||||
Style Description
|
||||
Margin First_Dynamic
|
||||
LatexType Item_environment
|
||||
LatexName descrip
|
||||
NextNoIndent 1
|
||||
LeftMargin MM
|
||||
LabelSep xxx
|
||||
ParSkip 0.4
|
||||
ItemSep 0.2
|
||||
TopSep 0.7
|
||||
BottomSep 0.7
|
||||
ParSep 0.3
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Manual
|
||||
LabelString MM
|
||||
Margin First_Dynamic
|
||||
LatexType Item_environment
|
||||
LatexName descrip
|
||||
NextNoIndent 1
|
||||
LeftMargin MM
|
||||
LabelSep xxx
|
||||
ParSkip 0.4
|
||||
ItemSep 0.2
|
||||
TopSep 0.7
|
||||
BottomSep 0.7
|
||||
ParSep 0.3
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Manual
|
||||
LabelString MM
|
||||
|
||||
# label font definition
|
||||
LabelFont
|
||||
Series Bold
|
||||
EndFont
|
||||
# label font definition
|
||||
LabelFont
|
||||
Series Bold
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Verbatim style definition
|
||||
Style Verbatim
|
||||
Margin Static
|
||||
LatexType environment
|
||||
LatexName verb
|
||||
NextNoIndent 1
|
||||
LeftMargin MM
|
||||
LabelSep xx
|
||||
ItemSep 0.2
|
||||
Topsep 0.7
|
||||
BottomSep 0.7
|
||||
ParSep 0.3
|
||||
Align Block
|
||||
AlignPossible Block
|
||||
LabelType No_Label
|
||||
Margin Static
|
||||
LatexType environment
|
||||
LatexName verb
|
||||
NextNoIndent 1
|
||||
LeftMargin MM
|
||||
LabelSep xx
|
||||
ItemSep 0.2
|
||||
Topsep 0.7
|
||||
BottomSep 0.7
|
||||
ParSep 0.3
|
||||
Align Block
|
||||
AlignPossible Block
|
||||
LabelType No_Label
|
||||
|
||||
# standard font definition
|
||||
Font
|
||||
Family Typewriter
|
||||
EndFont
|
||||
# standard font definition
|
||||
Font
|
||||
Family Typewriter
|
||||
EndFont
|
||||
|
||||
# label font definition
|
||||
LabelFont
|
||||
Family Typewriter
|
||||
EndFont
|
||||
# label font definition
|
||||
LabelFont
|
||||
Family Typewriter
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Code style definition
|
||||
Style Code
|
||||
Margin Static
|
||||
LatexType Environment
|
||||
LatexName code
|
||||
NextNoIndent 1
|
||||
LeftMargin MM
|
||||
LabelSep xx
|
||||
ItemSep 0.2
|
||||
TopSep 0.7
|
||||
BottomSep 0.7
|
||||
ParSep 0.3
|
||||
Align Block
|
||||
AlignPossible Block
|
||||
LabelType No_Label
|
||||
FreeSpacing 1
|
||||
Margin Static
|
||||
LatexType Environment
|
||||
LatexName code
|
||||
NextNoIndent 1
|
||||
LeftMargin MM
|
||||
LabelSep xx
|
||||
ItemSep 0.2
|
||||
TopSep 0.7
|
||||
BottomSep 0.7
|
||||
ParSep 0.3
|
||||
Align Block
|
||||
AlignPossible Block
|
||||
LabelType No_Label
|
||||
FreeSpacing 1
|
||||
End
|
||||
|
||||
# SGML style definition
|
||||
Style SGML
|
||||
Margin Static
|
||||
LatexType Paragraph
|
||||
LatexName "!-- --"
|
||||
NewLine 0
|
||||
ParIndent MM
|
||||
ParSkip 0.4
|
||||
ParSep 0.5
|
||||
Align Left
|
||||
AlignPossible Block
|
||||
LabelType No_Label
|
||||
FreeSpacing 1
|
||||
PassThru 1
|
||||
Margin Static
|
||||
LatexType Paragraph
|
||||
LatexName "!-- --"
|
||||
NewLine 0
|
||||
ParIndent MM
|
||||
ParSkip 0.4
|
||||
ParSep 0.5
|
||||
Align Left
|
||||
AlignPossible Block
|
||||
LabelType No_Label
|
||||
FreeSpacing 1
|
||||
PassThru 1
|
||||
End
|
||||
|
@ -12,34 +12,34 @@ Input stdclass.inc
|
||||
NoStyle Chapter
|
||||
NoStyle Chapter*
|
||||
|
||||
MaxCounter Counter_Section
|
||||
SecNumDepth 3
|
||||
TocDepth 3
|
||||
MaxCounter Counter_Section
|
||||
SecNumDepth 3
|
||||
TocDepth 3
|
||||
|
||||
# Page styles
|
||||
ClassOptions
|
||||
PageStyle empty|plain|outer|headings|myheadings|uheadings|myuheadings
|
||||
PageStyle empty|plain|outer|headings|myheadings|uheadings|myuheadings
|
||||
End
|
||||
|
||||
# Change a bit Part and Part*
|
||||
Style Part
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
TopSep 2
|
||||
BottomSep 1.5
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
TopSep 2
|
||||
BottomSep 1.5
|
||||
|
||||
Font
|
||||
Size Larger
|
||||
EndFont
|
||||
Font
|
||||
Size Larger
|
||||
EndFont
|
||||
End
|
||||
|
||||
Style Part*
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
TopSep 2
|
||||
BottomSep 1.5
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
TopSep 2
|
||||
BottomSep 1.5
|
||||
|
||||
Font
|
||||
Size Larger
|
||||
EndFont
|
||||
Font
|
||||
Size Larger
|
||||
EndFont
|
||||
End
|
||||
|
@ -9,25 +9,25 @@
|
||||
Input stdclass.inc
|
||||
|
||||
# Global parameters.
|
||||
Sides 2
|
||||
Sides 2
|
||||
|
||||
# Page styles
|
||||
ClassOptions
|
||||
PageStyle empty|plain|outer|headings|myheadings|uheadings|myuheadings
|
||||
PageStyle empty|plain|outer|headings|myheadings|uheadings|myuheadings
|
||||
End
|
||||
|
||||
# There is no abstract environment in book.cls
|
||||
NoStyle Abstract
|
||||
|
||||
NoStyle Abstract
|
||||
|
||||
# a few changes to the bibliography
|
||||
Style Bibliography
|
||||
TopSep 4
|
||||
LabelString Bibliography
|
||||
# label font definition
|
||||
LabelFont
|
||||
Series Bold
|
||||
Size Huge
|
||||
EndFont
|
||||
TopSep 4
|
||||
LabelString Bibliography
|
||||
# label font definition
|
||||
LabelFont
|
||||
Series Bold
|
||||
Size Huge
|
||||
EndFont
|
||||
End
|
||||
|
||||
|
||||
|
@ -10,18 +10,18 @@ Input stdclass.inc
|
||||
|
||||
# a few changes to the bibliography
|
||||
Style Bibliography
|
||||
TopSep 4
|
||||
LabelString Bibliography
|
||||
TopSep 4
|
||||
LabelString Bibliography
|
||||
|
||||
# label font definition
|
||||
LabelFont
|
||||
Series Bold
|
||||
Size Huge
|
||||
EndFont
|
||||
# label font definition
|
||||
LabelFont
|
||||
Series Bold
|
||||
Size Huge
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Page styles
|
||||
ClassOptions
|
||||
PageStyle empty|plain|outer|headings|myheadings|uheadings|myuheadings
|
||||
PageStyle empty|plain|outer|headings|myheadings|uheadings|myuheadings
|
||||
End
|
||||
|
||||
|
@ -8,9 +8,9 @@
|
||||
|
||||
# Title style definition
|
||||
Style LaTeX_Title
|
||||
ObsoletedBy Title
|
||||
ObsoletedBy Title
|
||||
End
|
||||
|
||||
Style LaTeX
|
||||
ObsoletedBy Standard
|
||||
ObsoletedBy Standard
|
||||
End
|
||||
|
@ -5,22 +5,22 @@
|
||||
|
||||
|
||||
# General textclass parameters
|
||||
MaxCounter Counter_Section
|
||||
Columns 1
|
||||
Sides 1
|
||||
SecNumDepth 3
|
||||
TocDepth 3
|
||||
MaxCounter Counter_Section
|
||||
Columns 1
|
||||
Sides 1
|
||||
SecNumDepth 3
|
||||
TocDepth 3
|
||||
|
||||
# Standard style definition
|
||||
Style Standard
|
||||
Margin Static
|
||||
LatexType Paragraph
|
||||
LatexName dummy
|
||||
ParIndent MM
|
||||
ParSkip 0.4
|
||||
Align Block
|
||||
AlignPossible Block, Left, Right, Center
|
||||
LabelType No_Label
|
||||
Margin Static
|
||||
LatexType Paragraph
|
||||
LatexName dummy
|
||||
ParIndent MM
|
||||
ParSkip 0.4
|
||||
Align Block
|
||||
AlignPossible Block, Left, Right, Center
|
||||
LabelType No_Label
|
||||
End
|
||||
|
||||
# A few lists
|
||||
@ -31,63 +31,63 @@ Input stdsections.inc
|
||||
|
||||
### All the section headings now use sans serif
|
||||
Style Part
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
TopSep 2
|
||||
BottomSep 1.5
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
TopSep 2
|
||||
BottomSep 1.5
|
||||
|
||||
Font
|
||||
Family Sans
|
||||
Series Bold
|
||||
Size Largest
|
||||
EndFont
|
||||
Font
|
||||
Family Sans
|
||||
Series Bold
|
||||
Size Largest
|
||||
EndFont
|
||||
End
|
||||
|
||||
Style Section
|
||||
Font
|
||||
Family Sans
|
||||
Series Bold
|
||||
Size Large
|
||||
EndFont
|
||||
Font
|
||||
Family Sans
|
||||
Series Bold
|
||||
Size Large
|
||||
EndFont
|
||||
End
|
||||
|
||||
Style Subsection
|
||||
Font
|
||||
Family Sans
|
||||
Series Bold
|
||||
Size Large
|
||||
EndFont
|
||||
Font
|
||||
Family Sans
|
||||
Series Bold
|
||||
Size Large
|
||||
EndFont
|
||||
End
|
||||
|
||||
Style Subsubsection
|
||||
Font
|
||||
Family Sans
|
||||
Series Bold
|
||||
Size Normal
|
||||
EndFont
|
||||
Font
|
||||
Family Sans
|
||||
Series Bold
|
||||
Size Normal
|
||||
EndFont
|
||||
End
|
||||
|
||||
Style Paragraph
|
||||
Font
|
||||
Family Sans
|
||||
Series Bold
|
||||
Size Normal
|
||||
EndFont
|
||||
Font
|
||||
Family Sans
|
||||
Series Bold
|
||||
Size Normal
|
||||
EndFont
|
||||
End
|
||||
|
||||
Style Subparagraph
|
||||
Font
|
||||
Family Sans
|
||||
Size Normal
|
||||
EndFont
|
||||
Font
|
||||
Family Sans
|
||||
Size Normal
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Starred versions of the sectioning layouts.
|
||||
Input stdstarsections.inc
|
||||
|
||||
# There are no chapters in a paper.
|
||||
NoStyle Chapter
|
||||
NoStyle Chapter*
|
||||
NoStyle Chapter
|
||||
NoStyle Chapter*
|
||||
|
||||
# Some standard layouts
|
||||
Input stdtitle.inc
|
||||
@ -100,70 +100,70 @@ Input obsolete.inc
|
||||
|
||||
### The description environment also uses sans serif labels.
|
||||
Style Description
|
||||
LabelFont
|
||||
Family Sans
|
||||
Series Bold
|
||||
EndFont
|
||||
LabelFont
|
||||
Family Sans
|
||||
Series Bold
|
||||
EndFont
|
||||
End
|
||||
|
||||
### The \maketitle stuff is by default left justified.
|
||||
Style Title
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
|
||||
Font
|
||||
Family Sans
|
||||
Series Bold
|
||||
Size Largest
|
||||
EndFont
|
||||
Font
|
||||
Family Sans
|
||||
Series Bold
|
||||
Size Largest
|
||||
EndFont
|
||||
End
|
||||
|
||||
Style Author
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
|
||||
Font
|
||||
Size Larger
|
||||
Family Sans
|
||||
Shape Italic
|
||||
EndFont
|
||||
Font
|
||||
Size Larger
|
||||
Family Sans
|
||||
Shape Italic
|
||||
EndFont
|
||||
End
|
||||
|
||||
Style Abstract
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
|
||||
Font
|
||||
Size Small
|
||||
Family Sans
|
||||
EndFont
|
||||
Font
|
||||
Size Small
|
||||
Family Sans
|
||||
EndFont
|
||||
End
|
||||
|
||||
### A few new things defined only in the paper document class
|
||||
Style SubTitle
|
||||
CopyStyle Title
|
||||
LatexName subtitle
|
||||
CopyStyle Title
|
||||
LatexName subtitle
|
||||
|
||||
Font
|
||||
Family Sans
|
||||
Series Medium
|
||||
Size Large
|
||||
EndFont
|
||||
Font
|
||||
Family Sans
|
||||
Series Medium
|
||||
Size Large
|
||||
EndFont
|
||||
End
|
||||
|
||||
Style Institution
|
||||
CopyStyle Title
|
||||
LatexName institution
|
||||
CopyStyle Title
|
||||
LatexName institution
|
||||
|
||||
Font
|
||||
Family Sans
|
||||
Series Medium
|
||||
Size Normal
|
||||
EndFont
|
||||
Font
|
||||
Family Sans
|
||||
Series Medium
|
||||
Size Normal
|
||||
EndFont
|
||||
End
|
||||
|
||||
Style Keywords
|
||||
CopyStyle Abstract
|
||||
LatexName keywords
|
||||
LabelString "Keywords:"
|
||||
CopyStyle Abstract
|
||||
LatexName keywords
|
||||
LabelString "Keywords:"
|
||||
End
|
||||
|
@ -10,14 +10,14 @@ Input stdclass.inc
|
||||
|
||||
# a few changes to the bibliography
|
||||
Style Bibliography
|
||||
TopSep 4
|
||||
LabelString Bibliography
|
||||
TopSep 4
|
||||
LabelString Bibliography
|
||||
|
||||
# label font definition
|
||||
LabelFont
|
||||
Series Bold
|
||||
Size Huge
|
||||
EndFont
|
||||
# label font definition
|
||||
LabelFont
|
||||
Series Bold
|
||||
Size Huge
|
||||
EndFont
|
||||
End
|
||||
|
||||
|
||||
|
@ -10,26 +10,26 @@
|
||||
# made by Jean-Marc Lasgouttes to amsart.layout)
|
||||
|
||||
# General textclass parameters
|
||||
Columns 1
|
||||
Sides 1
|
||||
PageStyle Headers
|
||||
MaxCounter Counter_Section
|
||||
Columns 1
|
||||
Sides 1
|
||||
PageStyle Headers
|
||||
MaxCounter Counter_Section
|
||||
|
||||
# Default textclass options. The user may need to modify this.
|
||||
ClassOptions
|
||||
Other "aps,manuscript"
|
||||
Other "aps,manuscript"
|
||||
End
|
||||
|
||||
# Standard style definition
|
||||
Style Standard
|
||||
Margin Static
|
||||
LatexType Paragraph
|
||||
LatexName dummy
|
||||
ParIndent MM
|
||||
ParSkip 0.4
|
||||
Align Block
|
||||
AlignPossible Block, Left, Right, Center
|
||||
LabelType No_Label
|
||||
Margin Static
|
||||
LatexType Paragraph
|
||||
LatexName dummy
|
||||
ParIndent MM
|
||||
ParSkip 0.4
|
||||
Align Block
|
||||
AlignPossible Block, Left, Right, Center
|
||||
LabelType No_Label
|
||||
End
|
||||
|
||||
############### Sections.
|
||||
@ -40,45 +40,45 @@ Input stdsections.inc
|
||||
|
||||
# Section-numbered style definition
|
||||
Style Section
|
||||
Align Center
|
||||
AlignPossible Block, Center, Left
|
||||
Align Center
|
||||
AlignPossible Block, Center, Left
|
||||
|
||||
# standard font definition
|
||||
Font
|
||||
Series Medium
|
||||
Shape Smallcaps
|
||||
Size Large
|
||||
EndFont
|
||||
# standard font definition
|
||||
Font
|
||||
Series Medium
|
||||
Shape Smallcaps
|
||||
Size Large
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Subsection-numbered style definition
|
||||
Style Subsection
|
||||
# standard font definition
|
||||
Font
|
||||
Series Bold
|
||||
Size Normal
|
||||
EndFont
|
||||
# standard font definition
|
||||
Font
|
||||
Series Bold
|
||||
Size Normal
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Subsubsection-numbered style definition
|
||||
Style Subsubsection
|
||||
# standard font definition
|
||||
Font
|
||||
Shape Italic
|
||||
Size Normal
|
||||
EndFont
|
||||
# standard font definition
|
||||
Font
|
||||
Shape Italic
|
||||
Size Normal
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Paragraph-numbered style definition
|
||||
Style Paragraph
|
||||
TopSep 0.7
|
||||
ParSep 0.4
|
||||
TopSep 0.7
|
||||
ParSep 0.4
|
||||
|
||||
# standard font definition
|
||||
Font
|
||||
Shape Italic
|
||||
Size Normal
|
||||
EndFont
|
||||
# standard font definition
|
||||
Font
|
||||
Shape Italic
|
||||
Size Normal
|
||||
EndFont
|
||||
End
|
||||
|
||||
# then define the unumbered sections, based on the numbered ones.
|
||||
@ -87,8 +87,8 @@ Input stdstarsections.inc
|
||||
# remove the layouts that do not make sense.
|
||||
NoStyle Chapter
|
||||
NoStyle Chapter*
|
||||
NoStyle Subparagraph
|
||||
NoStyle Subparagraph*
|
||||
NoStyle Subparagraph
|
||||
NoStyle Subparagraph*
|
||||
|
||||
########### LAYOUTS quotes, etc.
|
||||
Input stdlayouts.inc
|
||||
@ -102,68 +102,68 @@ Input stdstruct.inc
|
||||
|
||||
# Title style definition
|
||||
Style Title
|
||||
# standard font definition
|
||||
Font
|
||||
Series Bold
|
||||
Size Large
|
||||
EndFont
|
||||
# standard font definition
|
||||
Font
|
||||
Series Bold
|
||||
Size Large
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Author style definition
|
||||
# Same as stdstruct.inc except the font
|
||||
Style Author
|
||||
# standard font definition
|
||||
Font
|
||||
Size Large
|
||||
Shape Smallcaps
|
||||
EndFont
|
||||
# standard font definition
|
||||
Font
|
||||
Size Large
|
||||
Shape Smallcaps
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Date style definition
|
||||
Style Date
|
||||
LabelType Static
|
||||
LabelString "Date: "
|
||||
LabelType Static
|
||||
LabelString "Date: "
|
||||
|
||||
# standard font definition
|
||||
LabelFont
|
||||
Shape Italic
|
||||
Size Large
|
||||
EndFont
|
||||
# standard font definition
|
||||
LabelFont
|
||||
Shape Italic
|
||||
Size Large
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Address style definition
|
||||
Style Address
|
||||
Margin Dynamic
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
LatexName address
|
||||
ParSkip 0.4
|
||||
BottomSep 1.5
|
||||
ParSep 1.5
|
||||
Align Center
|
||||
AlignPossible Block, Left, Right, Center
|
||||
LabelType Static
|
||||
LabelString "Address: "
|
||||
Margin Dynamic
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
LatexName address
|
||||
ParSkip 0.4
|
||||
BottomSep 1.5
|
||||
ParSep 1.5
|
||||
Align Center
|
||||
AlignPossible Block, Left, Right, Center
|
||||
LabelType Static
|
||||
LabelString "Address: "
|
||||
|
||||
LabelFont
|
||||
Shape Italic
|
||||
EndFont
|
||||
LabelFont
|
||||
Shape Italic
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Abstract style definition
|
||||
Style Abstract
|
||||
ItemSep 0.2
|
||||
ParSep 0.3
|
||||
ItemSep 0.2
|
||||
ParSep 0.3
|
||||
|
||||
# standard font definition
|
||||
Font
|
||||
Size Normal
|
||||
EndFont
|
||||
# standard font definition
|
||||
Font
|
||||
Size Normal
|
||||
EndFont
|
||||
|
||||
# label font definition
|
||||
LabelFont
|
||||
Size Large
|
||||
EndFont
|
||||
# label font definition
|
||||
LabelFont
|
||||
Size Large
|
||||
EndFont
|
||||
End
|
||||
|
||||
Input stdfloats.inc
|
||||
@ -173,5 +173,5 @@ Input stdcounters.inc
|
||||
Input obsolete.inc
|
||||
|
||||
Style REVTEX_Title
|
||||
ObsoletedBy Title
|
||||
ObsoletedBy Title
|
||||
End
|
||||
|
@ -10,26 +10,26 @@
|
||||
# Amir Karger (RevTeX 4 beta) 9/1999, 7/2000
|
||||
|
||||
# General textclass parameters
|
||||
Columns 1
|
||||
Sides 1
|
||||
PageStyle Headers
|
||||
MaxCounter Counter_Section
|
||||
Columns 1
|
||||
Sides 1
|
||||
PageStyle Headers
|
||||
MaxCounter Counter_Section
|
||||
|
||||
# Default textclass options. The user may need to modify this.
|
||||
ClassOptions
|
||||
Other "aps,manuscript"
|
||||
Other "aps,manuscript"
|
||||
End
|
||||
|
||||
# Standard style definition
|
||||
Style Standard
|
||||
Margin Static
|
||||
LatexType Paragraph
|
||||
LatexName dummy
|
||||
ParIndent MM
|
||||
ParSkip 0.4
|
||||
Align Block
|
||||
AlignPossible Block, Left, Right, Center
|
||||
LabelType No_Label
|
||||
Margin Static
|
||||
LatexType Paragraph
|
||||
LatexName dummy
|
||||
ParIndent MM
|
||||
ParSkip 0.4
|
||||
Align Block
|
||||
AlignPossible Block, Left, Right, Center
|
||||
LabelType No_Label
|
||||
End
|
||||
|
||||
# Idea from aapaper: declare all layouts here ("Style Foo\nEnd\n")
|
||||
@ -43,45 +43,45 @@ Input stdsections.inc
|
||||
|
||||
# Section-numbered style definition
|
||||
Style Section
|
||||
Align Center
|
||||
AlignPossible Block, Center, Left
|
||||
Align Center
|
||||
AlignPossible Block, Center, Left
|
||||
|
||||
# standard font definition
|
||||
Font
|
||||
Series Medium
|
||||
Shape Smallcaps
|
||||
Size Large
|
||||
EndFont
|
||||
# standard font definition
|
||||
Font
|
||||
Series Medium
|
||||
Shape Smallcaps
|
||||
Size Large
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Subsection-numbered style definition
|
||||
Style Subsection
|
||||
# standard font definition
|
||||
Font
|
||||
Series Bold
|
||||
Size Normal
|
||||
EndFont
|
||||
# standard font definition
|
||||
Font
|
||||
Series Bold
|
||||
Size Normal
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Subsubsection-numbered style definition
|
||||
Style Subsubsection
|
||||
# standard font definition
|
||||
Font
|
||||
Shape Italic
|
||||
Size Normal
|
||||
EndFont
|
||||
# standard font definition
|
||||
Font
|
||||
Shape Italic
|
||||
Size Normal
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Paragraph-numbered style definition
|
||||
Style Paragraph
|
||||
TopSep 0.7
|
||||
ParSep 0.4
|
||||
TopSep 0.7
|
||||
ParSep 0.4
|
||||
|
||||
# standard font definition
|
||||
Font
|
||||
Shape Italic
|
||||
Size Normal
|
||||
EndFont
|
||||
# standard font definition
|
||||
Font
|
||||
Shape Italic
|
||||
Size Normal
|
||||
EndFont
|
||||
End
|
||||
|
||||
# then define the unumbered sections, based on the numbered ones.
|
||||
@ -90,8 +90,8 @@ Input stdstarsections.inc
|
||||
# remove the layouts that do not make sense.
|
||||
NoStyle Chapter
|
||||
NoStyle Chapter*
|
||||
NoStyle Subparagraph
|
||||
NoStyle Subparagraph*
|
||||
NoStyle Subparagraph
|
||||
NoStyle Subparagraph*
|
||||
|
||||
########### LAYOUTS quotes, etc.
|
||||
Input stdlayouts.inc
|
||||
@ -105,146 +105,146 @@ Input stdstruct.inc
|
||||
|
||||
# Preprint style
|
||||
Style Preprint
|
||||
Margin Right_Address_Box
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
LatexName preprint
|
||||
ParSkip 0.4
|
||||
BottomSep 1.5
|
||||
ParSep 1.5
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
Margin Right_Address_Box
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
LatexName preprint
|
||||
ParSkip 0.4
|
||||
BottomSep 1.5
|
||||
ParSep 1.5
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
End
|
||||
|
||||
# Title style definition
|
||||
Style Title
|
||||
# standard font definition
|
||||
Font
|
||||
Series Bold
|
||||
Size Large
|
||||
EndFont
|
||||
# standard font definition
|
||||
Font
|
||||
Series Bold
|
||||
Size Large
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Author style definition
|
||||
# Same as stdstruct.inc except the font
|
||||
Style Author
|
||||
# standard font definition
|
||||
Font
|
||||
Size Large
|
||||
Shape Smallcaps
|
||||
EndFont
|
||||
# standard font definition
|
||||
Font
|
||||
Size Large
|
||||
Shape Smallcaps
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Date style definition
|
||||
Style Date
|
||||
LabelType Static
|
||||
LabelString "Date: "
|
||||
LabelType Static
|
||||
LabelString "Date: "
|
||||
|
||||
# standard font definition
|
||||
LabelFont
|
||||
Shape Italic
|
||||
Size Large
|
||||
EndFont
|
||||
# standard font definition
|
||||
LabelFont
|
||||
Shape Italic
|
||||
Size Large
|
||||
EndFont
|
||||
End
|
||||
|
||||
Style Affiliation
|
||||
Margin Dynamic
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
LatexName affiliation
|
||||
ParSkip 0.4
|
||||
# BottomSep 1.5
|
||||
# ParSep 1.5
|
||||
Align Center
|
||||
AlignPossible Block, Left, Right, Center
|
||||
LabelType Static
|
||||
LabelString "Affiliation: "
|
||||
Margin Dynamic
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
LatexName affiliation
|
||||
ParSkip 0.4
|
||||
# BottomSep 1.5
|
||||
# ParSep 1.5
|
||||
Align Center
|
||||
AlignPossible Block, Left, Right, Center
|
||||
LabelType Static
|
||||
LabelString "Affiliation: "
|
||||
|
||||
LabelFont
|
||||
Shape Italic
|
||||
EndFont
|
||||
LabelFont
|
||||
Shape Italic
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Address is exactly the same as Affiliation. We just put this in so
|
||||
# that reLyX will know what to do with it.
|
||||
Style Address
|
||||
CopyStyle Affiliation
|
||||
LatexName address
|
||||
LabelString "Address: "
|
||||
CopyStyle Affiliation
|
||||
LatexName address
|
||||
LabelString "Address: "
|
||||
End
|
||||
|
||||
Style Thanks
|
||||
CopyStyle Affiliation
|
||||
LatexName thanks
|
||||
LabelString "Thanks: "
|
||||
CopyStyle Affiliation
|
||||
LatexName thanks
|
||||
LabelString "Thanks: "
|
||||
End
|
||||
|
||||
Style Author_Email
|
||||
CopyStyle Affiliation
|
||||
PassThru 1
|
||||
LatexName email
|
||||
LabelString "Electronic Address: "
|
||||
CopyStyle Affiliation
|
||||
PassThru 1
|
||||
LatexName email
|
||||
LabelString "Electronic Address: "
|
||||
|
||||
TextFont
|
||||
Family Typewriter
|
||||
EndFont
|
||||
LabelFont
|
||||
TextFont
|
||||
Family Typewriter
|
||||
EndFont
|
||||
LabelFont
|
||||
# override Typewriter
|
||||
Family Roman
|
||||
EndFont
|
||||
Family Roman
|
||||
EndFont
|
||||
End
|
||||
|
||||
Style Author_URL
|
||||
CopyStyle "Author Email"
|
||||
PassThru 1
|
||||
LatexName homepage
|
||||
LabelString "URL: "
|
||||
CopyStyle "Author Email"
|
||||
PassThru 1
|
||||
LatexName homepage
|
||||
LabelString "URL: "
|
||||
End
|
||||
|
||||
# Abstract style definition
|
||||
Style Abstract
|
||||
InTitle 1
|
||||
ItemSep 0.2
|
||||
ParSep 0.3
|
||||
InTitle 1
|
||||
ItemSep 0.2
|
||||
ParSep 0.3
|
||||
|
||||
LabelFont
|
||||
Size Large
|
||||
EndFont
|
||||
LabelFont
|
||||
Size Large
|
||||
EndFont
|
||||
End
|
||||
|
||||
Style Acknowledgments
|
||||
LatexType Environment
|
||||
LatexName acknowledgments
|
||||
ParIndent MM
|
||||
ParSkip 0.4
|
||||
Align Block
|
||||
AlignPossible Block, Left, Right, Center
|
||||
LatexType Environment
|
||||
LatexName acknowledgments
|
||||
ParIndent MM
|
||||
ParSkip 0.4
|
||||
Align Block
|
||||
AlignPossible Block, Left, Right, Center
|
||||
|
||||
# label definition
|
||||
LabelType Centered_Top_Environment
|
||||
LabelString acknowledgments
|
||||
LabelBottomSep 0.5
|
||||
LabelFont
|
||||
Series Medium
|
||||
Shape Smallcaps
|
||||
Size Large
|
||||
EndFont
|
||||
# label definition
|
||||
LabelType Centered_Top_Environment
|
||||
LabelString acknowledgments
|
||||
LabelBottomSep 0.5
|
||||
LabelFont
|
||||
Series Medium
|
||||
Shape Smallcaps
|
||||
Size Large
|
||||
EndFont
|
||||
End
|
||||
|
||||
Style PACS
|
||||
Margin Dynamic
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
LatexName pacs
|
||||
LabelType Static
|
||||
LabelString "PACS number: "
|
||||
Margin Dynamic
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
LatexName pacs
|
||||
LabelType Static
|
||||
LabelString "PACS number: "
|
||||
End
|
||||
|
||||
Style Keywords
|
||||
CopyStyle PACS
|
||||
InTitle 1
|
||||
Latexname keywords
|
||||
LabelString "Keywords: "
|
||||
CopyStyle PACS
|
||||
InTitle 1
|
||||
Latexname keywords
|
||||
LabelString "Keywords: "
|
||||
End
|
||||
|
||||
Input stdfloats.inc
|
||||
@ -254,5 +254,5 @@ Input stdcounters.inc
|
||||
Input obsolete.inc
|
||||
|
||||
Style REVTEX_Title
|
||||
ObsoletedBy Title
|
||||
ObsoletedBy Title
|
||||
End
|
||||
|
@ -17,24 +17,24 @@ TocDepth 3
|
||||
|
||||
# Modify Part
|
||||
Style Part
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
TopSep 2
|
||||
BottomSep 1.5
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
TopSep 2
|
||||
BottomSep 1.5
|
||||
|
||||
Font
|
||||
Size Larger
|
||||
EndFont
|
||||
Font
|
||||
Size Larger
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Modify Part*
|
||||
Style Part*
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
TopSep 2
|
||||
BottomSep 1.5
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
TopSep 2
|
||||
BottomSep 1.5
|
||||
|
||||
Font
|
||||
Size Larger
|
||||
EndFont
|
||||
Font
|
||||
Size Larger
|
||||
EndFont
|
||||
End
|
||||
|
@ -8,14 +8,14 @@ Input scrclass.inc
|
||||
Sides 2
|
||||
PageStyle Headings
|
||||
NoStyle Abstract
|
||||
|
||||
|
||||
# Modify bibliography
|
||||
Style Bibliography
|
||||
TopSep 4
|
||||
LabelString Bibliography
|
||||
TopSep 4
|
||||
LabelString Bibliography
|
||||
|
||||
LabelFont
|
||||
Series Bold
|
||||
Size Largest
|
||||
EndFont
|
||||
LabelFont
|
||||
Series Bold
|
||||
Size Largest
|
||||
EndFont
|
||||
End
|
||||
|
@ -11,10 +11,10 @@ DefaultStyle Standard
|
||||
|
||||
# Standard style definition
|
||||
Style Standard
|
||||
LatexName dummy
|
||||
ParIndent MM
|
||||
ParSkip 0.4
|
||||
AlignPossible Block, Left, Right, Center
|
||||
LatexName dummy
|
||||
ParIndent MM
|
||||
ParSkip 0.4
|
||||
AlignPossible Block, Left, Right, Center
|
||||
End
|
||||
|
||||
Input stdlists.inc
|
||||
@ -23,9 +23,9 @@ Input stdfloats.inc
|
||||
|
||||
# Modify Description
|
||||
Style Description
|
||||
LabelFont
|
||||
Family Sans
|
||||
EndFont
|
||||
LabelFont
|
||||
Family Sans
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Delete List
|
||||
@ -33,242 +33,242 @@ NoStyle List
|
||||
|
||||
# Labeling style definition
|
||||
Style Labeling
|
||||
Margin Manual
|
||||
LatexType List_Environment
|
||||
LatexName labeling
|
||||
NextNoindent 1
|
||||
LabelSep xxx
|
||||
ParSkip 0.4
|
||||
TopSep 0.7
|
||||
BottomSep 0.7
|
||||
ParSep 0.5
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Manual
|
||||
LabelString 00.00.0000
|
||||
Margin Manual
|
||||
LatexType List_Environment
|
||||
LatexName labeling
|
||||
NextNoindent 1
|
||||
LabelSep xxx
|
||||
ParSkip 0.4
|
||||
TopSep 0.7
|
||||
BottomSep 0.7
|
||||
ParSep 0.5
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Manual
|
||||
LabelString 00.00.0000
|
||||
End
|
||||
|
||||
Input stdsections.inc
|
||||
|
||||
# Modify Part
|
||||
Style Part
|
||||
Font
|
||||
Family Sans
|
||||
EndFont
|
||||
Font
|
||||
Family Sans
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Modify Chapter
|
||||
Style Chapter
|
||||
LabelString ""
|
||||
Font
|
||||
Family Sans
|
||||
Size Largest
|
||||
EndFont
|
||||
LabelString ""
|
||||
Font
|
||||
Family Sans
|
||||
Size Largest
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Modify Section
|
||||
Style Section
|
||||
Font
|
||||
Family Sans
|
||||
EndFont
|
||||
Font
|
||||
Family Sans
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Modify Subsection
|
||||
Style Subsection
|
||||
Font
|
||||
Family Sans
|
||||
EndFont
|
||||
Font
|
||||
Family Sans
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Modify Subsubsection
|
||||
Style Subsubsection
|
||||
Font
|
||||
Family Sans
|
||||
EndFont
|
||||
Font
|
||||
Family Sans
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Modify Paragraph
|
||||
Style Paragraph
|
||||
Font
|
||||
Family Sans
|
||||
EndFont
|
||||
Font
|
||||
Family Sans
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Modify Subparagraph
|
||||
Style Subparagraph
|
||||
LeftMargin ""
|
||||
Font
|
||||
Family Sans
|
||||
EndFont
|
||||
LeftMargin ""
|
||||
Font
|
||||
Family Sans
|
||||
EndFont
|
||||
End
|
||||
|
||||
Input stdstarsections.inc
|
||||
|
||||
# Addpart Style Definition
|
||||
Style Addpart
|
||||
CopyStyle Part*
|
||||
LatexName addpart
|
||||
CopyStyle Part*
|
||||
LatexName addpart
|
||||
End
|
||||
|
||||
# Addchap Style Definition
|
||||
Style Addchap
|
||||
CopyStyle Chapter*
|
||||
LatexName addchap
|
||||
CopyStyle Chapter*
|
||||
LatexName addchap
|
||||
End
|
||||
|
||||
# Addsec Style Definition
|
||||
Style Addsec
|
||||
CopyStyle Section*
|
||||
LatexName addsec
|
||||
CopyStyle Section*
|
||||
LatexName addsec
|
||||
End
|
||||
|
||||
# Addchap* Style Definition
|
||||
Style Addchap*
|
||||
CopyStyle Chapter*
|
||||
LatexName addchap*
|
||||
CopyStyle Chapter*
|
||||
LatexName addchap*
|
||||
End
|
||||
|
||||
# Addsec* Style Definition
|
||||
Style Addsec*
|
||||
CopyStyle Section*
|
||||
LatexName addsec*
|
||||
CopyStyle Section*
|
||||
LatexName addsec*
|
||||
End
|
||||
|
||||
# Minisec style definition
|
||||
Style Minisec
|
||||
LatexType Command
|
||||
LatexName minisec
|
||||
NeedProtect 1
|
||||
NextNoIndent 1
|
||||
LabelSep xxx
|
||||
ParSkip 0.4
|
||||
TopSep 0.4
|
||||
ParSep 0.4
|
||||
AlignPossible Block, Left
|
||||
LatexType Command
|
||||
LatexName minisec
|
||||
NeedProtect 1
|
||||
NextNoIndent 1
|
||||
LabelSep xxx
|
||||
ParSkip 0.4
|
||||
TopSep 0.4
|
||||
ParSep 0.4
|
||||
AlignPossible Block, Left
|
||||
|
||||
Font
|
||||
Family Sans
|
||||
Series Bold
|
||||
EndFont
|
||||
Font
|
||||
Family Sans
|
||||
Series Bold
|
||||
EndFont
|
||||
End
|
||||
|
||||
Input stdtitle.inc
|
||||
|
||||
# Modify Title
|
||||
Style Title
|
||||
Font
|
||||
Family Sans
|
||||
Series Bold
|
||||
EndFont
|
||||
Font
|
||||
Family Sans
|
||||
Series Bold
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Modify Author
|
||||
Style Author
|
||||
Font
|
||||
Size Larger
|
||||
EndFont
|
||||
Font
|
||||
Size Larger
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Modify Date
|
||||
Style Date
|
||||
Font
|
||||
Size Larger
|
||||
EndFont
|
||||
Font
|
||||
Size Larger
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Subject style definition
|
||||
Style Subject
|
||||
CopyStyle Author
|
||||
LatexName subject
|
||||
CopyStyle Author
|
||||
LatexName subject
|
||||
End
|
||||
|
||||
# Publishers style definition
|
||||
Style Publishers
|
||||
CopyStyle Author
|
||||
LatexName publishers
|
||||
CopyStyle Author
|
||||
LatexName publishers
|
||||
End
|
||||
|
||||
# Dedication style definition
|
||||
Style Dedication
|
||||
CopyStyle Author
|
||||
LatexName dedication
|
||||
CopyStyle Author
|
||||
LatexName dedication
|
||||
End
|
||||
|
||||
# Titlehead style definition
|
||||
Style Titlehead
|
||||
CopyStyle Author
|
||||
LatexName titlehead
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
CopyStyle Author
|
||||
LatexName titlehead
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
|
||||
Font
|
||||
Size Normal
|
||||
EndFont
|
||||
Font
|
||||
Size Normal
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Uppertitleback style definition
|
||||
Style Uppertitleback
|
||||
CopyStyle Titlehead
|
||||
LatexName uppertitleback
|
||||
CopyStyle Titlehead
|
||||
LatexName uppertitleback
|
||||
End
|
||||
|
||||
# Lowertitleback style definition
|
||||
Style Lowertitleback
|
||||
CopyStyle Titlehead
|
||||
LatexName lowertitleback
|
||||
CopyStyle Titlehead
|
||||
LatexName lowertitleback
|
||||
End
|
||||
|
||||
# Extratitle style definition
|
||||
Style Extratitle
|
||||
CopyStyle Titlehead
|
||||
LatexName extratitle
|
||||
CopyStyle Titlehead
|
||||
LatexName extratitle
|
||||
End
|
||||
|
||||
Input stdstruct.inc
|
||||
|
||||
# Modify Abstract
|
||||
Style Abstract
|
||||
LabelFont
|
||||
Family Sans
|
||||
EndFont
|
||||
LabelFont
|
||||
Family Sans
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Modify Bibliography
|
||||
Style Bibliography
|
||||
LabelFont
|
||||
Family Sans
|
||||
EndFont
|
||||
LabelFont
|
||||
Family Sans
|
||||
EndFont
|
||||
End
|
||||
|
||||
Input stdlayouts.inc
|
||||
|
||||
# Captionabove style definition
|
||||
Style Captionabove
|
||||
CopyStyle Caption
|
||||
LatexName captionabove
|
||||
CopyStyle Caption
|
||||
LatexName captionabove
|
||||
End
|
||||
|
||||
# Captionbelow style definition
|
||||
Style Captionbelow
|
||||
CopyStyle Caption
|
||||
LatexName captionbelow
|
||||
CopyStyle Caption
|
||||
LatexName captionbelow
|
||||
End
|
||||
|
||||
# Dictum style definition
|
||||
Style Dictum
|
||||
Margin Right_Address_Box
|
||||
LatexType Command
|
||||
LatexName dictum
|
||||
ParSkip 0.4
|
||||
BottomSep 1.5
|
||||
ParSep 1.5
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
OptionalArgs 1
|
||||
|
||||
Font
|
||||
Size Normal
|
||||
EndFont
|
||||
Margin Right_Address_Box
|
||||
LatexType Command
|
||||
LatexName dictum
|
||||
ParSkip 0.4
|
||||
BottomSep 1.5
|
||||
ParSep 1.5
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
OptionalArgs 1
|
||||
|
||||
Font
|
||||
Size Normal
|
||||
EndFont
|
||||
End
|
||||
|
||||
Input lyxmacros.inc
|
||||
|
@ -5,18 +5,18 @@
|
||||
|
||||
# Standard style definition
|
||||
Style Standard
|
||||
LatexName dummy
|
||||
ParSep 0.4
|
||||
AlignPossible Block, Left, Right, Center
|
||||
LatexName dummy
|
||||
ParSep 0.4
|
||||
AlignPossible Block, Left, Right, Center
|
||||
End
|
||||
|
||||
Input stdlists.inc
|
||||
|
||||
# Modify Description
|
||||
Style Description
|
||||
LabelFont
|
||||
Family Sans
|
||||
EndFont
|
||||
LabelFont
|
||||
Family Sans
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Delete List
|
||||
@ -24,19 +24,19 @@ NoStyle List
|
||||
|
||||
# Labeling style definition
|
||||
Style Labeling
|
||||
Margin Manual
|
||||
LatexType List_Environment
|
||||
LatexName labeling
|
||||
NextNoindent 1
|
||||
LabelSep xxx
|
||||
ParSkip 0.4
|
||||
TopSep 0.7
|
||||
BottomSep 0.7
|
||||
ParSep 0.5
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Manual
|
||||
LabelString 00.00.0000
|
||||
Margin Manual
|
||||
LatexType List_Environment
|
||||
LatexName labeling
|
||||
NextNoindent 1
|
||||
LabelSep xxx
|
||||
ParSkip 0.4
|
||||
TopSep 0.7
|
||||
BottomSep 0.7
|
||||
ParSep 0.5
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Manual
|
||||
LabelString 00.00.0000
|
||||
End
|
||||
|
||||
Input stdlayouts.inc
|
||||
@ -46,213 +46,213 @@ NoStyle Caption
|
||||
|
||||
# Letter style definition
|
||||
Style Letter
|
||||
LatexType Command
|
||||
LatexName letter
|
||||
KeepEmpty 1
|
||||
LabelSep xx
|
||||
TopSep 1.5
|
||||
BottomSep 1.5
|
||||
ParSep 1.5
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
LabelType Static
|
||||
LabelString "L"
|
||||
LatexType Command
|
||||
LatexName letter
|
||||
KeepEmpty 1
|
||||
LabelSep xx
|
||||
TopSep 1.5
|
||||
BottomSep 1.5
|
||||
ParSep 1.5
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
LabelType Static
|
||||
LabelString "L"
|
||||
|
||||
LabelFont
|
||||
Series Bold
|
||||
Shape Italic
|
||||
Size Small
|
||||
Color Blue
|
||||
EndFont
|
||||
LabelFont
|
||||
Series Bold
|
||||
Shape Italic
|
||||
Size Small
|
||||
Color Blue
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Opening style definition
|
||||
Style Opening
|
||||
CopyStyle Letter
|
||||
LatexName lyxopening
|
||||
LabelString "O"
|
||||
CopyStyle Letter
|
||||
LatexName lyxopening
|
||||
LabelString "O"
|
||||
|
||||
Preamble
|
||||
\newcommand{\lyxopening}[1]{\pagebreak\startbreaks\opening{#1}}
|
||||
EndPreamble
|
||||
Preamble
|
||||
\newcommand{\lyxopening}[1]{\pagebreak\startbreaks\opening{#1}}
|
||||
EndPreamble
|
||||
End
|
||||
|
||||
# Closing style definition
|
||||
Style Closing
|
||||
LatexType Command
|
||||
LatexName closing
|
||||
KeepEmpty 0
|
||||
TopSep 1.5
|
||||
BottomSep 1.5
|
||||
ParSep 1.5
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
LatexType Command
|
||||
LatexName closing
|
||||
KeepEmpty 0
|
||||
TopSep 1.5
|
||||
BottomSep 1.5
|
||||
ParSep 1.5
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
End
|
||||
|
||||
# PS style definition
|
||||
Style PS
|
||||
LatexType Command
|
||||
LatexName ps
|
||||
TopSep 0.4
|
||||
BottomSep 0.4
|
||||
ParSep 0.4
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
LatexType Command
|
||||
LatexName ps
|
||||
TopSep 0.4
|
||||
BottomSep 0.4
|
||||
ParSep 0.4
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
End
|
||||
|
||||
# CC style definition
|
||||
Style CC
|
||||
LatexType Command
|
||||
LatexName cc
|
||||
LeftMargin xxxx::xx
|
||||
LabelSep xx
|
||||
TopSep 0.4
|
||||
BottomSep 0.4
|
||||
ParSep 0.4
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
LabelType Static
|
||||
LabelString "cc:"
|
||||
LatexType Command
|
||||
LatexName cc
|
||||
LeftMargin xxxx::xx
|
||||
LabelSep xx
|
||||
TopSep 0.4
|
||||
BottomSep 0.4
|
||||
ParSep 0.4
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
LabelType Static
|
||||
LabelString "cc:"
|
||||
End
|
||||
|
||||
# Encl style definition
|
||||
Style Encl
|
||||
CopyStyle CC
|
||||
LatexName encl
|
||||
LabelString "encl:"
|
||||
CopyStyle CC
|
||||
LatexName encl
|
||||
LabelString "encl:"
|
||||
End
|
||||
|
||||
# Name style definition
|
||||
Style Name
|
||||
LatexType Command
|
||||
LatexName name
|
||||
KeepEmpty 1
|
||||
LeftMargin xxxxxxxxxxxx::xx
|
||||
LabelSep xx
|
||||
TopSep 0.4
|
||||
BottomSep 0.4
|
||||
ParSep 0.4
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
LabelType Static
|
||||
LabelString "Name:"
|
||||
LatexType Command
|
||||
LatexName name
|
||||
KeepEmpty 1
|
||||
LeftMargin xxxxxxxxxxxx::xx
|
||||
LabelSep xx
|
||||
TopSep 0.4
|
||||
BottomSep 0.4
|
||||
ParSep 0.4
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
LabelType Static
|
||||
LabelString "Name:"
|
||||
|
||||
LabelFont
|
||||
Series Bold
|
||||
Shape Italic
|
||||
Color Blue
|
||||
EndFont
|
||||
LabelFont
|
||||
Series Bold
|
||||
Shape Italic
|
||||
Color Blue
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Signature style definition
|
||||
Style Signature
|
||||
CopyStyle Name
|
||||
LatexName signature
|
||||
LabelString "Signature:"
|
||||
CopyStyle Name
|
||||
LatexName signature
|
||||
LabelString "Signature:"
|
||||
End
|
||||
|
||||
# Address style definition
|
||||
Style Address
|
||||
CopyStyle Name
|
||||
LatexName address
|
||||
LabelString "Address:"
|
||||
CopyStyle Name
|
||||
LatexName address
|
||||
LabelString "Address:"
|
||||
End
|
||||
|
||||
# Telephone style definition
|
||||
Style Telephone
|
||||
CopyStyle Name
|
||||
LatexName telephone
|
||||
LabelString "Telephone:"
|
||||
CopyStyle Name
|
||||
LatexName telephone
|
||||
LabelString "Telephone:"
|
||||
End
|
||||
|
||||
# Place style definition
|
||||
Style Place
|
||||
CopyStyle Name
|
||||
LatexName place
|
||||
LabelString "Place:"
|
||||
CopyStyle Name
|
||||
LatexName place
|
||||
LabelString "Place:"
|
||||
End
|
||||
|
||||
# Date style definition
|
||||
Style Date
|
||||
CopyStyle Name
|
||||
LatexName date
|
||||
LabelString "Date:"
|
||||
CopyStyle Name
|
||||
LatexName date
|
||||
LabelString "Date:"
|
||||
End
|
||||
|
||||
# Backaddress style definition
|
||||
Style Backaddress
|
||||
CopyStyle Name
|
||||
LatexName backaddress
|
||||
LabelString "Backaddress:"
|
||||
CopyStyle Name
|
||||
LatexName backaddress
|
||||
LabelString "Backaddress:"
|
||||
End
|
||||
|
||||
# Specialmail style definition
|
||||
Style Specialmail
|
||||
CopyStyle Name
|
||||
LatexName specialmail
|
||||
LabelString "Specialmail:"
|
||||
CopyStyle Name
|
||||
LatexName specialmail
|
||||
LabelString "Specialmail:"
|
||||
End
|
||||
|
||||
# Location style definition
|
||||
Style Location
|
||||
CopyStyle Name
|
||||
LatexName location
|
||||
LabelString "Location:"
|
||||
CopyStyle Name
|
||||
LatexName location
|
||||
LabelString "Location:"
|
||||
End
|
||||
|
||||
# Title style definition
|
||||
Style Title
|
||||
CopyStyle Name
|
||||
LatexName title
|
||||
LabelString "Title:"
|
||||
CopyStyle Name
|
||||
LatexName title
|
||||
LabelString "Title:"
|
||||
End
|
||||
|
||||
# Subject style definition
|
||||
Style Subject
|
||||
CopyStyle Name
|
||||
LatexName subject
|
||||
LabelString "Subject:"
|
||||
CopyStyle Name
|
||||
LatexName subject
|
||||
LabelString "Subject:"
|
||||
End
|
||||
|
||||
# Yourref style definition
|
||||
Style Yourref
|
||||
CopyStyle Name
|
||||
LatexName yourref
|
||||
LabelString "Your ref.:"
|
||||
CopyStyle Name
|
||||
LatexName yourref
|
||||
LabelString "Your ref.:"
|
||||
|
||||
LabelFont
|
||||
Family Sans
|
||||
Series Medium
|
||||
Shape Up
|
||||
Size Small
|
||||
Color None
|
||||
EndFont
|
||||
LabelFont
|
||||
Family Sans
|
||||
Series Medium
|
||||
Shape Up
|
||||
Size Small
|
||||
Color None
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Yourmail style definition
|
||||
Style Yourmail
|
||||
CopyStyle Yourref
|
||||
LatexName yourmail
|
||||
LabelString "Your letter of:"
|
||||
CopyStyle Yourref
|
||||
LatexName yourmail
|
||||
LabelString "Your letter of:"
|
||||
End
|
||||
|
||||
# Myref style definition
|
||||
Style Myref
|
||||
CopyStyle Yourref
|
||||
LatexName myref
|
||||
LabelString "Our ref.:"
|
||||
CopyStyle Yourref
|
||||
LatexName myref
|
||||
LabelString "Our ref.:"
|
||||
End
|
||||
|
||||
# Customer style definition
|
||||
Style Customer
|
||||
CopyStyle Yourref
|
||||
LatexName customer
|
||||
LabelString "Customer no.:"
|
||||
CopyStyle Yourref
|
||||
LatexName customer
|
||||
LabelString "Customer no.:"
|
||||
End
|
||||
|
||||
# Invoice style definition
|
||||
Style Invoice
|
||||
CopyStyle Yourref
|
||||
LatexName invoice
|
||||
LabelString "Invoice no.:"
|
||||
CopyStyle Yourref
|
||||
LatexName invoice
|
||||
LabelString "Invoice no.:"
|
||||
End
|
||||
|
@ -5,18 +5,18 @@
|
||||
|
||||
# Standard style definition
|
||||
Style Standard
|
||||
LatexName dummy
|
||||
ParSep 0.4
|
||||
AlignPossible Block, Left, Right, Center
|
||||
LatexName dummy
|
||||
ParSep 0.4
|
||||
AlignPossible Block, Left, Right, Center
|
||||
End
|
||||
|
||||
Input stdlists.inc
|
||||
|
||||
# Modify Description
|
||||
Style Description
|
||||
LabelFont
|
||||
Family Sans
|
||||
EndFont
|
||||
LabelFont
|
||||
Family Sans
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Delete List
|
||||
@ -24,19 +24,19 @@ NoStyle List
|
||||
|
||||
# Labeling style definition
|
||||
Style Labeling
|
||||
Margin Manual
|
||||
LatexType List_Environment
|
||||
LatexName labeling
|
||||
NextNoindent 1
|
||||
LabelSep xxx
|
||||
ParSkip 0.4
|
||||
TopSep 0.7
|
||||
BottomSep 0.7
|
||||
ParSep 0.5
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Manual
|
||||
LabelString 00.00.0000
|
||||
Margin Manual
|
||||
LatexType List_Environment
|
||||
LatexName labeling
|
||||
NextNoindent 1
|
||||
LabelSep xxx
|
||||
ParSkip 0.4
|
||||
TopSep 0.7
|
||||
BottomSep 0.7
|
||||
ParSep 0.5
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Manual
|
||||
LabelString 00.00.0000
|
||||
End
|
||||
|
||||
Input stdlayouts.inc
|
||||
@ -46,328 +46,328 @@ NoStyle Caption
|
||||
|
||||
# Letter style definition
|
||||
Style Address
|
||||
LatexType Command
|
||||
LatexName begin
|
||||
LatexParam {letter}
|
||||
#Ugly hack!
|
||||
Preamble
|
||||
\AtEndDocument{\end{letter}}
|
||||
EndPreamble
|
||||
KeepEmpty 1
|
||||
LeftMargin xxxxxxxxxxxx::xx
|
||||
LabelSep xx
|
||||
TopSep 1.5
|
||||
BottomSep 1.5
|
||||
ParSep 1.5
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
LabelType Static
|
||||
LabelString "Address:"
|
||||
LatexType Command
|
||||
LatexName begin
|
||||
LatexParam {letter}
|
||||
#Ugly hack!
|
||||
Preamble
|
||||
\AtEndDocument{\end{letter}}
|
||||
EndPreamble
|
||||
KeepEmpty 1
|
||||
LeftMargin xxxxxxxxxxxx::xx
|
||||
LabelSep xx
|
||||
TopSep 1.5
|
||||
BottomSep 1.5
|
||||
ParSep 1.5
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
LabelType Static
|
||||
LabelString "Address:"
|
||||
|
||||
LabelFont
|
||||
Series Bold
|
||||
Shape Italic
|
||||
Size Small
|
||||
Color Blue
|
||||
EndFont
|
||||
LabelFont
|
||||
Series Bold
|
||||
Shape Italic
|
||||
Size Small
|
||||
Color Blue
|
||||
EndFont
|
||||
End
|
||||
|
||||
# NextLetter style definition
|
||||
# Start new letter
|
||||
Style NextAddress
|
||||
LatexType Command
|
||||
LatexName end{letter}\begin{letter}
|
||||
KeepEmpty 1
|
||||
LeftMargin xxxxxxxxxxxx::xx
|
||||
LabelSep xx
|
||||
TopSep 1.5
|
||||
BottomSep 1.5
|
||||
ParSep 1.5
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
LabelType Static
|
||||
LabelString "Next Address:"
|
||||
LatexType Command
|
||||
LatexName end{letter}\begin{letter}
|
||||
KeepEmpty 1
|
||||
LeftMargin xxxxxxxxxxxx::xx
|
||||
LabelSep xx
|
||||
TopSep 1.5
|
||||
BottomSep 1.5
|
||||
ParSep 1.5
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
LabelType Static
|
||||
LabelString "Next Address:"
|
||||
|
||||
LabelFont
|
||||
Series Bold
|
||||
Shape Italic
|
||||
Size Small
|
||||
Color Blue
|
||||
EndFont
|
||||
LabelFont
|
||||
Series Bold
|
||||
Shape Italic
|
||||
Size Small
|
||||
Color Blue
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Opening style definition
|
||||
Style Opening
|
||||
LatexType Command
|
||||
LatexName opening
|
||||
KeepEmpty 0
|
||||
LeftMargin xxxxxxxxxxxx::xx
|
||||
LabelSep xx
|
||||
TopSep 0.4
|
||||
BottomSep 0.4
|
||||
ParSep 0.4
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
LabelType Static
|
||||
LabelString "Opening:"
|
||||
|
||||
LabelFont
|
||||
Series Bold
|
||||
Shape Italic
|
||||
Color Magenta
|
||||
EndFont
|
||||
LatexType Command
|
||||
LatexName opening
|
||||
KeepEmpty 0
|
||||
LeftMargin xxxxxxxxxxxx::xx
|
||||
LabelSep xx
|
||||
TopSep 0.4
|
||||
BottomSep 0.4
|
||||
ParSep 0.4
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
LabelType Static
|
||||
LabelString "Opening:"
|
||||
|
||||
LabelFont
|
||||
Series Bold
|
||||
Shape Italic
|
||||
Color Magenta
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Closing style definition
|
||||
Style Closing
|
||||
CopyStyle Opening
|
||||
LatexType Command
|
||||
LatexName closing
|
||||
LabelString "Closing:"
|
||||
CopyStyle Opening
|
||||
LatexType Command
|
||||
LatexName closing
|
||||
LabelString "Closing:"
|
||||
End
|
||||
|
||||
# PS style definition
|
||||
Style PS
|
||||
CopyStyle Opening
|
||||
LatexType Command
|
||||
LatexName ps
|
||||
LabelString "Post Scriptum:"
|
||||
CopyStyle Opening
|
||||
LatexType Command
|
||||
LatexName ps
|
||||
LabelString "Post Scriptum:"
|
||||
End
|
||||
|
||||
# CC style definition
|
||||
Style CC
|
||||
CopyStyle Opening
|
||||
LatexType Command
|
||||
LatexName cc
|
||||
LabelString "cc:"
|
||||
CopyStyle Opening
|
||||
LatexType Command
|
||||
LatexName cc
|
||||
LabelString "cc:"
|
||||
End
|
||||
|
||||
# Encl style definition
|
||||
Style Encl
|
||||
CopyStyle Opening
|
||||
LatexName encl
|
||||
LabelString "encl:"
|
||||
CopyStyle Opening
|
||||
LatexName encl
|
||||
LabelString "encl:"
|
||||
End
|
||||
|
||||
# Name style definition
|
||||
Style Name
|
||||
LatexType Command
|
||||
LatexName setkomavar
|
||||
LatexParam {fromname}
|
||||
KeepEmpty 1
|
||||
LeftMargin xxxxxxxxxxxx::xx
|
||||
LabelSep xx
|
||||
TopSep 0.4
|
||||
BottomSep 0.4
|
||||
ParSep 0.4
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
LabelType Static
|
||||
LabelString "Sender Name:"
|
||||
LatexType Command
|
||||
LatexName setkomavar
|
||||
LatexParam {fromname}
|
||||
KeepEmpty 1
|
||||
LeftMargin xxxxxxxxxxxx::xx
|
||||
LabelSep xx
|
||||
TopSep 0.4
|
||||
BottomSep 0.4
|
||||
ParSep 0.4
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
LabelType Static
|
||||
LabelString "Sender Name:"
|
||||
|
||||
LabelFont
|
||||
Series Bold
|
||||
Shape Italic
|
||||
Color Blue
|
||||
EndFont
|
||||
LabelFont
|
||||
Series Bold
|
||||
Shape Italic
|
||||
Color Blue
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Signature style definition
|
||||
Style Signature
|
||||
CopyStyle Name
|
||||
LatexName setkomavar
|
||||
LatexParam {signature}
|
||||
LabelString "Signature:"
|
||||
CopyStyle Name
|
||||
LatexName setkomavar
|
||||
LatexParam {signature}
|
||||
LabelString "Signature:"
|
||||
End
|
||||
|
||||
# Address style definition
|
||||
Style SenderAddress
|
||||
CopyStyle Name
|
||||
LatexName setkomavar
|
||||
LatexParam {fromaddress}
|
||||
LabelString "Sender Address:"
|
||||
CopyStyle Name
|
||||
LatexName setkomavar
|
||||
LatexParam {fromaddress}
|
||||
LabelString "Sender Address:"
|
||||
End
|
||||
|
||||
# Telephone style definition
|
||||
Style Telephone
|
||||
CopyStyle Name
|
||||
LatexName setkomavar
|
||||
LatexParam {fromphone}
|
||||
LabelString "Sender Phone:"
|
||||
CopyStyle Name
|
||||
LatexName setkomavar
|
||||
LatexParam {fromphone}
|
||||
LabelString "Sender Phone:"
|
||||
End
|
||||
|
||||
# Fax style definition
|
||||
Style Fax
|
||||
CopyStyle Name
|
||||
LatexName setkomavar
|
||||
LatexParam {fromfax}
|
||||
LabelString "Sender Fax:"
|
||||
CopyStyle Name
|
||||
LatexName setkomavar
|
||||
LatexParam {fromfax}
|
||||
LabelString "Sender Fax:"
|
||||
End
|
||||
|
||||
|
||||
# E-Mail style definition
|
||||
Style E-Mail
|
||||
CopyStyle Name
|
||||
LatexName setkomavar
|
||||
LatexParam {fromemail}
|
||||
LabelString "Sender E-Mail:"
|
||||
CopyStyle Name
|
||||
LatexName setkomavar
|
||||
LatexParam {fromemail}
|
||||
LabelString "Sender E-Mail:"
|
||||
End
|
||||
|
||||
# URL style definition
|
||||
Style URL
|
||||
CopyStyle Name
|
||||
LatexName setkomavar
|
||||
LatexParam {fromurl}
|
||||
LabelString "Sender URL:"
|
||||
CopyStyle Name
|
||||
LatexName setkomavar
|
||||
LatexParam {fromurl}
|
||||
LabelString "Sender URL:"
|
||||
End
|
||||
|
||||
# Bank style definition
|
||||
Style Bank
|
||||
CopyStyle Name
|
||||
LatexName setkomavar
|
||||
LatexParam {frombank}
|
||||
LabelString "Bank:"
|
||||
CopyStyle Name
|
||||
LatexName setkomavar
|
||||
LatexParam {frombank}
|
||||
LabelString "Bank:"
|
||||
End
|
||||
|
||||
# Logo style definition
|
||||
Style Logo
|
||||
CopyStyle Name
|
||||
LatexName setkomavar
|
||||
LatexParam {fromlogo}
|
||||
LabelString "Logo:"
|
||||
CopyStyle Name
|
||||
LatexName setkomavar
|
||||
LatexParam {fromlogo}
|
||||
LabelString "Logo:"
|
||||
End
|
||||
|
||||
# Place style definition
|
||||
Style Place
|
||||
CopyStyle Name
|
||||
LatexName setkomavar
|
||||
LatexParam {place}
|
||||
LabelString "Place:"
|
||||
CopyStyle Name
|
||||
LatexName setkomavar
|
||||
LatexParam {place}
|
||||
LabelString "Place:"
|
||||
End
|
||||
|
||||
# Date style definition
|
||||
Style Date
|
||||
CopyStyle Name
|
||||
LatexName setkomavar
|
||||
LatexParam {date}
|
||||
LabelString "Date:"
|
||||
CopyStyle Name
|
||||
LatexName setkomavar
|
||||
LatexParam {date}
|
||||
LabelString "Date:"
|
||||
End
|
||||
|
||||
# Backaddress style definition
|
||||
Style Backaddress
|
||||
CopyStyle Name
|
||||
LatexName setkomavar
|
||||
LatexParam {backaddress}
|
||||
LabelString "Backaddress:"
|
||||
CopyStyle Name
|
||||
LatexName setkomavar
|
||||
LatexParam {backaddress}
|
||||
LabelString "Backaddress:"
|
||||
End
|
||||
|
||||
# Specialmail style definition
|
||||
Style Specialmail
|
||||
CopyStyle Name
|
||||
LatexName setkomavar
|
||||
LatexParam {specialmail}
|
||||
LabelString "Specialmail:"
|
||||
CopyStyle Name
|
||||
LatexName setkomavar
|
||||
LatexParam {specialmail}
|
||||
LabelString "Specialmail:"
|
||||
End
|
||||
|
||||
# Location style definition
|
||||
Style Location
|
||||
CopyStyle Name
|
||||
LatexName setkomavar
|
||||
LatexParam {location}
|
||||
LabelString "Location:"
|
||||
CopyStyle Name
|
||||
LatexName setkomavar
|
||||
LatexParam {location}
|
||||
LabelString "Location:"
|
||||
End
|
||||
|
||||
# Title style definition
|
||||
Style Title
|
||||
CopyStyle Name
|
||||
LatexName setkomavar
|
||||
LatexParam {title}
|
||||
LabelString "Title:"
|
||||
CopyStyle Name
|
||||
LatexName setkomavar
|
||||
LatexParam {title}
|
||||
LabelString "Title:"
|
||||
End
|
||||
|
||||
# Subject style definition
|
||||
Style Subject
|
||||
CopyStyle Name
|
||||
LatexName setkomavar
|
||||
LatexParam {subject}
|
||||
LabelString "Subject:"
|
||||
CopyStyle Name
|
||||
LatexName setkomavar
|
||||
LatexParam {subject}
|
||||
LabelString "Subject:"
|
||||
End
|
||||
|
||||
# Yourref style definition
|
||||
Style Yourref
|
||||
CopyStyle Name
|
||||
LatexName setkomavar
|
||||
LatexParam {yourref}
|
||||
LabelString "Your ref.:"
|
||||
CopyStyle Name
|
||||
LatexName setkomavar
|
||||
LatexParam {yourref}
|
||||
LabelString "Your ref.:"
|
||||
|
||||
LabelFont
|
||||
Family Sans
|
||||
Series Medium
|
||||
Shape Up
|
||||
Size Small
|
||||
Color None
|
||||
EndFont
|
||||
LabelFont
|
||||
Family Sans
|
||||
Series Medium
|
||||
Shape Up
|
||||
Size Small
|
||||
Color None
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Yourmail style definition
|
||||
Style Yourmail
|
||||
CopyStyle Yourref
|
||||
LatexName setkomavar
|
||||
LatexParam {yourmail}
|
||||
LabelString "Your letter of:"
|
||||
CopyStyle Yourref
|
||||
LatexName setkomavar
|
||||
LatexParam {yourmail}
|
||||
LabelString "Your letter of:"
|
||||
End
|
||||
|
||||
# Myref style definition
|
||||
Style Myref
|
||||
CopyStyle Yourref
|
||||
LatexName setkomavar
|
||||
LatexParam {myref}
|
||||
LabelString "Our ref.:"
|
||||
CopyStyle Yourref
|
||||
LatexName setkomavar
|
||||
LatexParam {myref}
|
||||
LabelString "Our ref.:"
|
||||
End
|
||||
|
||||
# Customer style definition
|
||||
Style Customer
|
||||
CopyStyle Yourref
|
||||
LatexName setkomavar
|
||||
LatexParam {customer}
|
||||
LabelString "Customer no.:"
|
||||
CopyStyle Yourref
|
||||
LatexName setkomavar
|
||||
LatexParam {customer}
|
||||
LabelString "Customer no.:"
|
||||
End
|
||||
|
||||
# Invoice style definition
|
||||
Style Invoice
|
||||
CopyStyle Yourref
|
||||
LatexName setkomavar
|
||||
LatexParam {invoice}
|
||||
LabelString "Invoice no.:"
|
||||
CopyStyle Yourref
|
||||
LatexName setkomavar
|
||||
LatexParam {invoice}
|
||||
LabelString "Invoice no.:"
|
||||
End
|
||||
|
||||
# Comment style definition
|
||||
Style Comment
|
||||
Margin Dynamic
|
||||
LatexType Environment
|
||||
LatexName comment
|
||||
NextNoIndent 1
|
||||
LeftMargin MMM
|
||||
RightMargin MMM
|
||||
Align Block
|
||||
AlignPossible Block, Left, Right, Center
|
||||
LabelType Static
|
||||
LabelSep :x
|
||||
Labelstring "Comment:"
|
||||
Margin Dynamic
|
||||
LatexType Environment
|
||||
LatexName comment
|
||||
NextNoIndent 1
|
||||
LeftMargin MMM
|
||||
RightMargin MMM
|
||||
Align Block
|
||||
AlignPossible Block, Left, Right, Center
|
||||
LabelType Static
|
||||
LabelSep :x
|
||||
Labelstring "Comment:"
|
||||
|
||||
LabelFont
|
||||
Shape Italic
|
||||
Series Bold
|
||||
Color black
|
||||
EndFont
|
||||
LabelFont
|
||||
Shape Italic
|
||||
Series Bold
|
||||
Color black
|
||||
EndFont
|
||||
|
||||
TextFont
|
||||
Color magenta
|
||||
Shape Italic
|
||||
EndFont
|
||||
TextFont
|
||||
Color magenta
|
||||
Shape Italic
|
||||
EndFont
|
||||
|
||||
Preamble
|
||||
\usepackage{verbatim}
|
||||
EndPreamble
|
||||
Preamble
|
||||
\usepackage{verbatim}
|
||||
EndPreamble
|
||||
|
||||
End
|
||||
|
@ -4,5 +4,5 @@
|
||||
|
||||
# List style definition
|
||||
Style List
|
||||
ObsoletedBy Labeling
|
||||
ObsoletedBy Labeling
|
||||
End
|
||||
|
@ -8,11 +8,11 @@ Input scrclass.inc
|
||||
|
||||
# Modify bibliography
|
||||
Style Bibliography
|
||||
TopSep 4
|
||||
LabelString Bibliography
|
||||
TopSep 4
|
||||
LabelString Bibliography
|
||||
|
||||
LabelFont
|
||||
Series Bold
|
||||
Size Largest
|
||||
EndFont
|
||||
LabelFont
|
||||
Series Bold
|
||||
Size Largest
|
||||
EndFont
|
||||
End
|
||||
|
@ -6,107 +6,107 @@
|
||||
# Input general definitions
|
||||
Input stdclass.inc
|
||||
|
||||
Sides 1
|
||||
Columns 1
|
||||
Sides 1
|
||||
Columns 1
|
||||
|
||||
ClassOptions
|
||||
FontSize 8|9|10|11|12|14|17
|
||||
Other slidesec
|
||||
FontSize 8|9|10|11|12|14|17
|
||||
Other slidesec
|
||||
End
|
||||
|
||||
# There are no chapters in an article.
|
||||
NoStyle Chapter
|
||||
NoStyle Chapter*
|
||||
|
||||
MaxCounter Counter_Section
|
||||
SecNumDepth 3
|
||||
TocDepth 3
|
||||
MaxCounter Counter_Section
|
||||
SecNumDepth 3
|
||||
TocDepth 3
|
||||
|
||||
# Change a bit Part and Part*
|
||||
Style Part
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
TopSep 2
|
||||
BottomSep 1.5
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
TopSep 2
|
||||
BottomSep 1.5
|
||||
|
||||
Font
|
||||
Size Larger
|
||||
EndFont
|
||||
Font
|
||||
Size Larger
|
||||
EndFont
|
||||
End
|
||||
|
||||
Style Part*
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
TopSep 2
|
||||
BottomSep 1.5
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
TopSep 2
|
||||
BottomSep 1.5
|
||||
|
||||
Font
|
||||
Size Larger
|
||||
EndFont
|
||||
Font
|
||||
Size Larger
|
||||
EndFont
|
||||
End
|
||||
|
||||
|
||||
Style LandscapeSlide
|
||||
CopyStyle Standard
|
||||
LatexType Environment
|
||||
LatexName slide
|
||||
KeepEmpty 1
|
||||
Labeltype Static
|
||||
LabelString "Landscape Slide"
|
||||
LabelSep "MMMMMMM"
|
||||
CopyStyle Standard
|
||||
LatexType Environment
|
||||
LatexName slide
|
||||
KeepEmpty 1
|
||||
Labeltype Static
|
||||
LabelString "Landscape Slide"
|
||||
LabelSep "MMMMMMM"
|
||||
End
|
||||
|
||||
Style PortraitSlide
|
||||
CopyStyle Standard
|
||||
LatexType Environment
|
||||
LatexName slide*
|
||||
KeepEmpty 1
|
||||
Labeltype Static
|
||||
LabelString "Portrait Slide"
|
||||
CopyStyle Standard
|
||||
LatexType Environment
|
||||
LatexName slide*
|
||||
KeepEmpty 1
|
||||
Labeltype Static
|
||||
LabelString "Portrait Slide"
|
||||
End
|
||||
|
||||
Style Slide
|
||||
Obsoletedby LandscapeSlide
|
||||
Obsoletedby LandscapeSlide
|
||||
End
|
||||
|
||||
Style Slide*
|
||||
Obsoletedby PortraitSlide
|
||||
Obsoletedby PortraitSlide
|
||||
End
|
||||
|
||||
Style SlideHeading
|
||||
CopyStyle Section
|
||||
LatexName slideheading
|
||||
CopyStyle Section
|
||||
LatexName slideheading
|
||||
End
|
||||
|
||||
Style SlideSubHeading
|
||||
CopyStyle Subsection
|
||||
LatexName slidesubheading
|
||||
CopyStyle Subsection
|
||||
LatexName slidesubheading
|
||||
End
|
||||
|
||||
Style ListOfSlides
|
||||
KeepEmpty 1
|
||||
Align Center
|
||||
LatexType Command
|
||||
LatexName listofslides
|
||||
Labeltype Static
|
||||
LabelString "List Of Slides"
|
||||
KeepEmpty 1
|
||||
Align Center
|
||||
LatexType Command
|
||||
LatexName listofslides
|
||||
Labeltype Static
|
||||
LabelString "List Of Slides"
|
||||
End
|
||||
|
||||
Style SlideContents
|
||||
KeepEmpty 1
|
||||
Align Center
|
||||
LatexType Command
|
||||
LatexName slidecontents
|
||||
Labeltype Static
|
||||
LabelString "Slidecontents"
|
||||
KeepEmpty 1
|
||||
Align Center
|
||||
LatexType Command
|
||||
LatexName slidecontents
|
||||
Labeltype Static
|
||||
LabelString "Slidecontents"
|
||||
End
|
||||
|
||||
Style ProgressContents
|
||||
KeepEmpty 1
|
||||
Align Center
|
||||
LatexType Command
|
||||
LatexName Slidecontents
|
||||
Labeltype Static
|
||||
LabelString "Progress Contents"
|
||||
KeepEmpty 1
|
||||
Align Center
|
||||
LatexType Command
|
||||
LatexName Slidecontents
|
||||
Labeltype Static
|
||||
LabelString "Progress Contents"
|
||||
End
|
||||
|
||||
|
@ -11,23 +11,23 @@ TocDepth 2
|
||||
MaxCounter Counter_Section
|
||||
|
||||
ClassOptions
|
||||
FontSize 10|11|12
|
||||
Other "draft|final"
|
||||
FontSize 10|11|12
|
||||
Other "draft|final"
|
||||
End
|
||||
|
||||
Style Standard
|
||||
Margin Dynamic
|
||||
LatexType Paragraph
|
||||
LatexName dummy
|
||||
ParSkip 0
|
||||
ParIndent ........
|
||||
NextNoIndent 0
|
||||
TopSep 0.7
|
||||
BottomSep 0.7
|
||||
ParSep 0.7
|
||||
Align Block
|
||||
AlignPossible Block, Left, Right, Center
|
||||
LabelType No_Label
|
||||
Margin Dynamic
|
||||
LatexType Paragraph
|
||||
LatexName dummy
|
||||
ParSkip 0
|
||||
ParIndent ........
|
||||
NextNoIndent 0
|
||||
TopSep 0.7
|
||||
BottomSep 0.7
|
||||
ParSep 0.7
|
||||
Align Block
|
||||
AlignPossible Block, Left, Right, Center
|
||||
LabelType No_Label
|
||||
End
|
||||
|
||||
Input stdlists.inc
|
||||
@ -36,242 +36,242 @@ Input stdcounters.inc
|
||||
Input stdfloats.inc
|
||||
|
||||
Style Section
|
||||
CopyStyle Standard
|
||||
Margin First_Dynamic
|
||||
LatexType Command
|
||||
LatexName section
|
||||
NeedProtect 1
|
||||
NextNoIndent 1
|
||||
LabelSep xxx
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Counter_Section
|
||||
EndLabelType Static
|
||||
EndLabelString .
|
||||
Font
|
||||
Series Bold
|
||||
EndFont
|
||||
CopyStyle Standard
|
||||
Margin First_Dynamic
|
||||
LatexType Command
|
||||
LatexName section
|
||||
NeedProtect 1
|
||||
NextNoIndent 1
|
||||
LabelSep xxx
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Counter_Section
|
||||
EndLabelType Static
|
||||
EndLabelString .
|
||||
Font
|
||||
Series Bold
|
||||
EndFont
|
||||
End
|
||||
|
||||
Style Subsection
|
||||
CopyStyle Section
|
||||
LatexName subsection
|
||||
LabelType Counter_Subsection
|
||||
CopyStyle Section
|
||||
LatexName subsection
|
||||
LabelType Counter_Subsection
|
||||
End
|
||||
|
||||
Style Subsubsection
|
||||
CopyStyle Subsection
|
||||
LatexName subsubsection
|
||||
LabelType Counter_Subsubsection
|
||||
CopyStyle Subsection
|
||||
LatexName subsubsection
|
||||
LabelType Counter_Subsubsection
|
||||
End
|
||||
|
||||
Style Paragraph
|
||||
CopyStyle Subsubsection
|
||||
LatexName paragraph
|
||||
LabelType Counter_Paragraph
|
||||
Font
|
||||
Shape Italic
|
||||
Series Medium
|
||||
EndFont
|
||||
CopyStyle Subsubsection
|
||||
LatexName paragraph
|
||||
LabelType Counter_Paragraph
|
||||
Font
|
||||
Shape Italic
|
||||
Series Medium
|
||||
EndFont
|
||||
End
|
||||
|
||||
Style Section*
|
||||
CopyStyle Section
|
||||
LatexName section*
|
||||
LabelType No_Label
|
||||
CopyStyle Section
|
||||
LatexName section*
|
||||
LabelType No_Label
|
||||
End
|
||||
|
||||
Style Subsection*
|
||||
CopyStyle Subsection
|
||||
LatexName subsection*
|
||||
LabelType No_Label
|
||||
CopyStyle Subsection
|
||||
LatexName subsection*
|
||||
LabelType No_Label
|
||||
End
|
||||
|
||||
Style Subsubsection*
|
||||
CopyStyle Subsubsection
|
||||
LatexName subsubsection*
|
||||
LabelType No_Label
|
||||
CopyStyle Subsubsection
|
||||
LatexName subsubsection*
|
||||
LabelType No_Label
|
||||
End
|
||||
|
||||
Style Paragraph*
|
||||
CopyStyle Paragraph
|
||||
LatexName paragraph*
|
||||
LabelType No_Label
|
||||
CopyStyle Paragraph
|
||||
LatexName paragraph*
|
||||
LabelType No_Label
|
||||
End
|
||||
|
||||
|
||||
Style Title
|
||||
Margin Static
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
LatexName title
|
||||
BottomSep 1
|
||||
Align Center
|
||||
AlignPossible Center
|
||||
LabelType No_Label
|
||||
Font
|
||||
Size Larger
|
||||
Shape SmallCaps
|
||||
Series Bold
|
||||
EndFont
|
||||
Margin Static
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
LatexName title
|
||||
BottomSep 1
|
||||
Align Center
|
||||
AlignPossible Center
|
||||
LabelType No_Label
|
||||
Font
|
||||
Size Larger
|
||||
Shape SmallCaps
|
||||
Series Bold
|
||||
EndFont
|
||||
End
|
||||
|
||||
Style Author
|
||||
CopyStyle Title
|
||||
LatexName author
|
||||
Font
|
||||
Size Normal
|
||||
Shape SmallCaps
|
||||
Series Medium
|
||||
EndFont
|
||||
CopyStyle Title
|
||||
LatexName author
|
||||
Font
|
||||
Size Normal
|
||||
Shape SmallCaps
|
||||
Series Medium
|
||||
EndFont
|
||||
End
|
||||
|
||||
Style Date
|
||||
CopyStyle Author
|
||||
LatexName date
|
||||
CopyStyle Author
|
||||
LatexName date
|
||||
End
|
||||
|
||||
Style Abstract
|
||||
Margin First_Dynamic
|
||||
LatexType Environment
|
||||
Margin First_Dynamic
|
||||
LatexType Environment
|
||||
# InTitle 1
|
||||
LatexName abstract
|
||||
ParIndent ........
|
||||
NextNoIndent 1
|
||||
TopSep 0.7
|
||||
BottomSep 0.7
|
||||
ParSkip 0.7
|
||||
Align Block
|
||||
AlignPossible Block
|
||||
LabelType Static
|
||||
LabelString Abstract.
|
||||
LabelSep M
|
||||
LabelIndent ........
|
||||
Font
|
||||
Size Small
|
||||
EndFont
|
||||
LabelFont
|
||||
Series Bold
|
||||
Size Small
|
||||
EndFont
|
||||
LatexName abstract
|
||||
ParIndent ........
|
||||
NextNoIndent 1
|
||||
TopSep 0.7
|
||||
BottomSep 0.7
|
||||
ParSkip 0.7
|
||||
Align Block
|
||||
AlignPossible Block
|
||||
LabelType Static
|
||||
LabelString Abstract.
|
||||
LabelSep M
|
||||
LabelIndent ........
|
||||
Font
|
||||
Size Small
|
||||
EndFont
|
||||
LabelFont
|
||||
Series Bold
|
||||
Size Small
|
||||
EndFont
|
||||
End
|
||||
|
||||
Style Keywords
|
||||
CopyStyle Abstract
|
||||
LatexName keywords
|
||||
LabelString "Key words."
|
||||
CopyStyle Abstract
|
||||
LatexName keywords
|
||||
LabelString "Key words."
|
||||
End
|
||||
|
||||
Style AMS
|
||||
CopyStyle Abstract
|
||||
LatexName AMS
|
||||
LabelString "AMS subject classifications."
|
||||
CopyStyle Abstract
|
||||
LatexName AMS
|
||||
LabelString "AMS subject classifications."
|
||||
End
|
||||
|
||||
Style Bibliography
|
||||
Margin Dynamic
|
||||
LatexType Bib_Environment
|
||||
LatexName thebibliography
|
||||
NextNoIndent 0
|
||||
LeftMargin M
|
||||
RightMargin M
|
||||
Align Block
|
||||
AlignPossible Block, Center
|
||||
LabelType Bibliography
|
||||
#LabelType centered_top_environment
|
||||
LabelString References
|
||||
LabelBottomSep 0.7
|
||||
LabelFont
|
||||
Shape SmallCaps
|
||||
EndFont
|
||||
Margin Dynamic
|
||||
LatexType Bib_Environment
|
||||
LatexName thebibliography
|
||||
NextNoIndent 0
|
||||
LeftMargin M
|
||||
RightMargin M
|
||||
Align Block
|
||||
AlignPossible Block, Center
|
||||
LabelType Bibliography
|
||||
#LabelType centered_top_environment
|
||||
LabelString References
|
||||
LabelBottomSep 0.7
|
||||
LabelFont
|
||||
Shape SmallCaps
|
||||
EndFont
|
||||
End
|
||||
|
||||
Style Theorem
|
||||
CopyStyle Standard
|
||||
LabelSep xx
|
||||
LabelType Static
|
||||
LabelString "Theorem #."
|
||||
TextFont
|
||||
Shape Slanted
|
||||
Size Normal
|
||||
EndFont
|
||||
LabelFont
|
||||
Shape SmallCaps
|
||||
EndFont
|
||||
CopyStyle Standard
|
||||
LabelSep xx
|
||||
LabelType Static
|
||||
LabelString "Theorem #."
|
||||
TextFont
|
||||
Shape Slanted
|
||||
Size Normal
|
||||
EndFont
|
||||
LabelFont
|
||||
Shape SmallCaps
|
||||
EndFont
|
||||
End
|
||||
|
||||
Style Lemma
|
||||
CopyStyle Theorem
|
||||
LatexName lemma
|
||||
LabelString "Lemma #."
|
||||
CopyStyle Theorem
|
||||
LatexName lemma
|
||||
LabelString "Lemma #."
|
||||
End
|
||||
|
||||
Style Corollary
|
||||
CopyStyle Theorem
|
||||
LatexName corollary
|
||||
LabelString "Corollary #."
|
||||
CopyStyle Theorem
|
||||
LatexName corollary
|
||||
LabelString "Corollary #."
|
||||
End
|
||||
|
||||
Style Proposition
|
||||
CopyStyle Theorem
|
||||
LatexName proposition
|
||||
LabelString "Proposition #."
|
||||
CopyStyle Theorem
|
||||
LatexName proposition
|
||||
LabelString "Proposition #."
|
||||
End
|
||||
|
||||
Style Definition
|
||||
CopyStyle Theorem
|
||||
LatexName Definition
|
||||
LabelString "Definition #."
|
||||
Font
|
||||
Shape Up
|
||||
EndFont
|
||||
LabelFont
|
||||
Shape Up
|
||||
Series Bold
|
||||
EndFont
|
||||
CopyStyle Theorem
|
||||
LatexName Definition
|
||||
LabelString "Definition #."
|
||||
Font
|
||||
Shape Up
|
||||
EndFont
|
||||
LabelFont
|
||||
Shape Up
|
||||
Series Bold
|
||||
EndFont
|
||||
End
|
||||
|
||||
Style Proof
|
||||
CopyStyle Theorem
|
||||
LatexName proof
|
||||
LabelString "Proof."
|
||||
EndLabelType Box
|
||||
Font
|
||||
Shape Up
|
||||
Color Blue
|
||||
EndFont
|
||||
LabelFont
|
||||
Shape Slanted
|
||||
EndFont
|
||||
CopyStyle Theorem
|
||||
LatexName proof
|
||||
LabelString "Proof."
|
||||
EndLabelType Box
|
||||
Font
|
||||
Shape Up
|
||||
Color Blue
|
||||
EndFont
|
||||
LabelFont
|
||||
Shape Slanted
|
||||
EndFont
|
||||
End
|
||||
|
||||
|
||||
Style Theorem*
|
||||
CopyStyle Theorem
|
||||
LatexName theorem*
|
||||
LabelString "Theorem."
|
||||
CopyStyle Theorem
|
||||
LatexName theorem*
|
||||
LabelString "Theorem."
|
||||
End
|
||||
|
||||
Style Lemma*
|
||||
CopyStyle Lemma
|
||||
LatexName lemma*
|
||||
LabelString "Lemma."
|
||||
CopyStyle Lemma
|
||||
LatexName lemma*
|
||||
LabelString "Lemma."
|
||||
End
|
||||
|
||||
Style Corollary*
|
||||
CopyStyle Corollary
|
||||
LatexName corollary*
|
||||
LabelString "Corollary."
|
||||
CopyStyle Corollary
|
||||
LatexName corollary*
|
||||
LabelString "Corollary."
|
||||
End
|
||||
|
||||
Style Proposition*
|
||||
CopyStyle Proposition
|
||||
LatexName proposition*
|
||||
LabelString "Proposition."
|
||||
CopyStyle Proposition
|
||||
LatexName proposition*
|
||||
LabelString "Proposition."
|
||||
End
|
||||
|
||||
Style Definition*
|
||||
CopyStyle Definition
|
||||
LatexName definition*
|
||||
LabelString "Definition."
|
||||
CopyStyle Definition
|
||||
LatexName definition*
|
||||
LabelString "Definition."
|
||||
End
|
||||
|
@ -13,17 +13,17 @@ PageStyle Plain
|
||||
MaxCounter Counter_EnumI
|
||||
|
||||
DefaultFont
|
||||
Family Sans
|
||||
Series Medium
|
||||
Shape Up
|
||||
Size Largest
|
||||
Color None
|
||||
Family Sans
|
||||
Series Medium
|
||||
Shape Up
|
||||
Size Largest
|
||||
Color None
|
||||
EndFont
|
||||
|
||||
ClassOptions
|
||||
FontSize |
|
||||
Pagestyle plain|headings|empty
|
||||
Other "dvips"
|
||||
FontSize |
|
||||
Pagestyle plain|headings|empty
|
||||
Other "dvips"
|
||||
End
|
||||
|
||||
|
||||
@ -35,30 +35,30 @@ End
|
||||
|
||||
|
||||
Preamble
|
||||
\newcounter{slidetype}
|
||||
\setcounter{slidetype}{0}
|
||||
\newif\ifLyXsNoCenter
|
||||
\LyXsNoCenterfalse
|
||||
\newcommand{\noslidecentering}{
|
||||
\LyXsNoCentertrue%
|
||||
}
|
||||
\newcommand{\slidecentering}{
|
||||
\LyXsNoCenterfalse%
|
||||
}
|
||||
\newcommand{\lyxendslide}[1]{
|
||||
\ifLyXsNoCenter%
|
||||
\vfill%
|
||||
\fi%
|
||||
\ifcase \value{slidetype}%
|
||||
\or % no action for 0
|
||||
\end{slide} \or%
|
||||
\end{overlay} \or%
|
||||
\end{note}%
|
||||
\fi%
|
||||
\setcounter{slidetype}{0}
|
||||
\visible
|
||||
}
|
||||
\AtEndDocument{\lyxendslide{.}}
|
||||
\newcounter{slidetype}
|
||||
\setcounter{slidetype}{0}
|
||||
\newif\ifLyXsNoCenter
|
||||
\LyXsNoCenterfalse
|
||||
\newcommand{\noslidecentering}{
|
||||
\LyXsNoCentertrue%
|
||||
}
|
||||
\newcommand{\slidecentering}{
|
||||
\LyXsNoCenterfalse%
|
||||
}
|
||||
\newcommand{\lyxendslide}[1]{
|
||||
\ifLyXsNoCenter%
|
||||
\vfill%
|
||||
\fi%
|
||||
\ifcase \value{slidetype}%
|
||||
\or % no action for 0
|
||||
\end{slide} \or%
|
||||
\end{overlay} \or%
|
||||
\end{note}%
|
||||
\fi%
|
||||
\setcounter{slidetype}{0}
|
||||
\visible
|
||||
}
|
||||
\AtEndDocument{\lyxendslide{.}}
|
||||
EndPreamble
|
||||
|
||||
|
||||
@ -70,14 +70,14 @@ EndPreamble
|
||||
############################
|
||||
|
||||
Style Standard
|
||||
Margin Static
|
||||
LatexType Paragraph
|
||||
LatexName dummy
|
||||
ParIndent M
|
||||
ParSkip 0.4
|
||||
Align Block
|
||||
AlignPossible Block, Left, Right, Center
|
||||
LabelType No_Label
|
||||
Margin Static
|
||||
LatexType Paragraph
|
||||
LatexName dummy
|
||||
ParIndent M
|
||||
ParSkip 0.4
|
||||
Align Block
|
||||
AlignPossible Block, Left, Right, Center
|
||||
LabelType No_Label
|
||||
End
|
||||
|
||||
|
||||
@ -90,183 +90,183 @@ End
|
||||
|
||||
# Slide style definition
|
||||
Style Slide
|
||||
LatexType Command
|
||||
LatexName lyxnewslide
|
||||
KeepEmpty 1
|
||||
Margin Static
|
||||
NextNoIndent 1
|
||||
ParSkip 0.4
|
||||
TopSep 1.0
|
||||
BottomSep 1.0
|
||||
ParSep 0.5
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
LabelType Static
|
||||
LabelBottomSep 0.5
|
||||
LeftMargin MMMMxMMMMxxxNewSlide
|
||||
LabelString "_____________________________NewSlide: "
|
||||
LatexType Command
|
||||
LatexName lyxnewslide
|
||||
KeepEmpty 1
|
||||
Margin Static
|
||||
NextNoIndent 1
|
||||
ParSkip 0.4
|
||||
TopSep 1.0
|
||||
BottomSep 1.0
|
||||
ParSep 0.5
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
LabelType Static
|
||||
LabelBottomSep 0.5
|
||||
LeftMargin MMMMxMMMMxxxNewSlide
|
||||
LabelString "_____________________________NewSlide: "
|
||||
|
||||
Font
|
||||
Family Typewriter
|
||||
Series Bold
|
||||
Size Large
|
||||
Color Blue
|
||||
EndFont
|
||||
LabelFont
|
||||
Family Typewriter
|
||||
Size Large
|
||||
Color Blue
|
||||
EndFont
|
||||
Font
|
||||
Family Typewriter
|
||||
Series Bold
|
||||
Size Large
|
||||
Color Blue
|
||||
EndFont
|
||||
LabelFont
|
||||
Family Typewriter
|
||||
Size Large
|
||||
Color Blue
|
||||
EndFont
|
||||
|
||||
Preamble
|
||||
\newcommand{\lyxnewslide}[1]{
|
||||
\lyxendslide{.}
|
||||
\setcounter{slidetype}{1}
|
||||
\begin{slide}
|
||||
}
|
||||
EndPreamble
|
||||
Preamble
|
||||
\newcommand{\lyxnewslide}[1]{
|
||||
\lyxendslide{.}
|
||||
\setcounter{slidetype}{1}
|
||||
\begin{slide}
|
||||
}
|
||||
EndPreamble
|
||||
End
|
||||
|
||||
# Overlay style definition
|
||||
Style Overlay
|
||||
LatexType Command
|
||||
LatexName lyxnewoverlay
|
||||
KeepEmpty 1
|
||||
Margin Static
|
||||
NextNoIndent 1
|
||||
ParSkip 0.4
|
||||
TopSep 1.0
|
||||
BottomSep 1.0
|
||||
ParSep 0.5
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
LabelType Static
|
||||
LabelBottomSep 0.5
|
||||
LeftMargin MMMMxNewOverlay
|
||||
LabelString "- - - - - - - - - - NewOverlay: "
|
||||
LatexType Command
|
||||
LatexName lyxnewoverlay
|
||||
KeepEmpty 1
|
||||
Margin Static
|
||||
NextNoIndent 1
|
||||
ParSkip 0.4
|
||||
TopSep 1.0
|
||||
BottomSep 1.0
|
||||
ParSep 0.5
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
LabelType Static
|
||||
LabelBottomSep 0.5
|
||||
LeftMargin MMMMxNewOverlay
|
||||
LabelString "- - - - - - - - - - NewOverlay: "
|
||||
|
||||
Font
|
||||
Family Typewriter
|
||||
Series Bold
|
||||
Size Large
|
||||
Shape SmallCaps
|
||||
Color Magenta
|
||||
EndFont
|
||||
LabelFont
|
||||
Family Typewriter
|
||||
Series Bold
|
||||
Size Large
|
||||
Shape SmallCaps
|
||||
Color Magenta
|
||||
EndFont
|
||||
Font
|
||||
Family Typewriter
|
||||
Series Bold
|
||||
Size Large
|
||||
Shape SmallCaps
|
||||
Color Magenta
|
||||
EndFont
|
||||
LabelFont
|
||||
Family Typewriter
|
||||
Series Bold
|
||||
Size Large
|
||||
Shape SmallCaps
|
||||
Color Magenta
|
||||
EndFont
|
||||
|
||||
Preamble
|
||||
\newcommand{\lyxnewoverlay}[1]{
|
||||
\lyxendslide{.}
|
||||
\setcounter{slidetype}{2}
|
||||
\begin{overlay}
|
||||
}
|
||||
EndPreamble
|
||||
Preamble
|
||||
\newcommand{\lyxnewoverlay}[1]{
|
||||
\lyxendslide{.}
|
||||
\setcounter{slidetype}{2}
|
||||
\begin{overlay}
|
||||
}
|
||||
EndPreamble
|
||||
End
|
||||
|
||||
## Note style definition
|
||||
Style Note
|
||||
LatexType Command
|
||||
LatexName lyxnewnote
|
||||
KeepEmpty 1
|
||||
Margin Static
|
||||
NextNoIndent 1
|
||||
ParSkip 0.4
|
||||
TopSep 1.0
|
||||
BottomSep 1.0
|
||||
ParSep 0.5
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
LabelType Static
|
||||
LabelBottomSep 0.5
|
||||
LeftMargin MMMMxMMxxNewNote
|
||||
LabelString "........................NewNote: "
|
||||
LatexType Command
|
||||
LatexName lyxnewnote
|
||||
KeepEmpty 1
|
||||
Margin Static
|
||||
NextNoIndent 1
|
||||
ParSkip 0.4
|
||||
TopSep 1.0
|
||||
BottomSep 1.0
|
||||
ParSep 0.5
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
LabelType Static
|
||||
LabelBottomSep 0.5
|
||||
LeftMargin MMMMxMMxxNewNote
|
||||
LabelString "........................NewNote: "
|
||||
|
||||
Font
|
||||
Family Typewriter
|
||||
Series Bold
|
||||
Size Large
|
||||
Shape Italic
|
||||
Color Magenta
|
||||
EndFont
|
||||
LabelFont
|
||||
Family Typewriter
|
||||
Series Bold
|
||||
Size Large
|
||||
Shape Italic
|
||||
Color Magenta
|
||||
EndFont
|
||||
Font
|
||||
Family Typewriter
|
||||
Series Bold
|
||||
Size Large
|
||||
Shape Italic
|
||||
Color Magenta
|
||||
EndFont
|
||||
LabelFont
|
||||
Family Typewriter
|
||||
Series Bold
|
||||
Size Large
|
||||
Shape Italic
|
||||
Color Magenta
|
||||
EndFont
|
||||
|
||||
Preamble
|
||||
\newcommand{\lyxnewnote}[1]{
|
||||
\lyxendslide{.}
|
||||
\setcounter{slidetype}{3}
|
||||
\begin{note}
|
||||
}
|
||||
EndPreamble
|
||||
Preamble
|
||||
\newcommand{\lyxnewnote}[1]{
|
||||
\lyxendslide{.}
|
||||
\setcounter{slidetype}{3}
|
||||
\begin{note}
|
||||
}
|
||||
EndPreamble
|
||||
End
|
||||
|
||||
## Invisible environment
|
||||
Style InvisibleText
|
||||
LatexType Command
|
||||
LatexName lyxinvisible
|
||||
KeepEmpty 1
|
||||
Margin Static
|
||||
Align Center
|
||||
AlignPossible Center
|
||||
LabelType Static
|
||||
LabelString "<Invisible Text Follows>"
|
||||
LatexType Command
|
||||
LatexName lyxinvisible
|
||||
KeepEmpty 1
|
||||
Margin Static
|
||||
Align Center
|
||||
AlignPossible Center
|
||||
LabelType Static
|
||||
LabelString "<Invisible Text Follows>"
|
||||
|
||||
Font
|
||||
Family Roman
|
||||
Size Normal
|
||||
Color Cyan
|
||||
EndFont
|
||||
LabelFont
|
||||
Family Roman
|
||||
Size Normal
|
||||
Color Cyan
|
||||
EndFont
|
||||
Font
|
||||
Family Roman
|
||||
Size Normal
|
||||
Color Cyan
|
||||
EndFont
|
||||
LabelFont
|
||||
Family Roman
|
||||
Size Normal
|
||||
Color Cyan
|
||||
EndFont
|
||||
|
||||
Preamble
|
||||
\newcommand{\lyxinvisible}[1]{
|
||||
\invisible
|
||||
}
|
||||
EndPreamble
|
||||
Preamble
|
||||
\newcommand{\lyxinvisible}[1]{
|
||||
\invisible
|
||||
}
|
||||
EndPreamble
|
||||
End
|
||||
|
||||
## Visible environment
|
||||
Style VisibleText
|
||||
LatexType Command
|
||||
LatexName lyxvisible
|
||||
KeepEmpty 1
|
||||
Margin Static
|
||||
Align Center
|
||||
AlignPossible Center
|
||||
LabelType Static
|
||||
LabelString "<Visible Text Follows>"
|
||||
LatexType Command
|
||||
LatexName lyxvisible
|
||||
KeepEmpty 1
|
||||
Margin Static
|
||||
Align Center
|
||||
AlignPossible Center
|
||||
LabelType Static
|
||||
LabelString "<Visible Text Follows>"
|
||||
|
||||
Font
|
||||
Family Roman
|
||||
Size Normal
|
||||
Color Green
|
||||
EndFont
|
||||
LabelFont
|
||||
Family Roman
|
||||
Size Normal
|
||||
Color Green
|
||||
EndFont
|
||||
Font
|
||||
Family Roman
|
||||
Size Normal
|
||||
Color Green
|
||||
EndFont
|
||||
LabelFont
|
||||
Family Roman
|
||||
Size Normal
|
||||
Color Green
|
||||
EndFont
|
||||
|
||||
Preamble
|
||||
\newcommand{\lyxvisible}[1]{
|
||||
\visible
|
||||
}
|
||||
EndPreamble
|
||||
Preamble
|
||||
\newcommand{\lyxvisible}[1]{
|
||||
\visible
|
||||
}
|
||||
EndPreamble
|
||||
End
|
||||
|
||||
########################################################################
|
||||
@ -293,7 +293,7 @@ Input stdfloats.inc
|
||||
|
||||
# Style definition for end of a slide
|
||||
Style End_All_Slides
|
||||
ObsoletedBy Comment
|
||||
ObsoletedBy Comment
|
||||
End
|
||||
|
||||
NoStyle Address
|
||||
|
@ -15,80 +15,80 @@ PageStyle empty
|
||||
NoStyle Chapter
|
||||
NoStyle Chapter*
|
||||
|
||||
MaxCounter Counter_Section
|
||||
SecNumDepth 3
|
||||
TocDepth 3
|
||||
MaxCounter Counter_Section
|
||||
SecNumDepth 3
|
||||
TocDepth 3
|
||||
|
||||
# Section-numbered style definition
|
||||
Style Section
|
||||
Align Center
|
||||
AlignPossible Block, Center, Left
|
||||
Font
|
||||
Series Bold
|
||||
Size large
|
||||
EndFont
|
||||
Align Center
|
||||
AlignPossible Block, Center, Left
|
||||
Font
|
||||
Series Bold
|
||||
Size large
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Section-unnumbered style definition
|
||||
Style Section*
|
||||
Align Center
|
||||
AlignPossible Block, Center, Left
|
||||
Font
|
||||
Series Bold
|
||||
Size large
|
||||
EndFont
|
||||
Align Center
|
||||
AlignPossible Block, Center, Left
|
||||
Font
|
||||
Series Bold
|
||||
Size large
|
||||
EndFont
|
||||
End
|
||||
|
||||
Style Keywords
|
||||
Margin First_Dynamic
|
||||
NextNoIndent 1
|
||||
LatexType Command
|
||||
LatexName keywords
|
||||
LabelType Static
|
||||
LabelString "Keywords: "
|
||||
# label font definition
|
||||
LabelFont
|
||||
Series Bold
|
||||
EndFont
|
||||
Margin First_Dynamic
|
||||
NextNoIndent 1
|
||||
LatexType Command
|
||||
LatexName keywords
|
||||
LabelType Static
|
||||
LabelString "Keywords: "
|
||||
# label font definition
|
||||
LabelFont
|
||||
Series Bold
|
||||
EndFont
|
||||
End
|
||||
|
||||
Style Authorinfo
|
||||
Margin Dynamic
|
||||
NextNoIndent 1
|
||||
InTitle 1
|
||||
LatexType Command
|
||||
LatexName authorinfo
|
||||
ParSkip 0.4
|
||||
Align Left
|
||||
AlignPossible Block, Left, Right, Center
|
||||
BottomSep 1.5
|
||||
LabelType Static
|
||||
LabelString "Authorinfo: "
|
||||
LabelFont
|
||||
Series Bold
|
||||
Shape Italic
|
||||
EndFont
|
||||
Margin Dynamic
|
||||
NextNoIndent 1
|
||||
InTitle 1
|
||||
LatexType Command
|
||||
LatexName authorinfo
|
||||
ParSkip 0.4
|
||||
Align Left
|
||||
AlignPossible Block, Left, Right, Center
|
||||
BottomSep 1.5
|
||||
LabelType Static
|
||||
LabelString "Authorinfo: "
|
||||
LabelFont
|
||||
Series Bold
|
||||
Shape Italic
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Abstract style definition changes:
|
||||
Style Abstract
|
||||
LeftMargin ""
|
||||
RightMargin ""
|
||||
ParIndent ""
|
||||
ParSep 0.5
|
||||
LabelString ABSTRACT
|
||||
LabelFont
|
||||
Series Bold
|
||||
EndFont
|
||||
TextFont
|
||||
Size normal
|
||||
EndFont
|
||||
LeftMargin ""
|
||||
RightMargin ""
|
||||
ParIndent ""
|
||||
ParSep 0.5
|
||||
LabelString ABSTRACT
|
||||
LabelFont
|
||||
Series Bold
|
||||
EndFont
|
||||
TextFont
|
||||
Size normal
|
||||
EndFont
|
||||
End
|
||||
|
||||
Style Acknowledgments
|
||||
CopyStyle Abstract
|
||||
# NextNoIndent 1
|
||||
CopyStyle Abstract
|
||||
# NextNoIndent 1
|
||||
# LatexType Command
|
||||
LatexName acknowledgments
|
||||
LabelString ACKNOWLEDGMENTS
|
||||
LatexName acknowledgments
|
||||
LabelString ACKNOWLEDGMENTS
|
||||
End
|
||||
|
@ -7,32 +7,32 @@
|
||||
# ``standard'' layouts, like article and friends.
|
||||
|
||||
# General textclass parameters
|
||||
Columns 1
|
||||
Sides 1
|
||||
SecNumDepth 2
|
||||
TocDepth 2
|
||||
Columns 1
|
||||
Sides 1
|
||||
SecNumDepth 2
|
||||
TocDepth 2
|
||||
DefaultStyle Standard
|
||||
|
||||
# This is just to show how to declare the default font.
|
||||
# The defaults are exactly those shown here.
|
||||
DefaultFont
|
||||
Family Roman
|
||||
Series Medium
|
||||
Shape Up
|
||||
Size Normal
|
||||
Color None
|
||||
Family Roman
|
||||
Series Medium
|
||||
Shape Up
|
||||
Size Normal
|
||||
Color None
|
||||
EndFont
|
||||
|
||||
# Standard style definition
|
||||
Style Standard
|
||||
Margin Static
|
||||
LatexType Paragraph
|
||||
LatexName dummy
|
||||
ParIndent MM
|
||||
ParSkip 0.4
|
||||
Align Block
|
||||
AlignPossible Block, Left, Right, Center
|
||||
LabelType No_Label
|
||||
Margin Static
|
||||
LatexType Paragraph
|
||||
LatexName dummy
|
||||
ParIndent MM
|
||||
ParSkip 0.4
|
||||
Align Block
|
||||
AlignPossible Block, Left, Right, Center
|
||||
LabelType No_Label
|
||||
End
|
||||
|
||||
Input stdlists.inc
|
||||
|
@ -5,69 +5,69 @@
|
||||
|
||||
|
||||
Counter
|
||||
Name part
|
||||
Name part
|
||||
End
|
||||
|
||||
Counter
|
||||
Name chapter
|
||||
Name chapter
|
||||
End
|
||||
|
||||
Counter
|
||||
Name section
|
||||
Within chapter
|
||||
Name section
|
||||
Within chapter
|
||||
End
|
||||
|
||||
Counter
|
||||
Name subsection
|
||||
Within section
|
||||
Name subsection
|
||||
Within section
|
||||
End
|
||||
|
||||
Counter
|
||||
Name subsubsection
|
||||
Within subsection
|
||||
Name subsubsection
|
||||
Within subsection
|
||||
End
|
||||
|
||||
Counter
|
||||
Name paragraph
|
||||
Within subsubsection
|
||||
Name paragraph
|
||||
Within subsubsection
|
||||
End
|
||||
|
||||
Counter
|
||||
Name subparagraph
|
||||
Within paragraph
|
||||
Name subparagraph
|
||||
Within paragraph
|
||||
End
|
||||
|
||||
Counter
|
||||
Name enumi
|
||||
Name enumi
|
||||
End
|
||||
|
||||
Counter
|
||||
Name enumii
|
||||
Within enumi
|
||||
Name enumii
|
||||
Within enumi
|
||||
End
|
||||
|
||||
Counter
|
||||
Name enumiii
|
||||
Within enumii
|
||||
Name enumiii
|
||||
Within enumii
|
||||
End
|
||||
|
||||
Counter
|
||||
Name enumiv
|
||||
Within enumiii
|
||||
Name enumiv
|
||||
Within enumiii
|
||||
End
|
||||
|
||||
Counter
|
||||
Name bibitem
|
||||
Name bibitem
|
||||
End
|
||||
|
||||
Counter
|
||||
Name figure
|
||||
Name figure
|
||||
End
|
||||
|
||||
Counter
|
||||
Name table
|
||||
Name table
|
||||
End
|
||||
|
||||
Counter
|
||||
Name algorithm
|
||||
Name algorithm
|
||||
End
|
||||
|
@ -5,34 +5,34 @@
|
||||
|
||||
|
||||
Float
|
||||
Type table
|
||||
GuiName Table
|
||||
Placement tbp
|
||||
Extension lot
|
||||
NumberWithin none
|
||||
Style plain
|
||||
ListName "List of Tables"
|
||||
LaTeXBuiltin true
|
||||
Type table
|
||||
GuiName Table
|
||||
Placement tbp
|
||||
Extension lot
|
||||
NumberWithin none
|
||||
Style plain
|
||||
ListName "List of Tables"
|
||||
LaTeXBuiltin true
|
||||
End
|
||||
|
||||
|
||||
Float
|
||||
Type figure
|
||||
GuiName Figure
|
||||
Placement tbp
|
||||
Extension lof
|
||||
NumberWithin none
|
||||
Style plain
|
||||
ListName "List of Figures"
|
||||
LaTeXBuiltin true
|
||||
Type figure
|
||||
GuiName Figure
|
||||
Placement tbp
|
||||
Extension lof
|
||||
NumberWithin none
|
||||
Style plain
|
||||
ListName "List of Figures"
|
||||
LaTeXBuiltin true
|
||||
End
|
||||
|
||||
Float
|
||||
Type algorithm
|
||||
GuiName Algorithm
|
||||
Placement tbp
|
||||
Extension loa
|
||||
NumberWithin none
|
||||
Style ruled
|
||||
ListName "List of Algorithms"
|
||||
LaTeXBuiltin false
|
||||
Type algorithm
|
||||
GuiName Algorithm
|
||||
Placement tbp
|
||||
Extension loa
|
||||
NumberWithin none
|
||||
Style ruled
|
||||
ListName "List of Algorithms"
|
||||
LaTeXBuiltin false
|
||||
End
|
||||
|
@ -8,97 +8,97 @@
|
||||
|
||||
# LaTeX style definition
|
||||
#Style LaTeX
|
||||
# Margin Static
|
||||
# LatexType Paragraph
|
||||
# LatexName dummy
|
||||
# NewLine 0
|
||||
# ParIndent MM
|
||||
# ParSkip 0.4
|
||||
# ParSep 0.5
|
||||
# Align Block
|
||||
# AlignPossible Block, Left, Right, Center
|
||||
# LabelType No_Label
|
||||
# FreeSpacing 1
|
||||
# Margin Static
|
||||
# LatexType Paragraph
|
||||
# LatexName dummy
|
||||
# NewLine 0
|
||||
# ParIndent MM
|
||||
# ParSkip 0.4
|
||||
# ParSep 0.5
|
||||
# Align Block
|
||||
# AlignPossible Block, Left, Right, Center
|
||||
# LabelType No_Label
|
||||
# FreeSpacing 1
|
||||
#
|
||||
# # standard font definition
|
||||
# Font
|
||||
# Latex Latex
|
||||
# Latex Latex
|
||||
# EndFont
|
||||
#
|
||||
#End
|
||||
|
||||
# Quotation style definition
|
||||
Style Quotation
|
||||
Margin Static
|
||||
LatexType Environment
|
||||
LatexName quotation
|
||||
NextNoIndent 1
|
||||
LeftMargin MMM
|
||||
RightMargin MMM
|
||||
ParIndent MM
|
||||
ParSkip 0
|
||||
ItemSep 0
|
||||
TopSep 0.5
|
||||
BottomSep 0.5
|
||||
ParSep 0
|
||||
Align Block
|
||||
AlignPossible Block, Left, Right, Center
|
||||
Margin Static
|
||||
LatexType Environment
|
||||
LatexName quotation
|
||||
NextNoIndent 1
|
||||
LeftMargin MMM
|
||||
RightMargin MMM
|
||||
ParIndent MM
|
||||
ParSkip 0
|
||||
ItemSep 0
|
||||
TopSep 0.5
|
||||
BottomSep 0.5
|
||||
ParSep 0
|
||||
Align Block
|
||||
AlignPossible Block, Left, Right, Center
|
||||
End
|
||||
|
||||
# Quote style definition
|
||||
Style Quote
|
||||
Margin Static
|
||||
LatexType Environment
|
||||
LatexName quote
|
||||
NextNoIndent 1
|
||||
LeftMargin MMM
|
||||
RightMargin MMM
|
||||
TopSep 0.5
|
||||
ParSep 0.5
|
||||
BottomSep 0.5
|
||||
Align Block
|
||||
AlignPossible Block, Left, Right, Center
|
||||
LabelType No_Label
|
||||
Margin Static
|
||||
LatexType Environment
|
||||
LatexName quote
|
||||
NextNoIndent 1
|
||||
LeftMargin MMM
|
||||
RightMargin MMM
|
||||
TopSep 0.5
|
||||
ParSep 0.5
|
||||
BottomSep 0.5
|
||||
Align Block
|
||||
AlignPossible Block, Left, Right, Center
|
||||
LabelType No_Label
|
||||
End
|
||||
|
||||
# Verse style definition
|
||||
Style Verse
|
||||
# LaTeX type is first dynamic because of LaTeX implementation.
|
||||
# In LyX this does not make sense.
|
||||
LatexType Environment
|
||||
LatexName verse
|
||||
Margin First_Dynamic
|
||||
NextNoIndent 1
|
||||
LeftMargin MMMM
|
||||
LabelIndent MMMM
|
||||
ParSkip 0.4
|
||||
TopSep 0.7
|
||||
BottomSep 0.7
|
||||
ParSep 0.5
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType No_Label
|
||||
LatexType Environment
|
||||
LatexName verse
|
||||
Margin First_Dynamic
|
||||
NextNoIndent 1
|
||||
LeftMargin MMMM
|
||||
LabelIndent MMMM
|
||||
ParSkip 0.4
|
||||
TopSep 0.7
|
||||
BottomSep 0.7
|
||||
ParSep 0.5
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType No_Label
|
||||
End
|
||||
|
||||
# Caption style definition
|
||||
Style Caption
|
||||
Margin First_Dynamic
|
||||
LatexType Command
|
||||
LatexName caption
|
||||
NeedProtect 1
|
||||
LabelSep xx
|
||||
ParSkip 0.4
|
||||
TopSep 0.5
|
||||
Align Center
|
||||
AlignPossible Center
|
||||
LabelType Sensitive
|
||||
LabelString Caption
|
||||
OptionalArgs 1
|
||||
Margin First_Dynamic
|
||||
LatexType Command
|
||||
LatexName caption
|
||||
NeedProtect 1
|
||||
LabelSep xx
|
||||
ParSkip 0.4
|
||||
TopSep 0.5
|
||||
Align Center
|
||||
AlignPossible Center
|
||||
LabelType Sensitive
|
||||
LabelString Caption
|
||||
OptionalArgs 1
|
||||
|
||||
# label font definition
|
||||
LabelFont
|
||||
Series Bold
|
||||
EndFont
|
||||
# label font definition
|
||||
LabelFont
|
||||
Series Bold
|
||||
EndFont
|
||||
End
|
||||
|
||||
|
||||
|
@ -3,192 +3,192 @@
|
||||
# Heavily modifed and enhanced by several developers.
|
||||
|
||||
# General textclass parameters
|
||||
Columns 1
|
||||
Sides 1
|
||||
PageStyle Empty
|
||||
Columns 1
|
||||
Sides 1
|
||||
PageStyle Empty
|
||||
|
||||
# This is just to show how to declare the default font.
|
||||
# The defaults are exactly those shown here.
|
||||
DefaultFont
|
||||
Family Roman
|
||||
Series Medium
|
||||
Shape Up
|
||||
Size Normal
|
||||
Color None
|
||||
Family Roman
|
||||
Series Medium
|
||||
Shape Up
|
||||
Size Normal
|
||||
Color None
|
||||
EndFont
|
||||
|
||||
# Standard style definition
|
||||
Style Standard
|
||||
Margin Static
|
||||
LatexType Paragraph
|
||||
LatexName dummy
|
||||
ParIndent MM
|
||||
ParSkip 0.4
|
||||
Align Block
|
||||
AlignPossible Block, Left, Right, Center
|
||||
LabelType No_Label
|
||||
Margin Static
|
||||
LatexType Paragraph
|
||||
LatexName dummy
|
||||
ParIndent MM
|
||||
ParSkip 0.4
|
||||
Align Block
|
||||
AlignPossible Block, Left, Right, Center
|
||||
LabelType No_Label
|
||||
End
|
||||
|
||||
# My Address style
|
||||
Style My_Address
|
||||
Margin Right_Address_Box
|
||||
LatexType Command
|
||||
LatexName address
|
||||
ParSkip 0.4
|
||||
BottomSep 1.5
|
||||
ParSep 1.5
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
Margin Right_Address_Box
|
||||
LatexType Command
|
||||
LatexName address
|
||||
ParSkip 0.4
|
||||
BottomSep 1.5
|
||||
ParSep 1.5
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
End
|
||||
|
||||
# Send_To_Address style definition
|
||||
Style Send_To_Address
|
||||
Margin Static
|
||||
LatexType Command
|
||||
LatexName letter
|
||||
KeepEmpty 1
|
||||
ParSkip 0.4
|
||||
BottomSep 1.5
|
||||
ParSep 1.5
|
||||
Align Left
|
||||
AlignPossible Block, Left, Right, Center
|
||||
LabelType No_Label
|
||||
Margin Static
|
||||
LatexType Command
|
||||
LatexName letter
|
||||
KeepEmpty 1
|
||||
ParSkip 0.4
|
||||
BottomSep 1.5
|
||||
ParSep 1.5
|
||||
Align Left
|
||||
AlignPossible Block, Left, Right, Center
|
||||
LabelType No_Label
|
||||
End
|
||||
|
||||
# Opening style definition
|
||||
Style Opening
|
||||
Margin Static
|
||||
LatexType Command
|
||||
LatexName opening
|
||||
KeepEmpty 1
|
||||
LeftMargin Signature::xx
|
||||
LabelSep xx
|
||||
TopSep 0.4
|
||||
BottomSep 0.4
|
||||
ParSep 0.4
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Static
|
||||
LabelString Opening:
|
||||
Margin Static
|
||||
LatexType Command
|
||||
LatexName opening
|
||||
KeepEmpty 1
|
||||
LeftMargin Signature::xx
|
||||
LabelSep xx
|
||||
TopSep 0.4
|
||||
BottomSep 0.4
|
||||
ParSep 0.4
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Static
|
||||
LabelString Opening:
|
||||
|
||||
# label font definition
|
||||
LabelFont
|
||||
Series Bold
|
||||
Shape Italic
|
||||
Color red
|
||||
EndFont
|
||||
# label font definition
|
||||
LabelFont
|
||||
Series Bold
|
||||
Shape Italic
|
||||
Color red
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Signature style definition
|
||||
Style Signature
|
||||
Margin Static
|
||||
LatexType Command
|
||||
LatexName signature
|
||||
LeftMargin Signature::xx
|
||||
LabelSep xx
|
||||
TopSep 0.4
|
||||
BottomSep 0.4
|
||||
ParSep 0.4
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Static
|
||||
LabelString Signature:
|
||||
Margin Static
|
||||
LatexType Command
|
||||
LatexName signature
|
||||
LeftMargin Signature::xx
|
||||
LabelSep xx
|
||||
TopSep 0.4
|
||||
BottomSep 0.4
|
||||
ParSep 0.4
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Static
|
||||
LabelString Signature:
|
||||
|
||||
# label font definition
|
||||
LabelFont
|
||||
Series Bold
|
||||
Shape Italic
|
||||
Color red
|
||||
EndFont
|
||||
# label font definition
|
||||
LabelFont
|
||||
Series Bold
|
||||
Shape Italic
|
||||
Color red
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Closing style definition
|
||||
Style Closing
|
||||
Margin Static
|
||||
LatexType Command
|
||||
LatexName closing
|
||||
LeftMargin Signature::xx
|
||||
LabelSep xx
|
||||
TopSep 0.4
|
||||
BottomSep 0.4
|
||||
ParSep 0.4
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Static
|
||||
LabelString Closing:
|
||||
Margin Static
|
||||
LatexType Command
|
||||
LatexName closing
|
||||
LeftMargin Signature::xx
|
||||
LabelSep xx
|
||||
TopSep 0.4
|
||||
BottomSep 0.4
|
||||
ParSep 0.4
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Static
|
||||
LabelString Closing:
|
||||
|
||||
# label font definition
|
||||
LabelFont
|
||||
Series Bold
|
||||
Shape Italic
|
||||
Color red
|
||||
EndFont
|
||||
# label font definition
|
||||
LabelFont
|
||||
Series Bold
|
||||
Shape Italic
|
||||
Color red
|
||||
EndFont
|
||||
End
|
||||
|
||||
# cc style definition
|
||||
Style cc
|
||||
Margin Static
|
||||
LatexType Command
|
||||
LatexName cc
|
||||
LeftMargin cc:xx
|
||||
LabelSep xx
|
||||
TopSep 0.4
|
||||
BottomSep 0.4
|
||||
ParSep 0.4
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Static
|
||||
LabelString cc:
|
||||
Margin Static
|
||||
LatexType Command
|
||||
LatexName cc
|
||||
LeftMargin cc:xx
|
||||
LabelSep xx
|
||||
TopSep 0.4
|
||||
BottomSep 0.4
|
||||
ParSep 0.4
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Static
|
||||
LabelString cc:
|
||||
End
|
||||
|
||||
# encl style definition
|
||||
Style encl
|
||||
Margin Static
|
||||
LatexType Command
|
||||
LatexName encl
|
||||
LeftMargin encl:xx
|
||||
LabelSep xx
|
||||
TopSep 0.4
|
||||
BottomSep 0.4
|
||||
ParSep 0.4
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Static
|
||||
LabelString encl:
|
||||
Spacing Other 1.5
|
||||
Margin Static
|
||||
LatexType Command
|
||||
LatexName encl
|
||||
LeftMargin encl:xx
|
||||
LabelSep xx
|
||||
TopSep 0.4
|
||||
BottomSep 0.4
|
||||
ParSep 0.4
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Static
|
||||
LabelString encl:
|
||||
Spacing Other 1.5
|
||||
End
|
||||
|
||||
# Telephone style definition
|
||||
Style Location
|
||||
Margin Static
|
||||
LatexType Command
|
||||
LatexName location
|
||||
LeftMargin Location:xx
|
||||
LabelSep xx
|
||||
TopSep 0.4
|
||||
BottomSep 0.4
|
||||
ParSep 0.4
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Static
|
||||
LabelString Location:
|
||||
Spacing Other 1.5
|
||||
Margin Static
|
||||
LatexType Command
|
||||
LatexName location
|
||||
LeftMargin Location:xx
|
||||
LabelSep xx
|
||||
TopSep 0.4
|
||||
BottomSep 0.4
|
||||
ParSep 0.4
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Static
|
||||
LabelString Location:
|
||||
Spacing Other 1.5
|
||||
End
|
||||
|
||||
# Telephone style definition
|
||||
Style Telephone
|
||||
Margin Static
|
||||
LatexType Command
|
||||
LatexName telephone
|
||||
LeftMargin Telephone:xx
|
||||
LabelSep xx
|
||||
TopSep 0.4
|
||||
BottomSep 0.4
|
||||
ParSep 0.4
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Static
|
||||
LabelString Telephone:
|
||||
Spacing Other 1.5
|
||||
Margin Static
|
||||
LatexType Command
|
||||
LatexName telephone
|
||||
LeftMargin Telephone:xx
|
||||
LabelSep xx
|
||||
TopSep 0.4
|
||||
BottomSep 0.4
|
||||
ParSep 0.4
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Static
|
||||
LabelString Telephone:
|
||||
Spacing Other 1.5
|
||||
End
|
||||
|
||||
|
@ -8,110 +8,110 @@
|
||||
|
||||
# Itemize style definition
|
||||
Style Itemize
|
||||
Margin Static
|
||||
LatexType Item_Environment
|
||||
LatexName itemize
|
||||
NextNoIndent 1
|
||||
LeftMargin MMN
|
||||
LabelSep xx
|
||||
ItemSep 0.2
|
||||
TopSep 0.7
|
||||
BottomSep 0.7
|
||||
ParSep 0.3
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Static
|
||||
LabelString *
|
||||
Margin Static
|
||||
LatexType Item_Environment
|
||||
LatexName itemize
|
||||
NextNoIndent 1
|
||||
LeftMargin MMN
|
||||
LabelSep xx
|
||||
ItemSep 0.2
|
||||
TopSep 0.7
|
||||
BottomSep 0.7
|
||||
ParSep 0.3
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Static
|
||||
LabelString *
|
||||
End
|
||||
|
||||
# Enumerate style definition
|
||||
Style Enumerate
|
||||
Margin Static
|
||||
LatexType Item_Environment
|
||||
LatexName enumerate
|
||||
NextNoIndent 1
|
||||
LeftMargin MMN
|
||||
LabelSep xx
|
||||
ParSkip 0.0
|
||||
ItemSep 0.2
|
||||
TopSep 0.7
|
||||
BottomSep 0.7
|
||||
ParSep 0.3
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Counter_EnumI
|
||||
Margin Static
|
||||
LatexType Item_Environment
|
||||
LatexName enumerate
|
||||
NextNoIndent 1
|
||||
LeftMargin MMN
|
||||
LabelSep xx
|
||||
ParSkip 0.0
|
||||
ItemSep 0.2
|
||||
TopSep 0.7
|
||||
BottomSep 0.7
|
||||
ParSep 0.3
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Counter_EnumI
|
||||
End
|
||||
|
||||
# Description style definition
|
||||
Style Description
|
||||
Margin First_Dynamic
|
||||
LatexType Item_environment
|
||||
LatexName description
|
||||
NextNoIndent 1
|
||||
LeftMargin MM
|
||||
LabelSep xxx
|
||||
ParSkip 0.4
|
||||
ItemSep 0.2
|
||||
TopSep 0.7
|
||||
BottomSep 0.7
|
||||
ParSep 0.3
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Manual
|
||||
LabelString MM
|
||||
Margin First_Dynamic
|
||||
LatexType Item_environment
|
||||
LatexName description
|
||||
NextNoIndent 1
|
||||
LeftMargin MM
|
||||
LabelSep xxx
|
||||
ParSkip 0.4
|
||||
ItemSep 0.2
|
||||
TopSep 0.7
|
||||
BottomSep 0.7
|
||||
ParSep 0.3
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Manual
|
||||
LabelString MM
|
||||
|
||||
# label font definition
|
||||
LabelFont
|
||||
Series Bold
|
||||
EndFont
|
||||
# label font definition
|
||||
LabelFont
|
||||
Series Bold
|
||||
EndFont
|
||||
End
|
||||
|
||||
# List style definition
|
||||
Style List
|
||||
Margin Manual
|
||||
LatexType List_Environment
|
||||
LatexName lyxlist
|
||||
NextNoindent 1
|
||||
LabelSep xxx
|
||||
ParSkip 0.4
|
||||
TopSep 0.7
|
||||
BottomSep 0.7
|
||||
ParSep 0.5
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Manual
|
||||
LabelString 00.00.0000
|
||||
Margin Manual
|
||||
LatexType List_Environment
|
||||
LatexName lyxlist
|
||||
NextNoindent 1
|
||||
LabelSep xxx
|
||||
ParSkip 0.4
|
||||
TopSep 0.7
|
||||
BottomSep 0.7
|
||||
ParSep 0.5
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Manual
|
||||
LabelString 00.00.0000
|
||||
|
||||
#define the environment lyxlist
|
||||
Preamble
|
||||
\newenvironment{lyxlist}[1]
|
||||
{\begin{list}{}
|
||||
{\settowidth{\labelwidth}{#1}
|
||||
\setlength{\leftmargin}{\labelwidth}
|
||||
\addtolength{\leftmargin}{\labelsep}
|
||||
\renewcommand{\makelabel}[1]{##1\hfil}}}
|
||||
{\end{list}}
|
||||
EndPreamble
|
||||
#define the environment lyxlist
|
||||
Preamble
|
||||
\newenvironment{lyxlist}[1]
|
||||
{\begin{list}{}
|
||||
{\settowidth{\labelwidth}{#1}
|
||||
\setlength{\leftmargin}{\labelwidth}
|
||||
\addtolength{\leftmargin}{\labelsep}
|
||||
\renewcommand{\makelabel}[1]{##1\hfil}}}
|
||||
{\end{list}}
|
||||
EndPreamble
|
||||
|
||||
End
|
||||
|
||||
|
||||
|
||||
Style Bibliography
|
||||
Margin Static
|
||||
LatexType Bib_Environment
|
||||
LatexName thebibliography
|
||||
NextNoIndent 1
|
||||
LeftMargin MMN
|
||||
LabelSep xx
|
||||
ParSkip 0.0
|
||||
ItemSep 0.2
|
||||
TopSep 0.7
|
||||
BottomSep 0.7
|
||||
ParSep 0.3
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Counter_EnumI
|
||||
Margin Static
|
||||
LatexType Bib_Environment
|
||||
LatexName thebibliography
|
||||
NextNoIndent 1
|
||||
LeftMargin MMN
|
||||
LabelSep xx
|
||||
ParSkip 0.0
|
||||
ItemSep 0.2
|
||||
TopSep 0.7
|
||||
BottomSep 0.7
|
||||
ParSep 0.3
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Counter_EnumI
|
||||
End
|
||||
|
||||
|
||||
@ -119,37 +119,37 @@ End
|
||||
# New environments (not active yet)
|
||||
#
|
||||
#Environment Itemize
|
||||
# LaTeXHeader "\begin{itemize}"
|
||||
# LaTeXFooter "\end{itemize}"
|
||||
# LabelString *
|
||||
# Margin Static
|
||||
# LatexType Item_Environment
|
||||
# NextNoIndent 1
|
||||
# LeftMargin MMN
|
||||
# LabelSep xx
|
||||
# ItemSep 0.2
|
||||
# TopSep 0.7
|
||||
# BottomSep 0.7
|
||||
# ParSep 0.3
|
||||
# Align Block
|
||||
# AlignPossible Block, Left
|
||||
# LabelType Static
|
||||
# LaTeXHeader "\begin{itemize}"
|
||||
# LaTeXFooter "\end{itemize}"
|
||||
# LabelString *
|
||||
# Margin Static
|
||||
# LatexType Item_Environment
|
||||
# NextNoIndent 1
|
||||
# LeftMargin MMN
|
||||
# LabelSep xx
|
||||
# ItemSep 0.2
|
||||
# TopSep 0.7
|
||||
# BottomSep 0.7
|
||||
# ParSep 0.3
|
||||
# Align Block
|
||||
# AlignPossible Block, Left
|
||||
# LabelType Static
|
||||
#End
|
||||
|
||||
#Environment Enumerate
|
||||
# Margin Static
|
||||
# LatexType Item_Environment
|
||||
# LatexName enumerate
|
||||
# NextNoIndent 1
|
||||
# LeftMargin MMN
|
||||
# LabelSep xx
|
||||
# ParSkip 0.0
|
||||
# ItemSep 0.2
|
||||
# TopSep 0.7
|
||||
# BottomSep 0.7
|
||||
# ParSep 0.3
|
||||
# Align Block
|
||||
# AlignPossible Block, Left
|
||||
# LabelType Counter_EnumI
|
||||
# Margin Static
|
||||
# LatexType Item_Environment
|
||||
# LatexName enumerate
|
||||
# NextNoIndent 1
|
||||
# LeftMargin MMN
|
||||
# LabelSep xx
|
||||
# ParSkip 0.0
|
||||
# ItemSep 0.2
|
||||
# TopSep 0.7
|
||||
# BottomSep 0.7
|
||||
# ParSep 0.3
|
||||
# Align Block
|
||||
# AlignPossible Block, Left
|
||||
# LabelType Counter_EnumI
|
||||
#End
|
||||
|
||||
|
@ -9,178 +9,178 @@
|
||||
|
||||
# Part style definition
|
||||
Style Part
|
||||
Margin Dynamic
|
||||
LatexType Command
|
||||
LatexName part
|
||||
NeedProtect 1
|
||||
NextNoIndent 1
|
||||
Labelsep xxx
|
||||
ParSkip 0.4
|
||||
TopSep 4
|
||||
BottomSep 4
|
||||
ParSep 0.8
|
||||
Align Center
|
||||
Alignpossible Center
|
||||
LabelType Static
|
||||
LabelString "Part #"
|
||||
Margin Dynamic
|
||||
LatexType Command
|
||||
LatexName part
|
||||
NeedProtect 1
|
||||
NextNoIndent 1
|
||||
Labelsep xxx
|
||||
ParSkip 0.4
|
||||
TopSep 4
|
||||
BottomSep 4
|
||||
ParSep 0.8
|
||||
Align Center
|
||||
Alignpossible Center
|
||||
LabelType Static
|
||||
LabelString "Part #"
|
||||
|
||||
# standard font definition
|
||||
Font
|
||||
Series Bold
|
||||
Size Huge
|
||||
EndFont
|
||||
# standard font definition
|
||||
Font
|
||||
Series Bold
|
||||
Size Huge
|
||||
EndFont
|
||||
|
||||
End
|
||||
|
||||
|
||||
|
||||
# Chapter style definition
|
||||
Style Chapter
|
||||
Margin Static
|
||||
LatexType Command
|
||||
LatexName chapter
|
||||
NeedProtect 1
|
||||
NextNoIndent 1
|
||||
ParSkip 0.4
|
||||
TopSep 4
|
||||
BottomSep 0.8
|
||||
ParSep 0.8
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Counter_Chapter
|
||||
LabelString "Chapter "
|
||||
LabelStringAppendix "Appendix "
|
||||
OptionalArgs 1
|
||||
Margin Static
|
||||
LatexType Command
|
||||
LatexName chapter
|
||||
NeedProtect 1
|
||||
NextNoIndent 1
|
||||
ParSkip 0.4
|
||||
TopSep 4
|
||||
BottomSep 0.8
|
||||
ParSep 0.8
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Counter_Chapter
|
||||
LabelString "Chapter "
|
||||
LabelStringAppendix "Appendix "
|
||||
OptionalArgs 1
|
||||
|
||||
# standard font definition
|
||||
Font
|
||||
Series Bold
|
||||
Size Huge
|
||||
EndFont
|
||||
# standard font definition
|
||||
Font
|
||||
Series Bold
|
||||
Size Huge
|
||||
EndFont
|
||||
|
||||
End
|
||||
|
||||
# Section style definition
|
||||
Style Section
|
||||
Margin Dynamic
|
||||
LatexType Command
|
||||
LatexName section
|
||||
NeedProtect 1
|
||||
NextNoIndent 1
|
||||
LabelSep xxx
|
||||
ParSkip 0.4
|
||||
TopSep 1.3
|
||||
BottomSep 0.7
|
||||
ParSep 0.7
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Counter_Section
|
||||
OptionalArgs 1
|
||||
Margin Dynamic
|
||||
LatexType Command
|
||||
LatexName section
|
||||
NeedProtect 1
|
||||
NextNoIndent 1
|
||||
LabelSep xxx
|
||||
ParSkip 0.4
|
||||
TopSep 1.3
|
||||
BottomSep 0.7
|
||||
ParSep 0.7
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Counter_Section
|
||||
OptionalArgs 1
|
||||
|
||||
# standard font definition
|
||||
Font
|
||||
Series Bold
|
||||
Size Larger
|
||||
EndFont
|
||||
# standard font definition
|
||||
Font
|
||||
Series Bold
|
||||
Size Larger
|
||||
EndFont
|
||||
|
||||
End
|
||||
|
||||
# Subsection style definition
|
||||
Style Subsection
|
||||
Margin Dynamic
|
||||
LatexType Command
|
||||
LatexName subsection
|
||||
NeedProtect 1
|
||||
NextNoIndent 1
|
||||
LabelSep xxx
|
||||
ParSkip 0.4
|
||||
TopSep 0.9
|
||||
BottomSep 0.5
|
||||
ParSep 0.5
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Counter_Subsection
|
||||
OptionalArgs 1
|
||||
Margin Dynamic
|
||||
LatexType Command
|
||||
LatexName subsection
|
||||
NeedProtect 1
|
||||
NextNoIndent 1
|
||||
LabelSep xxx
|
||||
ParSkip 0.4
|
||||
TopSep 0.9
|
||||
BottomSep 0.5
|
||||
ParSep 0.5
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Counter_Subsection
|
||||
OptionalArgs 1
|
||||
|
||||
# standard font definition
|
||||
Font
|
||||
Series Bold
|
||||
Size Large
|
||||
EndFont
|
||||
# standard font definition
|
||||
Font
|
||||
Series Bold
|
||||
Size Large
|
||||
EndFont
|
||||
|
||||
End
|
||||
|
||||
# Subsubsection style definition
|
||||
Style Subsubsection
|
||||
Margin Dynamic
|
||||
LatexType Command
|
||||
LatexName subsubsection
|
||||
NeedProtect 1
|
||||
NextNoIndent 1
|
||||
LabelSep xxx
|
||||
ParSkip 0.4
|
||||
TopSep 0.7
|
||||
BottomSep 0.4
|
||||
ParSep 0.4
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Counter_SubSubSection
|
||||
OptionalArgs 1
|
||||
Margin Dynamic
|
||||
LatexType Command
|
||||
LatexName subsubsection
|
||||
NeedProtect 1
|
||||
NextNoIndent 1
|
||||
LabelSep xxx
|
||||
ParSkip 0.4
|
||||
TopSep 0.7
|
||||
BottomSep 0.4
|
||||
ParSep 0.4
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Counter_SubSubSection
|
||||
OptionalArgs 1
|
||||
|
||||
# standard font definition
|
||||
Font
|
||||
Series Bold
|
||||
Size Normal
|
||||
EndFont
|
||||
# standard font definition
|
||||
Font
|
||||
Series Bold
|
||||
Size Normal
|
||||
EndFont
|
||||
|
||||
End
|
||||
|
||||
# Paragraph style definition
|
||||
Style Paragraph
|
||||
Margin Dynamic
|
||||
LatexType Command
|
||||
LatexName paragraph
|
||||
NeedProtect 1
|
||||
NextNoIndent 1
|
||||
LabelSep xxx
|
||||
ParSkip 0.4
|
||||
TopSep 0.4
|
||||
BottomSep 0
|
||||
ParSep 0.4
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Counter_Paragraph
|
||||
OptionalArgs 1
|
||||
Margin Dynamic
|
||||
LatexType Command
|
||||
LatexName paragraph
|
||||
NeedProtect 1
|
||||
NextNoIndent 1
|
||||
LabelSep xxx
|
||||
ParSkip 0.4
|
||||
TopSep 0.4
|
||||
BottomSep 0
|
||||
ParSep 0.4
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Counter_Paragraph
|
||||
OptionalArgs 1
|
||||
|
||||
# standard font definition
|
||||
Font
|
||||
Series Bold
|
||||
Size Normal
|
||||
EndFont
|
||||
# standard font definition
|
||||
Font
|
||||
Series Bold
|
||||
Size Normal
|
||||
EndFont
|
||||
|
||||
End
|
||||
|
||||
# Subparagraph style definition
|
||||
Style Subparagraph
|
||||
Margin Dynamic
|
||||
LatexType Command
|
||||
LatexName subparagraph
|
||||
NeedProtect 1
|
||||
NextNoIndent 0
|
||||
LeftMargin MM
|
||||
LabelSep xxx
|
||||
ParSkip 0.4
|
||||
TopSep 0.4
|
||||
BottomSep 0
|
||||
ParSep 0.4
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Counter_SubParagraph
|
||||
OptionalArgs 1
|
||||
Margin Dynamic
|
||||
LatexType Command
|
||||
LatexName subparagraph
|
||||
NeedProtect 1
|
||||
NextNoIndent 0
|
||||
LeftMargin MM
|
||||
LabelSep xxx
|
||||
ParSkip 0.4
|
||||
TopSep 0.4
|
||||
BottomSep 0
|
||||
ParSep 0.4
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Counter_SubParagraph
|
||||
OptionalArgs 1
|
||||
|
||||
# standard font definition
|
||||
Font
|
||||
Series Bold
|
||||
Size Normal
|
||||
EndFont
|
||||
# standard font definition
|
||||
Font
|
||||
Series Bold
|
||||
Size Normal
|
||||
EndFont
|
||||
|
||||
End
|
||||
|
@ -10,63 +10,63 @@
|
||||
|
||||
# Part* style definition
|
||||
Style Part*
|
||||
CopyStyle Part
|
||||
Margin Static
|
||||
LatexName part*
|
||||
LabelType No_Label
|
||||
CopyStyle Part
|
||||
Margin Static
|
||||
LatexName part*
|
||||
LabelType No_Label
|
||||
End
|
||||
|
||||
# Chapter* style definition
|
||||
Style Chapter*
|
||||
CopyStyle Chapter
|
||||
Margin Static
|
||||
LatexName chapter*
|
||||
LabelType No_Label
|
||||
OptionalArgs 0
|
||||
CopyStyle Chapter
|
||||
Margin Static
|
||||
LatexName chapter*
|
||||
LabelType No_Label
|
||||
OptionalArgs 0
|
||||
End
|
||||
|
||||
# Section* style definition
|
||||
Style Section*
|
||||
CopyStyle Section
|
||||
Margin Static
|
||||
LatexName section*
|
||||
LabelType No_Label
|
||||
OptionalArgs 0
|
||||
CopyStyle Section
|
||||
Margin Static
|
||||
LatexName section*
|
||||
LabelType No_Label
|
||||
OptionalArgs 0
|
||||
End
|
||||
|
||||
# Subsection* style definition
|
||||
Style Subsection*
|
||||
CopyStyle Subsection
|
||||
Margin Static
|
||||
LatexName subsection*
|
||||
LabelType No_Label
|
||||
OptionalArgs 0
|
||||
CopyStyle Subsection
|
||||
Margin Static
|
||||
LatexName subsection*
|
||||
LabelType No_Label
|
||||
OptionalArgs 0
|
||||
End
|
||||
|
||||
# Subsubsection* style definition
|
||||
Style Subsubsection*
|
||||
CopyStyle Subsubsection
|
||||
Margin Static
|
||||
LatexName subsubsection*
|
||||
LabelType No_Label
|
||||
OptionalArgs 0
|
||||
CopyStyle Subsubsection
|
||||
Margin Static
|
||||
LatexName subsubsection*
|
||||
LabelType No_Label
|
||||
OptionalArgs 0
|
||||
End
|
||||
|
||||
# Paragraph* style definition
|
||||
Style Paragraph*
|
||||
CopyStyle Paragraph
|
||||
Margin Static
|
||||
LatexName paragraph*
|
||||
LabelType No_Label
|
||||
OptionalArgs 0
|
||||
CopyStyle Paragraph
|
||||
Margin Static
|
||||
LatexName paragraph*
|
||||
LabelType No_Label
|
||||
OptionalArgs 0
|
||||
End
|
||||
|
||||
# Subparagraph* style definition
|
||||
Style Subparagraph*
|
||||
CopyStyle Subparagraph
|
||||
Margin Static
|
||||
LatexName subparagraph*
|
||||
LabelType No_Label
|
||||
OptionalArgs 0
|
||||
CopyStyle Subparagraph
|
||||
Margin Static
|
||||
LatexName subparagraph*
|
||||
LabelType No_Label
|
||||
OptionalArgs 0
|
||||
End
|
||||
|
||||
|
@ -10,56 +10,56 @@
|
||||
|
||||
# Abstract style definition
|
||||
Style Abstract
|
||||
Margin Static
|
||||
LatexType Environment
|
||||
LatexName abstract
|
||||
NextNoIndent 1
|
||||
LeftMargin MMM
|
||||
RightMargin MMM
|
||||
ParIndent MM
|
||||
ItemSep 0
|
||||
TopSep 0.7
|
||||
BottomSep 0.7
|
||||
ParSep 0
|
||||
Align Block
|
||||
AlignPossible Block
|
||||
LabelType Centered_Top_Environment
|
||||
LabelString Abstract
|
||||
LabelBottomSep 0.5
|
||||
Margin Static
|
||||
LatexType Environment
|
||||
LatexName abstract
|
||||
NextNoIndent 1
|
||||
LeftMargin MMM
|
||||
RightMargin MMM
|
||||
ParIndent MM
|
||||
ItemSep 0
|
||||
TopSep 0.7
|
||||
BottomSep 0.7
|
||||
ParSep 0
|
||||
Align Block
|
||||
AlignPossible Block
|
||||
LabelType Centered_Top_Environment
|
||||
LabelString Abstract
|
||||
LabelBottomSep 0.5
|
||||
|
||||
# standard font definition
|
||||
Font
|
||||
Size Small
|
||||
EndFont
|
||||
# standard font definition
|
||||
Font
|
||||
Size Small
|
||||
EndFont
|
||||
|
||||
# label font definition
|
||||
LabelFont
|
||||
Series Bold
|
||||
Size Large
|
||||
EndFont
|
||||
# label font definition
|
||||
LabelFont
|
||||
Series Bold
|
||||
Size Large
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Bibliography style definition
|
||||
Style Bibliography
|
||||
Margin First_Dynamic
|
||||
LatexType Bib_Environment
|
||||
LatexName thebibliography
|
||||
NextNoIndent 1
|
||||
LeftMargin MM
|
||||
ParSkip 0.4
|
||||
ItemSep 0
|
||||
TopSep 0.7
|
||||
BottomSep 0.7
|
||||
ParSep 0.5
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Bibliography
|
||||
LabelString References
|
||||
LabelBottomSep 0.7
|
||||
Margin First_Dynamic
|
||||
LatexType Bib_Environment
|
||||
LatexName thebibliography
|
||||
NextNoIndent 1
|
||||
LeftMargin MM
|
||||
ParSkip 0.4
|
||||
ItemSep 0
|
||||
TopSep 0.7
|
||||
BottomSep 0.7
|
||||
ParSep 0.5
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Bibliography
|
||||
LabelString References
|
||||
LabelBottomSep 0.7
|
||||
|
||||
# label font definition
|
||||
LabelFont
|
||||
Series Bold
|
||||
Size Larger
|
||||
EndFont
|
||||
# label font definition
|
||||
LabelFont
|
||||
Series Bold
|
||||
Size Larger
|
||||
EndFont
|
||||
End
|
||||
|
@ -9,67 +9,67 @@
|
||||
|
||||
# Title style definition
|
||||
Style Title
|
||||
Margin Static
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
LatexName title
|
||||
ParSkip 0.4
|
||||
ItemSep 0
|
||||
TopSep 0
|
||||
BottomSep 1
|
||||
ParSep 1
|
||||
Align Center
|
||||
AlignPossible Center
|
||||
LabelType No_Label
|
||||
Margin Static
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
LatexName title
|
||||
ParSkip 0.4
|
||||
ItemSep 0
|
||||
TopSep 0
|
||||
BottomSep 1
|
||||
ParSep 1
|
||||
Align Center
|
||||
AlignPossible Center
|
||||
LabelType No_Label
|
||||
|
||||
# standard font definition
|
||||
Font
|
||||
Size Largest
|
||||
EndFont
|
||||
# standard font definition
|
||||
Font
|
||||
Size Largest
|
||||
EndFont
|
||||
|
||||
End
|
||||
|
||||
# Author style definition
|
||||
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
|
||||
AlignPossible Center
|
||||
LabelType No_Label
|
||||
|
||||
# standard font definition
|
||||
Font
|
||||
Size Large
|
||||
EndFont
|
||||
# standard font definition
|
||||
Font
|
||||
Size Large
|
||||
EndFont
|
||||
|
||||
End
|
||||
|
||||
# Date style definition
|
||||
Style Date
|
||||
Margin Dynamic
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
LatexName date
|
||||
LabelSep xxx
|
||||
ParSkip 0.4
|
||||
TopSep 0.9
|
||||
BottomSep 0.5
|
||||
ParSep 1
|
||||
Align Center
|
||||
AlignPossible Center
|
||||
LabelType No_Label
|
||||
Margin Dynamic
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
LatexName date
|
||||
LabelSep xxx
|
||||
ParSkip 0.4
|
||||
TopSep 0.9
|
||||
BottomSep 0.5
|
||||
ParSep 1
|
||||
Align Center
|
||||
AlignPossible Center
|
||||
LabelType No_Label
|
||||
|
||||
|
||||
# standard font definition
|
||||
Font
|
||||
Size Large
|
||||
EndFont
|
||||
# standard font definition
|
||||
Font
|
||||
Size Large
|
||||
EndFont
|
||||
|
||||
End
|
||||
|
@ -25,29 +25,29 @@
|
||||
Input svjour.inc
|
||||
|
||||
ClassOptions
|
||||
Other jog
|
||||
Other jog
|
||||
End
|
||||
|
||||
# Abstract style definition
|
||||
Style Abstract
|
||||
Margin First_Dynamic
|
||||
LatexType Command
|
||||
LatexName abstract
|
||||
Newline 1
|
||||
NextNoIndent 0
|
||||
ParIndent MM
|
||||
LabelSep xx
|
||||
ItemSep 0
|
||||
TopSep 0.7
|
||||
BottomSep 0.7
|
||||
ParSep 0
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Top_Environment
|
||||
LabelString Abstract.
|
||||
Margin First_Dynamic
|
||||
LatexType Command
|
||||
LatexName abstract
|
||||
Newline 1
|
||||
NextNoIndent 0
|
||||
ParIndent MM
|
||||
LabelSep xx
|
||||
ItemSep 0
|
||||
TopSep 0.7
|
||||
BottomSep 0.7
|
||||
ParSep 0
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Top_Environment
|
||||
LabelString Abstract.
|
||||
|
||||
# label font definition
|
||||
LabelFont
|
||||
Series Bold
|
||||
EndFont
|
||||
# label font definition
|
||||
LabelFont
|
||||
Series Bold
|
||||
EndFont
|
||||
End
|
||||
|
@ -17,21 +17,21 @@
|
||||
# see www.springer.de/author/tex/help-journals.html for class files
|
||||
#
|
||||
# General textclass parameters
|
||||
Columns 2
|
||||
Sides 1
|
||||
PageStyle Plain
|
||||
MaxCounter Counter_Section
|
||||
Columns 2
|
||||
Sides 1
|
||||
PageStyle Plain
|
||||
MaxCounter Counter_Section
|
||||
|
||||
# Standard style definition
|
||||
Style Standard
|
||||
Margin Static
|
||||
LatexType Paragraph
|
||||
LatexName dummy
|
||||
ParIndent MM
|
||||
ParSkip 0.4
|
||||
Align Block
|
||||
AlignPossible Block, Left, Right, Center
|
||||
LabelType No_Label
|
||||
Margin Static
|
||||
LatexType Paragraph
|
||||
LatexName dummy
|
||||
ParIndent MM
|
||||
ParSkip 0.4
|
||||
Align Block
|
||||
AlignPossible Block, Left, Right, Center
|
||||
LabelType No_Label
|
||||
End
|
||||
|
||||
# The standard sections
|
||||
@ -39,61 +39,61 @@ Input stdsections.inc
|
||||
|
||||
# Section style definition
|
||||
Style Section
|
||||
# standard font definition
|
||||
Font
|
||||
Series Medium
|
||||
Series Bold
|
||||
Size Normal
|
||||
EndFont
|
||||
# standard font definition
|
||||
Font
|
||||
Series Medium
|
||||
Series Bold
|
||||
Size Normal
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Subsection style definition
|
||||
Style Subsection
|
||||
Font
|
||||
Series Medium
|
||||
Shape Italic
|
||||
Size Normal
|
||||
EndFont
|
||||
Font
|
||||
Series Medium
|
||||
Shape Italic
|
||||
Size Normal
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Subsubsection style definition
|
||||
Style Subsubsection
|
||||
# standard font definition
|
||||
Font
|
||||
Series Medium
|
||||
Shape Up
|
||||
Size Normal
|
||||
EndFont
|
||||
# standard font definition
|
||||
Font
|
||||
Series Medium
|
||||
Shape Up
|
||||
Size Normal
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Paragraph style definition
|
||||
Style Paragraph
|
||||
# standard font definition
|
||||
Font
|
||||
Series Medium
|
||||
Shape Italic
|
||||
Size Normal
|
||||
EndFont
|
||||
Font
|
||||
Series Medium
|
||||
Shape Italic
|
||||
Size Normal
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Subparagraph style definition
|
||||
Style Subparagraph
|
||||
# standard font definition
|
||||
Font
|
||||
Series Medium
|
||||
Shape Up
|
||||
Size Normal
|
||||
EndFont
|
||||
# standard font definition
|
||||
Font
|
||||
Series Medium
|
||||
Shape Up
|
||||
Size Normal
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Now define the starred versions from the normal ones.
|
||||
Input stdstarsections.inc
|
||||
|
||||
# Remove the ones that we do not want
|
||||
NoStyle Part
|
||||
NoStyle Part*
|
||||
NoStyle Chapter
|
||||
NoStyle Chapter*
|
||||
NoStyle Part
|
||||
NoStyle Part*
|
||||
NoStyle Chapter
|
||||
NoStyle Chapter*
|
||||
|
||||
# Some standard things
|
||||
Input stdlayouts.inc
|
||||
@ -101,412 +101,412 @@ Input stdlists.inc
|
||||
|
||||
# Headnote style definition
|
||||
Style Headnote
|
||||
Margin Static
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
LatexName headnote
|
||||
NextNoIndent 1
|
||||
LeftMargin "HeadNote (optional):xxx"
|
||||
LabelSep xxx
|
||||
ParSkip 0.4
|
||||
TopSep 1.3
|
||||
BottomSep 0.7
|
||||
ParSep 0.7
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
LabelType Static
|
||||
LabelString "Headnote (optional): "
|
||||
Margin Static
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
LatexName headnote
|
||||
NextNoIndent 1
|
||||
LeftMargin "HeadNote (optional):xxx"
|
||||
LabelSep xxx
|
||||
ParSkip 0.4
|
||||
TopSep 1.3
|
||||
BottomSep 0.7
|
||||
ParSep 0.7
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
LabelType Static
|
||||
LabelString "Headnote (optional): "
|
||||
|
||||
# standard font definition
|
||||
LabelFont
|
||||
Series Bold
|
||||
Shape Italic
|
||||
Color Red
|
||||
EndFont
|
||||
# standard font definition
|
||||
LabelFont
|
||||
Series Bold
|
||||
Shape Italic
|
||||
Color Red
|
||||
EndFont
|
||||
|
||||
End
|
||||
|
||||
# Dedication style definition (optional)
|
||||
Style Dedication
|
||||
CopyStyle Headnote
|
||||
LatexName dedication
|
||||
LeftMargin Dedication:xxx
|
||||
LabelString Dedication:
|
||||
CopyStyle Headnote
|
||||
LatexName dedication
|
||||
LeftMargin Dedication:xxx
|
||||
LabelString Dedication:
|
||||
End
|
||||
|
||||
# Title style definition
|
||||
Style Title
|
||||
Margin Static
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
LatexName title
|
||||
NextNoIndent 1
|
||||
ParSkip 0.4
|
||||
TopSep 1.3
|
||||
BottomSep 0.7
|
||||
ParSep 0.7
|
||||
Align Left
|
||||
AlignPossible Block, Center, Left, Right, Center
|
||||
LabelType No_Label
|
||||
Fill_Top 1
|
||||
Fill_Bottom 1
|
||||
Margin Static
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
LatexName title
|
||||
NextNoIndent 1
|
||||
ParSkip 0.4
|
||||
TopSep 1.3
|
||||
BottomSep 0.7
|
||||
ParSep 0.7
|
||||
Align Left
|
||||
AlignPossible Block, Center, Left, Right, Center
|
||||
LabelType No_Label
|
||||
Fill_Top 1
|
||||
Fill_Bottom 1
|
||||
|
||||
# standard font definition
|
||||
Font
|
||||
Family Sans
|
||||
Series Bold
|
||||
Size Largest
|
||||
EndFont
|
||||
# standard font definition
|
||||
Font
|
||||
Family Sans
|
||||
Series Bold
|
||||
Size Largest
|
||||
EndFont
|
||||
|
||||
End
|
||||
|
||||
# Subtitle style definition
|
||||
Style Subtitle
|
||||
Margin Static
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
LatexName subtitle
|
||||
NextNoIndent 1
|
||||
ParSkip 0.4
|
||||
ItemSep 0
|
||||
TopSep 0
|
||||
BottomSep 0
|
||||
ParSep 0
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
LabelType No_Label
|
||||
Margin Static
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
LatexName subtitle
|
||||
NextNoIndent 1
|
||||
ParSkip 0.4
|
||||
ItemSep 0
|
||||
TopSep 0
|
||||
BottomSep 0
|
||||
ParSep 0
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
LabelType No_Label
|
||||
|
||||
# standard font definition
|
||||
Font
|
||||
Family Sans
|
||||
Series Bold
|
||||
Size Large
|
||||
EndFont
|
||||
# standard font definition
|
||||
Font
|
||||
Family Sans
|
||||
Series Bold
|
||||
Size Large
|
||||
EndFont
|
||||
|
||||
End
|
||||
|
||||
# Title_Running style definition
|
||||
Style Running_LaTeX_Title
|
||||
CopyStyle Headnote
|
||||
LatexName titlerunning
|
||||
LeftMargin "Running title:xxx"
|
||||
LabelString "Running title: "
|
||||
CopyStyle Headnote
|
||||
LatexName titlerunning
|
||||
LeftMargin "Running title:xxx"
|
||||
LabelString "Running title: "
|
||||
End
|
||||
|
||||
# Author style definition
|
||||
Style Author
|
||||
Margin Static
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
LatexName author
|
||||
NextNoIndent 1
|
||||
ParSkip 0.4
|
||||
TopSep 0.7
|
||||
BottomSep 0.7
|
||||
ItemSep 0
|
||||
ParSep 0
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
LabelType No_Label
|
||||
Margin Static
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
LatexName author
|
||||
NextNoIndent 1
|
||||
ParSkip 0.4
|
||||
TopSep 0.7
|
||||
BottomSep 0.7
|
||||
ItemSep 0
|
||||
ParSep 0
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
LabelType No_Label
|
||||
|
||||
# standard font definition
|
||||
Font
|
||||
Series Bold
|
||||
Shape Italic
|
||||
EndFont
|
||||
# standard font definition
|
||||
Font
|
||||
Series Bold
|
||||
Shape Italic
|
||||
EndFont
|
||||
|
||||
End
|
||||
|
||||
# AuthorRunning style definition
|
||||
Style Author_Running
|
||||
CopyStyle Headnote
|
||||
LatexName authorrunning
|
||||
LeftMargin "Author Running:xxx"
|
||||
LabelString "Author Running: "
|
||||
CopyStyle Headnote
|
||||
LatexName authorrunning
|
||||
LeftMargin "Author Running:xxx"
|
||||
LabelString "Author Running: "
|
||||
End
|
||||
|
||||
# Institute style definition
|
||||
Style Institute
|
||||
Margin Static
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
LatexName institute
|
||||
NextNoIndent 1
|
||||
ParSkip 0.4
|
||||
TopSep 1.3
|
||||
BottomSep 0.7
|
||||
ParSep 0.7
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
LabelType No_Label
|
||||
Margin Static
|
||||
LatexType Command
|
||||
InTitle 1
|
||||
LatexName institute
|
||||
NextNoIndent 1
|
||||
ParSkip 0.4
|
||||
TopSep 1.3
|
||||
BottomSep 0.7
|
||||
ParSep 0.7
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
LabelType No_Label
|
||||
|
||||
# Std. font definition
|
||||
Font
|
||||
Size Small
|
||||
EndFont
|
||||
# Std. font definition
|
||||
Font
|
||||
Size Small
|
||||
EndFont
|
||||
|
||||
End
|
||||
|
||||
Style Date
|
||||
CopyStyle Institute
|
||||
LatexName date
|
||||
CopyStyle Institute
|
||||
LatexName date
|
||||
End
|
||||
|
||||
#
|
||||
# Correspondence address style definition
|
||||
Style Mail
|
||||
CopyStyle Headnote
|
||||
LatexName mail
|
||||
LeftMargin "Corr Author:xx."
|
||||
LabelString "Corr Author: "
|
||||
CopyStyle Headnote
|
||||
LatexName mail
|
||||
LeftMargin "Corr Author:xx."
|
||||
LabelString "Corr Author: "
|
||||
End
|
||||
|
||||
Style Offprints
|
||||
CopyStyle Headnote
|
||||
LatexName offprints
|
||||
LeftMargin "Offprints:xx."
|
||||
LabelString "Offprints: "
|
||||
CopyStyle Headnote
|
||||
LatexName offprints
|
||||
LeftMargin "Offprints:xx."
|
||||
LabelString "Offprints: "
|
||||
End
|
||||
|
||||
# Abstract style definition
|
||||
Style Abstract
|
||||
Margin First_Dynamic
|
||||
LatexType Environment
|
||||
LatexName abstract
|
||||
NextNoIndent 0
|
||||
ParIndent MM
|
||||
LabelSep xx
|
||||
ItemSep 0
|
||||
TopSep 0.7
|
||||
BottomSep 0.7
|
||||
ParSep 0
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Top_Environment
|
||||
LabelString Abstract.
|
||||
Margin First_Dynamic
|
||||
LatexType Environment
|
||||
LatexName abstract
|
||||
NextNoIndent 0
|
||||
ParIndent MM
|
||||
LabelSep xx
|
||||
ItemSep 0
|
||||
TopSep 0.7
|
||||
BottomSep 0.7
|
||||
ParSep 0
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Top_Environment
|
||||
LabelString Abstract.
|
||||
|
||||
# label font definition
|
||||
LabelFont
|
||||
Series Bold
|
||||
EndFont
|
||||
# label font definition
|
||||
LabelFont
|
||||
Series Bold
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Keywords style definition
|
||||
Style Keywords
|
||||
Margin First_Dynamic
|
||||
LatexType Command
|
||||
LatexName keywords
|
||||
NextNoIndent 0
|
||||
ParIndent MM
|
||||
LabelSep xx
|
||||
ItemSep 0
|
||||
TopSep 0.7
|
||||
BottomSep 0.7
|
||||
ParSep 0
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Static
|
||||
LabelString "Key words: "
|
||||
Margin First_Dynamic
|
||||
LatexType Command
|
||||
LatexName keywords
|
||||
NextNoIndent 0
|
||||
ParIndent MM
|
||||
LabelSep xx
|
||||
ItemSep 0
|
||||
TopSep 0.7
|
||||
BottomSep 0.7
|
||||
ParSep 0
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Static
|
||||
LabelString "Key words: "
|
||||
|
||||
# label font definition
|
||||
LabelFont
|
||||
Series Bold
|
||||
EndFont
|
||||
# label font definition
|
||||
LabelFont
|
||||
Series Bold
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Acknowledgement(s) style definitions
|
||||
Style Acknowledgements
|
||||
Margin First_Dynamic
|
||||
LatexType Environment
|
||||
LatexName acknowledgements
|
||||
NextNoIndent 0
|
||||
ParIndent MM
|
||||
LabelSep xx
|
||||
ItemSep 0
|
||||
TopSep 0.7
|
||||
BottomSep 0.7
|
||||
ParSep 0
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Static
|
||||
LabelString Acknowledgements.
|
||||
Margin First_Dynamic
|
||||
LatexType Environment
|
||||
LatexName acknowledgements
|
||||
NextNoIndent 0
|
||||
ParIndent MM
|
||||
LabelSep xx
|
||||
ItemSep 0
|
||||
TopSep 0.7
|
||||
BottomSep 0.7
|
||||
ParSep 0
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Static
|
||||
LabelString Acknowledgements.
|
||||
|
||||
# font & label font definition
|
||||
Font
|
||||
Size Small
|
||||
EndFont
|
||||
# font & label font definition
|
||||
Font
|
||||
Size Small
|
||||
EndFont
|
||||
|
||||
LabelFont
|
||||
Shape Italic
|
||||
Size Small
|
||||
EndFont
|
||||
LabelFont
|
||||
Shape Italic
|
||||
Size Small
|
||||
EndFont
|
||||
End
|
||||
|
||||
Style Acknowledgement
|
||||
CopyStyle Acknowledgements
|
||||
LatexName acknowledgement
|
||||
LabelString Acknowledgement.
|
||||
CopyStyle Acknowledgements
|
||||
LatexName acknowledgement
|
||||
LabelString Acknowledgement.
|
||||
End
|
||||
|
||||
#
|
||||
# Bibliography style definition
|
||||
Style Bibliography
|
||||
Margin First_Dynamic
|
||||
LatexType Bib_Environment
|
||||
LatexName thebibliography
|
||||
NextNoIndent 1
|
||||
LeftMargin MM
|
||||
ParSkip 0.4
|
||||
ItemSep 0
|
||||
TopSep 0.7
|
||||
BottomSep 0.7
|
||||
ParSep 0.5
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Bibliography
|
||||
LabelString References
|
||||
LabelBottomSep 0.7
|
||||
Margin First_Dynamic
|
||||
LatexType Bib_Environment
|
||||
LatexName thebibliography
|
||||
NextNoIndent 1
|
||||
LeftMargin MM
|
||||
ParSkip 0.4
|
||||
ItemSep 0
|
||||
TopSep 0.7
|
||||
BottomSep 0.7
|
||||
ParSep 0.5
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Bibliography
|
||||
LabelString References
|
||||
LabelBottomSep 0.7
|
||||
|
||||
# label font definition
|
||||
LabelFont
|
||||
Series Bold
|
||||
EndFont
|
||||
# label font definition
|
||||
LabelFont
|
||||
Series Bold
|
||||
EndFont
|
||||
|
||||
End
|
||||
|
||||
# Mathematics-like definitions:
|
||||
|
||||
Style Claim
|
||||
Margin First_Dynamic
|
||||
LatexType Environment
|
||||
LatexName claim
|
||||
NextNoIndent 0
|
||||
ParIndent MM
|
||||
LabelSep xx
|
||||
ItemSep 0
|
||||
TopSep 0.5
|
||||
BottomSep 0.5
|
||||
ParSep 0
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Static
|
||||
LabelString Claim.
|
||||
Margin First_Dynamic
|
||||
LatexType Environment
|
||||
LatexName claim
|
||||
NextNoIndent 0
|
||||
ParIndent MM
|
||||
LabelSep xx
|
||||
ItemSep 0
|
||||
TopSep 0.5
|
||||
BottomSep 0.5
|
||||
ParSep 0
|
||||
Align Block
|
||||
AlignPossible Block, Left
|
||||
LabelType Static
|
||||
LabelString Claim.
|
||||
|
||||
# font & label font definition
|
||||
# font & label font definition
|
||||
|
||||
LabelFont
|
||||
Shape Italic
|
||||
EndFont
|
||||
LabelFont
|
||||
Shape Italic
|
||||
EndFont
|
||||
|
||||
End
|
||||
|
||||
Style Conjecture
|
||||
CopyStyle Claim
|
||||
LatexName conjecture
|
||||
LabelString "Conjecture #. "
|
||||
CopyStyle Claim
|
||||
LatexName conjecture
|
||||
LabelString "Conjecture #. "
|
||||
End
|
||||
|
||||
Style Corollary
|
||||
CopyStyle Claim
|
||||
LatexName corollary
|
||||
LabelString "Corollary #. "
|
||||
CopyStyle Claim
|
||||
LatexName corollary
|
||||
LabelString "Corollary #. "
|
||||
|
||||
# font & label font definition
|
||||
Font
|
||||
Shape Italic
|
||||
EndFont
|
||||
# font & label font definition
|
||||
Font
|
||||
Shape Italic
|
||||
EndFont
|
||||
|
||||
LabelFont
|
||||
Shape Up
|
||||
Series Bold
|
||||
EndFont
|
||||
LabelFont
|
||||
Shape Up
|
||||
Series Bold
|
||||
EndFont
|
||||
|
||||
End
|
||||
|
||||
Style Definition
|
||||
CopyStyle Corollary
|
||||
LatexName definition
|
||||
LabelString "Definition #. "
|
||||
CopyStyle Corollary
|
||||
LatexName definition
|
||||
LabelString "Definition #. "
|
||||
End
|
||||
|
||||
Style Example
|
||||
CopyStyle Claim
|
||||
LatexName example
|
||||
LabelString "Example #. "
|
||||
CopyStyle Claim
|
||||
LatexName example
|
||||
LabelString "Example #. "
|
||||
End
|
||||
|
||||
Style Exercise
|
||||
CopyStyle Claim
|
||||
LatexName exercise
|
||||
LabelString "Exercise #. "
|
||||
CopyStyle Claim
|
||||
LatexName exercise
|
||||
LabelString "Exercise #. "
|
||||
|
||||
# font & label font definition
|
||||
# font & label font definition
|
||||
|
||||
LabelFont
|
||||
Shape Up
|
||||
Series Bold
|
||||
EndFont
|
||||
LabelFont
|
||||
Shape Up
|
||||
Series Bold
|
||||
EndFont
|
||||
|
||||
End
|
||||
|
||||
Style Lemma
|
||||
CopyStyle Corollary
|
||||
LatexName lemma
|
||||
LabelString "Lemma #. "
|
||||
CopyStyle Corollary
|
||||
LatexName lemma
|
||||
LabelString "Lemma #. "
|
||||
End
|
||||
|
||||
Style Note
|
||||
CopyStyle Claim
|
||||
LatexName note
|
||||
LabelString "Note #. "
|
||||
CopyStyle Claim
|
||||
LatexName note
|
||||
LabelString "Note #. "
|
||||
End
|
||||
|
||||
Style Problem
|
||||
CopyStyle Exercise
|
||||
LatexName problem
|
||||
LabelString "Problem #. "
|
||||
CopyStyle Exercise
|
||||
LatexName problem
|
||||
LabelString "Problem #. "
|
||||
End
|
||||
|
||||
Style Proof
|
||||
CopyStyle Claim
|
||||
LatexName proof
|
||||
LabelString "Proof. "
|
||||
CopyStyle Claim
|
||||
LatexName proof
|
||||
LabelString "Proof. "
|
||||
End
|
||||
|
||||
Style Property
|
||||
CopyStyle Claim
|
||||
LatexName property
|
||||
LabelString "Property #. "
|
||||
CopyStyle Claim
|
||||
LatexName property
|
||||
LabelString "Property #. "
|
||||
End
|
||||
|
||||
Style Proposition
|
||||
CopyStyle Claim
|
||||
LatexName proposition
|
||||
LabelString "Proposition_#. "
|
||||
CopyStyle Claim
|
||||
LatexName proposition
|
||||
LabelString "Proposition_#. "
|
||||
End
|
||||
|
||||
Style Question
|
||||
CopyStyle Claim
|
||||
LatexName question
|
||||
LabelString "Question #. "
|
||||
CopyStyle Claim
|
||||
LatexName question
|
||||
LabelString "Question #. "
|
||||
End
|
||||
|
||||
Style Remark
|
||||
CopyStyle Claim
|
||||
LatexName remark
|
||||
LabelString "Remark #. "
|
||||
CopyStyle Claim
|
||||
LatexName remark
|
||||
LabelString "Remark #. "
|
||||
End
|
||||
|
||||
Style Solution
|
||||
CopyStyle Exercise
|
||||
LatexName solution
|
||||
LabelString "Solution #. "
|
||||
CopyStyle Exercise
|
||||
LatexName solution
|
||||
LabelString "Solution #. "
|
||||
End
|
||||
|
||||
Style Theorem
|
||||
CopyStyle Corollary
|
||||
LatexName theorem
|
||||
LabelString "Theorem #. "
|
||||
CopyStyle Corollary
|
||||
LatexName theorem
|
||||
LabelString "Theorem #. "
|
||||
End
|
||||
|
||||
#Finally a few older definitions for compatibility
|
||||
|
@ -27,7 +27,7 @@
|
||||
Input svjour.inc
|
||||
|
||||
ClassOptions
|
||||
Other probth
|
||||
Other probth
|
||||
End
|
||||
|
||||
|
||||
@ -35,29 +35,29 @@ End
|
||||
|
||||
# Title style definition
|
||||
Style Title
|
||||
# standard font definition
|
||||
Font
|
||||
Family Roman
|
||||
Series Bold
|
||||
Size Larger
|
||||
EndFont
|
||||
# standard font definition
|
||||
Font
|
||||
Family Roman
|
||||
Series Bold
|
||||
Size Larger
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Subtitle style definition
|
||||
Style Subtitle
|
||||
# standard font definition
|
||||
Font
|
||||
Family Roman
|
||||
Series Bold
|
||||
Size Large
|
||||
EndFont
|
||||
# standard font definition
|
||||
Font
|
||||
Family Roman
|
||||
Series Bold
|
||||
Size Large
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Author style definition
|
||||
Style Author
|
||||
# standard font definition
|
||||
Font
|
||||
Series Medium
|
||||
Shape Up
|
||||
EndFont
|
||||
# standard font definition
|
||||
Font
|
||||
Series Medium
|
||||
Shape Up
|
||||
EndFont
|
||||
End
|
||||
|
Loading…
x
Reference in New Issue
Block a user