lyx_mirror/lib/lyx2lyx
Juergen Spitzmueller 8bf5d4b461 Very basic support for unicode-math
With non-TeX fonts, you can select a 'Non-TeX Font Default' math font, which simply loads unicode-math without actually selecting a math font, this then uses the default math otf font, currently Latin Modern. Other fonts still need to be set manually in the preamble, via \setmathfont.

The implementation suppresses unneeded package requests from unicodesymbols, but the output still uses macros instead of full unicode (both is possible with unicode-math).

The whole thing is a proof of concept, and it needs to be tested. I have tested it with the math manual, which compiles and seems to display correctly if I remove some hardcoded package loadings. OTOH I have not much experience with math.

This addresses #7449 partly.
2012-09-24 13:19:25 +02:00
..
.gitignore Setup .gitignore for generated files 2012-03-22 02:16:12 +01:00
CMakeLists.txt Do not py-compile also on cmake build 2012-01-22 13:05:37 +00:00
generate_encoding_info.py Update FSF address, patch from cornelisbb, #7735. 2011-08-25 23:10:36 +00:00
lyx2lyx lyx2lyx files: update GPL organization address and claim copyright also for the LyX team where it is necessary 2011-12-18 22:56:49 +00:00
lyx2lyx_lang.py
lyx2lyx_tools.py Native support for \lstlistoflistings 2012-04-16 21:40:59 +02:00
lyx2lyx_version.py.in lyx2lyx files: update GPL organization address and claim copyright also for the LyX team where it is necessary 2011-12-18 22:56:49 +00:00
lyx_0_06.py Update FSF address, patch from cornelisbb, #7735. 2011-08-25 23:10:36 +00:00
lyx_0_08.py Update FSF address, patch from cornelisbb, #7735. 2011-08-25 23:10:36 +00:00
lyx_0_10.py Update FSF address, patch from cornelisbb, #7735. 2011-08-25 23:10:36 +00:00
lyx_0_12.py Update FSF address, patch from cornelisbb, #7735. 2011-08-25 23:10:36 +00:00
lyx_1_0.py Update FSF address, patch from cornelisbb, #7735. 2011-08-25 23:10:36 +00:00
lyx_1_1_5.py Update FSF address, patch from cornelisbb, #7735. 2011-08-25 23:10:36 +00:00
lyx_1_1_6_0.py Update FSF address, patch from cornelisbb, #7735. 2011-08-25 23:10:36 +00:00
lyx_1_1_6_3.py Update FSF address, patch from cornelisbb, #7735. 2011-08-25 23:10:36 +00:00
lyx_1_1.py Update FSF address, patch from cornelisbb, #7735. 2011-08-25 23:10:36 +00:00
lyx_1_2.py Update FSF address, patch from cornelisbb, #7735. 2011-08-25 23:10:36 +00:00
lyx_1_3.py Update FSF address, patch from cornelisbb, #7735. 2011-08-25 23:10:36 +00:00
lyx_1_4.py Update FSF address, patch from cornelisbb, #7735. 2011-08-25 23:10:36 +00:00
lyx_1_5.py Update FSF address, patch from cornelisbb, #7735. 2011-08-25 23:10:36 +00:00
lyx_1_6.py lyx2lyx/lyx_1_6.py: fix a typo (port from branch) 2011-12-08 23:16:34 +00:00
lyx_2_0.py Fix bug #5029: Support \smash, \mathclap, \mathllap and \mathrlap. 2012-01-08 12:34:12 +00:00
lyx_2_1.py Very basic support for unicode-math 2012-09-24 13:19:25 +02:00
LyX.py lyx2lyx files: update GPL organization address and claim copyright also for the LyX team where it is necessary 2011-12-18 22:56:49 +00:00
Makefile.am Add lyx_2_1.py to the distribution; it was added in r38570. 2011-05-09 17:58:03 +00:00
parser_tools.py More sensible longtable caption handling (needed for bug #7412) 2011-12-18 21:27:17 +00:00
profiling.py Update FSF address, patch from cornelisbb, #7735. 2011-08-25 23:10:36 +00:00
test_parser_tools.py Update FSF address, patch from cornelisbb, #7735. 2011-08-25 23:10:36 +00:00
unicode_symbols.py Update FSF address, patch from cornelisbb, #7735. 2011-08-25 23:10:36 +00:00