latex问题集合cvpr

texlive+texstudio

dataset_test报错,鼠标移至下划线区域显示非数学环境

latex问题集合cvpr_第1张图片

 //dataset_test  改为  dataset\underline{~}test
dataset\underline{~}test

运行成功

etc. e.g. i.e.的正确表达:

See The \TeX book, p165.

The space after \eg, meaning ``for example'', should not be a sentence-ending space.
So \eg is correct, {\em e.g.} is not.
The provided \verb'\eg' macro takes care of this.

When citing a multi-author paper, you may save space by using ``et alia'', shortened to ``\etal'' (not ``{\em et.\ al.}'' as ``{\em et}'' is a complete word).
If you use the \verb'\etal' macro provided, then you need not worry about double periods when used at the end of a sentence as in Alpher \etal.
However, use it only when there are three or more authors.
//etc.
\etc

//e.g.
\eg

//i.e.
\ie

报错:! LaTeX Error: Unicode character , (U+FF0C) not set up for use with LaTeX.

latex问题集合cvpr_第2张图片

 句中可能存在中文标点,改成英文的就行。

有序列表和无序列表:

[翻译] LaTeX 中的列表_Xovee的博客-CSDN博客_latex 列表

Latex中的空格:

【转载】LaTeX中的空格汇总_AXYZdong的博客-CSDN博客_latex空格命令

Latex中的加粗:

LaTeX加粗的坑,\bm、\boldmath、\boldsymbol、\mathbf不加粗,乱码,报错_云发的博客-CSDN博客_mathbf宏包

Latex中的数学表示:

//分式

$6\frac78$  //6又8分之7

$\frac{5}{16}$  //5/16

论文中的图片引用:

PPT或其他软件作图如何将其转变成.eps格式_zhenyan_cy的博客-CSDN博客_ppt转eps

3. LaTeX图片的排版、引用与格式_Training.L的博客-CSDN博客_latex图片

LaTex笔记一:图片的插入及排版方法_yaoyz105的博客-CSDN博客_latex图片排版

Latex中插入矩阵与方程组:

LaTeX中的多行数学公式_雨翼轻尘的博客-CSDN博客_latex多行公式

LaTeX插入矩阵和方程组_想去的远方的博客-CSDN博客_latex方程组

Texstudio公式总结_plasma-deeplearning的博客-CSDN博客_texstudio公式

Cvpr中交叉引用:

command for cross-referencing to figures, tables, equations, or sections.
This will automatically insert the appropriate label alongside the cross-reference as in this example:
\begin{quotation}
  To see how our method outperforms previous work, please see \cref{fig:onecol} and \cref{tab:example}.
  It is also possible to refer to multiple targets as once, \eg~to \cref{fig:onecol,fig:short-a}.
  You may also return to \cref{sec:formatting} or look at \cref{eq:also-important}.
\end{quotation}
If you do not wish to abbreviate the label, for example at the beginning of the sentence, you can use the
{\small\begin{verbatim}
  \Cref{...}
\end{verbatim}}
command. Here is an example:
\begin{quotation}
  \Cref{fig:onecol} is also quite important.
\end{quotation}

你可能感兴趣的:(其他)