lyx_mirror/src/tex2lyx
Georg Baum 5dc9568f8d Native support for \smash[t] and \smash[b]
This is a follow-up of bug #8967. The implementation is self-explaining, the
only part which needs a comment is lyx2lyx: Since a 100% correct solution is
not possible, it has been decided not to switch amsmath off in the forward
conversion if no other ams command than \smash[t] and \smash[b] is used, but
to consider it a bug that older versions do not load amsmath automatically for
these commands. In the backward direction it is easy to keep the document
compilable, so just do that.
2014-05-27 22:13:58 +02:00
..
test Native support for \smash[t] and \smash[b] 2014-05-27 22:13:58 +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 CMake install and bundling improvements (esp. OS X) 2014-04-21 11:51:04 -04: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 writer2latex quote handling (bug #8903) 2013-12-11 21:54:26 +01:00
Parser.h Fix C++11 test 2014-04-29 21:00:02 +02:00
pch.h
Preamble.cpp Fix various warnings issued by clang++. 2014-04-22 00:04:04 +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 Fix bugs #8546 and #9055, and introduce new separator inset. 2014-05-10 23:25:11 +02:00
TODO.txt Support \caption* (bug #3209) 2013-03-22 22:23:38 +01:00