Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request about mathfont & BUG about caption #1

Open
SolaBreeze opened this issue Apr 12, 2023 · 1 comment
Open

Feature request about mathfont & BUG about caption #1

SolaBreeze opened this issue Apr 12, 2023 · 1 comment

Comments

@SolaBreeze
Copy link

1.理工科一般要求报告公式为TimesNewRoman风格,需要对数学环境字体单独设置,在这里给出个人使用的字体选择
%设置各环境字体 \usepackage{unicode-math} \setmainfont{XITS-Regular} \setmathfont{XITSMath-Regular} \setCJKmainfont{SimSun}
项目的CJK字体环境似乎配置有问题,无法在头文件部分进行声明。

2.可以引入首行缩进的package,更符合阅读习惯。
%设置首行缩进为2字符位 \usepackage{indentfirst} \setlength{\parindent}{2em}

3.项目对于插入带描述的图片似乎有bug,
\begin{frame} \begin{center} \includegraphics[width=0.1\linewidth]{pic/1.png} \caption{fig} \end{center} \end{frame}
error message
\caption outside figure or table.
无论图片大小如何都会显示如此错误,无法编译

Appreciation

@GuangLun2000
Copy link
Owner

收到,后续有空就做出修改。感谢贡献,祝顺利!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants