latex的学习

1.名称和作者

\title[AAMAS-2023 Formatting Instructions]{标题}

\author{名字}
\affiliation{
  \institution{单位}
  \city{城市}
  \country{国家}}
\email{邮箱}

2.大节和小节

\section{大节名称}
\subsection{小节名称}
\subsubsection{第三级标题名称}

3.插入图片 如下实例即显示文件中名为“aamas2023logo.png”的图片

\begin{figure}[h]
  \centering
  \includegraphics[width=0.75\linewidth]{aamas2023logo}
  \caption{The logo of AAMAS 2023}
  \label{fig:logo}
  \Description{Logo of AAMAS 2023 -- The 22nd International Conference on Autonomous Agents and Multiagent Systems.}
\end{figure}

4.插入表格

\begin{table}[t]
  \caption{Locations of the first five editions of AAMAS}
  \label{tab:locations}
  \begin{tabular}{rll}\toprule
    \textit{Year} & \textit{City} & \textit{Country} \\ \midrule
    2002 & Bologna & Italy \\
    2003 & Melbourne & Australia \\
    2004 & New York City & USA \\
    2005 & Utrecht & The Netherlands \\
    2006 & Hakodate & Japan \\ \bottomrule
  \end{tabular}
\end{table}

 5.文献引用

在.tex文件中利用~\cite{标识}进行引用

在.bib文件中进行详细文献说明 如下例子

.tex中   books~\cite{Knu97}

.bib中   

@Book{Knu97,
  author =       "Donald E. Knuth",
  title =        "The Art of Computer Programming, Vol. 1: Fundamental Algorithms",
  publisher =    "Addison Wesley",
  year =         "1997",
  address =      "Reading, Massachusetts",
  edition =      "3rd",
  editor =       "",
  volume =       "",
  number =       "",
  series =       "",
  month =        "",
  note =         ""
}

6. latex给文字加边框且控制宽度  0.45处可调整宽度

\usepackage{framed}



\fbox{%
	\parbox{0.45\textwidth}{
		your words
	}
}

7.插图的单双栏

单栏

\begin{figure}[h]
	\centering
	\includegraphics[width=0.99\linewidth]{imgFileName}
	\caption{imgTitle}
	\label{fig:figLabel}
	\Description{Description.}
\end{figure}

双栏

\begin{figure*}
	\centering
	\includegraphics[width=0.99\linewidth]{imgFileName}
	\caption{imgTitle}
	\label{fig:figLabel}
	\Description{Description.}
\end{figure*}

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值