Skip to content

Instantly share code, notes, and snippets.

@dagvany
Last active December 8, 2019 13:57
Show Gist options
  • Save dagvany/40786d1e0f9d6b1bcdf77a31c79b36ef to your computer and use it in GitHub Desktop.
Save dagvany/40786d1e0f9d6b1bcdf77a31c79b36ef to your computer and use it in GitHub Desktop.
% 4 kép
\begin{figure}[!ht]
\centering
\includegraphics[width=67mm, keepaspectratio]{example-image-a}\hspace{1cm}
\includegraphics[width=67mm, keepaspectratio]{example-image-b}\vspace{5mm}
\includegraphics[width=67mm, keepaspectratio]{example-image-c}\hspace{1cm}
\includegraphics[width=67mm, keepaspectratio]{example-image-c}
\caption{Több képfájl beillesztése esetén térközöket is érdemes használni.}
\label{fig:4_kep_egymas_mellett}
\end{figure}
% négy kép egymás mellett külön referenciázva
\begin{figure}[!ht]
\centering
\begin{subfigure}[b]{0.45\textwidth}
\centering
\includegraphics[width=\textwidth]{example-image-a}
\caption{egyik}
\label{fig:egyik}
\end{subfigure}\hspace{1cm}\vspace{5mm}
\begin{subfigure}[b]{0.45\textwidth}
\centering
\includegraphics[width=\textwidth]{example-image-b}
\caption{másik}
\label{fig:masik}
\end{subfigure}
\begin{subfigure}[b]{0.45\textwidth}
\centering
\includegraphics[width=\textwidth]{example-image-c}
\caption{harmadik}
\label{fig:harmadik}
\end{subfigure}\hspace{1cm}\vspace{5mm}
\begin{subfigure}[b]{0.45\textwidth}
\centering
\includegraphics[width=\textwidth]{example-image-c}
\caption{negyedik}
\label{fig:negyedik}
\end{subfigure}
\caption{dolgok}
\label{fig:4_kep_egymas_mellet_kulon_ref}
\end{figure}
% három kép egymás mellett külön referenciázva
\begin{figure}[!ht]
\centering
\begin{subfigure}[b]{0.3\textwidth}
\centering
\includegraphics[width=\textwidth]{example-image-a}
\caption{egyik}
\label{fig:egyik}
\end{subfigure}
\hfill
\begin{subfigure}[b]{0.3\textwidth}
\centering
\includegraphics[width=\textwidth]{example-image-b}
\caption{másik}
\label{fig:masik}
\end{subfigure}
\hfill
\begin{subfigure}[b]{0.3\textwidth}
\centering
\includegraphics[width=\textwidth]{example-image-c}
\caption{harmadik}
\label{fig:harmadik}
\end{subfigure}
\caption{dolgok}
\label{fig:3_kep_egymas_mellet_kulon_ref}
\end{figure}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment