put labelstrings in quotes (from Michael)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10055 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2005-06-13 09:36:58 +00:00
parent 0b142fc766
commit 4894a7be98
43 changed files with 209 additions and 205 deletions

View File

@ -1,3 +1,7 @@
2005-06-09 Michael Schmitt <michael.schmitt@teststep.org>
* layouts/*: put all LabelStrings in quotes
2005-06-10 Jean-Marc Lasgouttes <lasgouttes@lyx.org> 2005-06-10 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
* configure.m4: use ps2pdf13 for ps->pdf converter; do not display * configure.m4: use ps2pdf13 for ps->pdf converter; do not display

View File

@ -224,7 +224,7 @@ Style Caption
Align Center Align Center
AlignPossible Center AlignPossible Center
LabelType Sensitive LabelType Sensitive
LabelString Caption LabelString "Caption"
LabelFont LabelFont
Series Bold Series Bold
EndFont EndFont

View File

@ -52,7 +52,7 @@ Style Email
AlignPossible Left AlignPossible Left
LeftMargin email:M LeftMargin email:M
LabelType Static LabelType Static
LabelString email: LabelString "email:"
LabelSep M LabelSep M
Font Font
Family Sans Family Sans
@ -91,7 +91,7 @@ Style Acknowledgement
Align Block Align Block
AlignPossible Block AlignPossible Block
LabelType Top_Environment LabelType Top_Environment
LabelString Acknowledgements LabelString "Acknowledgements"
LabelSep M LabelSep M
Font Font
Size Small Size Small

View File

@ -335,7 +335,7 @@ Style Acknowledgements
Align Left Align Left
AlignPossible Left AlignPossible Left
LabelType Static LabelType Static
LabelString [Acknowledgements] LabelString "[Acknowledgements]"
KeepEmpty 1 KeepEmpty 1
Font Font
Family Roman Family Roman
@ -356,7 +356,7 @@ Style And
Align Center Align Center
AlignPossible Center AlignPossible Center
LabelType Static LabelType Static
LabelString and LabelString "and"
KeepEmpty 1 KeepEmpty 1
Font Font
Family Roman Family Roman
@ -416,7 +416,7 @@ Style Appendix
Align Left Align Left
AlignPossible Left AlignPossible Left
LabelType Static LabelType Static
LabelString [Appendix] LabelString "[Appendix]"
KeepEmpty 1 KeepEmpty 1
Font Font
Family Roman Family Roman
@ -450,7 +450,7 @@ Style References
BottomSep 0.7 BottomSep 0.7
ParSep 0.5 ParSep 0.5
LabelType Bibliography LabelType Bibliography
LabelString References LabelString "References"
LabelBottomSep 0.7 LabelBottomSep 0.7
Align Block Align Block
AlignPossible Block, Left, Right, Center AlignPossible Block, Left, Right, Center
@ -533,7 +533,7 @@ Style Caption
Align Block Align Block
AlignPossible Block, Left AlignPossible Block, Left
LabelType Sensitive LabelType Sensitive
LabelString Caption LabelString "Caption"
LabelFont LabelFont
Series Bold Series Bold
EndFont EndFont

View File

@ -108,7 +108,7 @@ Style Received
CopyStyle Left_Header CopyStyle Left_Header
LatexName received LatexName received
LeftMargin Received:xx LeftMargin Received:xx
LabelString Recieved: LabelString "Received:"
End End
@ -116,7 +116,7 @@ Style Revised
CopyStyle Left_Header CopyStyle Left_Header
LatexName revised LatexName revised
LeftMargin Revised:xx LeftMargin Revised:xx
LabelString Revised: LabelString "Revised:"
End End
@ -124,7 +124,7 @@ Style Accepted
CopyStyle Left_Header CopyStyle Left_Header
LatexName accepted LatexName accepted
LeftMargin Accepted:xx LeftMargin Accepted:xx
LabelString Accepted: LabelString "Accepted:"
End End
@ -167,7 +167,7 @@ End
Style Bibliography Style Bibliography
TopSep 4 TopSep 4
LabelString Bibliography LabelString "Bibliography"
LabelFont LabelFont
Series Bold Series Bold
Size Huge Size Huge
@ -209,7 +209,7 @@ Style Table_Caption
Align Center Align Center
AlignPossible Center AlignPossible Center
LabelType Sensitive LabelType Sensitive
LabelString TableCaption LabelString "TableCaption"
LabelFont LabelFont
Series Bold Series Bold
EndFont EndFont

View File

@ -135,7 +135,7 @@ Style Abstract
Align Block Align Block
AlignPossible Block AlignPossible Block
LabelType Static LabelType Static
LabelString Abstract. LabelString "Abstract."
LabelSep M LabelSep M
Font Font
Size Small Size Small
@ -236,7 +236,7 @@ Style Bibliography
Align Block Align Block
AlignPossible Block, Left AlignPossible Block, Left
LabelType Bibliography LabelType Bibliography
LabelString References LabelString "References"
LabelBottomSep 0.7 LabelBottomSep 0.7
Font Font
Size Small Size Small

View File

@ -304,7 +304,7 @@ Style Itemize
Align Block Align Block
AlignPossible Block, Left AlignPossible Block, Left
LabelType Static LabelType Static
LabelString * LabelString "*"
End End

View File

@ -19,7 +19,7 @@ NoStyle Abstract
Style Bibliography Style Bibliography
TopSep 4 TopSep 4
LabelString Bibliography LabelString "Bibliography"
LabelFont LabelFont
Series Bold Series Bold
Size Huge Size Huge

View File

@ -141,9 +141,9 @@ Style Parenthetical
Align Left Align Left
AlignPossible Left AlignPossible Left
LabelType Static LabelType Static
LabelString ( LabelString "("
EndLabelType Static EndLabelType Static
EndLabelString ) EndLabelString ")"
Font Font
Shape Italic Shape Italic
Color Blue Color Blue

View File

@ -112,7 +112,7 @@ Style Bibliography
Align Block Align Block
AlignPossible Block, Left AlignPossible Block, Left
LabelType Bibliography LabelType Bibliography
LabelString References LabelString "References"
LabelBottomSep 0.7 LabelBottomSep 0.7
LabelFont LabelFont
Series Bold Series Bold

View File

@ -68,7 +68,7 @@ Style Topic
Align Block Align Block
AlignPossible Block, Left AlignPossible Block, Left
LabelType Manual LabelType Manual
LabelString MMMMM LabelString "MMMMM"
LabelFont LabelFont
Family Sans Family Sans
Shape Slanted Shape Slanted
@ -90,7 +90,7 @@ Style Itemize
Align Block Align Block
AlignPossible Block, Left AlignPossible Block, Left
LabelType Static LabelType Static
LabelString * LabelString "*"
End End

View File

@ -13,7 +13,7 @@ Style My_Address
Margin Static Margin Static
LeftMargin Unterschr LeftMargin Unterschr
LabelType Static LabelType Static
LabelString Briefkopf: LabelString "Briefkopf:"
LabelSep x LabelSep x
LabelFont LabelFont
Shape Italic Shape Italic
@ -30,7 +30,7 @@ Style Send_To_Address
BottomSep 0.1 BottomSep 0.1
LeftMargin Unterschr LeftMargin Unterschr
LabelType Static LabelType Static
LabelString Adresse: LabelString "Adresse:"
LabelSep x LabelSep x
LabelFont LabelFont
Series Medium Series Medium
@ -44,7 +44,7 @@ End
Style Opening Style Opening
LeftMargin Unterschr LeftMargin Unterschr
LabelString Anrede: LabelString "Anrede:"
LabelSep x LabelSep x
LabelFont LabelFont
Series Medium Series Medium
@ -57,7 +57,7 @@ End
Style Signature Style Signature
LeftMargin Unterschr LeftMargin Unterschr
LabelString Unterschrift: LabelString "Unterschrift:"
LabelSep x LabelSep x
LabelFont LabelFont
Series Medium Series Medium
@ -82,7 +82,7 @@ End
Style encl Style encl
LabelString Anlagen: LabelString "Anlagen:"
LeftMargin Unterschr LeftMargin Unterschr
LabelSep x LabelSep x
LabelFont LabelFont
@ -106,7 +106,7 @@ Style ps
Align Block Align Block
AlignPossible Block, Left AlignPossible Block, Left
LabelType Static LabelType Static
LabelString PS: LabelString "PS:"
LabelFont LabelFont
Series Medium Series Medium
Shape Italic Shape Italic
@ -117,7 +117,7 @@ End
Style cc Style cc
LabelString Verteiler: LabelString "Verteiler:"
LeftMargin Unterschr LeftMargin Unterschr
LabelSep x LabelSep x
LabelFont LabelFont
@ -142,7 +142,7 @@ Style Betreff
Align Block Align Block
AlignPossible Block, Left AlignPossible Block, Left
LabelType Static LabelType Static
LabelString Betreff: LabelString "Betreff:"
LabelFont LabelFont
Shape Italic Shape Italic
Size Small Size Small
@ -165,7 +165,7 @@ Style Stadt
Align Block Align Block
AlignPossible Block, Left AlignPossible Block, Left
LabelType Static LabelType Static
LabelString Stadt: LabelString "Stadt:"
LabelFont LabelFont
Shape Italic Shape Italic
Size Small Size Small
@ -185,7 +185,7 @@ Style Datum
Align Block Align Block
AlignPossible Block, Left AlignPossible Block, Left
LabelType Static LabelType Static
LabelString Datum: LabelString "Datum:"
LabelFont LabelFont
Shape Italic Shape Italic
Size Small Size Small

View File

@ -136,7 +136,7 @@ Style List
Align Block Align Block
AlignPossible Block, Left AlignPossible Block, Left
LabelType Manual LabelType Manual
LabelString 00.00.0000 LabelString "00.00.0000"
End End
@ -172,7 +172,7 @@ Style Itemize
Align Block Align Block
AlignPossible Block, Left AlignPossible Block, Left
LabelType Itemize LabelType Itemize
LabelString * LabelString "*"
End End
@ -191,7 +191,7 @@ Style Description
Align Block Align Block
AlignPossible Block, Left AlignPossible Block, Left
LabelType Manual LabelType Manual
LabelString MM LabelString "MM"
LabelFont LabelFont
Series Bold Series Bold
EndFont EndFont
@ -299,7 +299,7 @@ Style Author
Align Left Align Left
AlignPossible Left AlignPossible Left
LabelType Static LabelType Static
LabelString Author: LabelString "Author:"
LabelFont LabelFont
Series Bold Series Bold
Shape Italic Shape Italic
@ -322,7 +322,7 @@ Style Affil
Align Left Align Left
AlignPossible Left AlignPossible Left
LabelType Static LabelType Static
LabelString Affilation: LabelString "Affilation:"
LabelFont LabelFont
Series Bold Series Bold
Shape Italic Shape Italic
@ -345,7 +345,7 @@ Style Journal
Align Left Align Left
AlignPossible Left AlignPossible Left
LabelType Static LabelType Static
LabelString Journal: LabelString "Journal:"
LabelFont LabelFont
Series Bold Series Bold
Shape Italic Shape Italic
@ -369,7 +369,7 @@ Style msnumber
Align Left Align Left
AlignPossible Left AlignPossible Left
LabelType Static LabelType Static
LabelString MS_number: LabelString "MS_number:"
LabelFont LabelFont
Series Bold Series Bold
Shape Italic Shape Italic
@ -393,7 +393,7 @@ Style FirstAuthor
Align Left Align Left
AlignPossible Left AlignPossible Left
LabelType Static LabelType Static
LabelString 1st_author_surname: LabelString "1st_author_surname:"
LabelFont LabelFont
Series Bold Series Bold
Shape Italic Shape Italic
@ -416,7 +416,7 @@ Style Received
Align Left Align Left
AlignPossible Left AlignPossible Left
LabelType Static LabelType Static
LabelString Received: LabelString "Received:"
LabelFont LabelFont
Series Bold Series Bold
Shape Italic Shape Italic
@ -439,7 +439,7 @@ Style Accepted
Align Left Align Left
AlignPossible Left AlignPossible Left
LabelType Static LabelType Static
LabelString Accepted: LabelString "Accepted:"
LabelFont LabelFont
Series Bold Series Bold
Shape Italic Shape Italic
@ -462,7 +462,7 @@ Style Offsets
Align Left Align Left
AlignPossible Left AlignPossible Left
LabelType Static LabelType Static
LabelString reprint_reqs_to: LabelString "reprint_reqs_to:"
LabelFont LabelFont
Series Bold Series Bold
Shape Italic Shape Italic
@ -501,7 +501,7 @@ Style Abstract
Align Block Align Block
AlignPossible Block, Left AlignPossible Block, Left
LabelType Static LabelType Static
LabelString Abstract. LabelString "Abstract."
LabelFont LabelFont
Series Bold Series Bold
EndFont EndFont
@ -522,7 +522,7 @@ Style Acknowledgements
Align Block Align Block
AlignPossible Block, Left AlignPossible Block, Left
LabelType Static LabelType Static
LabelString Acknowledgements. LabelString "Acknowledgements."
Font Font
Size Small Size Small
EndFont EndFont
@ -547,7 +547,7 @@ Style Acknowledgement
Align Block Align Block
AlignPossible Block, Left AlignPossible Block, Left
LabelType Static LabelType Static
LabelString Acknowledgement. LabelString "Acknowledgement."
Font Font
Size Small Size Small
EndFont EndFont
@ -572,7 +572,7 @@ Style Bibliography
Align Block Align Block
AlignPossible Block, Left AlignPossible Block, Left
LabelType Bibliography LabelType Bibliography
LabelString References LabelString "References"
LabelBottomSep 0.7 LabelBottomSep 0.7
LabelFont LabelFont
Series Bold Series Bold
@ -590,7 +590,7 @@ Style Caption
Align Block Align Block
AlignPossible Block, Left AlignPossible Block, Left
LabelType Sensitive LabelType Sensitive
LabelString Caption LabelString "Caption"
LabelFont LabelFont
Series Bold Series Bold
EndFont EndFont

View File

@ -216,7 +216,7 @@ Style Abstract
Align Block Align Block
AlignPossible Block AlignPossible Block
LabelType Centered_Top_Environment LabelType Centered_Top_Environment
LabelString Abstract LabelString "Abstract"
LabelBottomSep 0.5 LabelBottomSep 0.5
Font Font
Size Small Size Small

View File

@ -93,7 +93,7 @@ Style TickList
Align Block Align Block
AlignPossible Block, Left AlignPossible Block, Left
LabelType Static LabelType Static
LabelString _/ LabelString "_/"
Preamble Preamble
\usepackage{pifont} \usepackage{pifont}
EndPreamble EndPreamble
@ -114,7 +114,7 @@ Style CrossList
Align Block Align Block
AlignPossible Block, Left AlignPossible Block, Left
LabelType Static LabelType Static
LabelString >< LabelString "><"
Preamble Preamble
\usepackage{pifont} \usepackage{pifont}
EndPreamble EndPreamble

View File

@ -21,7 +21,7 @@ Style Brieftext
Align Block Align Block
AlignPossible Block, Left, Right, Center AlignPossible Block, Left, Right, Center
LabelType Top_Environment LabelType Top_Environment
LabelString Text: LabelString "Text:"
LabelFont LabelFont
Series Bold Series Bold
Shape Italic Shape Italic
@ -40,7 +40,7 @@ Style Name
Align Block Align Block
AlignPossible Block, Left AlignPossible Block, Left
LabelType Static LabelType Static
LabelString Name: LabelString "Name:"
LabelFont LabelFont
Series Bold Series Bold
Shape Italic Shape Italic
@ -52,126 +52,126 @@ End
Style Unterschrift Style Unterschrift
CopyStyle Name CopyStyle Name
LatexName Unterschrift LatexName Unterschrift
LabelString Unterschrift: LabelString "Unterschrift:"
End End
Style Strasse Style Strasse
CopyStyle Name CopyStyle Name
LatexName Strasse LatexName Strasse
LabelString Strasse: LabelString "Strasse:"
End End
Style Zusatz Style Zusatz
CopyStyle Name CopyStyle Name
LatexName Zusatz LatexName Zusatz
LabelString Zusatz: LabelString "Zusatz:"
End End
Style Ort Style Ort
CopyStyle Name CopyStyle Name
LatexName Ort LatexName Ort
LabelString Ort: LabelString "Ort:"
End End
Style Land Style Land
CopyStyle Name CopyStyle Name
LatexName Land LatexName Land
LabelString Land: LabelString "Land:"
End End
Style RetourAdresse Style RetourAdresse
CopyStyle Name CopyStyle Name
LatexName RetourAdresse LatexName RetourAdresse
LabelString RetourAdresse: LabelString "RetourAdresse:"
End End
Style MeinZeichen Style MeinZeichen
CopyStyle Name CopyStyle Name
LatexName MeinZeichen LatexName MeinZeichen
LabelString MeinZeichen: LabelString "MeinZeichen:"
End End
Style IhrZeichen Style IhrZeichen
CopyStyle Name CopyStyle Name
LatexName IhrZeichen LatexName IhrZeichen
LabelString IhrZeichen: LabelString "IhrZeichen:"
End End
Style IhrSchreiben Style IhrSchreiben
CopyStyle Name CopyStyle Name
LatexName IhrSchreiben LatexName IhrSchreiben
LabelString IhrSchreiben: LabelString "IhrSchreiben:"
End End
Style Telefon Style Telefon
CopyStyle Name CopyStyle Name
LatexName Telefon LatexName Telefon
LabelString Telefon: LabelString "Telefon:"
End End
Style Telefax Style Telefax
CopyStyle Name CopyStyle Name
LatexName Telefax LatexName Telefax
LabelString Telefax: LabelString "Telefax:"
End End
Style Telex Style Telex
CopyStyle Name CopyStyle Name
LatexName Telex LatexName Telex
LabelString Telex: LabelString "Telex:"
End End
Style EMail Style EMail
CopyStyle Name CopyStyle Name
LatexName EMail LatexName EMail
LabelString EMail: LabelString "EMail:"
End End
Style HTTP Style HTTP
CopyStyle Name CopyStyle Name
LatexName HTTP LatexName HTTP
LabelString HTTP: LabelString "HTTP:"
End End
Style Bank Style Bank
CopyStyle Name CopyStyle Name
LatexName Bank LatexName Bank
LabelString Bank: LabelString "Bank:"
End End
Style BLZ Style BLZ
CopyStyle Name CopyStyle Name
LatexName BLZ LatexName BLZ
LabelString BLZ: LabelString "BLZ:"
End End
Style Konto Style Konto
CopyStyle Name CopyStyle Name
LatexName Konto LatexName Konto
LabelString Konto: LabelString "Konto:"
End End
Style Postvermerk Style Postvermerk
CopyStyle Name CopyStyle Name
LatexName Postvermerk LatexName Postvermerk
LabelString Postvermerk: LabelString "Postvermerk:"
End End
@ -180,14 +180,14 @@ Style Adresse
LatexName Adresse LatexName Adresse
TopSep 1.5 TopSep 1.5
KeepEmpty 1 KeepEmpty 1
LabelString Adresse: LabelString "Adresse:"
End End
Style Datum Style Datum
CopyStyle Name CopyStyle Name
LatexName Datum LatexName Datum
LabelString Datum: LabelString "Datum:"
End End
@ -196,7 +196,7 @@ Style Betreff
LatexName Betreff LatexName Betreff
TopSep 1.5 TopSep 1.5
ParSep 0.4 ParSep 0.4
LabelString Betreff: LabelString "Betreff:"
End End
@ -205,7 +205,7 @@ Style Anrede
LatexName Anrede LatexName Anrede
TopSep 1.5 TopSep 1.5
ParSep 0.4 ParSep 0.4
LabelString Anrede: LabelString "Anrede:"
End End
@ -213,7 +213,7 @@ Style Anlagen
CopyStyle Name CopyStyle Name
LatexName Anlagen LatexName Anlagen
ParSep 0.4 ParSep 0.4
LabelString Anlagen: LabelString "Anlagen:"
End End
@ -222,7 +222,7 @@ Style Verteiler
LatexName Verteiler LatexName Verteiler
KeepEmpty 1 KeepEmpty 1
ParSep 0.4 ParSep 0.4
LabelString Verteiler: LabelString "Verteiler:"
End End
@ -231,7 +231,7 @@ Style Gruss
LatexName LyxGruss LatexName LyxGruss
BottomSep 1.5 BottomSep 1.5
ParSep 0.4 ParSep 0.4
LabelString Gruss: LabelString "Gruss:"
Preamble Preamble
\newcommand{\LyxGruss}[1]{\Gruss{#1}{0.5cm}} \newcommand{\LyxGruss}[1]{\Gruss{#1}{0.5cm}}
EndPreamble EndPreamble

View File

@ -21,7 +21,7 @@ Style Letter
Align Block Align Block
AlignPossible Block, Left, Right, Center AlignPossible Block, Left, Right, Center
LabelType Top_Environment LabelType Top_Environment
LabelString Letter: LabelString "Letter:"
LabelFont LabelFont
Series Bold Series Bold
Shape Italic Shape Italic
@ -40,7 +40,7 @@ Style Name
Align Block Align Block
AlignPossible Block, Left AlignPossible Block, Left
LabelType Static LabelType Static
LabelString Name: LabelString "Name:"
LabelFont LabelFont
Series Bold Series Bold
Shape Italic Shape Italic
@ -52,126 +52,126 @@ End
Style Signature Style Signature
CopyStyle Name CopyStyle Name
LatexName Unterschrift LatexName Unterschrift
LabelString Signature: LabelString "Signature:"
End End
Style Street Style Street
CopyStyle Name CopyStyle Name
LatexName Strasse LatexName Strasse
LabelString Street: LabelString "Street:"
End End
Style Addition Style Addition
CopyStyle Name CopyStyle Name
LatexName Zusatz LatexName Zusatz
LabelString Addition: LabelString "Addition:"
End End
Style Town Style Town
CopyStyle Name CopyStyle Name
LatexName Ort LatexName Ort
LabelString Town: LabelString "Town:"
End End
Style State Style State
CopyStyle Name CopyStyle Name
LatexName Land LatexName Land
LabelString State: LabelString "State:"
End End
Style ReturnAddress Style ReturnAddress
CopyStyle Name CopyStyle Name
LatexName RetourAdresse LatexName RetourAdresse
LabelString ReturnAddress: LabelString "ReturnAddress:"
End End
Style MyRef Style MyRef
CopyStyle Name CopyStyle Name
LatexName MeinZeichen LatexName MeinZeichen
LabelString MyRef: LabelString "MyRef:"
End End
Style YourRef Style YourRef
CopyStyle Name CopyStyle Name
LatexName IhrZeichen LatexName IhrZeichen
LabelString YourRef: LabelString "YourRef:"
End End
Style YourMail Style YourMail
CopyStyle Name CopyStyle Name
LatexName IhrSchreiben LatexName IhrSchreiben
LabelString YourMail: LabelString "YourMail:"
End End
Style Phone Style Phone
CopyStyle Name CopyStyle Name
LatexName Telefon LatexName Telefon
LabelString Phone: LabelString "Phone:"
End End
Style Telefax Style Telefax
CopyStyle Name CopyStyle Name
LatexName Telefax LatexName Telefax
LabelString Telefax: LabelString "Telefax:"
End End
Style Telex Style Telex
CopyStyle Name CopyStyle Name
LatexName Telex LatexName Telex
LabelString Telex: LabelString "Telex:"
End End
Style EMail Style EMail
CopyStyle Name CopyStyle Name
LatexName EMail LatexName EMail
LabelString EMail: LabelString "EMail:"
End End
Style HTTP Style HTTP
CopyStyle Name CopyStyle Name
LatexName HTTP LatexName HTTP
LabelString HTTP: LabelString "HTTP:"
End End
Style Bank Style Bank
CopyStyle Name CopyStyle Name
LatexName Bank LatexName Bank
LabelString Bank: LabelString "Bank:"
End End
Style BankCode Style BankCode
CopyStyle Name CopyStyle Name
LatexName BLZ LatexName BLZ
LabelString BankCode: LabelString "BankCode:"
End End
Style BankAccount Style BankAccount
CopyStyle Name CopyStyle Name
LatexName Konto LatexName Konto
LabelString BankAccount: LabelString "BankAccount:"
End End
Style PostalComment Style PostalComment
CopyStyle Name CopyStyle Name
LatexName Postvermerk LatexName Postvermerk
LabelString PostalComment: LabelString "PostalComment:"
End End
@ -180,14 +180,14 @@ Style Address
LatexName Adresse LatexName Adresse
TopSep 1.5 TopSep 1.5
KeepEmpty 1 KeepEmpty 1
LabelString Address: LabelString "Address:"
End End
Style Date Style Date
CopyStyle Name CopyStyle Name
LatexName Datum LatexName Datum
LabelString Date: LabelString "Date:"
End End
@ -196,7 +196,7 @@ Style Reference
LatexName Betreff LatexName Betreff
TopSep 1.5 TopSep 1.5
ParSep 0.4 ParSep 0.4
LabelString Reference: LabelString "Reference:"
End End
@ -205,7 +205,7 @@ Style Opening
LatexName Anrede LatexName Anrede
TopSep 1.5 TopSep 1.5
ParSep 0.4 ParSep 0.4
LabelString Opening: LabelString "Opening:"
End End
@ -213,7 +213,7 @@ Style Encl.
CopyStyle Name CopyStyle Name
LatexName Anlagen LatexName Anlagen
ParSep 0.4 ParSep 0.4
LabelString Encl.: LabelString "Encl.:"
End End
@ -222,7 +222,7 @@ Style cc
LatexName Verteiler LatexName Verteiler
KeepEmpty 1 KeepEmpty 1
ParSep 0.4 ParSep 0.4
LabelString cc: LabelString "cc:"
End End
@ -231,7 +231,7 @@ Style Closing
LatexName LyxGruss LatexName LyxGruss
BottomSep 1.5 BottomSep 1.5
ParSep 0.4 ParSep 0.4
LabelString Closing: LabelString "Closing:"
Preamble Preamble
\newcommand{\LyxGruss}[1]{\Gruss{#1}{0.5cm}} \newcommand{\LyxGruss}[1]{\Gruss{#1}{0.5cm}}
EndPreamble EndPreamble

View File

@ -39,7 +39,7 @@ Style Letter
Align Block Align Block
AlignPossible Block, Left, Right, Center AlignPossible Block, Left, Right, Center
LabelType Top_Environment LabelType Top_Environment
LabelString Letter: LabelString "Letter:"
LabelFont LabelFont
Series Bold Series Bold
Shape Italic Shape Italic
@ -62,7 +62,7 @@ Style Name
Align Block Align Block
AlignPossible Block, Left AlignPossible Block, Left
LabelType Static LabelType Static
LabelString Name: LabelString "Name:"
# label font definition # label font definition
LabelFont LabelFont
Series Bold Series Bold
@ -83,7 +83,7 @@ Style NameRowA
Align Block Align Block
AlignPossible Block, Left AlignPossible Block, Left
LabelType Static LabelType Static
LabelString NameRowA: LabelString "NameRowA:"
# label font definition # label font definition
LabelFont LabelFont
Series Bold Series Bold
@ -102,7 +102,7 @@ Style NameRowB
Align Block Align Block
AlignPossible Block, Left AlignPossible Block, Left
LabelType Static LabelType Static
LabelString NameRowB: LabelString "NameRowB:"
# label font definition # label font definition
LabelFont LabelFont
Series Bold Series Bold
@ -121,7 +121,7 @@ Style NameRowC
Align Block Align Block
AlignPossible Block, Left AlignPossible Block, Left
LabelType Static LabelType Static
LabelString NameRowC: LabelString "NameRowC:"
# label font definition # label font definition
LabelFont LabelFont
Series Bold Series Bold
@ -140,7 +140,7 @@ Style NameRowD
Align Block Align Block
AlignPossible Block, Left AlignPossible Block, Left
LabelType Static LabelType Static
LabelString NameRowD: LabelString "NameRowD:"
# label font definition # label font definition
LabelFont LabelFont
Series Bold Series Bold
@ -159,7 +159,7 @@ Style NameRowE
Align Block Align Block
AlignPossible Block, Left AlignPossible Block, Left
LabelType Static LabelType Static
LabelString NameRowE: LabelString "NameRowE:"
# label font definition # label font definition
LabelFont LabelFont
Series Bold Series Bold
@ -178,7 +178,7 @@ Style NameRowF
Align Block Align Block
AlignPossible Block, Left AlignPossible Block, Left
LabelType Static LabelType Static
LabelString NameRowF: LabelString "NameRowF:"
# label font definition # label font definition
LabelFont LabelFont
Series Bold Series Bold
@ -197,7 +197,7 @@ Style NameRowG
Align Block Align Block
AlignPossible Block, Left AlignPossible Block, Left
LabelType Static LabelType Static
LabelString NameRowG: LabelString "NameRowG:"
# label font definition # label font definition
LabelFont LabelFont
Series Bold Series Bold
@ -218,7 +218,7 @@ Style Signature
Align Block Align Block
AlignPossible Block, Left AlignPossible Block, Left
LabelType Static LabelType Static
LabelString Signature: LabelString "Signature:"
# label font definition # label font definition
LabelFont LabelFont
Series Bold Series Bold
@ -238,7 +238,7 @@ Style AddressRowA
Align Block Align Block
AlignPossible Block, Left AlignPossible Block, Left
LabelType Static LabelType Static
LabelString AddressRowA: LabelString "AddressRowA:"
# label font definition # label font definition
LabelFont LabelFont
Series Bold Series Bold
@ -257,7 +257,7 @@ Style AddressRowB
Align Block Align Block
AlignPossible Block, Left AlignPossible Block, Left
LabelType Static LabelType Static
LabelString AddressRowB: LabelString "AddressRowB:"
# label font definition # label font definition
LabelFont LabelFont
Series Bold Series Bold
@ -276,7 +276,7 @@ Style AddressRowC
Align Block Align Block
AlignPossible Block, Left AlignPossible Block, Left
LabelType Static LabelType Static
LabelString AddressRowC: LabelString "AddressRowC:"
# label font definition # label font definition
LabelFont LabelFont
Series Bold Series Bold
@ -295,7 +295,7 @@ Style AddressRowD
Align Block Align Block
AlignPossible Block, Left AlignPossible Block, Left
LabelType Static LabelType Static
LabelString AddressRowD: LabelString "AddressRowD:"
# label font definition # label font definition
LabelFont LabelFont
Series Bold Series Bold
@ -314,7 +314,7 @@ Style AddressRowE
Align Block Align Block
AlignPossible Block, Left AlignPossible Block, Left
LabelType Static LabelType Static
LabelString AddressRowE: LabelString "AddressRowE:"
# label font definition # label font definition
LabelFont LabelFont
Series Bold Series Bold
@ -333,7 +333,7 @@ Style AddressRowF
Align Block Align Block
AlignPossible Block, Left AlignPossible Block, Left
LabelType Static LabelType Static
LabelString AddressRowF: LabelString "AddressRowF:"
# label font definition # label font definition
LabelFont LabelFont
Series Bold Series Bold
@ -353,7 +353,7 @@ Style TelephoneRowA
Align Block Align Block
AlignPossible Block, Left AlignPossible Block, Left
LabelType Static LabelType Static
LabelString TelephoneRowA: LabelString "TelephoneRowA:"
# label font definition # label font definition
LabelFont LabelFont
Series Bold Series Bold
@ -372,7 +372,7 @@ Style TelephoneRowB
Align Block Align Block
AlignPossible Block, Left AlignPossible Block, Left
LabelType Static LabelType Static
LabelString TelephoneRowB: LabelString "TelephoneRowB:"
# label font definition # label font definition
LabelFont LabelFont
Series Bold Series Bold
@ -391,7 +391,7 @@ Style TelephoneRowC
Align Block Align Block
AlignPossible Block, Left AlignPossible Block, Left
LabelType Static LabelType Static
LabelString TelephoneRowC: LabelString "TelephoneRowC:"
# label font definition # label font definition
LabelFont LabelFont
Series Bold Series Bold
@ -410,7 +410,7 @@ Style TelephoneRowD
Align Block Align Block
AlignPossible Block, Left AlignPossible Block, Left
LabelType Static LabelType Static
LabelString TelephoneRowD: LabelString "TelephoneRowD:"
# label font definition # label font definition
LabelFont LabelFont
Series Bold Series Bold
@ -429,7 +429,7 @@ Style TelephoneRowE
Align Block Align Block
AlignPossible Block, Left AlignPossible Block, Left
LabelType Static LabelType Static
LabelString TelephoneRowE: LabelString "TelephoneRowE:"
# label font definition # label font definition
LabelFont LabelFont
Series Bold Series Bold
@ -448,7 +448,7 @@ Style TelephoneRowF
Align Block Align Block
AlignPossible Block, Left AlignPossible Block, Left
LabelType Static LabelType Static
LabelString TelephoneRowF: LabelString "TelephoneRowF:"
# label font definition # label font definition
LabelFont LabelFont
Series Bold Series Bold
@ -468,7 +468,7 @@ Style InternetRowA
Align Block Align Block
AlignPossible Block, Left AlignPossible Block, Left
LabelType Static LabelType Static
LabelString InternetRowA: LabelString "InternetRowA:"
# label font definition # label font definition
LabelFont LabelFont
Series Bold Series Bold
@ -487,7 +487,7 @@ Style InternetRowB
Align Block Align Block
AlignPossible Block, Left AlignPossible Block, Left
LabelType Static LabelType Static
LabelString InternetRowB: LabelString "InternetRowB:"
# label font definition # label font definition
LabelFont LabelFont
Series Bold Series Bold
@ -506,7 +506,7 @@ Style InternetRowC
Align Block Align Block
AlignPossible Block, Left AlignPossible Block, Left
LabelType Static LabelType Static
LabelString InternetRowC: LabelString "InternetRowC:"
# label font definition # label font definition
LabelFont LabelFont
Series Bold Series Bold
@ -525,7 +525,7 @@ Style InternetRowD
Align Block Align Block
AlignPossible Block, Left AlignPossible Block, Left
LabelType Static LabelType Static
LabelString InternetRowD: LabelString "InternetRowD:"
# label font definition # label font definition
LabelFont LabelFont
Series Bold Series Bold
@ -544,7 +544,7 @@ Style InternetRowE
Align Block Align Block
AlignPossible Block, Left AlignPossible Block, Left
LabelType Static LabelType Static
LabelString InternetRowE: LabelString "InternetRowE:"
# label font definition # label font definition
LabelFont LabelFont
Series Bold Series Bold
@ -563,7 +563,7 @@ Style InternetRowF
Align Block Align Block
AlignPossible Block, Left AlignPossible Block, Left
LabelType Static LabelType Static
LabelString InternetRowF: LabelString "InternetRowF:"
# label font definition # label font definition
LabelFont LabelFont
Series Bold Series Bold
@ -583,7 +583,7 @@ Style BankRowA
Align Block Align Block
AlignPossible Block, Left AlignPossible Block, Left
LabelType Static LabelType Static
LabelString BankRowA: LabelString "BankRowA:"
# label font definition # label font definition
LabelFont LabelFont
Series Bold Series Bold
@ -602,7 +602,7 @@ Style BankRowB
Align Block Align Block
AlignPossible Block, Left AlignPossible Block, Left
LabelType Static LabelType Static
LabelString BankRowB: LabelString "BankRowB:"
# label font definition # label font definition
LabelFont LabelFont
Series Bold Series Bold
@ -621,7 +621,7 @@ Style BankRowC
Align Block Align Block
AlignPossible Block, Left AlignPossible Block, Left
LabelType Static LabelType Static
LabelString BankRowC: LabelString "BankRowC:"
# label font definition # label font definition
LabelFont LabelFont
Series Bold Series Bold
@ -640,7 +640,7 @@ Style BankRowD
Align Block Align Block
AlignPossible Block, Left AlignPossible Block, Left
LabelType Static LabelType Static
LabelString BankRowD: LabelString "BankRowD:"
# label font definition # label font definition
LabelFont LabelFont
Series Bold Series Bold
@ -659,7 +659,7 @@ Style BankRowE
Align Block Align Block
AlignPossible Block, Left AlignPossible Block, Left
LabelType Static LabelType Static
LabelString BankRowE: LabelString "BankRowE:"
# label font definition # label font definition
LabelFont LabelFont
Series Bold Series Bold
@ -678,7 +678,7 @@ Style BankRowF
Align Block Align Block
AlignPossible Block, Left AlignPossible Block, Left
LabelType Static LabelType Static
LabelString BankRowF: LabelString "BankRowF:"
# label font definition # label font definition
LabelFont LabelFont
Series Bold Series Bold
@ -700,7 +700,7 @@ Style ReturnAddress
Align Block Align Block
AlignPossible Block, Left AlignPossible Block, Left
LabelType Static LabelType Static
LabelString ReturnAddress: LabelString "ReturnAddress:"
# label font definition # label font definition
LabelFont LabelFont
Series Bold Series Bold
@ -721,7 +721,7 @@ Style MyRef
Align Block Align Block
AlignPossible Block, Left AlignPossible Block, Left
LabelType Static LabelType Static
LabelString MyRef: LabelString "MyRef:"
# label font definition # label font definition
LabelFont LabelFont
Series Bold Series Bold
@ -742,7 +742,7 @@ Style YourRef
Align Block Align Block
AlignPossible Block, Left AlignPossible Block, Left
LabelType Static LabelType Static
LabelString YourRef: LabelString "YourRef:"
# label font definition # label font definition
LabelFont LabelFont
Series Bold Series Bold
@ -763,7 +763,7 @@ Style YourMail
Align Block Align Block
AlignPossible Block, Left AlignPossible Block, Left
LabelType Static LabelType Static
LabelString YourMail: LabelString "YourMail:"
# label font definition # label font definition
LabelFont LabelFont
Series Bold Series Bold
@ -784,7 +784,7 @@ Style PostalComment
Align Block Align Block
AlignPossible Block, Left AlignPossible Block, Left
LabelType Static LabelType Static
LabelString PostalComment: LabelString "PostalComment:"
# label font definition # label font definition
LabelFont LabelFont
Series Bold Series Bold
@ -806,7 +806,7 @@ Style Address
Align Block Align Block
AlignPossible Block, Left AlignPossible Block, Left
LabelType Static LabelType Static
LabelString Address: LabelString "Address:"
# label font definition # label font definition
LabelFont LabelFont
Series Bold Series Bold
@ -827,7 +827,7 @@ Style Date
Align Left Align Left
AlignPossible Block, Left AlignPossible Block, Left
LabelType Static LabelType Static
LabelString Date: LabelString "Date:"
# label font definition # label font definition
LabelFont LabelFont
Series Bold Series Bold
@ -849,7 +849,7 @@ Style Reference
Align Block Align Block
AlignPossible Block, Left AlignPossible Block, Left
LabelType Static LabelType Static
LabelString Reference: LabelString "Reference:"
# label font definition # label font definition
LabelFont LabelFont
Series Bold Series Bold
@ -872,7 +872,7 @@ Style Opening
Align Block Align Block
AlignPossible Block, Left AlignPossible Block, Left
LabelType Static LabelType Static
LabelString Opening: LabelString "Opening:"
# label font definition # label font definition
LabelFont LabelFont
@ -896,7 +896,7 @@ Style Encl.
Align Block Align Block
AlignPossible Block, Left AlignPossible Block, Left
LabelType Static LabelType Static
LabelString Encl.: LabelString "Encl.:"
# label font definition # label font definition
LabelFont LabelFont
@ -919,7 +919,7 @@ Style cc
Align Block Align Block
AlignPossible Block, Left AlignPossible Block, Left
LabelType Static LabelType Static
LabelString cc: LabelString "cc:"
# label font definition # label font definition
LabelFont LabelFont
@ -942,7 +942,7 @@ Style Closing
Align Block Align Block
AlignPossible Block, Left AlignPossible Block, Left
LabelType Static LabelType Static
LabelString Closing: LabelString "Closing:"
# label font definition # label font definition
LabelFont LabelFont

View File

@ -171,9 +171,9 @@ Style Parenthetical
Align Left Align Left
AlignPossible Left AlignPossible Left
LabelType Static LabelType Static
LabelString ( LabelString "("
EndLabelType Static EndLabelType Static
EndLabelString ) EndLabelString ")"
Font Font
Family Typewriter Family Typewriter
Series Medium Series Medium

View File

@ -125,7 +125,7 @@ Style Theorem
Align Block Align Block
AlignPossible Block AlignPossible Block
LabelType Static LabelType Static
LabelString Theorem: LabelString "Theorem:"
LabelSep M LabelSep M
LabelFont LabelFont
Series Bold Series Bold
@ -141,7 +141,7 @@ Style Proof
Align Block Align Block
AlignPossible Block AlignPossible Block
LabelType Static LabelType Static
LabelString Proof: LabelString "Proof:"
LabelSep M LabelSep M
LabelFont LabelFont
Series Bold Series Bold
@ -167,7 +167,7 @@ Style Appendix
Align Block Align Block
AlignPossible Block AlignPossible Block
LabelType Centered_Top_Environment LabelType Centered_Top_Environment
LabelString Appendix LabelString "Appendix"
Font Font
Series Bold Series Bold
Size Normal Size Normal

View File

@ -268,7 +268,7 @@ Style Abstract
Align Block Align Block
AlignPossible Block AlignPossible Block
LabelType Static LabelType Static
LabelString Abstract. LabelString "Abstract."
LabelSep M LabelSep M
Font Font
Size Small Size Small
@ -311,7 +311,7 @@ Style Acknowledgements
Align Block Align Block
AlignPossible Block AlignPossible Block
LabelType Centered_Top_Environment LabelType Centered_Top_Environment
LabelString Acknowledgements LabelString "Acknowledgements"
LabelBottomSep 0.5 LabelBottomSep 0.5
LabelFont LabelFont
Series Bold Series Bold
@ -333,7 +333,7 @@ Style Appendix
# Align Block # Align Block
# AlignPossible Block, Left, Right, Center # AlignPossible Block, Left, Right, Center
LabelType Centered_Top_Environment LabelType Centered_Top_Environment
LabelString Appendix LabelString "Appendix"
Font Font
Series Bold Series Bold
Size Large Size Large
@ -353,7 +353,7 @@ Style References
BottomSep 0.7 BottomSep 0.7
ParSep 0.5 ParSep 0.5
LabelType Bibliography LabelType Bibliography
LabelString References LabelString "References"
LabelBottomSep 0.7 LabelBottomSep 0.7
Align Block Align Block
AlignPossible Block, Left, Right, Center AlignPossible Block, Left, Right, Center

View File

@ -186,7 +186,7 @@ Style Itemize
Align Block Align Block
AlignPossible Block, Left AlignPossible Block, Left
LabelType Itemize LabelType Itemize
LabelString * LabelString "*"
End End
@ -204,7 +204,7 @@ Style Description
Align Block Align Block
AlignPossible Block, Left AlignPossible Block, Left
LabelType Manual LabelType Manual
LabelString MM LabelString "MM"
LabelFont LabelFont
Series Bold Series Bold
EndFont EndFont
@ -343,7 +343,7 @@ Style Caption
Align Center Align Center
AlignPossible Center AlignPossible Center
LabelType Sensitive LabelType Sensitive
LabelString Caption LabelString "Caption"
OptionalArgs 1 OptionalArgs 1
LabelFont LabelFont
Series Bold Series Bold

View File

@ -251,7 +251,7 @@ Style Abstract
Align Block Align Block
AlignPossible Block, Left AlignPossible Block, Left
LabelType Top_Environment LabelType Top_Environment
LabelString Abstract. LabelString "Abstract."
LabelFont LabelFont
Series Bold Series Bold
EndFont EndFont
@ -272,7 +272,7 @@ Style Bibliography
Align Block Align Block
AlignPossible Block, Left AlignPossible Block, Left
LabelType Bibliography LabelType Bibliography
LabelString References LabelString "References"
LabelBottomSep 0.7 LabelBottomSep 0.7
LabelFont LabelFont
Series Bold Series Bold
@ -295,7 +295,7 @@ Style Case
Align Block Align Block
AlignPossible Block, Left AlignPossible Block, Left
LabelType Static LabelType Static
LabelString Case #. LabelString "Case #."
LabelFont LabelFont
Shape Italic Shape Italic
EndFont EndFont

View File

@ -182,7 +182,7 @@ Style Abstract
Align Block Align Block
AlignPossible Block AlignPossible Block
LabelType Top_Environment LabelType Top_Environment
LabelString Abstract LabelString "Abstract"
LabelBottomSep 0.5 LabelBottomSep 0.5
TextFont TextFont
Size Normal Size Normal

View File

@ -92,7 +92,7 @@ Style Itemize
Align Block Align Block
AlignPossible Block, Left AlignPossible Block, Left
LabelType Itemize LabelType Itemize
LabelString * LabelString "*"
End End
@ -111,7 +111,7 @@ Style Description
Align Block Align Block
AlignPossible Block, Left AlignPossible Block, Left
LabelType Manual LabelType Manual
LabelString MM LabelString "MM"
LabelFont LabelFont
Series Bold Series Bold
EndFont EndFont

View File

@ -135,7 +135,7 @@ Input stdstruct.inc
Style Bibliography Style Bibliography
TopSep 4 TopSep 4
LabelString Bibliography LabelString "Bibliography"
LabelFont LabelFont
Series Bold Series Bold
Size Huge Size Huge

View File

@ -19,7 +19,7 @@ NoStyle Abstract
Style Bibliography Style Bibliography
TopSep 4 TopSep 4
LabelString Bibliography LabelString "Bibliography"
LabelFont LabelFont
Series Bold Series Bold
Size Huge Size Huge

View File

@ -10,7 +10,7 @@ Input stdclass.inc
Style Bibliography Style Bibliography
TopSep 4 TopSep 4
LabelString Bibliography LabelString "Bibliography"
LabelFont LabelFont
Series Bold Series Bold
Size Huge Size Huge

View File

@ -10,7 +10,7 @@ Input numreport.inc
Style Bibliography Style Bibliography
TopSep 4 TopSep 4
LabelString Bibliography LabelString "Bibliography"
LabelFont LabelFont
Series Bold Series Bold
Size Huge Size Huge

View File

@ -204,7 +204,7 @@ Style Acknowledgments
Align Block Align Block
AlignPossible Block, Left, Right, Center AlignPossible Block, Left, Right, Center
LabelType Centered_Top_Environment LabelType Centered_Top_Environment
LabelString acknowledgments LabelString "acknowledgments"
LabelBottomSep 0.5 LabelBottomSep 0.5
LabelFont LabelFont
Series Medium Series Medium

View File

@ -20,7 +20,7 @@ End
Style Bibliography Style Bibliography
TopSep 4 TopSep 4
LabelString Bibliography LabelString "Bibliography"
LabelFont LabelFont
Series Bold Series Bold
Size Largest Size Largest

View File

@ -41,7 +41,7 @@ Style Labeling
Align Block Align Block
AlignPossible Block, Left AlignPossible Block, Left
LabelType Manual LabelType Manual
LabelString 00.00.0000 LabelString "00.00.0000"
End End

View File

@ -35,7 +35,7 @@ Style Labeling
Align Block Align Block
AlignPossible Block, Left AlignPossible Block, Left
LabelType Manual LabelType Manual
LabelString 00.00.0000 LabelString "00.00.0000"
End End

View File

@ -34,7 +34,7 @@ Style Labeling
Align Block Align Block
AlignPossible Block, Left AlignPossible Block, Left
LabelType Manual LabelType Manual
LabelString 00.00.0000 LabelString "00.00.0000"
End End
NoStyle List NoStyle List

View File

@ -9,7 +9,7 @@ Input numreport.inc
Style Bibliography Style Bibliography
TopSep 4 TopSep 4
LabelString Bibliography LabelString "Bibliography"
LabelFont LabelFont
Series Bold Series Bold
Size Largest Size Largest

View File

@ -48,7 +48,7 @@ Style Section
Align Block Align Block
AlignPossible Block, Left AlignPossible Block, Left
EndLabelType Static EndLabelType Static
EndLabelString . EndLabelString "."
Font Font
Series Bold Series Bold
EndFont EndFont
@ -152,7 +152,7 @@ Style Abstract
Align Block Align Block
AlignPossible Block AlignPossible Block
LabelType Static LabelType Static
LabelString Abstract. LabelString "Abstract."
LabelSep M LabelSep M
LabelIndent ........ LabelIndent ........
Font Font
@ -190,7 +190,7 @@ Style Bibliography
AlignPossible Block, Center AlignPossible Block, Center
LabelType Bibliography LabelType Bibliography
#LabelType centered_top_environment #LabelType centered_top_environment
LabelString References LabelString "References"
LabelBottomSep 0.7 LabelBottomSep 0.7
LabelFont LabelFont
Shape SmallCaps Shape SmallCaps

View File

@ -73,7 +73,7 @@ Style Abstract
RightMargin "" RightMargin ""
ParIndent "" ParIndent ""
ParSep 0.5 ParSep 0.5
LabelString ABSTRACT LabelString "ABSTRACT"
LabelFont LabelFont
Series Bold Series Bold
EndFont EndFont
@ -88,5 +88,5 @@ Style Acknowledgments
# NextNoIndent 1 # NextNoIndent 1
# LatexType Command # LatexType Command
LatexName acknowledgments LatexName acknowledgments
LabelString ACKNOWLEDGMENTS LabelString "ACKNOWLEDGMENTS"
End End

View File

@ -59,7 +59,7 @@ Style Opening
Align Block Align Block
AlignPossible Block, Left AlignPossible Block, Left
LabelType Static LabelType Static
LabelString Opening: LabelString "Opening:"
LabelFont LabelFont
Series Bold Series Bold
Shape Italic Shape Italic
@ -80,7 +80,7 @@ Style Signature
Align Block Align Block
AlignPossible Block, Left AlignPossible Block, Left
LabelType Static LabelType Static
LabelString Signature: LabelString "Signature:"
LabelFont LabelFont
Series Bold Series Bold
Shape Italic Shape Italic
@ -93,7 +93,7 @@ Style Closing
CopyStyle Signature CopyStyle Signature
LatexName closing LatexName closing
LeftMargin Signature::xx LeftMargin Signature::xx
LabelString Closing: LabelString "Closing:"
End End
@ -109,7 +109,7 @@ Style cc
Align Block Align Block
AlignPossible Block, Left AlignPossible Block, Left
LabelType Static LabelType Static
LabelString cc: LabelString "cc:"
End End
@ -117,7 +117,7 @@ Style encl
CopyStyle cc CopyStyle cc
LatexName encl LatexName encl
LeftMargin encl:xx LeftMargin encl:xx
LabelString encl: LabelString "encl:"
Spacing Other 1.5 Spacing Other 1.5
End End
@ -126,7 +126,7 @@ Style Location
CopyStyle encl CopyStyle encl
LatexName location LatexName location
LeftMargin Location:xx LeftMargin Location:xx
LabelString Location: LabelString "Location:"
End End
@ -134,6 +134,6 @@ Style Telephone
CopyStyle encl CopyStyle encl
LatexName telephone LatexName telephone
LeftMargin Telephone:xx LeftMargin Telephone:xx
LabelString Telephone: LabelString "Telephone:"
End End

View File

@ -21,7 +21,7 @@ Style Itemize
Align Block Align Block
AlignPossible Block, Left AlignPossible Block, Left
LabelType Itemize LabelType Itemize
LabelString * LabelString "*"
End End
@ -58,7 +58,7 @@ Style Description
Align Block Align Block
AlignPossible Block, Left AlignPossible Block, Left
LabelType Manual LabelType Manual
LabelString MM LabelString "MM"
LabelFont LabelFont
Series Bold Series Bold
EndFont EndFont
@ -78,7 +78,7 @@ Style List
Align Block Align Block
AlignPossible Block, Left AlignPossible Block, Left
LabelType Manual LabelType Manual
LabelString 00.00.0000 LabelString "00.00.0000"
#define the environment lyxlist #define the environment lyxlist
Preamble Preamble
@ -99,7 +99,7 @@ End
#Environment Itemize #Environment Itemize
# LaTeXHeader "\begin{itemize}" # LaTeXHeader "\begin{itemize}"
# LaTeXFooter "\end{itemize}" # LaTeXFooter "\end{itemize}"
# LabelString * # LabelString "*"
# Margin Static # Margin Static
# LatexType Item_Environment # LatexType Item_Environment
# NextNoIndent 1 # NextNoIndent 1

View File

@ -23,7 +23,7 @@ Style Abstract
Align Block Align Block
AlignPossible Block AlignPossible Block
LabelType Centered_Top_Environment LabelType Centered_Top_Environment
LabelString Abstract LabelString "Abstract"
LabelBottomSep 0.5 LabelBottomSep 0.5
Font Font
Size Small Size Small
@ -49,7 +49,7 @@ Style Bibliography
Align Block Align Block
AlignPossible Block, Left AlignPossible Block, Left
LabelType Bibliography LabelType Bibliography
LabelString References LabelString "References"
LabelBottomSep 1.2 LabelBottomSep 1.2
LabelFont LabelFont
Series Bold Series Bold

View File

@ -40,7 +40,7 @@ Style Abstract
Align Block Align Block
AlignPossible Block, Left AlignPossible Block, Left
LabelType Top_Environment LabelType Top_Environment
LabelString Abstract. LabelString "Abstract."
# label font definition # label font definition
LabelFont LabelFont

View File

@ -45,7 +45,7 @@ Style Abstract
Align Block Align Block
AlignPossible Block, Left AlignPossible Block, Left
LabelType Top_Environment LabelType Top_Environment
LabelString Abstract. LabelString "Abstract."
LabelFont LabelFont
Series Bold Series Bold
EndFont EndFont

View File

@ -122,7 +122,7 @@ Style Dedication
CopyStyle Headnote CopyStyle Headnote
LatexName dedication LatexName dedication
LeftMargin Dedication:xxx LeftMargin Dedication:xxx
LabelString Dedication: LabelString "Dedication:"
End End
@ -263,7 +263,7 @@ Style Abstract
Align Block Align Block
AlignPossible Block, Left AlignPossible Block, Left
LabelType Top_Environment LabelType Top_Environment
LabelString Abstract. LabelString "Abstract."
LabelFont LabelFont
Series Bold Series Bold
EndFont EndFont
@ -305,7 +305,7 @@ Style Acknowledgements
Align Block Align Block
AlignPossible Block, Left AlignPossible Block, Left
LabelType Static LabelType Static
LabelString Acknowledgements. LabelString "Acknowledgements."
Font Font
Size Small Size Small
EndFont EndFont
@ -319,7 +319,7 @@ End
Style Acknowledgement Style Acknowledgement
CopyStyle Acknowledgements CopyStyle Acknowledgements
LatexName acknowledgement LatexName acknowledgement
LabelString Acknowledgement. LabelString "Acknowledgement."
End End
@ -337,7 +337,7 @@ Style Bibliography
Align Block Align Block
AlignPossible Block, Left AlignPossible Block, Left
LabelType Bibliography LabelType Bibliography
LabelString References LabelString "References"
LabelBottomSep 0.7 LabelBottomSep 0.7
LabelFont LabelFont
Series Bold Series Bold
@ -359,7 +359,7 @@ Style Claim
Align Block Align Block
AlignPossible Block, Left AlignPossible Block, Left
LabelType Static LabelType Static
LabelString Claim. LabelString "Claim."
LabelFont LabelFont
Shape Italic Shape Italic
EndFont EndFont