mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 03:11:59 +00:00
initials.module: safer preamble call, no string changed, necessary to be able to compile the EmbeddedObjects manual also if the package lettrine is not installed
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39543 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
f363b83dbc
commit
826bf6b950
@ -7,6 +7,10 @@
|
|||||||
|
|
||||||
Format 35
|
Format 35
|
||||||
|
|
||||||
|
AddToPreamble
|
||||||
|
\@ifundefined{lettrine}{\usepackage{lettrine}}{}
|
||||||
|
EndPreamble
|
||||||
|
|
||||||
InsetLayout Flex:Initial
|
InsetLayout Flex:Initial
|
||||||
LyxType charstyle
|
LyxType charstyle
|
||||||
LabelString "Initial"
|
LabelString "Initial"
|
||||||
@ -16,9 +20,6 @@ InsetLayout Flex:Initial
|
|||||||
Size Large
|
Size Large
|
||||||
EndFont
|
EndFont
|
||||||
Requires lettrine
|
Requires lettrine
|
||||||
Preamble
|
|
||||||
\usepackage{lettrine}
|
|
||||||
EndPreamble
|
|
||||||
End
|
End
|
||||||
|
|
||||||
Style Initial
|
Style Initial
|
||||||
@ -41,8 +42,5 @@ Style Initial
|
|||||||
LabelFont
|
LabelFont
|
||||||
Series Bold
|
Series Bold
|
||||||
EndFont
|
EndFont
|
||||||
Preamble
|
|
||||||
\usepackage{lettrine}
|
|
||||||
EndPreamble
|
|
||||||
End
|
End
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user