git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7757 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
André Pönitz 2003-09-15 15:11:39 +00:00
parent 0631f0224f
commit af57c176a6
34 changed files with 678 additions and 1295 deletions

View File

@ -4,7 +4,7 @@
# #
# Author: Peter Sütterlin <pit@uni-sw.gwdg.de> # Author: Peter Sütterlin <pit@uni-sw.gwdg.de>
# Subitle style definition
Style Subtitle Style Subtitle
Margin Static Margin Static
LatexType Command LatexType Command
@ -19,15 +19,13 @@ Style Subtitle
Align Left Align Left
AlignPossible Left AlignPossible Left
LabelType No_Label LabelType No_Label
# standard font definition
Font Font
Size Normal Size Normal
Series Bold Series Bold
EndFont EndFont
End End
# Address style definition
Style Address Style Address
Margin Static Margin Static
LatexType Command LatexType Command
@ -38,14 +36,13 @@ Style Address
Align Left Align Left
AlignPossible Block, Left, Right, Center AlignPossible Block, Left, Right, Center
LabelType No_Label LabelType No_Label
Font Font
Family Sans Family Sans
Size Small Size Small
EndFont EndFont
End End
# Email address style definition
Style Email Style Email
Margin Static Margin Static
LatexType Command LatexType Command
@ -57,14 +54,13 @@ Style Email
LabelType Static LabelType Static
LabelString email: LabelString email:
LabelSep M LabelSep M
Font Font
Family Sans Family Sans
Size Small Size Small
EndFont EndFont
End End
# Address for Offprints style definition
Style Offprint Style Offprint
Margin Static Margin Static
LatexType Command LatexType Command
@ -76,14 +72,13 @@ Style Offprint
LabelType Static LabelType Static
LabelString "Offprint Requests to:" LabelString "Offprint Requests to:"
LabelSep M LabelSep M
Font Font
Family Sans Family Sans
Size Small Size Small
EndFont EndFont
End End
# Acnowledgement style definition
Style Acknowledgement Style Acknowledgement
Margin Static Margin Static
LatexType Environment LatexType Environment
@ -98,18 +93,16 @@ Style Acknowledgement
LabelType Top_Environment LabelType Top_Environment
LabelString Acknowledgements LabelString Acknowledgements
LabelSep M LabelSep M
# standard font definition
Font Font
Size Small Size Small
EndFont EndFont
# label font definition
LabelFont LabelFont
Size Small Size Small
Shape Italic Shape Italic
EndFont EndFont
End End
Style Thesaurus Style Thesaurus
LabelType Static LabelType Static
LatexType Command LatexType Command
@ -129,6 +122,3 @@ Style Thesaurus
Color Red Color Red
EndFont EndFont
End End

View File

@ -13,14 +13,14 @@
# #
# and reconfigure LyX (after running texhash, of course). # and reconfigure LyX (after running texhash, of course).
# General textclass parameters
Columns 2 Columns 2
Sides 2 Sides 2
MaxCounter Counter_Section
SecNumDepth 3 SecNumDepth 3
TocDepth 0 TocDepth 0
PageStyle Plain PageStyle Plain
DefaultFont DefaultFont
Family Roman Family Roman
Series Medium Series Medium
@ -29,7 +29,7 @@ DefaultFont
Color None Color None
EndFont EndFont
# Standard style definition
Style Standard Style Standard
Margin Static Margin Static
LatexType Paragraph LatexType Paragraph
@ -41,62 +41,80 @@ Style Standard
LabelType No_Label LabelType No_Label
End End
# I want to keep the entries in a logical order. # I want to keep the entries in a logical order.
# Therefore I'll define the entries first, then fill them # Therefore I'll define the entries first, then fill them
Style Itemize Style Itemize
End End
Style Enumerate Style Enumerate
End End
Style Description Style Description
End End
Style List Style List
End End
Style Caption Style Caption
End End
Style LaTeX Style LaTeX
End End
Style Section Style Section
End End
Style Subsection Style Subsection
End End
Style Subsubsection Style Subsubsection
End End
Style Title Style Title
End End
Style Subtitle Style Subtitle
End End
Style Author Style Author
End End
Style Address Style Address
End End
Style Email Style Email
End End
Style Offprint Style Offprint
End End
Style Thesaurus Style Thesaurus
End End
Style Date Style Date
End End
Style Abstract Style Abstract
End End
Style Acknowledgement Style Acknowledgement
End End
Style Bibliography Style Bibliography
End End
# OK, now we have a more or less consistent Ordering. Now fill the # OK, now we have a more or less consistent Ordering. Now fill the
# definitions. # definitions. First, the standard includes
# First, the standard includes
Input stdlists.inc Input stdlists.inc
Input stdlayouts.inc Input stdlayouts.inc
Input stdsections.inc Input stdsections.inc
Input stdtitle.inc Input stdtitle.inc
Input stdstruct.inc Input stdstruct.inc
Input numarticle.inc
Input stdfloats.inc Input stdfloats.inc
Input stdcounters.inc Input stdcounters.inc
# Remove unwanted Styles
NoStyle Quotation NoStyle Quotation
NoStyle Quote NoStyle Quote
@ -106,12 +124,10 @@ NoStyle Paragraph
NoStyle Subparagraph NoStyle Subparagraph
NoStyle Part NoStyle Part
# Definitions only valid for A&A style
Input aapaper.inc Input aapaper.inc
# Redefine some things
# Section style redefinition
Style Section Style Section
TopSep 2.0 TopSep 2.0
BottomSep 1.3 BottomSep 1.3
@ -120,7 +136,7 @@ Style Section
EndFont EndFont
End End
# Subsection style redefinition
Style Subsection Style Subsection
TopSep 1.7 TopSep 1.7
BottomSep 1.1 BottomSep 1.1
@ -131,7 +147,7 @@ Style Subsection
EndFont EndFont
End End
# Subsubsection style redefinition
Style Subsubsection Style Subsubsection
TopSep 1.7 TopSep 1.7
BottomSep 1.1 BottomSep 1.1
@ -141,7 +157,7 @@ Style Subsubsection
EndFont EndFont
End End
# Title style redefinition
Style Title Style Title
TopSep 2 TopSep 2
BottomSep 1.3 BottomSep 1.3
@ -152,7 +168,7 @@ Style Title
EndFont EndFont
End End
# Author style redefinition
Style Author Style Author
Align Left Align Left
AlignPossible Left AlignPossible Left
@ -163,7 +179,7 @@ Style Author
EndFont EndFont
End End
# Date style redefinition
Style Date Style Date
LabelSep "" LabelSep ""
TopSep 1.2 TopSep 1.2
@ -174,7 +190,7 @@ Style Date
EndFont EndFont
End End
# Abstract style redefinition
Style Abstract Style Abstract
LeftMargin "" LeftMargin ""
RightMargin "" RightMargin ""
@ -191,7 +207,7 @@ Style Abstract
EndFont EndFont
End End
# Bibliography style redefinition
Style Bibliography Style Bibliography
Align Left Align Left
AlignPossible Left AlignPossible Left
@ -199,4 +215,3 @@ Style Bibliography
Series Bold Series Bold
EndFont EndFont
End End

View File

@ -28,29 +28,22 @@
# Version 1.1 7/25/99 - Changed \url to take advantage of new layout option. # 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 1.2 4/18/02 - Updated for natbib in 1.2.0
# General textclass parameters
Columns 1 Columns 1
Sides 1 Sides 1
MaxCounter Counter_Section
#SecNumDepth 3 #SecNumDepth 3
TocDepth 0 TocDepth 0
PageStyle Plain PageStyle Plain
ProvidesAmsmath 1 ProvidesAmsmath 1
ProvidesNatbib 1 ProvidesNatbib 1
ProvidesUrl 1 ProvidesUrl 1
ClassOptions ClassOptions
PageStyle "" PageStyle ""
End End
DefaultFont
Family Roman
Series Medium
Shape Up
Size Normal
Color None
EndFont
# Standard style definition
Style Standard Style Standard
Margin Static Margin Static
LatexType Paragraph LatexType Paragraph
@ -62,82 +55,107 @@ Style Standard
LabelType No_Label LabelType No_Label
End End
# I want to keep the entries in a logical order. # I want to keep the entries in a logical order.
# Therefore I'll define the entries first, then fill them in # Therefore I'll define the entries first, then fill them in
Style Section Style Section
End End
Style Subsection Style Subsection
End End
Style Subsubsection Style Subsubsection
End End
Style Paragraph Style Paragraph
End End
Style Itemize Style Itemize
End End
Style Enumerate Style Enumerate
End End
Style Description Style Description
End End
Style List Style List
End End
Style Title Style Title
End End
Style Author Style Author
End End
Style Affiliation Style Affiliation
End End
Style Email Style Email
End End
Style And Style And
End End
Style Date Style Date
End End
Style Abstract Style Abstract
End End
Style Keywords Style Keywords
End End
Style Acknowledgements Style Acknowledgements
End End
Style Appendix Style Appendix
End End
Style References Style References
End End
Style PlaceFigure Style PlaceFigure
End End
Style PlaceTable Style PlaceTable
End End
Style TableComments Style TableComments
End End
Style TableRefs Style TableRefs
End End
Style Caption Style Caption
End End
Style MathLetters Style MathLetters
End End
Style NoteToEditor Style NoteToEditor
End End
# OK, now we have a more or less consistent Ordering. Now fill the # OK, now we have a more or less consistent Ordering. Now fill the
# definitions. # definitions. First, the standard includes
# First, the standard includes
Input stdsections.inc Input stdsections.inc
Input numarticle.inc
Input stdtitle.inc Input stdtitle.inc
Input stdstruct.inc Input stdstruct.inc
Input stdlists.inc Input stdlists.inc
Input stdfloats.inc Input stdfloats.inc
Input stdcounters.inc Input stdcounters.inc
# Remove unwanted Styles
NoStyle Part NoStyle Part
NoStyle Chapter NoStyle Chapter
NoStyle Subparagraph NoStyle Subparagraph
NoStyle List NoStyle List
NoStyle Bibliography NoStyle Bibliography
# Redefine some things
# Section style redefinition
Style Section Style Section
Align Center Align Center
AlignPossible Center AlignPossible Center
@ -150,7 +168,7 @@ Style Section
EndFont EndFont
End End
# Subsection style redefinition
Style Subsection Style Subsection
Align Center Align Center
AlignPossible Center AlignPossible Center
@ -163,7 +181,7 @@ Style Subsection
EndFont EndFont
End End
# Subsubsection style redefinition
Style Subsubsection Style Subsubsection
Align Center Align Center
AlignPossible Center AlignPossible Center
@ -177,7 +195,7 @@ Style Subsubsection
EndFont EndFont
End End
# Title style redefinition
Style Title Style Title
TopSep 2 TopSep 2
BottomSep 1.3 BottomSep 1.3
@ -190,7 +208,7 @@ Style Title
EndFont EndFont
End End
# Author style redefinition
Style Author Style Author
Align Center Align Center
AlignPossible Center AlignPossible Center
@ -203,7 +221,7 @@ Style Author
EndFont EndFont
End End
# Date style redefinition
Style Date Style Date
LabelSep "" LabelSep ""
TopSep 1.2 TopSep 1.2
@ -215,7 +233,7 @@ Style Date
EndFont EndFont
End End
# Abstract style redefinition
Style Abstract Style Abstract
LeftMargin "MMM" LeftMargin "MMM"
RightMargin "MMM" RightMargin "MMM"
@ -234,7 +252,7 @@ Style Abstract
EndFont EndFont
End End
# Affiliation style definition
Style Affiliation Style Affiliation
Margin Static Margin Static
LatexType Command LatexType Command
@ -252,7 +270,7 @@ Style Affiliation
EndFont EndFont
End End
# Keywords style definition
Style Keywords Style Keywords
LeftMargin MMM LeftMargin MMM
Margin Dynamic Margin Dynamic
@ -278,7 +296,7 @@ Style Keywords
EndFont EndFont
End End
# Email style definition
Style Email Style Email
Margin Static Margin Static
LatexType Command LatexType Command
@ -296,7 +314,7 @@ Style Email
EndFont EndFont
End End
# Acknowledgements style definition
Style Acknowledgements Style Acknowledgements
Margin Dynamic Margin Dynamic
LatexType Command LatexType Command
@ -318,7 +336,6 @@ Style Acknowledgements
End End
# And style definition
Style And Style And
Margin Dynamic Margin Dynamic
LatexType Command LatexType Command
@ -338,7 +355,7 @@ Style And
EndFont EndFont
End End
# Placefigure style definition
Style PlaceFigure Style PlaceFigure
Margin Dynamic Margin Dynamic
LatexType Command LatexType Command
@ -358,7 +375,7 @@ Style PlaceFigure
EndFont EndFont
End End
# Placetable style definition
Style PlaceTable Style PlaceTable
Margin Dynamic Margin Dynamic
LatexType Command LatexType Command
@ -378,7 +395,7 @@ Style PlaceTable
EndFont EndFont
End End
# Appendix style definition
Style Appendix Style Appendix
Margin Dynamic Margin Dynamic
LatexType Command LatexType Command
@ -399,7 +416,7 @@ Style Appendix
EndFont EndFont
End End
# MathLetters style redefinition
Style MathLetters Style MathLetters
LatexType Environment LatexType Environment
LatexName mathletters LatexName mathletters
@ -411,7 +428,7 @@ Style MathLetters
EndFont EndFont
End End
# References style redefinition
Style References Style References
Margin First_Dynamic Margin First_Dynamic
LatexType Item_Environment LatexType Item_Environment
@ -435,9 +452,9 @@ Style References
EndFont EndFont
End End
# Need reordering below here # Need reordering below here
# Notetoeditor style definition
Style NoteToEditor Style NoteToEditor
Margin Dynamic Margin Dynamic
LatexType Command LatexType Command
@ -457,7 +474,7 @@ Style NoteToEditor
EndFont EndFont
End End
# TableRefs style definition
Style TableRefs Style TableRefs
Margin First_Dynamic Margin First_Dynamic
LatexType Command LatexType Command
@ -476,7 +493,7 @@ Style TableRefs
EndFont EndFont
End End
# TableComments style definition
Style TableComments Style TableComments
Margin First_Dynamic Margin First_Dynamic
LatexType Command LatexType Command
@ -495,7 +512,7 @@ Style TableComments
EndFont EndFont
End End
# Caption style definition
Style Caption Style Caption
Margin First_Dynamic Margin First_Dynamic
LatexType Command LatexType Command
@ -508,14 +525,12 @@ Style Caption
AlignPossible Block, Left AlignPossible Block, Left
LabelType Sensitive LabelType Sensitive
LabelString Caption LabelString Caption
# label font definition
LabelFont LabelFont
Series Bold Series Bold
EndFont EndFont
End End
# FigCaption style definition
Style FigCaption Style FigCaption
Margin First_Dynamic Margin First_Dynamic
LatexType Command LatexType Command

