>> There is still no section about lettrine in the LaTeXConfig.lyx file.
>
> indeed. i thought the file is generated as a whole by the initial description
> of the file while the 'generation' comes from info-inset.
Thanks for adding lettrine to this file, but you added it to the wrong section. We have a special
section for packages used by modules. I corrected this now.
While doing this I noticed that the name "dropped capital" is not known in English. The correct name
is "Initial", see http://en.wikipedia.org/wiki/Initial .
(Initial is in French "lettrine" therefore the name of the LaTeX-package.)
Attached is therefore a patch where I changed the name of the module. Would
that be OK with you?
>> The menu entry reads "CharStyle:DropCapital" while it should be "Dropped
>> capital". Can you please have a look?
>
> hmm hmm. this looks like a separate bug, since the menu shows the codes of
> inset layouts instead of their LabelString. you can't put space into the
> the layout code.
Indeed. Richard?
>> In the hint of the module you say that one should use math to get different
>> font styles. Why that?
>
> well its not "you should". its more like "try to play"
Sorry, I misread this.
regards Uwe
Index: capitals.module
===================================================================
--- capitals.module (revision 31046)
+++ capitals.module (working copy)
@@ -1,4 +1,4 @@
-#\DeclareLyXModule{Dropped Capitals}
+#\DeclareLyXModule{Initial}
#DescriptionBegin
#Define character style for dropped capitals.
#Hint: try to use math and its artistic font styles like Fractur or Calligraphic one.
@@ -8,17 +8,16 @@
Format 16
InsetLayout CharStyle:DropCapital
- LyxType charstyle
- LabelString "Dropped Capital"
- LatexType command
- LatexName lettrine
+ LyxType charstyle
+ LabelString "Initial"
+ LatexType command
+ LatexName lettrine
Font
- Size Large
+ Size Large
EndFont
- Requires lettrine
+ Requires lettrine
Preamble
\usepackage{lettrine}
EndPreamble
End
-