mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
9ca91b2566
There is nothing in the diff besides the format number changing from 93 to 95. From what I understand, this is as expected since 93 -> 94 and 94 -> 95 just add new layout tags. Updating the layouts makes it easier to test master. Otherwise, in some use cases layout2layout can be run hundreds of times which can make some things slow (e.g., opening documents or even opening the advanced find pane).
67 lines
1.3 KiB
Plaintext
67 lines
1.3 KiB
Plaintext
#\DeclareLyXModule[rsphrase.sty]{Chemistry: Risk and Safety Statements}
|
|
#\DeclareCategory{Academic Field Specifics}
|
|
#DescriptionBegin
|
|
#Provides two insets and one environment to typeset numbers and phrases of
|
|
#chemical risk and safety statements. For a description see the file
|
|
#R-S-statements.lyx in LyX's examples folder.
|
|
#DescriptionEnd
|
|
#Author: Uwe Stöhr <uwestoehr@web.de>
|
|
|
|
Format 95
|
|
|
|
InsetLayout "Flex:R-S number"
|
|
LyxType custom
|
|
LatexType command
|
|
LatexName rsnumber
|
|
Requires rsphrase
|
|
LabelString "R-S number"
|
|
Font
|
|
Color foreground
|
|
Size Small
|
|
Family Roman
|
|
Shape Up
|
|
Series Medium
|
|
Misc No_Emph
|
|
Misc No_Noun
|
|
Misc No_Bar
|
|
EndFont
|
|
LabelFont
|
|
Color textlabel2
|
|
Size Small
|
|
EndFont
|
|
End
|
|
|
|
InsetLayout "Flex:R-S phrase"
|
|
CopyStyle "Flex:R-S number"
|
|
LatexName rsphrase
|
|
LabelString "R-S phrase"
|
|
End
|
|
|
|
Style "Safety phrase"
|
|
LatexType command
|
|
LatexName rsphrase
|
|
Requires rsphrase
|
|
Category MainText
|
|
NextNoIndent 1
|
|
Argument 1
|
|
LabelString "Phrase Text"
|
|
Tooltip "Argument for statements that requires to specify additional information"
|
|
EndArgument
|
|
KeepEmpty 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 "S phrase:"
|
|
LabelFont
|
|
Color textlabel2
|
|
EndFont
|
|
End
|
|
|