Skip to content

Commit

Permalink
Merge pull request #22 from dsh0416/master
Browse files Browse the repository at this point in the history
Fix figure width
  • Loading branch information
napulen authored May 12, 2020
2 parents 432b572 + 54c6bb2 commit 5089fff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 2020/latex/ISMIR2020template.tex
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ \subsection{Figures, Tables and Captions}

\begin{figure}
\centerline{\framebox{
\includegraphics[width=\columnwidth]{figure.png}}}
\includegraphics[width=0.9\columnwidth]{figure.png}}}
\caption{Figure captions should be placed below the figure.}
\label{fig:example}
\end{figure}
Expand Down

0 comments on commit 5089fff

Please sign in to comment.