0

How can we generate a font table for the XITSMath-Bold font using the XeLaTeX compiler?

\documentclass{article}
\usepackage{fontspec}
\usepackage{fonttable}

\begin{document}

\fonttable{XITSMath-Bold}
\end{document} 
1
  • 1
    You can have a look at the unicodefonttable package Commented Dec 30, 2025 at 16:37

1 Answer 1

2

There's unicodefonttable. Compile with LuaLaTeX:

\documentclass{article}
\usepackage{unicodefonttable}

\begin{document}

\displayfonttable{XITSMath-Bold.otf}

\end{document}

first page

There will be five more pages.

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.