首页 > 代码库 > LaTeX 图片插入
LaTeX 图片插入
一般格式:
\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 图片插入
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。