lyx_mirror/lib/layouts/bicaption.module
Uwe Stöhr 6b01721dfa new module: Multilingual captions
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40414 a592a061-630c-0410-9148-cb99ea01b6c8
2011-12-07 01:06:06 +00:00

48 lines
937 B
Plaintext

#\DeclareLyXModule[bicaption.sty]{Multilingual captions}
#DescriptionBegin
#Provides two styles to typeset multilingual captions.
#For a description see the file MultilingualCaptions.lyx in LyX's examples folder.
#DescriptionEnd
#Author: Uwe Stöhr <uwestoehr@web.de>
Format 36
Style "Caption setup"
LatexType command
LatexName captionsetup
Category FrontMatter
OptionalArgs 1
Margin Dynamic
LabelSep xx
ParSkip 0.0
ItemSep 0.2
TopSep 0.7
BottomSep 0.7
ParSep 0.3
Align Block
AlignPossible Block
LabelType Static
LabelString "Caption setup:"
LabelFont
Color Green
EndFont
BabelPreamble
\usepackage{bicaption} % for multilingual captions
EndBabelPreamble
End
Style Bicaption
CopyStyle "Caption setup"
LatexName bicaption
Category MainText
RequiredArgs 1
TopSep 0
Align Center
AlignPossible Center
LabelString "Multilingual caption:"
LabelFont
Color Black
EndFont
End