Skip to content

Instantly share code, notes, and snippets.

Created April 30, 2014 15:51
Show Gist options
  • Save anonymous/11430958 to your computer and use it in GitHub Desktop.
Save anonymous/11430958 to your computer and use it in GitHub Desktop.
test.tex xetex-version luatex-version
$ cat test.tex
\documentclass{scrartcl}
\usepackage{fontspec}
\begin{document}
\setmainfont{EB Garamond}
EB-Garamond: FUẞBALL with capital ß when using XeTeX but not when using LuaTeX
\setmainfont{DejaVu Serif}
DejaVu Serif: FUẞBALL with capital ß when using either XeTeX or LuaTeX
\end{document}
$ cat xetex-version
XeTeX 3.1415926-2.5-0.9999.3-2014042019 (TeX Live 2013/Exherbo texlive-core-2013-r5)
kpathsea version 6.1.1
Copyright 2013 SIL International and Jonathan Kew.
There is NO warranty. Redistribution of this software is
covered by the terms of both the XeTeX copyright and
the Lesser GNU General Public License.
For more information about these matters, see the file
named COPYING and the XeTeX source.
Primary author of XeTeX: Jonathan Kew.
Compiled with ICU version 52.1; using 52.1
Compiled with zlib version 1.2.8; using 1.2.8
Compiled with FreeType2 version 2.5.0; using 2.5.3
Compiled with Graphite2 version 1.2.1; using 1.2.1
Compiled with HarfBuzz version 0.9.15; using 0.9.15
Compiled with fontconfig version 2.11.1; using 2.11.1
Compiled with libpng version 1.6.10; using 1.6.10
Compiled with poppler version 0.24.5
$ cat luatex-version
This is LuaTeX, Version beta-0.76.0-2014042019 (Web2C 2013/dev)(rev 4627)
The LuaTeX team is Hans Hagen, Hartmut Henkel, Taco Hoekwater.
LuaTeX merges and builds upon (parts of) the code from these projects:
tex by Donald Knuth
etex by Peter Breitenlohner, Phil Taylor and friends
omega by John Plaice and Yannis Haralambous
aleph by Giuseppe Bilotta
pdftex by Han The Thanh and friends
kpathsea by Karl Berry, Olaf Weber and others
lua by Roberto Ierusalimschy, Waldemar Celes,
Luiz Henrique de Figueiredo
metapost by John Hobby, Taco Hoekwater and friends.
poppler by Derek Noonburg, Kristian H\ogsberg (partial)
fontforge by George Williams (partial)
Some extensions to lua and additional lua libraries are used, as well as
libraries for graphic inclusion. More details can be found in the source.
Code development was sponsored by a grant from Colorado State University
via the 'oriental tex' project, the TeX User Groups, and donations.
Compiled with libpng 1.6.10; using libpng 1.6.10
Compiled with zlib 1.2.8; using zlib 1.2.8
Compiled with poppler version 0.24.5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment