简体   繁体   English

乳胶中图像之间的分离

[英]Separation between images in Latex

I have to put two images together, but the separation between them is very small, and I really want to make it wider. 我必须将两个图像放在一起,但是它们之间的间隔很小,我真的想使其更宽。

My code is the next one: 我的代码是下一个:

\begin{figure}[h]

    \centering

        \subfloat[Alerta en la barra de notificaciones]{

            \label{fig:alerta-app}

            \includegraphics[height=6cm]{graphs/verificacion/alerta-app.png}}

        \subfloat[Alerta en el interior de la aplicación]{

            \label{fig:alerta-app-dos}

            \includegraphics[height=6cm]{graphs/verificacion/alerta-app-2.png}}

        \caption{Alerta recibida desde el coordinador central}

        \label{fig:alerta-android}

\end{figure}

The effect is shown here: 效果如下所示: 代码的结果

How could I do that? 我该怎么办?

Under \\subfloat[Alerta en el interior de la aplicación]{ \\subfloat[Alerta en el interior de la aplicación]{

add \\hspace{5.5cm} by increasing number space will get wider 通过增加数字空格添加\\hspace{5.5cm}会变得更宽

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM