]> git.lyx.org Git - lyx.git/blob - lib/layouts/bicaption.module
Support for beamer \frametitle
[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 42
9
10 Style "Caption setup"
11         LatexType               command
12         LatexName               captionsetup
13         Category                FrontMatter
14         Argument 1
15                 LabelString   "Caption Setup Options|S"
16                 Tooltip       "Options for the caption setup command (see bicaption manual)"
17         EndArgument
18         Margin                  Dynamic
19         LabelSep                xx
20         ParSkip                 0.0
21         ItemSep                 0.2
22         TopSep                  0.7
23         BottomSep               0.7
24         ParSep                  0.3
25         Align                   Block
26         AlignPossible           Block
27         LabelType               Static
28         LabelString             "Caption setup:"
29         LabelFont
30                 Color           Green
31         EndFont
32         BabelPreamble
33         \usepackage{bicaption} % for multilingual captions
34         EndBabelPreamble
35 End
36
37 Style Bicaption
38         CopyStyle               "Caption setup"
39         LatexName               bicaption
40         Category                MainText
41         Argument 1
42                 LabelString   "Second Language Caption Short Title"
43                 Tooltip       "A short title (for list of figures/tables) in the second language"
44         EndArgument
45         Argument 2
46                 Mandatory     1
47                 LabelString   "Second Language Caption Text|S"
48                 Tooltip       "The caption text in the second language"
49         EndArgument
50         Argument 3
51                 LabelString   "Main Language Caption Short Title"
52                 Tooltip       "A short title (for list of figures/tables) in the main language"
53         EndArgument
54         TopSep                  0
55         Align                   Center
56         AlignPossible           Center
57         LabelString             "Multilingual caption:"
58         LabelFont
59                 Color           Black
60         EndFont
61 End
62