On Mon, Apr 1, 2013 at 6:37 PM, Scott Kostyshak <skost...@lyx.org> wrote: > As Georg explained, files included via \verbatiminput need to be in > the currently active encoding (where \verbatiminput is placed). Since > the encoding is set to auto in the .lyx file, the encoding of the .tex > file is latin9 in case of output for standard latex/pdflatex, and it > is utf8 for xetex/luatex. > > See the email discussion here: > http://comments.gmane.org/gmane.editors.lyx.devel/145338 > --- > lib/doc/fr/EmbeddedObjects.lyx | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > > diff --git a/lib/doc/fr/EmbeddedObjects.lyx b/lib/doc/fr/EmbeddedObjects.lyx > index 0ff6fce..05a2f50 100644 > --- a/lib/doc/fr/EmbeddedObjects.lyx > +++ b/lib/doc/fr/EmbeddedObjects.lyx > @@ -1,5 +1,5 @@ > #LyX 2.1 created this file. For more info see http://www.lyx.org/ > -\lyxformat 459 > +\lyxformat 469 > \begin_document > \begin_header > \textclass scrbook > @@ -193,7 +193,7 @@ initials > \font_sf_scale 100 > \font_tt_scale 100 > \graphics default > -\default_output_format default > +\default_output_format pdf2 > \output_sync 0 > \bibtex_command default > \index_command default > @@ -218,6 +218,7 @@ initials > \use_geometry false > \use_package amsmath 2 > \use_package amssymb 2 > +\use_package cancel 0 > \use_package esint 0 > \use_package mathdots 1 > \use_package mathtools 0 > -- > 1.7.9.5 >
Is this acceptable for now? If so, I will open a ticket that suggests removing the default format if UTF-8 becomes the default. This depends on #8600, #8408, and #6789. Scott