View File

@ -3,11 +3,9 @@
# AGUplus manuscript textclass definition file. # AGUplus manuscript textclass definition file.
# Author: Martin Vermeer <martin.vermeer@hut.fi> # Author: Martin Vermeer <martin.vermeer@hut.fi>
# Input general definitions
Input aguplus.inc Input aguplus.inc
ClassOptions ClassOptions
Other "agums" Other "agums"
End End

View File

@ -4,216 +4,219 @@
# Necessary LaTeX files to be found on # Necessary LaTeX files to be found on
# #
# ftp://ftp.agu.org/journals/latex/journals # ftp://ftp.agu.org/journals/latex/journals
#
# Input general definitions
Input stdclass.inc Input stdclass.inc
Input numarticle.inc
SecNumDepth 4
Preamble
\usepackage{times}
\sectionnumbers
EndPreamble
SecNumDepth 4
MaxCounter Counter_Section
# There are no chapters in an article.
NoStyle Chapter NoStyle Chapter
NoStyle Chapter* NoStyle Chapter*
NoStyle Subparagraph NoStyle Subparagraph
NoStyle Subparagraph* NoStyle Subparagraph*
# Redefine these a bit:
Style Section Style Section
Font Font
Size Large Size Large
EndFont EndFont
End End
Style Section* Style Section*
Font Font
Size Large Size Large
EndFont EndFont
End End
Style Subsection Style Subsection
Font Font
Size Normal Size Normal
EndFont EndFont
End End
Style Subsection* Style Subsection*
Font Font
Size Normal Size Normal
EndFont EndFont
End End
# Subsubsubsection style (re-)definition
Style Paragraph Style Paragraph
LatexName subsubsection LatexName subsubsection
End End
# SubSubsubsection* style (re-)definition
Style Paragraph* Style Paragraph*
CopyStyle Paragraph CopyStyle Paragraph
Margin Static Margin Static
LatexName subsubsubsection* LatexName subsubsubsection*
LabelType No_Label LabelType No_Label
OptionalArgs 0 OptionalArgs 0
End End
Preamble
\usepackage{times}
\sectionnumbers
EndPreamble
# Headers style definition
Style Left_Header Style Left_Header
Margin Static Margin Static
LatexType Command LatexType Command
LatexName lefthead LatexName lefthead
NextNoIndent 1 NextNoIndent 1
LeftMargin "Left Header:xx" LeftMargin "Left Header:xx"
LabelSep xxx LabelSep xxx
ParSkip 0.4 ParSkip 0.4
TopSep 1.3 TopSep 1.3
BottomSep 0.7 BottomSep 0.7
ParSep 0.7 ParSep 0.7
Align Left Align Left
AlignPossible Left AlignPossible Left
LabelType Static LabelType Static
LabelString "Left Header:" LabelString "Left Header:"
InTitle 1 InTitle 1
# standard font definition
LabelFont LabelFont
Series Bold Series Bold
Shape Italic Shape Italic
Color red Color red
EndFont EndFont
End End
Style Right_Header Style Right_Header
CopyStyle "Left Header" CopyStyle Left_Header
LatexName righthead LatexName righthead
LeftMargin "Right Header:xx" LeftMargin "Right Header:xx"
LabelString "Right Header:" LabelString "Right Header:"
End End
Style Received Style Received
CopyStyle "Left Header" CopyStyle Left_Header
LatexName received LatexName received
LeftMargin Received:xx LeftMargin Received:xx
LabelString Recieved: LabelString Recieved:
End End
Style Revised Style Revised
CopyStyle "Left Header" CopyStyle Left_Header
LatexName revised LatexName revised
LeftMargin Revised:xx LeftMargin Revised:xx
LabelString Revised: LabelString Revised:
End End
Style Accepted Style Accepted
CopyStyle "Left Header" CopyStyle Left_Header
LatexName accepted LatexName accepted
LeftMargin Accepted:xx LeftMargin Accepted:xx
LabelString Accepted: LabelString Accepted:
End End
Style CCC Style CCC
CopyStyle "Left Header" CopyStyle Left_Header
LatexName ccc LatexName ccc
LeftMargin "CCC code:xx" LeftMargin "CCC code:xx"
LabelString "CCC code:" LabelString "CCC code:"
End End
# cpright # cpright
# journalid # journalid
# articleid # articleid
Style PaperId Style PaperId
CopyStyle "Left Header" CopyStyle Left_Header
LatexName paperid LatexName paperid
LeftMargin "Paper Id:xx" LeftMargin "Paper Id:xx"
LabelString "Paper Id:" LabelString "Paper Id:"
End End
Style AuthorAddr Style AuthorAddr
CopyStyle "Left Header" CopyStyle Left_Header
LatexName authoraddr LatexName authoraddr
LeftMargin "Author Address:xx" LeftMargin "Author Address:xx"
LabelString "Author Address:" LabelString "Author Address:"
End End
Style SlugComment Style SlugComment
CopyStyle "Left Header" CopyStyle Left_Header
LatexName slugcomment LatexName slugcomment
LeftMargin "Slug Comment:xx" LeftMargin "Slug Comment:xx"
LabelString "Slug Comment:" LabelString "Slug Comment:"
End End
# a few changes to the bibliography
Style Bibliography Style Bibliography
TopSep 4 TopSep 4
LabelString Bibliography LabelString Bibliography
# label font definition
LabelFont LabelFont
Series Bold Series Bold
Size Huge Size Huge
EndFont EndFont
End End
# plate
Float Float
Type plate Type plate
GuiName Plate GuiName Plate
Placement htbp Placement htbp
Extension lof Extension lof
NumberWithin none NumberWithin none
Style plain Style plain
LatexBuiltin true LatexBuiltin true
End End
# planotable
Float Float
GuiName Planotable GuiName Planotable
Type planotable Type planotable
Placement htbp Placement htbp
Extension lot Extension lot
NumberWithin none NumberWithin none
Style Ruled Style Ruled
LatexBuiltin true LatexBuiltin true
End End
# Table Caption style definition
Style Table_Caption Style Table_Caption
Margin First_Dynamic Margin First_Dynamic
LatexType Command LatexType Command
LatexName tablecaption LatexName tablecaption
NeedProtect 1 NeedProtect 1
LabelSep xx LabelSep xx
ParSkip 0.4 ParSkip 0.4
TopSep 0.5 TopSep 0.5
Align Center Align Center
AlignPossible Center AlignPossible Center
LabelType Sensitive LabelType Sensitive
LabelString TableCaption LabelString TableCaption
# label font definition
LabelFont LabelFont
Series Bold Series Bold
EndFont EndFont
End End
Counter
Name plate
Within none
End
Counter Counter
Name planotable Name plate
Within none Within none
End
Counter
Name planotable
Within none
End End

View File

