mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Remove old compatibility code from 2002
At the time, there were two competing packages for French language: frenchle (aka french.sty), the historical one, and frenchb.ldf, the new kid on the block. I was difficult to know which one was loaded by babel, and frenchle did not define \og and \fg. Thus the need for our own definition. These were the good old days, but this time is gone for good.
This commit is contained in:
parent
c3484fa6c8
commit
e1f2dc6a41
@ -671,7 +671,6 @@ Language finnish
|
||||
LangCode fi_FI
|
||||
End
|
||||
|
||||
# We redefine \og and \fg (guillemets) for older french language definitions
|
||||
Language french
|
||||
GuiName "French"
|
||||
HasGuiSupport true
|
||||
@ -682,12 +681,6 @@ Language french
|
||||
FontEncoding T1|OT1
|
||||
DateFormats "d MMMM yyyy|d MMM yyyy|dd/MM/yyyy"
|
||||
LangCode fr_FR
|
||||
PostBabelPreamble
|
||||
\addto\extrasfrench{%
|
||||
\providecommand{\og}{\leavevmode\flqq~}%
|
||||
\providecommand{\fg}{\ifdim\lastskip>\z@\unskip\fi~\frqq}%
|
||||
}
|
||||
EndPostBabelPreamble
|
||||
End
|
||||
|
||||
Language friulan
|
||||
|
Loading…
Reference in New Issue
Block a user