lyx_mirror/lib/lyx2lyx
Enrico Forestieri 8dab1cfe7e Fix bug #9101
Update the listings inset to optionally use the minted package
(instead of the listings one) for typesetting code listings.
Only one of the two packages can be used in a document, but it
is possible to switch packages without issues if the used options
are the same. If a switch is made and the options differ, one needs
to manually adjust them if they were entered in the advanced options
tab, or apply again the gui settings.
Note that minted requires the -shell-escape option for the latex
backend and the installation of additional software (python pygments).
2017-06-07 00:55:23 +02:00
..
.gitignore
CMakeLists.txt Cmake tests: Added parser_tools test to the lyx2lyx group tests 2014-06-12 09:07:57 +02:00
generate_encoding_info.py First step to make lyx2lyx code support both python 2 and python 3 (3.3+) 2015-03-11 12:09:18 +00:00
lyx2lyx Use unicode cmdline args consistently 2016-06-16 22:05:56 +02:00
lyx2lyx_lang.py
lyx2lyx_tools.py New LFUN tabular-feature: convert "inset-modify tabular" in LyX files 2016-01-27 18:33:09 +01:00
lyx2lyx_version.py.in
lyx_0_06.py
lyx_0_08.py
lyx_0_10.py
lyx_0_12.py In lib/lyx2lyx/: s/while 1/while True/ 2016-06-25 17:38:06 -04:00
lyx_1_0.py In lib/lyx2lyx/: s/while 1/while True/ 2016-06-25 17:38:06 -04:00
lyx_1_1_5.py In lib/lyx2lyx/: s/while 1/while True/ 2016-06-25 17:38:06 -04:00
lyx_1_1_6_0.py In lib/lyx2lyx/: s/while 1/while True/ 2016-06-25 17:38:06 -04:00
lyx_1_1_6_3.py In lib/lyx2lyx/: s/while 1/while True/ 2016-06-25 17:38:06 -04:00
lyx_1_1.py
lyx_1_2.py In lib/lyx2lyx/: s/while 1/while True/ 2016-06-25 17:38:06 -04:00
lyx_1_3.py In lib/lyx2lyx/: s/while 1/while True/ 2016-06-25 17:38:06 -04:00
lyx_1_4.py In lib/lyx2lyx/: s/while 1/while True/ 2016-06-25 17:38:06 -04:00
lyx_1_5.py In lib/lyx2lyx/: s/while 1/while True/ 2016-06-25 17:38:06 -04:00
lyx_1_6.py lyx2lyx: fix #9006 (python3 with non-utf8 encoding as the system default) 2017-03-27 11:35:29 +01:00
lyx_2_0.py lyx2lyx/lyx_2_0.py: fix a box reversion bug 2017-04-17 19:17:54 +02:00
lyx_2_1.py lyx2lyx: Cosmetic clean up of the lyx_2_?.py files. 2017-03-27 10:16:31 +01:00
lyx_2_2.py lyx_2_2.py: fix box reversion routine again 2017-04-21 01:05:54 +02:00
lyx_2_3.py Fix bug #9101 2017-06-07 00:55:23 +02:00
LyX.py lyx2lyx: more descriptive member name (document.start -> document.initial_format) 2017-03-27 10:36:30 +01:00
Makefile.am Introduce basic support for microtype.sty. 2016-06-02 22:48:58 -07:00
parser_tools.py Add ability to use refstyle's plural and capitalization features. 2017-01-02 22:32:36 -05:00
profiling.py
test_parser_tools.py Some python 3 fixes for lyx2lyx 2016-06-11 11:06:11 +02:00
unicode_symbols.py lyx2lyx: fix #9006 (python3 with non-utf8 encoding as the system default) 2017-03-27 11:35:29 +01:00