lyx_mirror/src/tex2lyx
Georg Baum de5e348727 Fix bug #8468: Wrong import of UTF8 CJK.
Actually, the test case showed several problems:
- ERT insets did use layout "Standard", not "Plain Layout"
- The font scale was read correctly, but tex2lyx claimed that it did ignore
  the option "scaled=0.95"
- If a third argument of the CJK environment was given, it caused the whole
  environment to be put in ERT with a broken encoding. This is now fixed for
  the bug test case by using the \font_cjk header variable, but the encoding
  problem still exists for unsupported encodings. I'll file a separate bug
  for that.
- The CJKutf8 package was not handled in the preamble parsing. Therefore the
  chinese comment in the preamble was read with a wrong encoding, and guessing
  the document language did not work.
The new file CJKutf8.tex was created by copying and modifying CJK.tex, but
unfortunately it is impossible to tell git to inherit the history of CJK.tex
for the new file (search the web for git svn copy if you want to know details).
2012-12-30 20:52:49 +01:00
..
test Fix bug #8468: Wrong import of UTF8 CJK. 2012-12-30 20:52:49 +01:00
.gitignore Setup .gitignore for generated files 2012-03-22 02:16:12 +01:00
boost.cpp cmake: fix merge build 2010-03-07 11:03:23 +00:00
CMakeLists.txt CMake: Put projects into subdirs 2012-12-15 11:02:06 +01:00
Context.cpp Fix bug #8468: Wrong import of UTF8 CJK. 2012-12-30 20:52:49 +01:00
Context.h Whitespace only 2012-12-14 12:33:39 +01:00
Makefile.am Fix bug #8468: Wrong import of UTF8 CJK. 2012-12-30 20:52:49 +01:00
math.cpp Do not swallow math comments in tex2lyx. 2012-05-06 16:48:44 +02:00
Parser.cpp Whitespace only 2012-12-14 12:33:39 +01:00
Parser.h Really fix bug #4468. 2012-10-05 00:12:18 +02:00
pch.h
Preamble.cpp Fix bug #8468: Wrong import of UTF8 CJK. 2012-12-30 20:52:49 +01:00
Preamble.h Fix bug #8468: Wrong import of UTF8 CJK. 2012-12-30 20:52:49 +01:00
table.cpp Whitespace only 2012-12-14 12:33:39 +01:00
tex2lyx.1in Implement tex2lyx -m switch (bug #8393) 2012-10-23 20:45:21 +02:00
tex2lyx.cpp Fix bug #8422. 2012-12-28 20:08:42 +01:00
tex2lyx.h Fix bug #8422. 2012-12-28 20:08:42 +01:00
text.cpp Fix bug #8468: Wrong import of UTF8 CJK. 2012-12-30 20:52:49 +01:00
TODO.txt Fix bug #8468: Wrong import of UTF8 CJK. 2012-12-30 20:52:49 +01:00