Skip to content

Feature request about mathfont & BUG about caption #1

@SolaBreeze

Description

@SolaBreeze

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions