lyx_mirror/src/tex2lyx
Enrico Forestieri d4ca8d7404 Introduce the latexpar separator.
This is the same as the parbreak separator and is represented on screen
as the old parbreak. Old parbreak separators are converted to latexpar
separators when they are used for introducing blank lines in the
latex output rather than for separating environments.
Instead, parbreak separators are now represented on screen by a
double line. In essence, latexpar and parbreak separators produce
the same output but are represented differently on screen.
The context menu does not account for latexpar separators and only
"true" separators can be turned each into the other one.
2016-04-06 05:25:27 +02:00
..
test Introduce the latexpar separator. 2016-04-06 05:25:27 +02:00
.gitignore
boost.cpp tex2lyx does not use LYXERR, but basic cerr stream 2013-05-31 11:38:41 +02:00
CMakeLists.txt remove unused minizip include; avoid putting zlib include dir before others, this causes use of external boost headers if they are at the same location 2016-01-10 18:06:15 +01:00
Context.cpp Fix plaintext output of dashes (bug #3647) 2015-02-24 22:06:12 +01:00
Context.h Fix plaintext output of dashes (bug #3647) 2015-02-24 22:06:12 +01:00
dummy_impl.cpp Fix tex2lyx linker error on windows 2015-04-08 22:06:51 +02:00
Makefile.am pass values for @executable_path and @loader_path to instruct the dyld where to find the Qt frameworks 2016-01-23 07:16:09 +01:00
math.cpp
Parser.cpp Fix parsing of verbatim options (bug #9113) 2015-01-03 20:45:06 +01:00
Parser.h Use macro LYX_USE_CXX11 in one more location 2015-05-22 12:41:30 +02:00
Preamble.cpp Open tex2lyx input files with correct encoding 2016-01-31 12:54:59 +01:00
Preamble.h Open tex2lyx input files with correct encoding 2016-01-31 12:54:59 +01:00
table.cpp Inset files: add includes to compile with cxx11 2015-12-10 01:15:16 +01:00
tex2lyx.1in Fix encoding for copying LaTeX from clipboard 2013-11-11 21:52:14 +01:00
tex2lyx.cpp Open tex2lyx input files with correct encoding 2016-01-31 12:54:59 +01:00
tex2lyx.h Remove unused declaration 2015-01-14 21:44:28 +01:00
text.cpp Improve \AA and \aa tex2lyx import 2016-01-08 21:06:24 +01:00
TODO.txt tex2lyx/text.cpp: add support for box alignment 2015-05-19 02:19:24 +02:00