mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-21 23:09:40 +00:00
final touch.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26207 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
5da25426f5
commit
db9885f882
@ -1872,8 +1872,8 @@ void BufferParams::writeEncodingPreamble(odocstream & os,
|
||||
set<string> encodings =
|
||||
features.getEncodingSet(doc_encoding);
|
||||
|
||||
// If the encodings EUC-JP-plain, JIS-plain, or SJIS-plain are used, the
|
||||
// package inputenc must be omitted. Therefore set the encoding to empty.
|
||||
// If the "japanese" package (i.e. pLaTeX) is used,
|
||||
// inputenc must be omitted.
|
||||
// see http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg129680.html
|
||||
if (package == Encoding::japanese)
|
||||
features.require("japanese");
|
||||
|
Loading…
x
Reference in New Issue
Block a user