]> git.lyx.org Git - features.git/blob - lib/layouts/hpstatement.module
Update fr.po
[features.git] / lib / layouts / hpstatement.module
1 #\DeclareLyXModule[hpstatement.sty]{Chemistry: Hazard and Precautionary Statements}
2 #\DeclareCategory{Academic Field Specifics}
3 #DescriptionBegin
4 #Provides two insets to typeset numbers and phrases of chemical hazard
5 #and precautionary statements. For a description see the file 
6 #H-P-statements.lyx in LyX's examples folder.
7 #DescriptionEnd
8 #Author: Uwe Stöhr <uwestoehr@web.de>
9
10 Format 95
11
12 InsetLayout "Flex:H-P number"
13         LyxType                 custom
14         LatexType               command
15         LatexName               hpnumber
16         Requires                hpstatement
17         LabelString             "H-P number"
18         PassThru                1
19         
20         Font
21           Color                 foreground
22           Size                  Small
23           Family                Roman
24           Shape                 Up
25           Series                Medium
26           Misc                  No_Emph
27           Misc                  No_Noun
28           Misc                  No_Bar
29         EndFont
30         LabelFont
31           Color                 textlabel2
32           Size                  Small
33         EndFont
34 End
35
36 InsetLayout "Flex:H-P statement"
37         CopyStyle               "Flex:H-P number"
38         LatexName               hpstatement
39         LabelString             "H-P statement"
40         Argument 1
41           LabelString   "Statement Text"
42           Tooltip               "Text for statements that require some information"
43         EndArgument
44 End