Last active
January 14, 2017 07:53
-
-
Save t5ujiri/9183d2e13d4e01e01a934145c4160a17 to your computer and use it in GitHub Desktop.
This file contains 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
\documentclass{article} | |
\usepackage[dvipdfmx]{graphicx} | |
\usepackage{subfig} | |
\usepackage{caption} | |
\begin{document} | |
\begin{figure} | |
\centering | |
\captionsetup{width=0.25\textwidth} % targetting subfloat's caption | |
\subfloat[常木耀(つねきひかり)CV:佐倉綾音 イマどきのいじり姫。いつも明るいクラスのアイドル。去年のミスサンタコンテスト準優勝でテラスに専用席がある。食べることが好き。たまに頑固なところがある。]{\includegraphics[width=0.3\textwidth]{fig/tsuneki.png}\label{fig:tsuneki}} | |
\subfloat[桃乃今日子(とうのきょうこ)CV:木村珠莉 主人公の幼稚園からの幼馴染で丘の上公園でよく遊んでいた。成績優秀の優等生。その一方、少女漫画が好きで子供っぽい部分もあり、そんな自分にコンプレックスを抱えている。]{\includegraphics[width=0.3\textwidth]{fig/touno.png}\label{fig:touno}} | |
\subfloat[桧山水羽(ひやまみう)CV:井澤詩織 エリート女子高の水泳部員お嬢様学校の水泳部で少し世間知らず。コワモテだが、実際は純粋素直で騙されやすい。ずっと女子高なので共学のカップルに嫉妬したりする。]{\includegraphics[width=0.3\textwidth]{fig/hiyama.png}\label{fig:hiyama}} | |
\captionsetup{width=0.8\textwidth} % targetting main caption | |
\caption{セイレンの登場人物のうち三人の抜粋.} | |
\end{figure} | |
\end{document} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment