diff options
author | Robert Alessi <alessi@robertalessi.net> | 2023-12-15 12:11:00 +0100 |
---|---|---|
committer | Robert Alessi <alessi@robertalessi.net> | 2023-12-15 12:11:00 +0100 |
commit | 940d8120811c2364959efce4108bfdbb6147079d (patch) | |
tree | 1b7a62da31d8565d2281527ef29c28964dd322b8 /archive/fonttable.tex | |
parent | 79f69b2620efc1cde522ef9c9ccc62ce693210f1 (diff) | |
download | oldstandard-940d8120811c2364959efce4108bfdbb6147079d.tar.gz |
added onum to italic and bolditalic and lnum+tnum to all files; archived fonttable
Diffstat (limited to 'archive/fonttable.tex')
-rw-r--r-- | archive/fonttable.tex | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/archive/fonttable.tex b/archive/fonttable.tex new file mode 100644 index 0000000..5e90225 --- /dev/null +++ b/archive/fonttable.tex | |||
@@ -0,0 +1,33 @@ | |||
1 | % arara: lualatex | ||
2 | % arara: lualatex | ||
3 | % arara: lualatex | ||
4 | \documentclass[12pt]{article} | ||
5 | \usepackage{fontspec} | ||
6 | |||
7 | \usepackage{array} | ||
8 | \usepackage{longtable} | ||
9 | \usepackage{latexcolors} | ||
10 | |||
11 | \usepackage{luacode} | ||
12 | \luadirect{require("fonttable.lua")} | ||
13 | |||
14 | \setmainfont{Old Standard} | ||
15 | |||
16 | \title{\textsc{Old Standard}} | ||
17 | \author{Font Table} | ||
18 | \date{} | ||
19 | |||
20 | \begin{document} | ||
21 | \maketitle | ||
22 | |||
23 | \color{cinnamon} | ||
24 | |||
25 | \begin{longtable}{>{\color{gray}\ttfamily\footnotesize}r| | ||
26 | *{10}{>{\color{black}}p{1.5em}|}} | ||
27 | \cline{2-11} | ||
28 | \endhead | ||
29 | |||
30 | \luadirect{ft.print_glyphs(10,65463)} \\ \cline{2-11} | ||
31 | \end{longtable} | ||
32 | |||
33 | \end{document} \ No newline at end of file | ||