mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
9ca91b2566
There is nothing in the diff besides the format number changing from 93 to 95. From what I understand, this is as expected since 93 -> 94 and 94 -> 95 just add new layout tags. Updating the layouts makes it easier to test master. Otherwise, in some use cases layout2layout can be run hundreds of times which can make some things slow (e.g., opening documents or even opening the advanced find pane).
64 lines
1.3 KiB
Plaintext
64 lines
1.3 KiB
Plaintext
#\DeclareLyXModule[fancyhdr.sty]{Custom Header/Footer Text}
|
|
#\DeclareCategory{Page Layout}
|
|
#DescriptionBegin
|
|
#Adds environments to define header and footer lines.
|
|
#NOTE: To use this module you must set the 'Page style' in
|
|
# the menu Document Settings -> Page Layout to 'fancy'!
|
|
#DescriptionEnd
|
|
#Author: Uwe Stöhr
|
|
|
|
Format 95
|
|
|
|
Style "Left Header"
|
|
Category Header/Footer
|
|
Margin First_Dynamic
|
|
LatexType command
|
|
LabelType Static
|
|
LabelSep xx
|
|
LatexName lhead
|
|
LabelString "Left Header:"
|
|
Argument 1
|
|
LabelString "Even Header"
|
|
Tooltip "Alternative text for the even header"
|
|
EndArgument
|
|
KeepEmpty 1
|
|
ParSkip 0
|
|
TopSep 0
|
|
BottomSep 0
|
|
ParSep 0
|
|
LabelFont
|
|
Color textlabel2
|
|
EndFont
|
|
End
|
|
|
|
Style "Center Header"
|
|
CopyStyle "Left Header"
|
|
LatexName chead
|
|
LabelString "Center Header:"
|
|
End
|
|
|
|
Style "Right Header"
|
|
CopyStyle "Left Header"
|
|
LatexName rhead
|
|
LabelString "Right Header:"
|
|
End
|
|
|
|
Style "Left Footer"
|
|
CopyStyle "Left Header"
|
|
LatexName lfoot
|
|
LabelString "Left Footer:"
|
|
End
|
|
|
|
Style "Center Footer"
|
|
CopyStyle "Left Header"
|
|
LatexName cfoot
|
|
LabelString "Center Footer:"
|
|
End
|
|
|
|
Style "Right Footer"
|
|
CopyStyle "Left Header"
|
|
LatexName rfoot
|
|
LabelString "Right Footer:"
|
|
End
|
|
|