lyx_mirror/src/tex2lyx
Georg Baum 14a5d07df6 Fix encoding for copying LaTeX from clipboard
If we call tex2lyx on a temporary file created from the clipboard, the
file is always in utf8 encoding, without any temporary changes, even if it
contains encoding changing LaTeX commands. Therefore, we must tell tex2lyx
to use a fixed utf8 encoding for the whole file, and this is done using the
new latexclipboard format. Previously, tex2lyx thought the encoding was
latin1.
As a side effect, the -e option is now also documented in the man page.
2013-11-11 21:52:14 +01:00
..
test Cmake build tests: Threadsafety and test-labeling 2013-09-07 09:25:02 +02:00
.gitignore Setup .gitignore for generated files 2012-03-22 02:16:12 +01:00
boost.cpp tex2lyx does not use LYXERR, but basic cerr stream 2013-05-31 11:38:41 +02:00
CMakeLists.txt Remove the TEX2LYX define when compiling tex2lyx 2013-09-29 15:26:23 +02: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
dummy_impl.cpp Remove dependency on NO_LAYOUT_CSS #define in Layout.cpp 2013-09-29 15:26:15 +02:00
Makefile.am Remove the TEX2LYX define when compiling tex2lyx 2013-09-29 15:26:23 +02:00
math.cpp tex2lyx: support further TIPA characters 2013-02-19 00:07:24 +01:00
Parser.cpp Fix encoding for copying LaTeX from clipboard 2013-11-11 21:52:14 +01:00
Parser.h Fix encoding for copying LaTeX from clipboard 2013-11-11 21:52:14 +01:00
pch.h
Preamble.cpp Preamble.cpp: fix bug #8723 2013-07-16 23:07:46 +02:00
Preamble.h Improve texl2yx refstyle support 2013-02-22 21:59:23 +01:00
table.cpp Fix bug #5408: tex2lyx cannot handle verbatim code 2013-02-04 10:25:58 +01:00
tex2lyx.1in Fix encoding for copying LaTeX from clipboard 2013-11-11 21:52:14 +01:00
tex2lyx.cpp Fix encoding for copying LaTeX from clipboard 2013-11-11 21:52:14 +01:00
tex2lyx.h Fix tex2lyx include output for roundtrip 2013-05-26 16:07:56 +02:00
text.cpp Update chunk handling to use new inset 2013-06-03 12:36:35 +02:00
TODO.txt Support \caption* (bug #3209) 2013-03-22 22:23:38 +01:00