>>To: [email protected]
>>From: Charles de Miramon <[EMAIL PROTECTED]>
>>Subject: Having options after the loading of babel
>>Date: Fri, 11 Mar 2005 15:40:53 +0100
>>
>>Hello,
>>
>>I'm using LyX 1.3.4 and since half an hour the experimental teTeX 3.0 debian
>>packages and would like to use two options of the French Babel package :
>>\AddThinSpaceBeforeFootnotes
>>\FrenchFootnotes
>>But these options must be entered after the loading of babel and for the
>>first one before the \begin{document}. LyX seems to load babel at the very
>>end of the preamble. Is there any way to tell LyX to insert these options
>>after babel.
>>I know that I could de-select the use of babel in Edit->Preferences and add
>>by hand \usepackage{babel} in the preamble before these two options or
>>modify the frenchb.cfg configuration file but I'm looking at a possible
>>per-document solution.
\AtBeginDocument{
\AddThinSpaceBeforeFootnotes
\FrenchFootnotes
}
should do what you want.
--
Jean-Pierre