Wang Wen

Results 27 comments of Wang Wen

unicode-math只支持一部分数学字体吧,我对规范的的理解是要求Times New Roman。如果用word写论文一般会用mathtype,默认的字体也是Times New Roman。

Cambria Math个人认为是很幼稚的数学字体,排出来的效果跟小学算数书似的。

https://www.ctan.org/pkg/unicode-math?lang=en Unicode maths is currently supported by the following freely available fonts: Latin Modern Math (Bogusław Jackowski, Janusz M. Nowacki), TEX Gyre Bonum Math (Bogusław Jackowski, , P. Strzelczyk, Janusz...

这个问题可以使用`\ContinuedFloat`命令解决,比如下面的例子: ```latex \documentclass{article} \usepackage{graphicx} \usepackage{caption} \usepackage{subcaption} \begin{document} \begin{figure}[tb] \begin{subfigure}[t]{0.5\hsize} \includegraphics[width=0.9\linewidth]{example-image} \caption{} \end{subfigure} \begin{subfigure}[t]{0.5\hsize} \includegraphics[width=0.9\linewidth]{example-image} \caption{} \end{subfigure} \caption{first part of my figure} \end{figure} \clearpage \begin{figure}[tb]\ContinuedFloat \begin{subfigure}[t]{0.5\hsize} \includegraphics[width=0.9\linewidth]{example-image} \caption{} \end{subfigure} \begin{subfigure}[t]{0.5\hsize} \includegraphics[width=0.9\linewidth]{example-image}...

这个间距学校并没有明确的规定,使用latex默认的设置或者遵循一般美观的原则应该都是可以的。

\documentclass[master, english]{thesis-uestc}

最新的commit已经解决了这个问题,现在外文名是按照格式的要求显示了。