首页 > 其他 > 详细

LaTeX 图片插入

时间:2017-07-07 22:07:26      阅读:293      评论:0      收藏:0      [点我收藏+]

一般格式:

 \begin{figure}
        \centering
        \includegraphics[scale=0.2]{Figure211.png}
        \caption{In the case of a Gaussian distribution, with θ
corresponding to the mean $\mu$, the regression
function illustrated in Figure 2.10 takes the form
of a straight line, as shown in red. In this
case, the random variable z corresponds to the
derivative of the log likelihood function and is
given by $(x-\mu_{ML})/\sigma^2$, and its expectation that
defines the regression function is a straight line
given by $(\mu-\mu_{ML})/\sigma^2$. The root of the regression
function corresponds to the maximum likelihood
estimator $\mu_{ML}$.}
    \end{figure}

 

 

若是Figure.eps,则需要在文件前导入两个包:

\documentclass{beamer}
\usepackage{graphicx}
\usepackage{epstopdf}

 

LaTeX 图片插入

原文:http://www.cnblogs.com/shenxiaolin/p/7134270.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!