大标题
\begin{document}
\begin{frontmatter}
\title{大标题}
正文
\section{一级标题}
\subsection{二级标题}
\subsubsection{三级标题}
插入图片:
在文中插入图片,图片大小适中:
\begin{figure}[h]
\centering
\includegraphics[width=0.95\textwidth]{eps//fig1.eps}
\caption{图描述}
\end{figure}
如果需要90度旋转图片:
使用sideways:
\usepackage{rotating}
\begin{figure}[h]
\centering
\begin{sideways}
\includegraphics[height=0.90\textwidth]{eps//fig6.eps}
\end{sideways}
\caption{Improved CNN model}
\end{figure}
使用其他(turn,rotate)
\begin{turn}{45}将要打印的内容旋转自定义角度
\end{turn}
\begin{rotate}{120}将要打印的内容旋转自定义角度,但是旋转结果并不能保证被旋转对象所需要的空间
\end{rotate}
插入公式
只有单独使用公式时,需要加上,如:$a+b=c $
\begin{equation}
使用该句式的时候不需要使用$,前面需要空格
\en

这篇博客介绍了LaTeX的基础使用,包括如何设置大标题,创建各级标题,插入图片,书写数学公式,制作表格以及引用文献的详细步骤。通过实例展示了LaTeX的强大功能,适合初学者入门。

4898

被折叠的 条评论
为什么被折叠?



