JKQtPlotter/math_fonts/xits/test-suite
2015-08-02 15:16:05 +02:00
..
.gitignore added XITS fonts to a global directory 2015-08-02 15:16:05 +02:00
accents.cld added XITS fonts to a global directory 2015-08-02 15:16:05 +02:00
amsmath.ltx added XITS fonts to a global directory 2015-08-02 15:16:05 +02:00
arabic.tex added XITS fonts to a global directory 2015-08-02 15:16:05 +02:00
hat.tex added XITS fonts to a global directory 2015-08-02 15:16:05 +02:00
integrals.cld added XITS fonts to a global directory 2015-08-02 15:16:05 +02:00
mathcal.tex added XITS fonts to a global directory 2015-08-02 15:16:05 +02:00
overunder.cld added XITS fonts to a global directory 2015-08-02 15:16:05 +02:00
README added XITS fonts to a global directory 2015-08-02 15:16:05 +02:00
sscript.cld added XITS fonts to a global directory 2015-08-02 15:16:05 +02:00
upintegrals.tex added XITS fonts to a global directory 2015-08-02 15:16:05 +02:00
varselector.cld added XITS fonts to a global directory 2015-08-02 15:16:05 +02:00
vert.tex added XITS fonts to a global directory 2015-08-02 15:16:05 +02:00
xits-env.tex added XITS fonts to a global directory 2015-08-02 15:16:05 +02:00

This is a set of disorganised test file that I dump here occasionally,
don't get fooled by the name of this directory.

Files with .tex extensions are ConTeXt files, they usually have 3 modes,
the default which uses XITS fonts, "modern" which uses Computer Modern
fonts and "cambria" which uses Cambria fonts, this is useful for comparing
the output of the three font families. To run, issue:

$ context foo.tex                # XITS mode
$ context --mode=modern foo.tex  # CM mode
$ context --mode=cambria foo.tex # Cambria mode

Files with .ltx are LaTeX files and can be run with either LuaTeX or
XeTeX using LaTeX format, usually to compare the output of both engines:

$ lualatex foo.ltx # LuaTeX engine
$ xelatex foo.ltx  # XeTeX engine