- initials.module: update description text

- enumitem.module: ditto
- customHeadersFooters.module: add missing author and some whitespace fixes

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@39607 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Uwe Stöhr 2011-09-06 02:48:19 +00:00
parent 63148de4a0
commit 7c59d82473
3 changed files with 8 additions and 13 deletions

View File

@ -4,11 +4,12 @@
#NOTE: To use this module you must set the 'Headings style' in #NOTE: To use this module you must set the 'Headings style' in
# the menu Document Settings -> Page Layout to 'fancy'! # the menu Document Settings -> Page Layout to 'fancy'!
#DescriptionEnd #DescriptionEnd
#Author: Uwe Stöhr
Format 35 Format 35
Style "Left Header" Style "Left Header"
Category FrontMatter Category Header/Footer
Margin First_Dynamic Margin First_Dynamic
LatexType command LatexType command
LabelType Static LabelType Static
@ -32,30 +33,27 @@ Style "Center Header"
LabelString "Center Header:" LabelString "Center Header:"
End End
Style "Right Header" Style "Right Header"
CopyStyle "Left Header" CopyStyle "Left Header"
LatexName rhead LatexName rhead
LabelString "Right Header:" LabelString "Right Header:"
End End
Style "Left Footer" Style "Left Footer"
CopyStyle "Left Header" CopyStyle "Left Header"
LatexName lfoot LatexName lfoot
LabelString "Left Footer:" LabelString "Left Footer:"
End End
Style "Center Footer" Style "Center Footer"
CopyStyle "Left Header" CopyStyle "Left Header"
LatexName cfoot LatexName cfoot
LabelString "Center Footer:" LabelString "Center Footer:"
End End
Style "Right Footer" Style "Right Footer"
CopyStyle "Left Header" CopyStyle "Left Header"
LatexName rfoot LatexName rfoot
LabelString "Right Footer:" LabelString "Right Footer:"
End End

View File

@ -1,9 +1,7 @@
#\DeclareLyXModule[enumitem.sty]{Customisable Lists (enumitem)} #\DeclareLyXModule[enumitem.sty]{Customisable Lists (enumitem)}
#DescriptionBegin #DescriptionBegin
# Control the layout of enumerate, itemize, description, and list/labeling # Controls the layout of enumerate, itemize, description, and list/labeling.
# with an optional argument. # See section "Customized Lists" of the User's Guide for a detailed description.
# See http://mirror.ctan.org/macros/latex/contrib/enumitem/enumitem.pdf
# and example file shipped with LyX.
#DescriptionEnd #DescriptionEnd
# Author: Günter Milde <milde@users.berlios.de> # Author: Günter Milde <milde@users.berlios.de>
# #

View File

@ -1,10 +1,9 @@
#\DeclareLyXModule{Initials} #\DeclareLyXModule{Initials}
#DescriptionBegin #DescriptionBegin
#Define character style for initials. #Define a style for paragraphs with an initial.
#Hint: try to use math and its artistic font styles like Fractur or the Calligraphic one. #See the EmbeddedObjects manual for a detailed description.
#DescriptionEnd #DescriptionEnd
#Category: charstyles #Authors: Pavel Sanda and Uwe Stöhr
# Author: Pavel Sanda and Uwe Stöhr
Format 35 Format 35