latex使用记录

字体颜色

\color{red}

分点

\begin{itemize}
	\item[$\bullet$]
	\item[$\bullet$]
\end{itemize}

文献引用

新建文件ref.bib,存文献的bibtext

\cite{<>}
\bibliography{ref}

图片图表引用

[htbp]
h: here
t: top
b: bottom
p: 浮动

% 图片
\begin{figure}[]
	% 居中
	\centering
	% 图片位置:figs/overview,宽度:1\linewidth
	\includegraphics[width=1\linewidth]{figs/overview} 
	% 描述
	\caption{}
	\label{overview}
\end{figure}

% 子图分页
\begin{figure}[hb]
    \centering
    \subfigure[<describe>]{
        \includegraphics[width=0.8\linewidth]{figs/0.png}
        \label{0}
    }
\end{figure}
\addtocounter{figure}{-1}

\begin{figure}[t]
    \centering
    \addtocounter{figure}{1}
	\subfigure[]{
        \includegraphics[width=0.8\linewidth]{figs/1.png}
        \label{1}
    }
    \DeclareGraphicsExtensions.
    \caption{}
    \label{2}
\end{figure}

%引用
\ref{overview}

% 表格
\begin{table}[]
\centering
	\small
	\begin{tabular}{l|c|c|c}
		\hline
		1 \\ 2 \\ 3 \\ 4 \\
		\hline
	\end{tabular}
	\caption{}
	\label{}
\end{table}

% 多行单列合并
\multirow{3}{*}{Ours}

% 浮动体的浮动范围不超过
\FloatBarrier

公式

\begin{equation}
<>
\end{equation}

% 变量斜体
\emph{x}

% 行内公式
$公式$

分章分段

\section{}
\subsection{}
\subsubsection{}

%另起一段
\par
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值