]> git.lyx.org Git - lyx.git/blob - lib/layouts/bicaption.module
UserGuide.lyx: next update for advanced search
[lyx.git] / lib / layouts / bicaption.module
1 #\DeclareLyXModule[bicaption.sty]{Multilingual captions}
2 #DescriptionBegin
3 #Provides two styles to typeset multilingual captions.
4 #For a description see the file MultilingualCaptions.lyx in LyX's examples folder.
5 #DescriptionEnd
6 #Author: Uwe Stöhr <uwestoehr@web.de>
7
8 Format 40
9
10 Style "Caption setup"
11         LatexType               command
12         LatexName               captionsetup
13         Category                FrontMatter
14         OptionalArgs            1
15         Margin                  Dynamic
16         LabelSep                xx
17         ParSkip                 0.0
18         ItemSep                 0.2
19         TopSep                  0.7
20         BottomSep               0.7
21         ParSep                  0.3
22         Align                   Block
23         AlignPossible           Block
24         LabelType               Static
25         LabelString             "Caption setup:"
26         LabelFont
27                 Color           Green
28         EndFont
29         BabelPreamble
30         \usepackage{bicaption} % for multilingual captions
31         EndBabelPreamble
32 End
33
34 Style Bicaption
35         CopyStyle               "Caption setup"
36         LatexName               bicaption
37         Category                MainText
38         RequiredArgs            1
39         TopSep                  0
40         Align                   Center
41         AlignPossible           Center
42         LabelString             "Multilingual caption:"
43         LabelFont
44                 Color           Black
45         EndFont
46 End
47