blob: 4e184ddbb856abf7ec0bb66dd2441bb94a0770a0 (
plain)
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
|
\documentclass{standalone}
\pagestyle{empty}
\usepackage{fontspec}
\usepackage{unicode-math}
\usepackage[olddefault]{fontsetup}
\begin{document}
% \begin{center}
\renewcommand{\arraystretch}{3}
\begin{tabular}{c|c}
Before & Current (with Lua)\\ \hline
{\setmathfont{latinmodern-math.otf}\Large ${\symcal H.}^{{\symcal H,}^{\symcal H,}}$
${H\/.}{H.}^{{H\/,}{H,}^{H\/,H,}}$}
& {\setmathfont{NewCMMath-Regular.otf}\Large ${\symcal H.}^{{\symcal H,}^{\symcal H,}}$
${H\/.}{H.}^{{H\/,}{H,}^{H\/,H,}}$}
\end{tabular}
%\end{center}
\end{document}
\Large
$F_x$ $J_x$ $Y_x$ $\mathcal J_x$ $\mathcal G_x$ $\Gamma_x$
\end{document}
|