lyx_mirror/src/frontends
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
..
qt4 Very basic support for unicode-math 2012-09-24 13:19:25 +02:00
tests
.gitignore Setup .gitignore for generated files 2012-03-22 02:16:12 +01:00
alert.h
Application.h Avoid that, if an error dialog pops up during a long operation, it freezes LyX. 2012-08-18 22:45:21 +01:00
Clipboard.h
CMakeLists.txt cmake: move CMakeLists.txt into source dir (multiple steps) 2011-05-10 17:44:41 +00:00
Delegates.h
FontLoader.h
FontMetrics.h
KeyModifier.h
KeySymbol.h
Makefile.am
mouse_state.h
Painter.h Factor out painting of text decorations 2012-05-02 18:02:17 +02:00
Selection.h
WorkArea.h
WorkAreaManager.cpp Cosmetics or style or something. 2011-12-02 22:27:09 +00:00
WorkAreaManager.h