diff --git a/s.tex b/s.tex new file mode 100644 index 0000000..71f1859 --- /dev/null +++ b/s.tex @@ -0,0 +1,19 @@ +\documentclass{article} +\usepackage{unicode-math} +\setmathfont{Latin Modern Math}[math-style=ISO,bold-style=ISO] +% \setmathfont{Asana Math}[math-style=ISO,bold-style=ISO] +% \setmathfont{TeX Gyre Pagella Math}[math-style=ISO,bold-style=ISO] +% \setmathfont{TeX Gyre Termes Math}[math-style=ISO,bold-style=ISO] +% \setmathfont{TeX Gyre DejaVu Math}[math-style=ISO,bold-style=ISO] +% \setmathfont{Libertinus Math}[math-style=ISO,bold-style=ISO] +% \setmathfont{Garamond-Math}%[math-style=ISO,bold-style=ISO] +% \setmathfont{Fira Math}[math-style=ISO,bold-style=ISO] +% \setmathfont{STIX Math}[math-style=ISO,bold-style=ISO] +% \setmathfont{XITS Math}[math-style=ISO,bold-style=ISO] +% \setmathfont{Latin Modern Roman}[math-style=ISO,bold-style=ISO] + +\begin{document} +$A_i$, $W_i$ + +$A^i$, $W^i$ +\end{document} diff --git a/test5.tex b/test5.tex index 6e8eff3..2e71f1c 100644 --- a/test5.tex +++ b/test5.tex @@ -137,7 +137,7 @@ 固定下标: $R_\mathrm{earth}, E_\text{total}$ (直体) -加权矩阵$\symbf{A}_{i}$和 ${{\boldsymbol{W}}_{2}}$ 是对称矩阵,且$ {{\boldsymbol{W}}_{2}}$非奇异。 \label{assum_dca1} +加权矩阵$\symbf{A}_{i}$和 ${{\boldsymbol{W}}_{2}}$ 是对称矩阵,且$ {{\boldsymbol{W}}_{2}}$非奇异。 2.2 混合上标与下标 diff --git a/test7.tex b/test7.tex index 651b39f..67ece58 100644 --- a/test7.tex +++ b/test7.tex @@ -6,7 +6,12 @@ \setmainfont{Times New Roman} \setCJKmainfont{SimSun} \usepackage{unicode-math} -\setmathfont{XITS Math}[math-style=ISO,bold-style=ISO] +\setmathfont{Latin Modern Math}[math-style=ISO,bold-style=ISO] + + + +\def\TAG#1{\tag*{\scriptsize\ttfamily\textbackslash#1}} + \begin{document} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -14,43 +19,47 @@ 文本环境abcdefghijklmnopqrstuvwxyz文本环境。 -行间公式环境$\mathup{abcdefghijklmnopqrstuvwxyz}$。 +% 行间公式环境$\mathup{abcdefghijklmnopqrstuvwxyz}$。 行间公式环境${abcdefghijklmnopqrstuvwxyz}$。 -公式环境: - -${{\boldsymbol{\omega }}^{B}}=[\boldsymbol{p \quad q \quad r}]^{T}$。 - -${{\boldsymbol{\omega }}^{B}}=[p \quad q \quad r]^{T}$。 - -英文字母小写: -\begin{equation} - abcdefghijklmnopqrstuvwxyz -\end{equation} -\begin{equation} - \boldsymbol{abcdefghijklmnopqrstuvwxyz} -\end{equation} -\begin{equation} - \mathrm{abcdefghijklmnopqrstuvwxyz} -\end{equation} -\begin{equation} - \mathbf{abcdefghijklmnopqrstuvwxyz} -\end{equation} - -英文字母大写: -ABCDEFGHIJKLMNOPQRSTUVWXYZ - -\begin{equation} - ABCDEFGHIJKLMNOPQRSTUVWXYZ -\end{equation} -\begin{equation} - \boldsymbol{ABCDEFGHIJKLMNOPQRSTUVWXYZ} -\end{equation} -\begin{equation} - \mathrm{ABCDEFGHIJKLMNOPQRSTUVWXYZ} -\end{equation} -\begin{equation} - \mathbf{ABCDEFGHIJKLMNOPQRSTUVWXYZ} -\end{equation} +$A_i$和 $W_i$ + +$A^i$和 $W^i$ + +% 公式环境: + +% ${{\boldsymbol{\omega }}^{B}}=[\boldsymbol{p \quad q \quad r}]^{T}$。 + +% ${{\boldsymbol{\omega }}^{B}}=[p \quad q \quad r]^{T}$。 + +% 英文字母小写: +% \begin{equation} +% abcdefghijklmnopqrstuvwxyz +% \end{equation} +% \begin{equation} +% \boldsymbol{abcdefghijklmnopqrstuvwxyz} +% \end{equation} +% \begin{equation} +% \mathrm{abcdefghijklmnopqrstuvwxyz} +% \end{equation} +% \begin{equation} +% \mathbf{abcdefghijklmnopqrstuvwxyz} +% \end{equation} + +% 英文字母大写: +% ABCDEFGHIJKLMNOPQRSTUVWXYZ + +% \begin{equation} +% ABCDEFGHIJKLMNOPQRSTUVWXYZ +% \end{equation} +% \begin{equation} +% \boldsymbol{ABCDEFGHIJKLMNOPQRSTUVWXYZ} +% \end{equation} +% \begin{equation} +% \mathrm{ABCDEFGHIJKLMNOPQRSTUVWXYZ} +% \end{equation} +% \begin{equation} +% \mathbf{ABCDEFGHIJKLMNOPQRSTUVWXYZ} +% \end{equation} \end{document}