JKQtPlotter/lib/jkqtmathtext/resources/xits/test-suite
2019-06-20 15:18:58 +02:00
..
.gitignore added CMake build scripts for libraries + some necessary reorganizations 2019-06-20 15:18:58 +02:00
accents.cld added CMake build scripts for libraries + some necessary reorganizations 2019-06-20 15:18:58 +02:00
amsmath.ltx added CMake build scripts for libraries + some necessary reorganizations 2019-06-20 15:18:58 +02:00
arabic.tex added CMake build scripts for libraries + some necessary reorganizations 2019-06-20 15:18:58 +02:00
hat.tex added CMake build scripts for libraries + some necessary reorganizations 2019-06-20 15:18:58 +02:00
integrals.cld added CMake build scripts for libraries + some necessary reorganizations 2019-06-20 15:18:58 +02:00
mathcal.tex added CMake build scripts for libraries + some necessary reorganizations 2019-06-20 15:18:58 +02:00
mathkern.tex added CMake build scripts for libraries + some necessary reorganizations 2019-06-20 15:18:58 +02:00
overunder.cld added CMake build scripts for libraries + some necessary reorganizations 2019-06-20 15:18:58 +02:00
README added CMake build scripts for libraries + some necessary reorganizations 2019-06-20 15:18:58 +02:00
sscript.cld added CMake build scripts for libraries + some necessary reorganizations 2019-06-20 15:18:58 +02:00
upintegrals.tex added CMake build scripts for libraries + some necessary reorganizations 2019-06-20 15:18:58 +02:00
varselector.cld added CMake build scripts for libraries + some necessary reorganizations 2019-06-20 15:18:58 +02:00
varselector.tex added CMake build scripts for libraries + some necessary reorganizations 2019-06-20 15:18:58 +02:00
vert.tex added CMake build scripts for libraries + some necessary reorganizations 2019-06-20 15:18:58 +02:00
xits-env.tex added CMake build scripts for libraries + some necessary reorganizations 2019-06-20 15:18:58 +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