发布时间:2024-03-27 09:01
是跟.tex
文件具有相同路径,所以直接写图片名称即可。
\includegraphics[width=1\linewidth]{graph_rela.png}
是相对路径,写:文件夹名+图片名
\includegraphics[width=1\linewidth]{figures//graph_rela.png}
可以采用绝对路径。
\includegraphics{D:/matlab/image/zs.eps}
\usepackage{subfigure}
\usepackage[graphicx]{realboxes}
\begin{figure}
\centering %表示居中
\includegraphics[height=4.5cm,width=9.5cm]{111.eps}
% [height=4.5cm]表示高度
%[width=9.5cm]表示宽度
%{111.eps}表示eps格式的图片,名为111
\caption{pic1}
%图片的名称
\label{2}
%图片的标签,用于文章中的引用,注意到标签的数字与实际文章显示的数字可能不同
\end{figure}
\begin{figure}[htbp]%%图,[htbp]是浮动格式
\subfigure[]{
\includegraphics[width=2.5cm,height=2.5cm]{figures//hx2.png} \label{Fig.6(b)}
}
\hspace{2mm}
\subfigure[]{
\includegraphics[width=2.5cm,height=2.5cm]{figures//hx2.png} \label{Fig.6(b)}
}
\hspace{2mm}
\subfigure[]{
\includegraphics[width=2.5cm,height=2.5cm]{figures//hx2.png} \label{Fig.6(b)}
}
\caption{Geographical location and relationship of four types of bike stations }
\end {figure}
\begin{figure}[htbp]%%图,[htbp]是浮动格式
\subfigure[]{
\includegraphics[width=2.5cm,height=2.5cm]{figures//hx2.png} \label{Fig.6(b)}
}
\hspace{2mm}
\subfigure[]{
\includegraphics[width=2.5cm,height=2.5cm]{figures//hx2.png} \label{Fig.6(b)}
}
%% 有回车
\hspace{2mm}
\subfigure[]{
\includegraphics[width=2.5cm,height=2.5cm]{figures//hx2.png} \label{Fig.6(b)}
}
\caption{Geographical location and relationship of four types of bike stations }
\end {figure}
\begin{figure}[htbp]%%图,[htbp]是浮动格式
\begin{minipage}[t]{0.3\linewidth} \label{Fig.4} %图片占用一行宽度的30%
\hspace{2mm}
\includegraphics[width=3.5cm,height=2cm]{figures//singlegraph.png}
\caption{The relationship between different types of sites.}
\end{minipage}
\begin{minipage}[t]{0.3\linewidth} \label{Fig.4} %图片占用一行宽度的30%
\hspace{2mm}
\includegraphics[width=3.5cm,height=2cm]{figures//singlegraph.png}
\caption{The relationship between different types of sites.}
\end{minipage}
\begin{minipage}[t]{0.3\linewidth} \label{Fig.4} %图片占用一行宽度的30%
\hspace{2mm}
\includegraphics[width=3.5cm,height=2cm]{figures//singlegraph.png}
\caption{The relationship between different types of sites.}
\end{minipage}
\end {figure}
如图所示:
注意:如果图片本身过大的时候,如果只调整图片占据的篇幅大小0.3/linewith
,则会出先图片重叠的现象。此时,只要对图片的高度和宽度重新调整缩小即可。
latex定义了两种浮动体环境:figure
和table
,通常分别用于图和表的排版。
\begin{figure}[(允许位置)]
(任意内容)
\end{figure}
able环境与之类似。其中可选参数(允许位置)用来设定浮动环境可以出现在页面的位置,即h、t、b、p四个选项的组合:
网络原理 | TCP/IP中的连接管理机制 重要协议与核心机制
【嵌入式Linux应用开发】温湿度监控系统——多线程与温湿度的获取显示
还不懂目标检测嘛?一起来看看Faster R-CNN源码解读
直播预告丨Hello HarmonyOS进阶课程第三课——游戏开发实践
做⼀个⾼德地图的 iOS / Android MAUI 控件(下)
(附源码)多种机器学习模型(KNN\LR\RF\Ada\Xg\GBDT...)下的降水降尺度中的模型训练
Spring Boot 2.x+Layui+Mybatis+MySQL+Shiro+Redis+JWT+Swagger2+thymeleaf+druid后台权限管理系统2.0全新升级版