Created
December 2, 2014 10:22
-
-
Save dokenzy/64836db95a2f0a987faa to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\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}} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% 생략 ... | |
\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