📄 graph.ctx
字号:
% 最简单的插入图象的命令
\documentclass{article}
\usepackage{graphicx}
\usepackage{caption2}
% 标题上下方的间距
\setlength{\abovecaptionskip}{10pt}
\setlength{\belowcaptionskip}{10pt}
\begin{document}
\begin{figure}
\centering
\includegraphics[width=3in]{A.eps}
\renewcommand{\figurename}{Fig.}
\captionstyle{center}
\onelinecaptionsfalse
\caption{First Line of Caption \protect\\
Second Line of Caption}
\label{fig:caption:linebreak}
\end{figure}
\begin{figure}
\centering
\includegraphics[width=2in]{B.eps}
\renewcommand{\figurename}{Fig.}
\hspace{0.5in}
\includegraphics[width=1.6in]{C.eps}
\caption{Two Graphics in One Figure}
\end{figure}
\end{document}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -