]> git.lyx.org Git - features.git/commit
Change lyx2lyx conversion and LaTeX export of documents with
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Sat, 13 Jan 2007 14:36:54 +0000 (14:36 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Sat, 13 Jan 2007 14:36:54 +0000 (14:36 +0000)
commit0ddb4d5f30d01684550eee93303b152662b0da79
tree3a3f8bfd70f73e00fc30c89d89d2931633f24581
parent6c145ad6d8ec2cbab49ccfdd8ac2c21a0c8388ff
Change lyx2lyx conversion and LaTeX export of documents with
\inputencoding default

* src/paragraph_pimpl.C
(isEncoding): Explain why bparams.inputenc == "default" is ignored

* src/bufferparams.C
(BufferParams::encoding): Determine the encoding from the language
for inputenc == "default"

* src/buffer.h
(writeLaTeXSource): Mention inputenc == "default" in documentation

* src/bufferparams.h
(inputenc): Update documentation of "default"

* src/output_latex.C
(switchEncoding): Switch the encoding also for inputenc == "default",
but don't output \inputencoding commands in that case

* lib/lyx2lyx/LyX.py
(get_encoding): Determine the encoding from the language for
inputencoding == "default"

* lib/lyx2lyx/lyx_1_5.py
(convert_multiencoding): ditto

* development/FORMAT: Update documentation of \inputencoding default

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16667 a592a061-630c-0410-9148-cb99ea01b6c8
development/FORMAT
lib/lyx2lyx/LyX.py
lib/lyx2lyx/lyx_1_5.py
src/buffer.h
src/bufferparams.C
src/bufferparams.h
src/output_latex.C
src/paragraph_pimpl.C