发布时间:2010-02-08 00:17:11
文章类别:插图技巧
原文地址:http://blog.sina.com.cn/s/blog_5e16f1770100h6en.html
QQ群:91940767/145316219/141877998/80300084/194770436
淘宝店:http://latexstudio.taobao.com
技巧续篇:http://latexstudio.net/
常见数学公式问题集下载
有时我们在一些图表注释的时候,需要在题目中也插入图片,但是直接插入图片无法运行通过。
我们的方法是加命令\protect
演示效果图:
演示代码:
\documentclass{article}
\usepackage{graphicx}
\usepackage{caption}
\begin{document}
\begin{figure}[H]
\centering
\includegraphics{bako-tex}
\caption{mytext \protect\includegraphics[scale=.5]{mf.eps}
mytext.}
\end{figure}
\end{document}
发表评论 取消回复