Skip to content

Instantly share code, notes, and snippets.

@dokenzy
Created December 2, 2014 10:22
Show Gist options
  • Save dokenzy/64836db95a2f0a987faa to your computer and use it in GitHub Desktop.
Save dokenzy/64836db95a2f0a987faa to your computer and use it in GitHub Desktop.
\renewcommand{\thefigure}{\#\arabic{figure}}
\renewcommand{\figurename}{}
\newfixedcaption{\captionoffig}{figure}
\captionnamefont{\color{orange}\ttfamily\footnotesize}
\captiontitlefont{\color{gray}\sffamily\footnotesize}
\hangcaption
\captionstyle{\raggedright}
\precaption{\vspace{-3mm}}
\newenvironment{fillimg}[1]%
{%
\begin{center}%
\makebox[\textwidth]{\includegraphics[width=\paperwidth]{#1}}%
}
{\end{center}}
% 생략 ...
\begin{figure}
\includegraphics[width=\textwidth]{Prise-de-la-Bastille}
\captionoffig{시민들에게 공격받는 바스티유 감옥}
\end{figure}
% 생략 ...
\begin{fillimg}
{Duplessi-Bertaux-Arrivee-de-Louis-Seize-a-Paris}
\end{fillimg}
% 생략
\begin{figure}
\includegraphics[width=0.65\textwidth]{gwangju3}
\captionoffig{당시 열차에서 일본인 학생들과 싸우던 박준채}
\end{figure}
% 생략
\begin{figure}
\includegraphics[width=.705\textwidth]{Kimbyungro}
\captionoffig{광주 학생 운동 관련자들을 변호한 김병로 변호사}
\end{figure}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment