1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
|
%%
%% This is file `unicodefonttable-samples.tex',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% unicodefonttable.dtx (with options: `samples')
%%
%% This is a generated file.
%%
%% Copyright 2019-2023 Frank Mittelbach
%%
%% This file was generated from file(s) of the LaTeX `unicodefonttable Bundle'.
%% --------------------------------------------------------------------------
%%
%% It may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3c
%% of this license or (at your option) any later version.
%% The latest version of this license is in
%% https://www.latex-project.org/lppl.txt
%% and version 1.3c or later is part of all distributions of LaTeX
%% version 2008 or later.
%%
%% This file may only be distributed together with a copy of the LaTeX
%% `unicodefonttable Bundle'. You may however distribute the `unicodefonttable Bundle'
%% without such generated files.
%%
%% The newest sources can be found below
%%
%% https://github.com/FrankMittelbach/fmitex-unicodetable
%%
%% where one can also log issues in case there are any.
%%
%%
%%%%% \iffalse meta-comment
%% File: unicodefonttable.dtx (C) Copyright 2019-2023 Frank Mittelbach
\def\unicodefonttabledate {2023/05/10}
\def\unicodefonttableversion{1.0h}
%!TEX program = lualatex
\documentclass{article}
\usepackage{xparse,color}
\usepackage{fontspec}
\setmainfont{Linux Biolinum O}
\setmonofont{SourceCodePro}
\usepackage{unicodefonttable}
\addtolength\textwidth{30pt}
\begin{document}
\listoftables
\section{Computer Modern --- 8bit font}
\displayfonttable*[color=none,
range-end = 7F,
]{cmr10}
\newpage
\section{TeX Gyre Heros (Helvetica) --- 8bit font}
\displayfonttable*[color=red,nostatistics=false,
hex-digits = head+foot,
range-end = FF,
]{ec-qhvr}
\newpage
\section{Latin Modern Sans --- OTF font}
\displayfonttable[
% missing-glyph = \tiny\setlength\fboxsep{0pt}\fbox{$\times$},
hex-digits = block,
title-format-cont = \caption[]{\emph{continued}},
]{Latin Modern Sans}
\newpage
\section{\TeX{} Gyre Pagella (Palatino) oldstyle figures --- OTF font}
\displayfonttable{TeX Gyre Pagella}[Numbers=OldStyle]
\newpage
\section{Comparing Latin Modern Math with New Computer Modern Math}
\displayfonttable[compare-with=NewCMMath-Regular.otf, range-end=1FFFF]
{latinmodern-math.otf}
\end{document}
\endinput
%%
%% End of file `unicodefonttable-samples.tex'.
|