]> git.lyx.org Git - features.git/commit
Prevent invalid latex for multilingual sections and inputenc == auto.
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Mon, 16 Apr 2007 18:06:01 +0000 (18:06 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Mon, 16 Apr 2007 18:06:01 +0000 (18:06 +0000)
commit8971c25508df04296939a8b079dc5be2bfc34a88
tree7fd0aea72fb2fc84c5012507292e709982cfd3d1
parente216ceee772cc0d4e2f24068c914de751f322083
Prevent invalid latex for multilingual sections and inputenc == auto.
We output the \inputencoding command before the section if possible, and we
ignore all encoding changes in the section. Commands from the unicodesymbols
file will be used for characters that can't be encoded in the current
encoding instead of switching the encoding.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17827 a592a061-630c-0410-9148-cb99ea01b6c8
src/encoding.C
src/encoding.h
src/output_latex.C
src/output_latex.h
src/paragraph.C
src/paragraph_pimpl.C
src/paragraph_pimpl.h