latex题注(caption)位置
http://anything-is-ok.blog.163.com/blog/static/205720233201301634053760/
我們以插入圖片為例來說明latex中將題注(caption)置于不同位置的方法。
一般而言圖片的題注會加在圖片下方。如果想要使題注位于圖片上方,只需要 caption{caption-content} 置于命令 includegraphics[options]{picture-file} 之前即可。下面是一個例子。
documentclass[a4paper,12pt]{article}
usepackage{graphicx}
egin{document}
egin{figure}[h!]
caption{A picture of a gull.}
centering
includegraphics[width=0.5 extwidth]{atom_in_cavity.jpg}
end{figure}
egin{figure}[h!]
centering
eflectbox{%
includegraphics[width=0.5 extwidth]{atom_in_cavity.jpg}}
caption{A picture of the same gull
looking the other way!}
end{figure}
end{document}
有的時候我們還可能希望題注出現在圖片的右面。這可以通過兩種方法實現。第一,在figure環境中嵌套小頁(minipage)環境來實現。第二,使用sidecap宏包中的SCfigure環境。下面例子中我們分別使用了這兩種方法實現了題注的側置。
documentclass[a4paper,12pt]{article}
usepackage{graphicx}
usepackage{sidecap}
egin{document}
egin{figure}
egin{minipage}{0.5 extwidth}
includegraphics[width= extwidth]{atoms_in_cavity.jpg}
end{minipage}%
egin{minipage}{0.5 extwidth}
caption{A picture of a gull.}
end{minipage}
end{figure}
egin{SCfigure}
centering
includegraphics[width=0.5 extwidth]{atoms_in_cavity.jpg}
caption{A picture of a gull}
end{SCfigure}
end{document}
——數聲風笛離亭晚,我想瀟湘君想秦!
總結
以上是生活随笔為你收集整理的latex题注(caption)位置的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 跑PIN码破解无线网络WIFI密码的原理
- 下一篇: 《杀手 3》玩家可免费玩《杀手 1/2》