Skip to content

Instantly share code, notes, and snippets.

@RustingSword
Created November 12, 2011 08:36
Show Gist options
  • Save RustingSword/1360253 to your computer and use it in GitHub Desktop.
Save RustingSword/1360253 to your computer and use it in GitHub Desktop.
\documentclass{ctexart}
\usepackage{graphicx}
\usepackage{caption}
\begin{document}
\begin{figure*}[h]
\begin{minipage}[t]{0.45\linewidth}
\centering
\includegraphics[width=1.75\linewidth]{BytesDF.png}
%\caption[loftitle]{blabla}
\end{minipage}
\hfill
\begin{minipage}[t]{0.45\linewidth}
\centering
\includegraphics[width=1.75\linewidth]{BytesDF.png}
%\caption[loftitle]{kacakaca}
\end{minipage}
\caption*{kacakaca}
\end{figure*}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment