mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-06 00:10:59 +00:00
updates to foils from Martin
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5454 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
47a60e40dd
commit
46184275aa
@ -1,3 +1,7 @@
|
||||
2002-10-21 Martin Vermeer <martin.vermeer@hut.fi>
|
||||
|
||||
* layouts/foils.layout: add more layouts
|
||||
|
||||
2002-10-18 Angus Leeming <leeming@lyx.org>
|
||||
|
||||
* scripts/lyxpreview2bitmap.sh: Use pnmcrop to crop the images
|
||||
|
@ -169,6 +169,57 @@ Style Abstract
|
||||
EndFont
|
||||
End
|
||||
|
||||
# Header definitions:
|
||||
Style My_Logo
|
||||
Margin Static
|
||||
LatexType Command
|
||||
LatexName MyLogo
|
||||
LeftMargin My_Logo:xx
|
||||
LabelSep xxx
|
||||
Align Left
|
||||
AlignPossible Left
|
||||
LabelType Static
|
||||
LabelString "My Logo:"
|
||||
|
||||
# standard font definition
|
||||
LabelFont
|
||||
Series Bold
|
||||
Shape Italic
|
||||
Color red
|
||||
EndFont
|
||||
|
||||
End
|
||||
|
||||
Style Restriction
|
||||
CopyStyle "My Logo"
|
||||
LatexName Restriction
|
||||
LeftMargin Restriction:xx
|
||||
LabelString "Restriction:"
|
||||
End
|
||||
|
||||
Style Left_Header
|
||||
CopyStyle "My Logo"
|
||||
LatexName leftheader
|
||||
LeftMargin Left_Header:xx
|
||||
LabelString "Left Header:"
|
||||
End
|
||||
|
||||
|
||||
Style Right_Header
|
||||
CopyStyle "My Logo"
|
||||
LatexName rightheader
|
||||
LeftMargin Right_Header:xx
|
||||
LabelString "Right Header:"
|
||||
End
|
||||
|
||||
Style Right_Footer
|
||||
CopyStyle "My Logo"
|
||||
LatexName rightfooter
|
||||
LeftMargin Right_Footer:xx
|
||||
LabelString "Right Footer:"
|
||||
End
|
||||
|
||||
|
||||
# Bibliography style definition
|
||||
Style Bibliography
|
||||
LabelFont
|
||||
|
Loading…
Reference in New Issue
Block a user