mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Acknowledge additional \lang command
This commit is contained in:
parent
c85228432c
commit
fce4f66718
@ -113,6 +113,9 @@ void Context::begin_layout(ostream & os, Layout const * const & l)
|
||||
}
|
||||
// FIXME: This is not enough for things like
|
||||
// \\Huge par1 \\par par2
|
||||
// FIXME: If the document language is not english this outputs a
|
||||
// superflous language change. Fortunately this is only file format
|
||||
// bloat an does not change the TeX export of LyX.
|
||||
output_font_change(os, normalfont, font);
|
||||
}
|
||||
|
||||
|
@ -78,12 +78,14 @@
|
||||
|
||||
\begin_layout Part
|
||||
|
||||
\lang british
|
||||
|
||||
df
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
|
||||
\lang british
|
||||
|
||||
1 English
|
||||
\lang ancientgreek
|
||||
|
Loading…
Reference in New Issue
Block a user