Latex的基础使用

大标题

\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

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

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值