mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-31 15:46:16 +00:00
customHeadersFooters.module:
- correct category - add author - whitespace git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39303 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
d5c74fa93d
commit
425f327375
@ -4,11 +4,12 @@
|
||||
#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 35
|
||||
|
||||
Style "Left Header"
|
||||
Category FrontMatter
|
||||
Category Header/Footer
|
||||
Margin First_Dynamic
|
||||
LatexType command
|
||||
LabelType Static
|
||||
@ -32,30 +33,27 @@ Style "Center Header"
|
||||
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user