Latex

Latex

双引号

``skeleton''

取消section 或者chapter的自动编号

在使用\section{}插入章节后如果不想让这个section出现自动编号,我们可以在\section{}的大括号前加上*号

\section{*}

有序列表

\begin{enumerate}
  \item As a user, I want to apply search filters so that items can be found.
  \item As a user, I want the page to be clearly displayed on the mobile terminal
  \item As a user, I want to be able to compare the parameters of two products
\end{enumerate}

改Bibliography 为Reference

\renewcommand{\bibname}{Reference}

数学公式

  1. 分式
    \(\frac{分子}{分母}\)
\frac{分子}{分母}
  1. 极限
    \(\lim \limits_{x \to \infty}{f(x)}\)
\lim \limits_{x \to \infty}{f(x)}
  1. 导数
    \((arctanx)^{'}\)
(arctanx)^{'}
posted @ 2021-04-21 13:22  linux_txl  阅读(100)  评论(0)    收藏  举报