@ -4,19 +4,262 @@
# and from the Article textclass definition file, following the AMS sample # and from the Article textclass definition file, following the AMS sample
# paper "testmath.tex" of January, 1995 # paper "testmath.tex" of January, 1995
# Author : David L. Johnson <dlj0@lehigh.edu> # Author : David L. Johnson <dlj0@lehigh.edu>
#
# The "seq" version has all results, figures, etc., numbered in a separate # The "seq" version has all results, figures, etc., numbered in a separate
# sequence, without section numbers attached (Theorem (1), Corollary (1), Theorem # sequence, without section numbers attached (Theorem (1), Corollary (1),
# (2), etc.). # Theorem (2), etc.).
#
# Probably broken by Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr> # Probably broken by Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
# modified and modularized by Emmanuel GUREGHIAN <gureghia@boston.bertin.fr> # modified and modularized by Emmanuel GUREGHIAN <gureghia@boston.bertin.fr>
Input amsart.layout Input amsart.layout
# Change the definitions of the theorem-like environments to get a # Change the definitions of the theorem-like environments to get a
# better numbering. # better numbering.
Input amsmaths-seq.inc Input amsmaths-seq.inc
# Use a simpler preamble. # Use a simpler preamble.
Preamble
Preamble
EndPreamble EndPreamble
# but more counters
Counter
Name corollary
End
Counter
Name lemma
End
Counter
Name proposition
End
Counter
Name conjecture
End
Counter
Name criterion
End
Counter
Name algorithm
End
Counter
Name fact
End
Counter
Name axiom
End
Counter
Name definition
End
Counter
Name example
End
Counter
Name condition
End
Counter
Name problem
End
Counter
Name exercise
End
Counter
Name remark
End
Counter
Name claim
End
Counter
Name note
End
Counter
Name notation
End
Counter
Name summary
End
Counter
Name acknowledgement
End
Counter
Name case
End
Counter
Name conclusion
End
Style Theorem
LabelCounter theorem
LabelString "Theorem \arabic{theorem}."
End
Style Corollary
LabelCounter corollary
LabelString "Corollary \arabic{corollary}."
End
Style Lemma
LabelCounter lemma
LabelString "Lemma \arabic{lemma}."
End
Style Proposition
LabelCounter proposition
LabelString "Proposition \arabic{proposition}."
End
Style Conjecture
LabelCounter conjecture
LabelString "Conjecture \arabic{conjecture}."
End
Style Criterion
LabelCounter criterion
LabelString "Criterion \arabic{criterion}."
End
Style Algorithm
LabelCounter algorithm
LabelString "Algorithm \arabic{algorithm}."
End
Style Fact
LabelCounter fact
LabelString "Fact \arabic{fact}."
End
Style Axiom
LabelCounter axiom
LabelString "Axiom \arabic{axiom}."
End
Style Definition
LabelCounter definition
LabelString "Definition \arabic{definition}."
End
Style Example
LabelCounter example
LabelString "Example \arabic{example}."
End
Style Condition
LabelCounter condition
LabelString "Condition \arabic{condition}."
End
Style Problem
LabelCounter problem
LabelString "Problem \arabic{problem}."
End
Style Exercise
LabelCounter execise
LabelString "Exercise \arabic{execise}."
End
Style Remark
LabelCounter remark
LabelString "Remark \arabic{remark}."
End
Style Claim
LabelCounter claim
LabelString "Claim \arabic{claim}."
End
Style Note
LabelCounter note
LabelString "Note \arabic{note}."
End
Style Notation
LabelCounter notation
LabelString "Notation \arabic{notation}."
End
Style Summary
LabelCounter summary
LabelString "Summary \arabic{summary}."
End
Style Acknowledgement
LabelCounter acknowledgement
LabelString "Acknowledgement \arabic{acknowledgement}."
End
Style Case
LabelCounter case
LabelString "Case \arabic{case}."
End
Style Conclusion
LabelCounter conclusion
LabelString "Conclusion \arabic{conclusion}."
End

View File

@ -10,13 +10,35 @@ ClassOptions
FontSize 11 FontSize 11
End End
Preamble
\usepackage{entcsmacro,ifthen}
\newcommand{\theTitle}[1]{}
\newcommand{\theAuthor}[1]{}
\newcommand{\theAddress}[1]{}
\newcommand{\theAbstract}[1]{}
\newboolean{hasAbstract}
\newcommand{\theKeyword}[1]{}
\newboolean{hasKeyword}
\newcommand{\theFrontMatter}[1]{}
\newcommand{\maketitle}{
\begin{frontmatter}
\title{\theTitle}
\author{\theAuthor}
\address{\theAddress}
\ifthenelse{\boolean{hasAbstract}}{\begin{abstract}\theAbstract\end{abstract}}{}
\ifthenelse{\boolean{hasKeyword}}{\begin{keyword}\theKeyword\end{keyword}}{}
\theFrontMatter
\end{frontmatter}
}
EndPreamble
Style Title Style Title
LatexType Command LatexType Command
LatexName settitle LatexName settitle
InTitle 1 InTitle 1
Preamble Preamble
\newcommand{\settitle}[1]{\def\theTitle{#1}} \newcommand{\settitle}[1]{\def\theTitle{#1}}
EndPreamble EndPreamble
End End
@ -26,7 +48,7 @@ Style Author
LatexName setauthor LatexName setauthor
InTitle 1 InTitle 1
Preamble Preamble
\newcommand{\setauthor}[1]{\def\theAuthor{#1}} \newcommand{\setauthor}[1]{\def\theAuthor{#1}}
EndPreamble EndPreamble
End End
@ -38,7 +60,7 @@ Style Address
AlignPossible Center AlignPossible Center
InTitle 1 InTitle 1
Preamble Preamble
\newcommand{\setaddress}[1]{\def\theAddress{#1}} \newcommand{\setaddress}[1]{\def\theAddress{#1}}
EndPreamble EndPreamble
Font Font
Shape Italic Shape Italic
@ -52,7 +74,7 @@ Style FrontMatter
LaTeXName setfrontmatter LaTeXName setfrontmatter
InTitle 1 InTitle 1
Preamble Preamble
\newcommand{\setfrontmatter}[1]{\def\theFrontMatter{#1}} \newcommand{\setfrontmatter}[1]{\def\theFrontMatter{#1}}
EndPreamble EndPreamble
End End
@ -66,7 +88,8 @@ Style Abstract
RightMargin "" RightMargin ""
InTitle 1 InTitle 1
Preamble Preamble
\newcommand{\setabstract}[1]{\def\theAbstract{#1}\setboolean{hasAbstract}{true}} \newcommand{\setabstract}[1]{%
\def\theAbstract{#1}\setboolean{hasAbstract}{true}}
EndPreamble EndPreamble
End End
@ -78,41 +101,17 @@ Style Keyword
LatexName setkeyword LatexName setkeyword
InTitle 1 InTitle 1
Preamble Preamble
\newcommand{\setkeyword}[1]{\def\theKeyword{#1}\setboolean{hasKeyword}{true}} \newcommand{\setkeyword}[1]{%
\def\theKeyword{#1}\setboolean{hasKeyword}{true}}
EndPreamble EndPreamble
LabelType Static LabelType Static
LabelString "Key words:" LabelString "Key words:"
LabelSep xx LabelSep xx
Font Font
Size Small Size Small
EndFont EndFont
LabelFont LabelFont
Shape Italic Shape Italic
Size Small Size Small
EndFont EndFont
End End
Preamble
\usepackage{entcsmacro,ifthen}
\newcommand{\theTitle}[1]{}
\newcommand{\theAuthor}[1]{}
\newcommand{\theAddress}[1]{}
\newcommand{\theAbstract}[1]{}
\newboolean{hasAbstract}
\newcommand{\theKeyword}[1]{}
\newboolean{hasKeyword}
\newcommand{\theFrontMatter}[1]{}
\newcommand{\maketitle}{
\begin{frontmatter}
\title{\theTitle}
\author{\theAuthor}
\address{\theAddress}
\ifthenelse{\boolean{hasAbstract}}{\begin{abstract}\theAbstract\end{abstract}}{}
\ifthenelse{\boolean{hasKeyword}}{\begin{keyword}\theKeyword\end{keyword}}{}
\theFrontMatter
\end{frontmatter}
}
EndPreamble

View File

@ -1,13 +1,10 @@
#% Do not delete the line below; configure depends on this #% Do not delete the line below; configure depends on this
# \DeclareLaTeXClass{extarticle} # \DeclareLaTeXClass{extarticle}
# Article textclass definition file. Taken from initial LyX source code # Herbert Voss <voss@lyx.org>
# Author : Matthias Ettrich <ettrich@informatik.uni-tuebingen.de>
# this file: Herbert Voss <voss@lyx.org>
Input article.layout Input article.layout
# change available fontsizes # change available fontsizes
ClassOptions ClassOptions
FontSize 8|9|14|17|20 FontSize 8|9|14|17|20
End end

View File

@ -1,13 +1,11 @@
#% Do not delete the line below; configure depends on this #% Do not delete the line below; configure depends on this
# \DeclareLaTeXClass{extbook} # \DeclareLaTeXClass{extbook}
# Book textclass definition file. Taken from initial LyX source code # Extended book textclass definition file.
# Author : Matthias Ettrich <ettrich@informatik.uni-tuebingen.de> # Herbert Voss <voss@lyx.org>
# this file: Herbert Voss <voss@lyx.org>
Input book.layout Input book.layout
# change available fontsizes # change available fontsizes
ClassOptions ClassOptions
FontSize 8|9|14|17|20 FontSize 8|9|14|17|20
End end

View File

@ -1,13 +1,11 @@
#% Do not delete the line below; configure depends on this #% Do not delete the line below; configure depends on this
# \DeclareLaTeXClass{extletter} # \DeclareLaTeXClass{extletter}
# Article textclass definition file. Taken from initial LyX source code # Extended article textclass definition file.
# Author : Matthias Ettrich <ettrich@informatik.uni-tuebingen.de> # Herbert Voss <voss@lyx.org>
# this file: Herbert Voss <voss@lyx.org>
Input letter.layout Input letter.layout
# change available fontsizes # change available fontsizes
ClassOptions ClassOptions
FontSize 8|9|14|17|20 FontSize 8|9|14|17|20
End end

View File

@ -1,14 +1,11 @@
#% Do not delete the line below; configure depends on this #% Do not delete the line below; configure depends on this
# \DeclareLaTeXClass{extreport} # \DeclareLaTeXClass{extreport}
# Article textclass definition file. Taken from initial LyX source code # Extented report textclass definition file.
# Author : Matthias Ettrich <ettrich@informatik.uni-tuebingen.de> # Herbert Voss <voss@lyx.org>
# this file: Herbert Voss <voss@lyx.org>
Input report.layout Input report.layout
# change available fontsizes # change available fontsizes
ClassOptions ClassOptions
FontSize 8|9|14|17|20 FontSize 8|9|14|17|20
End End

View File

@ -6,10 +6,8 @@
# To do: Define class specific options. # To do: Define class specific options.
# General textclass parameters
Columns 1 Columns 1
Sides 1 Sides 1
MaxCounter Counter_Section
DefaultFont DefaultFont
@ -22,9 +20,9 @@ EndFont
ClassOptions ClassOptions
FontSize 17|20|25|30 FontSize 17|20|25|30
PageStyle "empty|plain|foilheadings|fancy" PageStyle "empty|plain|foilheadings|fancy"
Other "dvips" Other "dvips"
End End
@ -52,7 +50,6 @@ Style Foilhead
Align Center Align Center
AlignPossible Center AlignPossible Center
LabelType No_Label LabelType No_Label
Font Font
Series Bold Series Bold
Size Large Size Large
@ -78,11 +75,8 @@ Style ShortRotatefoilhead
End End
# then a few lists
Input stdlists.inc
# We add there a few additional lists that look good in foils. # We add there a few additional lists that look good in foils.
Input stdlists.inc
Style TickList Style TickList
Margin Static Margin Static
@ -100,13 +94,11 @@ Style TickList
AlignPossible Block, Left AlignPossible Block, Left
LabelType Static LabelType Static
LabelString _/ LabelString _/
Preamble Preamble
\usepackage{pifont} \usepackage{pifont}
EndPreamble EndPreamble
End End
Style CrossList Style CrossList
Margin Static Margin Static
LatexType Item_Environment LatexType Item_Environment
@ -123,14 +115,12 @@ Style CrossList
AlignPossible Block, Left AlignPossible Block, Left
LabelType Static LabelType Static
LabelString >< LabelString ><
Preamble Preamble
\usepackage{pifont} \usepackage{pifont}
EndPreamble EndPreamble
End End
# Then the Titles stuff.
Input stdtitle.inc Input stdtitle.inc
Input stdstruct.inc Input stdstruct.inc
@ -162,7 +152,6 @@ Style Abstract
Size Normal Size Normal
Series Medium Series Medium
EndFont EndFont
LabelFont LabelFont
Size Large Size Large
Series Bold Series Bold
@ -172,57 +161,56 @@ End
# Header definitions: # Header definitions:
Style My_Logo Style My_Logo
Margin Static Margin Static
LatexType Command LatexType Command
LatexName MyLogo LatexName MyLogo
LeftMargin My_Logo:xx LeftMargin My_Logo:xx
LabelSep xxx LabelSep xxx
Align Left Align Left
AlignPossible Left AlignPossible Left
LabelType Static LabelType Static
LabelString "My Logo:" LabelString "My Logo:"
# standard font definition
LabelFont LabelFont
Series Bold Series Bold
Shape Italic Shape Italic
Color red Color red
EndFont EndFont
End End
Style Restriction Style Restriction
CopyStyle "My Logo" CopyStyle "My Logo"
LatexName Restriction LatexName Restriction
LeftMargin Restriction:xx LeftMargin Restriction:xx
LabelString "Restriction:" LabelString "Restriction:"
End End
Style Left_Header Style Left_Header
CopyStyle "My Logo" CopyStyle "My Logo"
LatexName leftheader LatexName leftheader
LeftMargin Left_Header:xx LeftMargin Left_Header:xx
LabelString "Left Header:" LabelString "Left Header:"
End End
Style Right_Header Style Right_Header
CopyStyle "My Logo" CopyStyle "My Logo"
LatexName rightheader LatexName rightheader
LeftMargin Right_Header:xx LeftMargin Right_Header:xx
LabelString "Right Header:" LabelString "Right Header:"
End End
Style Right_Footer Style Right_Footer
CopyStyle "My Logo" CopyStyle "My Logo"
LatexName rightfooter LatexName rightfooter
LeftMargin Right_Footer:xx LeftMargin Right_Footer:xx
LabelString "Right Footer:" LabelString "Right Footer:"
End End
Style Bibliography Style Bibliography
LabelFont LabelFont
Size Larger Size Larger
@ -246,12 +234,10 @@ Style Theorem
AlignPossible Block, Left AlignPossible Block, Left
LabelType Static LabelType Static
LabelString "Theorem #." LabelString "Theorem #."
TextFont TextFont
Shape Slanted Shape Slanted
Size Normal Size Normal
EndFont EndFont
LabelFont LabelFont
Series Bold Series Bold
EndFont EndFont
@ -283,11 +269,9 @@ Style Definition
CopyStyle Theorem CopyStyle Theorem
LatexName Definition LatexName Definition
LabelString "Definition #." LabelString "Definition #."
Font Font
Shape Up Shape Up
EndFont EndFont
LabelFont LabelFont
Shape Up Shape Up
Series Bold Series Bold
@ -299,11 +283,9 @@ Style Proof
CopyStyle Theorem CopyStyle Theorem
LatexName Proof LatexName Proof
LabelString "Proof." LabelString "Proof."
Font Font
Shape Up Shape Up
EndFont EndFont
LabelFont LabelFont
Shape Up Shape Up
Series Bold Series Bold
@ -346,11 +328,7 @@ Style Definition*
End End
# all the standard LaTeX environments
Input stdlayouts.inc Input stdlayouts.inc
Input stdfloats.inc Input stdfloats.inc
Input stdcounters.inc Input stdcounters.inc
# Finally add a few weird LyX environments.
Input lyxmacros.inc Input lyxmacros.inc

View File

@ -1,30 +1,17 @@
#% Do not delete he line below; configure depends on this #% Do not delete he line below; configure depends on this
# \DeclareLaTeXClass[g-brief]{letter (g-brief, german)} # \DeclareLaTeXClass[g-brief]{letter (g-brief)}
# Letter textclass definition file. # Letter textclass definition file.
# Author : Thomas Hartkens <thomas@hartkens.de> # Author : Thomas Hartkens <thomas@hartkens.de>
# Input general definitions Input stdfloats.inc
# Input stdletter.inc Input stdcounters.inc
# General textclass parameters
Columns 1 Columns 1
Sides 1 Sides 1
PageStyle Empty PageStyle Empty
DefaultStyle Brieftext DefaultStyle Brieftext
# 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
EndFont
Style Brieftext Style Brieftext
Margin Static Margin Static
LatexType Environment LatexType Environment
@ -43,7 +30,6 @@ Style Brieftext
End End
# Name und Titel des Absenders
Style Name Style Name
Margin Static Margin Static
LatexType Command LatexType Command
@ -63,521 +49,190 @@ Style Name
End End
# Unterschrift des Absenders
Style Unterschrift Style Unterschrift
Margin Static CopyStyle Name
LatexType Command
LatexName Unterschrift LatexName Unterschrift
LeftMargin xxxxxxxxxx::xx
LabelSep xx
KeepEmpty 1
Align Block
AlignPossible Block, Left
LabelType Static
LabelString Unterschrift: LabelString Unterschrift:
LabelFont
Series Bold
Shape Italic
Color Blue
EndFont
End End
# Strasse
Style Strasse Style Strasse
Margin Static CopyStyle Name
LatexType Command
LatexName Strasse LatexName Strasse
LeftMargin xxxxxxxxxx::xx
LabelSep xx
KeepEmpty 1
Align Block
AlignPossible Block, Left
LabelType Static
LabelString Strasse: LabelString Strasse:
LabelFont
Series Bold
Shape Italic
Color Blue
EndFont
End End
# Zusatz
Style Zusatz Style Zusatz
Margin Static CopyStyle Name
LatexType Command
LatexName Zusatz LatexName Zusatz
LeftMargin xxxxxxxxxx::xx
LabelSep xx
KeepEmpty 1
Align Block
AlignPossible Block, Left
LabelType Static
LabelString Zusatz: LabelString Zusatz:
LabelFont
Series Bold
Shape Italic
Color Blue
EndFont
End End
# Ort
Style Ort Style Ort
Margin Static CopyStyle Name
LatexType Command
LatexName Ort LatexName Ort
LeftMargin xxxxxxxxxx::xx
LabelSep xx
KeepEmpty 1
Align Block
AlignPossible Block, Left
LabelType Static
LabelString Ort: LabelString Ort:
LabelFont
Series Bold
Shape Italic
Color Blue
EndFont
End End
# Land
Style Land Style Land
Margin Static CopyStyle Name
LatexType Command
LatexName Land LatexName Land
LeftMargin xxxxxxxxxx::xx
LabelSep xx
KeepEmpty 1
Align Block
AlignPossible Block, Left
LabelType Static
LabelString Land: LabelString Land:
LabelFont
Series Bold
Shape Italic
Color Blue
EndFont
End End
# RetourAdresse
Style RetourAdresse Style RetourAdresse
Margin Static CopyStyle Name
LatexType Command
LatexName RetourAdresse LatexName RetourAdresse
LeftMargin xxxxxxxxxx::xx
LabelSep xx
KeepEmpty 1
Align Block
AlignPossible Block, Left
LabelType Static
LabelString RetourAdresse: LabelString RetourAdresse:
LabelFont
Series Bold
Shape Italic
Color Blue
EndFont
End End
# MeinZeichen
Style MeinZeichen Style MeinZeichen
Margin Static CopyStyle Name
LatexType Command
LatexName MeinZeichen LatexName MeinZeichen
LeftMargin xxxxxxxxxx::xx
LabelSep xx
KeepEmpty 1
Align Block
AlignPossible Block, Left
LabelType Static
LabelString MeinZeichen: LabelString MeinZeichen:
LabelFont
Series Bold
Shape Italic
Color Blue
EndFont
End End
# IhrZeichen
Style IhrZeichen Style IhrZeichen
Margin Static CopyStyle Name
LatexType Command
LatexName IhrZeichen LatexName IhrZeichen
LeftMargin xxxxxxxxxx::xx
LabelSep xx
KeepEmpty 1
KeepEmpty 1
Align Block
AlignPossible Block, Left
LabelType Static
LabelString IhrZeichen: LabelString IhrZeichen:
LabelFont
Series Bold
Shape Italic
Color Blue
EndFont
End End
# IhrSchreiben
Style IhrSchreiben Style IhrSchreiben
Margin Static CopyStyle Name
LatexType Command
LatexName IhrSchreiben LatexName IhrSchreiben
LeftMargin xxxxxxxxxx::xx
LabelSep xx
KeepEmpty 1
Align Block
AlignPossible Block, Left
LabelType Static
LabelString IhrSchreiben: LabelString IhrSchreiben:
LabelFont
Series Bold
Shape Italic
Color Blue
EndFont
End End
Style Telefon Style Telefon
Margin Static CopyStyle Name
LatexType Command
LatexName Telefon LatexName Telefon
LeftMargin xxxxxxxxxx::xx
LabelSep xx
TopSep 1.5
KeepEmpty 1
Align Block
AlignPossible Block, Left
LabelType Static
LabelString Telefon: LabelString Telefon:
LabelFont
Series Bold
Shape Italic
Color Blue
EndFont
End End
Style Telefax Style Telefax
Margin Static CopyStyle Name
LatexType Command
LatexName Telefax LatexName Telefax
LeftMargin xxxxxxxxxx::xx
LabelSep xx
KeepEmpty 1
Align Block
AlignPossible Block, Left
LabelType Static
LabelString Telefax: LabelString Telefax:
LabelFont
Series Bold
Shape Italic
Color Blue
EndFont
End End
Style Telex Style Telex
Margin Static CopyStyle Name
LatexType Command
LatexName Telex LatexName Telex
LeftMargin xxxxxxxxxx::xx
LabelSep xx
KeepEmpty 1
Align Block
AlignPossible Block, Left
LabelType Static
LabelString Telex: LabelString Telex:
LabelFont
Series Bold
Shape Italic
Color Blue
EndFont
End End
# email des Absenders
Style EMail Style EMail
Margin Static CopyStyle Name
LatexType Command
LatexName EMail LatexName EMail
LeftMargin xxxxxxxxxx::xx
LabelSep xx
KeepEmpty 1
Align Block
AlignPossible Block, Left
LabelType Static
LabelString EMail: LabelString EMail:
LabelFont
Series Bold
Shape Italic
Color Blue
EndFont
End End
# HTTP des Absenders
Style HTTP Style HTTP
Margin Static CopyStyle Name
LatexType Command
LatexName HTTP LatexName HTTP
LeftMargin xxxxxxxxxx::xx
LabelSep xx
KeepEmpty 1
Align Block
AlignPossible Block, Left
LabelType Static
LabelString HTTP: LabelString HTTP:
LabelFont
Series Bold
Shape Italic
Color Blue
EndFont
End End
Style Bank Style Bank
Margin Static CopyStyle Name
LatexType Command
LatexName Bank LatexName Bank
LeftMargin xxxxxxxxxx::xx
LabelSep xx
TopSep 1.5
KeepEmpty 1
Align Block
AlignPossible Block, Left
LabelType Static
LabelString Bank: LabelString Bank:
LabelFont
Series Bold
Shape Italic
Color Blue
EndFont
End End
Style BLZ Style BLZ
Margin Static CopyStyle Name
LatexType Command
LatexName BLZ LatexName BLZ
LeftMargin xxxxxxxxxx::xx
LabelSep xx
KeepEmpty 1
Align Block
AlignPossible Block, Left
LabelType Static
LabelString BLZ: LabelString BLZ:
LabelFont
Series Bold
Shape Italic
Color Blue
EndFont
End End
Style Konto Style Konto
Margin Static CopyStyle Name
LatexType Command
LatexName Konto LatexName Konto
LeftMargin xxxxxxxxxx::xx
LabelSep xx
KeepEmpty 1
Align Block
AlignPossible Block, Left
LabelType Static
LabelString Konto: LabelString Konto:
LabelFont
Series Bold
Shape Italic
Color Blue
EndFont
End End
Style Postvermerk Style Postvermerk
Margin Static CopyStyle Name
LatexType Command
LatexName Postvermerk LatexName Postvermerk
LeftMargin xxxxxxxxxx::xx
LabelSep xx
KeepEmpty 1
Align Block
AlignPossible Block, Left
LabelType Static
LabelString Postvermerk: LabelString Postvermerk:
LabelFont
Series Bold
Shape Italic
Color Blue
EndFont
End End
Style Adresse Style Adresse
Margin Static CopyStyle Name
LatexType Command
LatexName Adresse LatexName Adresse
LeftMargin xxxxxxxxxx::xx
LabelSep xx
TopSep 1.5 TopSep 1.5
KeepEmpty 1 KeepEmpty 1
Align Block
AlignPossible Block, Left
LabelType Static
LabelString Adresse: LabelString Adresse:
LabelFont
Series Bold
Shape Italic
Color Blue
EndFont
End End
# Data style definition
Style Datum Style Datum
Margin Static CopyStyle Name
LatexType Command
LatexName Datum LatexName Datum
LeftMargin xxxxxxxxxx::xx
LabelSep xx
KeepEmpty 1
Align Left
AlignPossible Block, Left
LabelType Static
LabelString Datum: LabelString Datum:
LabelFont
Series Bold
Shape Italic
Color Blue
EndFont
End End
# Oggetto style definition
Style Betreff Style Betreff
Margin Static CopyStyle Name
LatexType Command
LatexName Betreff LatexName Betreff
LeftMargin xxxxxxxxxx::xx
LabelSep xx
TopSep 1.5 TopSep 1.5
ParSep 0.4 ParSep 0.4
KeepEmpty 1
Align Block
AlignPossible Block, Left
LabelType Static
LabelString Betreff: LabelString Betreff:
LabelFont
Series Bold
Shape Italic
Color Blue
EndFont
End End
# Opening style definition
Style Anrede Style Anrede
Margin Static CopyStyle Name
LatexType Command
LatexName Anrede LatexName Anrede
KeepEmpty 1
LeftMargin xxxxxxxxxx::xx
LabelSep xx
TopSep 1.5 TopSep 1.5
ParSep 0.4 ParSep 0.4
Align Block
AlignPossible Block, Left
LabelType Static
LabelString Anrede: LabelString Anrede:
LabelFont
Series Bold
Shape Italic
Color Blue
EndFont
End End
Style Anlagen Style Anlagen
Margin Static CopyStyle Name
LatexType Command
LatexName Anlagen LatexName Anlagen
KeepEmpty 1
LeftMargin xxxxxxxxxx::xx
LabelSep xx
ParSep 0.4 ParSep 0.4
Align Block
AlignPossible Block, Left
LabelType Static
LabelString Anlagen: LabelString Anlagen:
LabelFont
Series Bold
Shape Italic
Color Blue
EndFont
End End
Style Verteiler Style Verteiler
Margin Static CopyStyle Name
LatexType Command
LatexName Verteiler LatexName Verteiler
KeepEmpty 1 KeepEmpty 1
LeftMargin xxxxxxxxxx::xx
LabelSep xx
ParSep 0.4 ParSep 0.4
Align Block
AlignPossible Block, Left
LabelType Static
LabelString Verteiler: LabelString Verteiler:
LabelFont
Series Bold
Shape Italic
Color Blue
EndFont
End End
Style Gruss Style Gruss
Margin Static CopyStyle Name
LatexType Command
LatexName LyxGruss LatexName LyxGruss
LeftMargin xxxxxxxxxx::xx
LabelSep xx
BottomSep 1.5 BottomSep 1.5
ParSep 0.4 ParSep 0.4
KeepEmpty 1 LabelString Gruss:
Align Block
AlignPossible Block, Left
LabelType Static
LabelString Gruß:
LabelFont
Series Bold
Shape Italic
Color Blue
EndFont
Preamble Preamble
\newcommand{\LyxGruss}[1] \newcommand{\LyxGruss}[1]{\Gruss{#1}{0.5cm}}
{ \Gruss{#1}{0.5cm} }
EndPreamble EndPreamble
End End
Input stdfloats.inc
Input stdcounters.inc
# Input lyxmacros.inc
# Remove some unwanted styles.
# NoStyle Right_Address
# NoStyle Address

View File

@ -3,29 +3,15 @@
# Letter textclass definition file. # Letter textclass definition file.
# Author : Thomas Hartkens <thomas@hartkens.de> # Author : Thomas Hartkens <thomas@hartkens.de>
# Input general definitions Input stdfloats.inc
# Input stdletter.inc Input stdcounters.inc
# General textclass parameters
Columns 1 Columns 1
Sides 1 Sides 1
PageStyle Empty PageStyle Empty
DefaultStyle Letter DefaultStyle Letter
# 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
EndFont
# Brieftext style definition
Style Letter Style Letter
Margin Static Margin Static
LatexType Environment LatexType Environment
@ -44,7 +30,6 @@ Style Letter
End End
# Name und Titel des Absenders
Style Name Style Name
Margin Static Margin Static
LatexType Command LatexType Command
@ -64,538 +49,190 @@ Style Name
End End
# Unterschrift des Absenders
Style Signature Style Signature
Margin Static CopyStyle Name
LatexType Command
LatexName Unterschrift LatexName Unterschrift
LeftMargin xxxxxxxxxx::xx
LabelSep xx
KeepEmpty 1
Align Block
AlignPossible Block, Left
LabelType Static
LabelString Signature: LabelString Signature:
LabelFont
Series Bold
Shape Italic
Color Blue
EndFont
End End
# Strasse
Style Street Style Street
Margin Static CopyStyle Name
LatexType Command
LatexName Strasse LatexName Strasse
LeftMargin xxxxxxxxxx::xx
LabelSep xx
KeepEmpty 1
Align Block
AlignPossible Block, Left
LabelType Static
LabelString Street: LabelString Street:
LabelFont
Series Bold
Shape Italic
Color Blue
EndFont
End End
# Zusatz
Style Addition Style Addition
Margin Static CopyStyle Name
LatexType Command
LatexName Zusatz LatexName Zusatz
LeftMargin xxxxxxxxxx::xx
LabelSep xx
KeepEmpty 1
Align Block
AlignPossible Block, Left
LabelType Static
LabelString Addition: LabelString Addition:
LabelFont
Series Bold
Shape Italic
Color Blue
EndFont
End End
# Ort
Style Town Style Town
Margin Static CopyStyle Name
LatexType Command
LatexName Ort LatexName Ort
LeftMargin xxxxxxxxxx::xx
LabelSep xx
KeepEmpty 1
Align Block
AlignPossible Block, Left
LabelType Static
LabelString Town: LabelString Town:
LabelFont
Series Bold
Shape Italic
Color Blue
EndFont
End End
# Land
Style State Style State
Margin Static CopyStyle Name
LatexType Command
LatexName Land LatexName Land
LeftMargin xxxxxxxxxx::xx
LabelSep xx
KeepEmpty 1
Align Block
AlignPossible Block, Left
LabelType Static
LabelString State: LabelString State:
LabelFont
Series Bold
Shape Italic
Color Blue
EndFont
End End
# RetourAdresse
Style ReturnAddress Style ReturnAddress
Margin Static CopyStyle Name
LatexType Command
LatexName RetourAdresse LatexName RetourAdresse
LeftMargin xxxxxxxxxx::xx
LabelSep xx
KeepEmpty 1
Align Block
AlignPossible Block, Left
LabelType Static
LabelString ReturnAddress: LabelString ReturnAddress:
LabelFont
Series Bold
Shape Italic
Color Blue
EndFont
End End
# MeinZeichen
Style MyRef Style MyRef
Margin Static CopyStyle Name
LatexType Command
LatexName MeinZeichen LatexName MeinZeichen
LeftMargin xxxxxxxxxx::xx
LabelSep xx
KeepEmpty 1
Align Block
AlignPossible Block, Left
LabelType Static
LabelString MyRef: LabelString MyRef:
LabelFont
Series Bold
Shape Italic
Color Blue
EndFont
End End
# IhrZeichen
Style YourRef Style YourRef
Margin Static CopyStyle Name
LatexType Command
LatexName IhrZeichen LatexName IhrZeichen
LeftMargin xxxxxxxxxx::xx
LabelSep xx
KeepEmpty 1
KeepEmpty 1
Align Block
AlignPossible Block, Left
LabelType Static
LabelString YourRef: LabelString YourRef:
LabelFont
Series Bold
Shape Italic
Color Blue
EndFont
End End
# IhrSchreiben
Style YourMail Style YourMail
Margin Static CopyStyle Name
LatexType Command
LatexName IhrSchreiben LatexName IhrSchreiben
LeftMargin xxxxxxxxxx::xx
LabelSep xx
KeepEmpty 1
Align Block
AlignPossible Block, Left
LabelType Static
LabelString YourMail: LabelString YourMail:
LabelFont
Series Bold
Shape Italic
Color Blue
EndFont
End End
# Telefon
Style Phone Style Phone
Margin Static CopyStyle Name
LatexType Command
LatexName Telefon LatexName Telefon
LeftMargin xxxxxxxxxx::xx
LabelSep xx
TopSep 1.5
KeepEmpty 1
Align Block
AlignPossible Block, Left
LabelType Static
LabelString Phone: LabelString Phone:
LabelFont
Series Bold
Shape Italic
Color Blue
EndFont
End End
Style Telefax Style Telefax
Margin Static CopyStyle Name
LatexType Command
LatexName Telefax LatexName Telefax
LeftMargin xxxxxxxxxx::xx
LabelSep xx
KeepEmpty 1
Align Block
AlignPossible Block, Left
LabelType Static
LabelString Telefax: LabelString Telefax:
LabelFont
Series Bold
Shape Italic
Color Blue
EndFont
End End
Style Telex Style Telex
Margin Static CopyStyle Name
LatexType Command
LatexName Telex LatexName Telex
LeftMargin xxxxxxxxxx::xx
LabelSep xx
KeepEmpty 1
Align Block
AlignPossible Block, Left
LabelType Static
LabelString Telex: LabelString Telex:
LabelFont
Series Bold
Shape Italic
Color Blue
EndFont
End End
# email des Absenders
Style EMail Style EMail
Margin Static CopyStyle Name
LatexType Command
LatexName EMail LatexName EMail
LeftMargin xxxxxxxxxx::xx
LabelSep xx
KeepEmpty 1
Align Block
AlignPossible Block, Left
LabelType Static
LabelString EMail: LabelString EMail:
LabelFont
Series Bold
Shape Italic
Color Blue
EndFont
End End
# HTTP des Absenders
Style HTTP Style HTTP
Margin Static CopyStyle Name
LatexType Command
LatexName HTTP LatexName HTTP
LeftMargin xxxxxxxxxx::xx
LabelSep xx
KeepEmpty 1
Align Block
AlignPossible Block, Left
LabelType Static
LabelString HTTP: LabelString HTTP:
LabelFont
Series Bold
Shape Italic
Color Blue
EndFont
End End
Style Bank Style Bank
Margin Static CopyStyle Name
LatexType Command
LatexName Bank LatexName Bank
LeftMargin xxxxxxxxxx::xx
LabelSep xx
TopSep 1.5
KeepEmpty 1
Align Block
AlignPossible Block, Left
LabelType Static
LabelString Bank: LabelString Bank:
LabelFont
Series Bold
Shape Italic
Color Blue
EndFont
End End
# BLZ
Style BankCode Style BankCode
Margin Static CopyStyle Name
LatexType Command
LatexName BLZ LatexName BLZ
LeftMargin xxxxxxxxxx::xx
LabelSep xx
KeepEmpty 1
Align Block
AlignPossible Block, Left
LabelType Static
LabelString BankCode: LabelString BankCode:
LabelFont
Series Bold
Shape Italic
Color Blue
EndFont
End End
# Konto
Style BankAccount Style BankAccount
Margin Static CopyStyle Name
LatexType Command
LatexName Konto LatexName Konto
LeftMargin xxxxxxxxxx::xx
LabelSep xx
KeepEmpty 1
Align Block
AlignPossible Block, Left
LabelType Static
LabelString BankAccount: LabelString BankAccount:
LabelFont
Series Bold
Shape Italic
Color Blue
EndFont
End End
# Postvermerk
Style PostalComment Style PostalComment
Margin Static CopyStyle Name
LatexType Command
LatexName Postvermerk LatexName Postvermerk
LeftMargin xxxxxxxxxx::xx
LabelSep xx
KeepEmpty 1
Align Block
AlignPossible Block, Left
LabelType Static
LabelString PostalComment: LabelString PostalComment:
LabelFont
Series Bold
Shape Italic
Color Blue
EndFont
End End
# the layout above used to be misspelled like that. Keep the old
# name for compatibility
Style PostalCommend
ObsoletedBy PostalComment
End
# Adresse
Style Address Style Address
Margin Static CopyStyle Name
LatexType Command
LatexName Adresse LatexName Adresse
LeftMargin xxxxxxxxxx::xx
LabelSep xx
TopSep 1.5 TopSep 1.5
KeepEmpty 1 KeepEmpty 1
Align Block
AlignPossible Block, Left
LabelType Static
LabelString Address: LabelString Address:
LabelFont
Series Bold
Shape Italic
Color Blue
EndFont
End End
# Data style definition
Style Date Style Date
Margin Static CopyStyle Name
LatexType Command
LatexName Datum LatexName Datum
LeftMargin xxxxxxxxxx::xx
LabelSep xx
KeepEmpty 1
Align Left
AlignPossible Block, Left
LabelType Static
LabelString Date: LabelString Date:
LabelFont
Series Bold
Shape Italic
Color Blue
EndFont
End End
# Oggetto style definition
Style Reference Style Reference
Margin Static CopyStyle Name
LatexType Command
LatexName Betreff LatexName Betreff
LeftMargin xxxxxxxxxx::xx
LabelSep xx
TopSep 1.5 TopSep 1.5
ParSep 0.4 ParSep 0.4
KeepEmpty 1
Align Block
AlignPossible Block, Left
LabelType Static
LabelString Reference: LabelString Reference:
LabelFont
Series Bold
Shape Italic
Color Blue
EndFont
End End
Style Opening Style Opening
Margin Static CopyStyle Name
LatexType Command
LatexName Anrede LatexName Anrede
KeepEmpty 1
LeftMargin xxxxxxxxxx::xx
LabelSep xx
TopSep 1.5 TopSep 1.5
ParSep 0.4 ParSep 0.4
Align Block
AlignPossible Block, Left
LabelType Static
LabelString Opening: LabelString Opening:
LabelFont
Series Bold
Shape Italic
Color Blue
EndFont
End End
# Anlagen style definition
Style Encl. Style Encl.
Margin Static CopyStyle Name
LatexType Command
LatexName Anlagen LatexName Anlagen
KeepEmpty 1
LeftMargin xxxxxxxxxx::xx
LabelSep xx
ParSep 0.4 ParSep 0.4
Align Block
AlignPossible Block, Left
LabelType Static
LabelString Encl.: LabelString Encl.:
LabelFont
Series Bold
Shape Italic
Color Blue
EndFont
End End
# Verteiler style definition
Style cc Style cc
Margin Static CopyStyle Name
LatexType Command
LatexName Verteiler LatexName Verteiler
KeepEmpty 1 KeepEmpty 1
LeftMargin xxxxxxxxxx::xx
LabelSep xx
ParSep 0.4 ParSep 0.4
Align Block
AlignPossible Block, Left
LabelType Static
LabelString cc: LabelString cc:
LabelFont
Series Bold
Shape Italic
Color Blue
EndFont
End End
# Gruss style definition
Style Closing Style Closing
Margin Static CopyStyle Name
LatexType Command
LatexName LyxGruss LatexName LyxGruss
LeftMargin xxxxxxxxxx::xx
LabelSep xx
BottomSep 1.5 BottomSep 1.5
ParSep 0.4 ParSep 0.4
KeepEmpty 1
Align Block
AlignPossible Block, Left
LabelType Static
LabelString Closing: LabelString Closing:
LabelFont
Series Bold
Shape Italic
Color Blue
EndFont
Preamble Preamble
\newcommand{\LyxGruss}[1] \newcommand{\LyxGruss}[1]{\Gruss{#1}{0.5cm}}
{ \Gruss{#1}{0.5cm} }
EndPreamble EndPreamble
End End
Input stdfloats.inc
Input stdcounters.inc
# Input lyxmacros.inc
# Remove some unwanted styles.
# NoStyle Right_Address
# NoStyle Address

View File

@ -7,10 +7,10 @@
Input article Input article
Preamble Preamble
\usepackage{theorem} \usepackage{theorem}
\theorembodyfont{\upshape} \theorembodyfont{\upshape}
\newtheorem{theorem}{\R{îùôè}}[section] \newtheorem{theorem}{\R{îùôè}}[section]
\AtBeginDocument{\make@lr\thetheorem} \AtBeginDocument{\make@lr\thetheorem}
EndPreamble EndPreamble
@ -51,7 +51,7 @@ Style Lemma
LatexName lemma LatexName lemma
LabelString ".# äîì" LabelString ".# äîì"
Preamble Preamble
\newtheorem{lemma}[theorem]{\R{ìîä}} \newtheorem{lemma}[theorem]{\R{ìîä}}
EndPreamble EndPreamble
End End
@ -61,7 +61,7 @@ Style Corollary
LatexName corollary LatexName corollary
LabelString ".# äð÷ñî" LabelString ".# äð÷ñî"
Preamble Preamble
\newtheorem{corollary}[theorem]{\R{îñ÷ðä}} \newtheorem{corollary}[theorem]{\R{îñ÷ðä}}
EndPreamble EndPreamble
End End
@ -71,7 +71,7 @@ Style Claim
LatexName claim LatexName claim
LabelString ".# äðòè" LabelString ".# äðòè"
Preamble Preamble
\newtheorem{claim}[theorem]{\R{èòðä}} \newtheorem{claim}[theorem]{\R{èòðä}}
EndPreamble EndPreamble
End End
@ -81,7 +81,7 @@ Style Definition
LatexName definition LatexName definition
LabelString ".# äøãâä" LabelString ".# äøãâä"
Preamble Preamble
\newtheorem{definition}[theorem]{\R{äâãøä}} \newtheorem{definition}[theorem]{\R{äâãøä}}
EndPreamble EndPreamble
End End
@ -91,7 +91,7 @@ Style Remarks
LatexName remark LatexName remark
LabelString ".# äøòä" LabelString ".# äøòä"
Preamble Preamble
\newtheorem{remark}[theorem]{\R{äòøä}} \newtheorem{remark}[theorem]{\R{äòøä}}
EndPreamble EndPreamble
End End
@ -122,6 +122,8 @@ Style Proof
Series Bold Series Bold
EndFont EndFont
Preamble Preamble
\newenvironment{proof}{\R{\textbf{äåëçä:}}}{\hfill\rule{2mm}{2mm}\par\vspace{2mm}} \newenvironment{proof}%
{\R{\textbf{äåëçä:}}}%
{\hfill\rule{2mm}{2mm}\par\vspace{2mm}}
EndPreamble EndPreamble
End End

View File

@ -3,30 +3,29 @@
# Hebrew letter textclass definition file. # Hebrew letter textclass definition file.
# Author: Dekel Tsur <dekel@math.tau.ac.il> # Author: Dekel Tsur <dekel@math.tau.ac.il>
Input letter Input letter
Style My_Address Style My_Address
Align Left Align Left
End End
Style Send_To_Address Style Send_To_Address
Align Right Align Right
End End
Style Opening Style Opening
LabelString :äçéúô LabelString :äçéúô
End End
Style Closing Style Closing
LabelString :íåéñ LabelString :íåéñ
End End
Style Signature Style Signature
LabelString :äîéúç LabelString :äîéúç
End End

View File

@ -11,27 +11,21 @@
# Version 2 2003-03-03 - Updated for LyX 1.3.0. # Version 2 2003-03-03 - Updated for LyX 1.3.0.
# Input general definitions
Input stdclass.inc Input stdclass.inc
Input stdsections.inc Input numarticle.inc
NoStyle Chapter NoStyle Chapter
NoStyle Chapter* NoStyle Chapter*
NoStyle Part NoStyle Part
Input stdlists.inc
Input stdlayouts.inc
NoStyle Verse NoStyle Verse
Input stdstruct.inc
Input stdfloats.inc
Input stdcounters.inc
# General class settings
MaxCounter Counter_Section
SecNumDepth 3 SecNumDepth 3
TocDepth 0 TocDepth 0
ProvidesAmsmath 0 ProvidesAmsmath 0
ProvidesNatbib 0 ProvidesNatbib 0
ProvidesUrl 0 ProvidesUrl 0
ClassOptions ClassOptions
FontSize "" FontSize ""
PageStyle "" PageStyle ""
@ -74,7 +68,6 @@ Style Address
End End
# Abstract style redefinition
Style Abstract Style Abstract
LatexType Environment LatexType Environment
Align Block Align Block
@ -86,7 +79,6 @@ Style Abstract
End End
# Section style redefinition
Style Section Style Section
Align Block Align Block
AlignPossible Block AlignPossible Block
@ -96,7 +88,6 @@ Style Section
End End
# Section* style redefinition
Style Section* Style Section*
Align Block Align Block
AlignPossible Block AlignPossible Block
@ -106,7 +97,6 @@ Style Section*
End End
# Subsection style redefinition
Style Subsection Style Subsection
Align Block Align Block
AlignPossible Block AlignPossible Block
@ -117,7 +107,6 @@ Style Subsection
End End
# Subsubection style redefinition
Style Subsubsection Style Subsubsection
Align Block Align Block
AlignPossible Block AlignPossible Block
@ -161,7 +150,6 @@ Style Proof
End End
# Bibliography style redefinition
Style Bibliography Style Bibliography
Align Block Align Block
AlignPossible Block AlignPossible Block

View File

@ -3,11 +3,8 @@
# AGUplus JGR textclass definition file. # AGUplus JGR textclass definition file.
# Author: Martin Vermeer <martin.vermeer@hut.fi> # Author: Martin Vermeer <martin.vermeer@hut.fi>
# Input general definitions
Input aguplus.inc Input aguplus.inc
ClassOptions ClassOptions
Other "jgrga" Other "jgrga"
End End

View File

@ -14,10 +14,8 @@
# 2003-03-03 Updated for lyx 1.3.0. # 2003-03-03 Updated for lyx 1.3.0.
# General textclass parameters
Columns 1 Columns 1
Sides 2 Sides 2
MaxCounter Counter_Section
SecNumDepth 4 SecNumDepth 4
PageStyle Plain PageStyle Plain
@ -31,10 +29,6 @@ DefaultFont
EndFont EndFont
Preamble
EndPreamble
Style Standard Style Standard
Margin Static Margin Static
LatexType Paragraph LatexType Paragraph
@ -48,12 +42,16 @@ End
Input stdsections.inc Input stdsections.inc
NoStyle Chapter Input numarticle.inc
NoStyle Part
Input stdstruct.inc Input stdstruct.inc
Input stdlists.inc Input stdlists.inc
Input stdfloats.inc Input stdfloats.inc
Input stdcounters.inc Input stdcounters.inc
Input stdlayouts.inc
NoStyle Chapter
NoStyle Part
NoStyle Verse
Style Section Style Section
@ -102,9 +100,6 @@ Style Subparagraph
EndFont EndFont
End End
Input stdlayouts.inc
NoStyle Verse
Style Title Style Title
Margin Static Margin Static

View File

@ -3,26 +3,20 @@
# Latex8 textclass definition file. # Latex8 textclass definition file.
# Author : Allan Rae <rae@elec.uq.edu.au> # Author : Allan Rae <rae@elec.uq.edu.au>
Preamble Preamble
\usepackage{latex8} \usepackage{latex8}
\usepackage{times} \usepackage{times}
EndPreamble EndPreamble
# Input general definitions
Input stdclass.inc Input stdclass.inc
Columns 1 Columns 1
MaxCounter Counter_Section
ClassOptions ClassOptions
FontSize 10 FontSize 10
End End
NoStyle Part NoStyle Part
NoStyle Part* NoStyle Part*
NoStyle Chapter NoStyle Chapter
@ -77,7 +71,6 @@ Style Email
Size Large Size Large
Family Typewriter Family Typewriter
EndFont EndFont
LabelFont LabelFont
Family Roman Family Roman
EndFont EndFont
@ -103,11 +96,9 @@ Style Affiliation
End End
# Abstract style redefinition
Style Abstract Style Abstract
LeftMargin "" LeftMargin ""
RightMargin "" RightMargin ""
Font Font
Size Normal Size Normal
Shape Italic Shape Italic

View File

@ -4,15 +4,12 @@
# Author : Matthias Ettrich <ettrich@informatik.uni-tuebingen.de> # Author : Matthias Ettrich <ettrich@informatik.uni-tuebingen.de>
# Heavily modifed and enhanced by serveral developers. # Heavily modifed and enhanced by serveral developers.
# Input general definitions
Input stdletter.inc Input stdletter.inc
Input stdlists.inc Input stdlists.inc
Input lyxmacros.inc Input lyxmacros.inc
Input stdfloats.inc Input stdfloats.inc
Input stdcounters.inc Input stdcounters.inc
# Remove some unwanted styles.
NoStyle Right_Address NoStyle Right_Address
NoStyle Address NoStyle Address

View File

@ -4,17 +4,15 @@
# Author : Pascal André <andre@via.ecp.fr> # Author : Pascal André <andre@via.ecp.fr>
# General textclass parameters
Columns 1 Columns 1
Sides 1 Sides 1
PageStyle Plain PageStyle Plain
MaxCounter Counter_Section
OutputType linuxdoc OutputType linuxdoc
DefaultStyle Standard DefaultStyle Standard
Input stdcounters.inc Input stdcounters.inc
Input stdfloats.inc Input stdfloats.inc
Input numarticle.inc
Style Standard Style Standard
@ -51,13 +49,11 @@ Style Title
LabelType No_Label LabelType No_Label
Fill_Top 1 Fill_Top 1
Fill_Bottom 1 Fill_Bottom 1
Font Font
Family Sans Family Sans
Series Bold Series Bold
Size Largest Size Largest
EndFont EndFont
LabelFont LabelFont
Family Sans Family Sans
Series Bold Series Bold
@ -77,12 +73,10 @@ Style Section
ParSep 0.7 ParSep 0.7
Align Block Align Block
AlignPossible Block, Left AlignPossible Block, Left
LabelType Counter_Section
Font Font
Series Bold Series Bold
Size Larger Size Larger
EndFont EndFont
LabelFont LabelFont
Series Bold Series Bold
Size Larger Size Larger
@ -101,13 +95,10 @@ Style Subsection
ParSep 0.5 ParSep 0.5
Align Block Align Block
AlignPossible Block, Left AlignPossible Block, Left
LabelType Counter_Subsection
Font Font
Series Bold Series Bold
Size Large Size Large
EndFont EndFont
LabelFont LabelFont
Series Bold Series Bold
Size Large Size Large
@ -126,12 +117,9 @@ Style Subsubsection
ParSep 0.4 ParSep 0.4
Align Block Align Block
AlignPossible Block, Left AlignPossible Block, Left
LabelType Counter_SubSubSection
Font Font
Series Bold Series Bold
EndFont EndFont
LabelFont LabelFont
Series Bold Series Bold
EndFont EndFont
@ -148,12 +136,9 @@ Style Paragraph
BottomSep 0.4 BottomSep 0.4
Align Block Align Block
AlignPossible Block, Left AlignPossible Block, Left
LabelType Counter_Paragraph
Font Font
Series Bold Series Bold
EndFont EndFont
LabelFont LabelFont
Series Bold Series Bold
EndFont EndFont
@ -161,25 +146,9 @@ End
Style Subparagraph Style Subparagraph
Margin Dynamic CopyStyle Paragraph
LatexType Command
LatexName sect4 LatexName sect4
LeftMargin MM LeftMargin MM
LabelSep xxx
ParSkip 0.4
TopSep 0.4
ParSep 0.4
Align Block
AlignPossible Block, Left
LabelType Counter_SubParagraph
Font
Series Bold
EndFont
LabelFont
Series Bold
EndFont
End End
@ -195,7 +164,7 @@ Style Enumerate
ParSep 0.3 ParSep 0.3
Align Block Align Block
AlignPossible Block, Left AlignPossible Block, Left
LabelType Counter_EnumI LabelType Enumerate
End End
@ -211,7 +180,7 @@ Style Itemize
ParSep 0.3 ParSep 0.3
Align Block Align Block
AlignPossible Block, Left AlignPossible Block, Left
LabelType Static LabelType Itemize
LabelString * LabelString *
End End
@ -231,7 +200,6 @@ Style Description
AlignPossible Block, Left AlignPossible Block, Left
LabelType Manual LabelType Manual
LabelString MM LabelString MM
LabelFont LabelFont
Series Bold Series Bold
EndFont EndFont
@ -252,11 +220,9 @@ Style Verbatim
AlignPossible Block AlignPossible Block
FreeSpacing 1 FreeSpacing 1
LabelType No_Label LabelType No_Label
Font Font
Family Typewriter Family Typewriter
EndFont EndFont
LabelFont LabelFont
Family Typewriter Family Typewriter
EndFont EndFont
@ -293,11 +259,9 @@ Style Author
Align Center Align Center
AlignPossible Center AlignPossible Center
LabelType No_Label LabelType No_Label
Font Font
Size Larger Size Larger
EndFont EndFont
LabelFont LabelFont
Size Larger Size Larger
EndFont EndFont
@ -316,11 +280,9 @@ Style Date
Align Center Align Center
AlignPossible Center AlignPossible Center
LabelType No_Label LabelType No_Label
Font Font
Size Large Size Large
EndFont EndFont
LabelFont LabelFont
Size Large Size Large
EndFont EndFont
@ -340,11 +302,9 @@ Style Abstract
Align Block Align Block
AlignPossible Block AlignPossible Block
LabelType No_Label LabelType No_Label
Font Font
Shape Italic Shape Italic
EndFont EndFont
LabelFont LabelFont
Shape Italic Shape Italic
EndFont EndFont
@ -380,7 +340,6 @@ Style Caption
LabelType Sensitive LabelType Sensitive
LabelString Caption LabelString Caption
OptionalArgs 1 OptionalArgs 1
LabelFont LabelFont
Series Bold Series Bold
EndFont EndFont

View File

@ -3,11 +3,9 @@
# literate-article textclass definition file. # literate-article textclass definition file.
# Author : Edmar Wienskoski Jr. <edmar-w-jr@technologist.com> # Author : Edmar Wienskoski Jr. <edmar-w-jr@technologist.com>
Preamble Preamble
\usepackage{noweb} \usepackage{noweb}
EndPreamble EndPreamble
Input article.layout Input article.layout
Input literate-scrap.inc Input literate-scrap.inc

View File

@ -3,11 +3,9 @@
# literate-book textclass definition file. # literate-book textclass definition file.
# Author : Edmar Wienskoski Jr. <edmar-w-jr@technologist.com> # Author : Edmar Wienskoski Jr. <edmar-w-jr@technologist.com>
Preamble Preamble
\usepackage{noweb} \usepackage{noweb}
EndPreamble EndPreamble
Input book.layout Input book.layout
Input literate-scrap.inc Input literate-scrap.inc

View File

@ -3,11 +3,9 @@
# literate-report textclass definition file. # literate-report textclass definition file.
# Author : Edmar Wienskoski Jr. <edmar-w-jr@technologist.com> # Author : Edmar Wienskoski Jr. <edmar-w-jr@technologist.com>
Preamble Preamble
\usepackage{noweb} \usepackage{noweb}
EndPreamble EndPreamble
Input report.layout Input report.layout
Input literate-scrap.inc Input literate-scrap.inc

View File

@ -1,16 +1,13 @@
#
# Suggested style to write your code: # Suggested style to write your code:
# Within same scrap, lines are separated by new-lines (Ctrl-return), use: # Within same scrap, lines are separated by newlines (Ctrl-Return), use:
# ItemSep 0.4 # ItemSep 0.4
# . disavantage: must type ctrl-return every single line # . disavantage: must type ctrl-return every single line
# . advantage: looks better (IMHO) # . advantage: looks better (IMHO)
# resembles more closelly the produced paper doc. (more WYSIWYG) # resembles more closely the produced paper doc (more WYSIWYG)
# #
OutputType literate OutputType literate
Style Scrap Style Scrap
Margin First_Dynamic Margin First_Dynamic
LatexType Paragraph LatexType Paragraph
@ -26,7 +23,6 @@ Style Scrap
FreeSpacing 1 FreeSpacing 1
PassThru 1 PassThru 1
LabelType Static LabelType Static
LabelFont LabelFont
Color magenta Color magenta
EndFont EndFont

View File

@ -14,11 +14,9 @@
# Modified for LyX 12 by Jean-Marc Lasgouttes and MV. # Modified for LyX 12 by Jean-Marc Lasgouttes and MV.
# General textclass parameters
Columns 1 Columns 1
Sides 1 Sides 1
PageStyle Plain PageStyle Plain
MaxCounter Counter_Section
Style Standard Style Standard
@ -32,8 +30,9 @@ Style Standard
LabelType No_Label LabelType No_Label
End End
# The standard sections
Input stdsections.inc Input stdsections.inc
Input numarticle.inc
Style Chapter Style Chapter
@ -92,11 +91,9 @@ End
# Now define the starred versions from the normal ones. # Now define the starred versions from the normal ones.
Input stdstarsections.inc Input stdstarsections.inc
NoStyle Part
# Remove the ones that we do not want NoStyle Part*
NoStyle Part NoStyle Chapter
NoStyle Part*
NoStyle Chapter
# Some standard things # Some standard things
@ -119,7 +116,6 @@ Style Title
LabelType No_Label LabelType No_Label
Fill_Top 1 Fill_Top 1
Fill_Bottom 1 Fill_Bottom 1
Font Font
Family Sans Family Sans
Series Bold Series Bold
@ -142,7 +138,6 @@ Style Subtitle
Align Left Align Left
AlignPossible Left AlignPossible Left
LabelType No_Label LabelType No_Label
Font Font
Family Sans Family Sans
Series Bold Series Bold
@ -167,7 +162,6 @@ Style Running_LaTeX_Title
AlignPossible Left AlignPossible Left
LabelType Static LabelType Static
LabelString "Running title: " LabelString "Running title: "
LabelFont LabelFont
Series Bold Series Bold
Shape Italic Shape Italic
@ -198,12 +192,10 @@ Style Author
Align Left Align Left
AlignPossible Left AlignPossible Left
LabelType No_Label LabelType No_Label
Font Font
Series Bold Series Bold
Shape Italic Shape Italic
EndFont EndFont
End End
@ -236,7 +228,6 @@ Style Institute
Align Left Align Left
AlignPossible Left AlignPossible Left
LabelType No_Label LabelType No_Label
Font Font
Size Small Size Small
EndFont EndFont
@ -266,7 +257,6 @@ Style Abstract
AlignPossible Block, Left AlignPossible Block, Left
LabelType Top_Environment LabelType Top_Environment
LabelString Abstract. LabelString Abstract.
LabelFont LabelFont
Series Bold Series Bold
EndFont EndFont
@ -289,14 +279,13 @@ Style Bibliography
LabelType Bibliography LabelType Bibliography
LabelString References LabelString References
LabelBottomSep 0.7 LabelBottomSep 0.7
LabelFont LabelFont
Series Bold Series Bold
EndFont EndFont
End End
# Mathematics-like definitions:
# Mathematics-like definitions:
Style Case Style Case
Margin First_Dynamic Margin First_Dynamic
LatexType Environment LatexType Environment
@ -312,7 +301,6 @@ Style Case
AlignPossible Block, Left AlignPossible Block, Left
LabelType Static LabelType Static
LabelString Case #. LabelString Case #.
LabelFont LabelFont
Shape Italic Shape Italic
EndFont EndFont
@ -337,17 +325,13 @@ Style Corollary
CopyStyle Case CopyStyle Case
LatexName corollary LatexName corollary
LabelString "Corollary #. " LabelString "Corollary #. "
# font & label font definition
Font Font
Shape Italic Shape Italic
EndFont EndFont
LabelFont LabelFont
Shape Up Shape Up
Series Bold Series Bold
EndFont EndFont
End End
@ -378,7 +362,6 @@ Style Lemma
LabelString "Lemma #. " LabelString "Lemma #. "
End End
Style Note Style Note
CopyStyle Case CopyStyle Case
LatexName note LatexName note
@ -413,7 +396,6 @@ Style Proposition
LabelString "Proposition #. " LabelString "Proposition #. "
End End
Style Question Style Question
CopyStyle Case CopyStyle Case
LatexName question LatexName question
@ -444,7 +426,3 @@ End
Input stdfloats.inc Input stdfloats.inc
Input stdcounters.inc Input stdcounters.inc
#Finally a few older definitions for compatibility
Input obsolete.inc

View File

@ -5,16 +5,14 @@
# Author : Herbert Voss <voss@perce.de> 2001/08/13 # Author : Herbert Voss <voss@perce.de> 2001/08/13
# General textclass parameters
Columns 2 Columns 2
Sides 2 Sides 2
#SecNumDepth #no counting #SecNumDepth # no counting
#TocDepth -1 #TocDepth -1
MaxCounter Counter_Section
ClassOptions ClassOptions
FontSize default #only 11pt FontSize default # only 11pt
PageStyle "" # controlled by class PageStyle "" # controlled by class
End End
@ -43,7 +41,6 @@ End
Input stdlists.inc Input stdlists.inc
Style Section Style Section
Margin Dynamic Margin Dynamic
LatexType Command LatexType Command
@ -57,13 +54,10 @@ Style Section
ParSep 0.7 ParSep 0.7
Align Block Align Block
AlignPossible Block, Left AlignPossible Block, Left
LabelType Counter_Section
Font Font
Series Bold Series Bold
Size Normal Size Normal
EndFont EndFont
End End
@ -80,7 +74,6 @@ Style Subsection
ParSep 0.5 ParSep 0.5
Align Block Align Block
AlignPossible Block, Left AlignPossible Block, Left
LabelType Counter_Subsection
Font Font
Series Bold Series Bold
Size Normal Size Normal
@ -101,13 +94,10 @@ Style Subsubsection
ParSep 0.4 ParSep 0.4
Align Block Align Block
AlignPossible Block, Left AlignPossible Block, Left
LabelType Counter_SubSubSection
Font Font
Series Bold Series Bold
Size Normal Size Normal
EndFont EndFont
End End
@ -124,8 +114,6 @@ Style Paragraph
ParSep 0.4 ParSep 0.4
Align Block Align Block
AlignPossible Block, Left AlignPossible Block, Left
LabelType Counter_Paragraph
Font Font
Series Bold Series Bold
Size Normal Size Normal
@ -135,17 +123,13 @@ End
#Input stdstarsections.inc #Input stdstarsections.inc
Input numarticle.inc
Input stdstruct.inc Input stdstruct.inc
Input stdlayouts.inc Input stdlayouts.inc
Input stdfloats.inc Input stdfloats.inc
Input stdcounters.inc Input stdcounters.inc
#
# Create and Overwrite some styles
#
Style Title Style Title
Margin Static Margin Static
LatexType Command LatexType Command

View File

@ -3,47 +3,39 @@
# mwart textclass definition file. Taken from initial LyX source code # mwart textclass definition file. Taken from initial LyX source code
# Author : Matthias Ettrich <ettrich@informatik.uni-tuebingen.de> # Author : Matthias Ettrich <ettrich@informatik.uni-tuebingen.de>
# Transposed by Tomasz £uczak <tlu@technodat.com.pl> # Transposed by Tomasz £uczak <tlu@technodat.com.pl>
# Heavily modifed and enhanced by serveral developers. # Heavily modifed and enhanced by several developers.
# Input general definitions
Input stdclass.inc Input stdclass.inc
Input numarticle.inc
# There are no chapters in an article.
NoStyle Chapter NoStyle Chapter
NoStyle Chapter* NoStyle Chapter*
MaxCounter Counter_Section
SecNumDepth 3 SecNumDepth 3
TocDepth 3 TocDepth 3
# Page styles
ClassOptions ClassOptions
PageStyle empty|plain|outer|headings|myheadings|uheadings|myuheadings PageStyle empty|plain|outer|headings|myheadings|uheadings|myuheadings
End End
# Change Part and Part* a bit
Style Part Style Part
Align Left Align Left
AlignPossible Left AlignPossible Left
TopSep 2 TopSep 2
BottomSep 1.5 BottomSep 1.5
Font Font
Size Larger Size Larger
EndFont EndFont
End End
Style Part* Style Part*
Align Left Align Left
AlignPossible Left AlignPossible Left
TopSep 2 TopSep 2
BottomSep 1.5 BottomSep 1.5
Font Font
Size Larger Size Larger
EndFont EndFont

View File

@ -5,28 +5,21 @@
# Transposed by Tomasz £uczak <tlu@technodat.com.pl> # Transposed by Tomasz £uczak <tlu@technodat.com.pl>
# Heavily modifed and enhanced by serveral developers. # Heavily modifed and enhanced by serveral developers.
# Input general definitions
Input stdclass.inc Input stdclass.inc
# Global parameters. Sides 2
Sides 2
# Page styles
ClassOptions ClassOptions
PageStyle empty|plain|outer|headings|myheadings|uheadings|myuheadings PageStyle empty|plain|outer|headings|myheadings|uheadings|myuheadings
End End
# There is no abstract environment in book.cls
NoStyle Abstract NoStyle Abstract
# a few changes to the bibliography
Style Bibliography Style Bibliography
TopSep 4 TopSep 4
LabelString Bibliography LabelString Bibliography
# label font definition
LabelFont LabelFont
Series Bold Series Bold
Size Huge Size Huge

View File

@ -5,22 +5,19 @@
# Transposed by Tomasz £uczak <tlu@technodat.com.pl> # Transposed by Tomasz £uczak <tlu@technodat.com.pl>
# Heavily modifed and enhanced by serveral developers. # Heavily modifed and enhanced by serveral developers.
# Input general definitions
Input stdclass.inc Input stdclass.inc
# a few changes to the bibliography
Style Bibliography Style Bibliography
TopSep 4 TopSep 4
LabelString Bibliography LabelString Bibliography
# label font definition
LabelFont LabelFont
Series Bold Series Bold
Size Huge Size Huge
EndFont EndFont
End End
# Page styles
ClassOptions ClassOptions
PageStyle empty|plain|outer|headings|myheadings|uheadings|myuheadings PageStyle empty|plain|outer|headings|myheadings|uheadings|myuheadings
End End

View File

View File

View File

@ -6,17 +6,15 @@
# This include files contains all obsolete layouts, kept for # This include files contains all obsolete layouts, kept for
# historical reasons # historical reasons
# Title style definition
Style LaTeX_Title Style LaTeX_Title
ObsoletedBy Title ObsoletedBy Title
End End
Style LaTeX Style LaTeX
ObsoletedBy Standard ObsoletedBy Standard
End End
Style Comment Style Comment
ObsoletedBy Standard ObsoletedBy Standard
End End