mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
9ae4b659dc
The current spelling is not strictly wrong, but flagged as unusual or
historical by some authorities. It is also found fault with many
spell checkers. Thus we decided to move to the more standard "-ible"
form once and for all.
See #10678 for discussion
This last part updates the layout format and changes collapsable color.
This will all also all be backported to 2.3.x, for the sake of backwards
compatibility (cherry-picking).
(cherry picked from commit 4345331870
)
63 lines
1.2 KiB
Plaintext
63 lines
1.2 KiB
Plaintext
#\DeclareLyXModule[fancyhdr.sty]{Custom Header/Footerlines}
|
|
#DescriptionBegin
|
|
#Adds environments to define header and footer lines.
|
|
#NOTE: To use this module you must set the 'Headings style' in
|
|
# the menu Document Settings -> Page Layout to 'fancy'!
|
|
#DescriptionEnd
|
|
#Author: Uwe Stöhr
|
|
|
|
Format 65
|
|
|
|
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 Green
|
|
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
|
|
|