mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 02:28:35 +00:00
63 lines
1.5 KiB
Plaintext
63 lines
1.5 KiB
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 41
|
|
|
|
Style "Caption setup"
|
|
LatexType command
|
|
LatexName captionsetup
|
|
Category FrontMatter
|
|
Argument 1
|
|
LabelString "Caption Setup Options|S"
|
|
Tooltip "Options for the caption setup command (see bicaption manual)"
|
|
EndArgument
|
|
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
|
|
Argument 1
|
|
LabelString "Second Language Caption Short Title"
|
|
Tooltip "A short title (for list of figures/tables) in the second language"
|
|
EndArgument
|
|
Argument 2
|
|
Mandatory 1
|
|
LabelString "Second Language Caption Text|S"
|
|
Tooltip "The caption text in the second language"
|
|
EndArgument
|
|
Argument 3
|
|
LabelString "Main Language Caption Short Title"
|
|
Tooltip "A short title (for list of figures/tables) in the main language"
|
|
EndArgument
|
|
TopSep 0
|
|
Align Center
|
|
AlignPossible Center
|
|
LabelString "Multilingual caption:"
|
|
LabelFont
|
|
Color Black
|
|
EndFont
|
|
End
|
|
|