lyx_mirror/src/tex2lyx
Georg Baum d88f7727e9 Fix tex2lyx table output.
It is broken since the latest file format update (neither did Uwe run a test
after updating the file format, nor did I after undoing my accidental change).
The reason it was broken: the bool version of write_attribute() is chosen
for "0" instead of the string version, so each table used rotate="true".
2012-03-25 18:46:00 +02:00
..
test tex2lyx/text.cpp: don't parse catBegin in verbatim environments 2012-03-05 21:04:21 +00: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 do not hardcode packages loaded by external insets 2011-12-13 19:40:05 +00:00
Context.cpp Fix bug #6377: Tex2lyx error with multiple languages. 2010-03-12 18:36:19 +00:00
Context.h Fix invalid \size output with no active layout before sectioning environments. 2011-01-07 19:58:31 +00:00
Makefile.am do not hardcode packages loaded by external insets 2011-12-13 19:40:05 +00:00
math.cpp Beautify output of \usepckage statements (each statement is on its own line 2011-12-08 20:05:51 +00:00
Parser.cpp Fix typo and whitespace 2012-03-10 21:20:25 +00:00
Parser.h Fix typo and whitespace 2012-03-10 21:20:25 +00:00
pch.h
Preamble.cpp Import \sindex correctly 2012-02-28 20:34:50 +00:00
Preamble.h Set use_non_tex_fonts buffer parameter and default encoding correctly when we detect that xetex or luatex is used. 2012-02-16 10:40:02 +00:00
table.cpp Fix tex2lyx table output. 2012-03-25 18:46:00 +02:00
tex2lyx.1in Fix bug #5906 (missing -p command) by updating the man page. 2012-01-08 17:38:48 +00:00
tex2lyx.cpp fix preamble output in case child docs are present 2011-12-04 15:35:59 +00:00
tex2lyx.h Fix bug #3036: font changes inside \markright do not escape outside their scope 2011-11-13 16:11:45 +00:00
text.cpp Extend the notermination flag to math as well. 2012-03-25 15:57:38 +02:00
TODO.txt Update tex2lyx to file format 427. InsetIPA is not yet supported, but the 2012-03-10 11:53:47 +00:00