diff options
author | Elie Roux <elie.roux@telecom-bretagne.eu> | 2013-04-29 06:47:05 -0700 |
---|---|---|
committer | Elie Roux <elie.roux@telecom-bretagne.eu> | 2013-04-29 06:47:05 -0700 |
commit | 49cc81c4edff6e3c813a93964923bdb35f07e95c (patch) | |
tree | 94e152a8442ca68434c3b99a59e4844443c9b70b /tests/weirdfonts.tex | |
parent | b4277e428451947a72326e6f43b78c236f3297a7 (diff) | |
parent | 1d871e6152c1acfa01db6fd90ee809274b9f8751 (diff) | |
download | luaotfload-49cc81c4edff6e3c813a93964923bdb35f07e95c.tar.gz |
Merge pull request #13 from lualatex/master
update with lualatex master
Diffstat (limited to 'tests/weirdfonts.tex')
-rw-r--r-- | tests/weirdfonts.tex | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/weirdfonts.tex b/tests/weirdfonts.tex new file mode 100644 index 0000000..9cbf8ac --- /dev/null +++ b/tests/weirdfonts.tex @@ -0,0 +1,15 @@ +%% non-standard fonts deserve an extra test file +\documentclass{scrartcl} +\usepackage{fontspec} +%% ···································································· +%% libertine monospace +%% ------------------- +%% real-world example from: http://tex.stackexchange.com/q/110566 +%% causing database lookups to fail; addressed in luaotfload since +%% https://github.com/phi-gamma/luaotfload/commit/4d0d2c19ab36d4918a72041a087fbcb451ac8c52 +\setmonofont{Linux Libertine Mono O} +%% ···································································· + +\begin{document} + foo {\ttfamily bar} baz +\end{document} |