Minipage¿¡ Footnote¸¦ ´Þ¸é
mpfootnote¶ó´Â Ưº°ÇÑ °¢ÁÖ Çü½ÄÀ¸·Î MinipageÀÇ ÇÏ´Ü¿¡ ºÙ´Â´Ù. À̸¦ ÀÌ¿ëÇÏ¿©
¶°´Ù´Ï´Â °³Ã¼ÀÇ °¢ÁÖ¸¦ °³Ã¼(Ç¥, ±×¸²)ÀÇ ÇÏ´Ü¿¡ À§Ä¡½Ãų ¼ö ÀÖ´Ù.
Å×ÀÌºí ¹Ù·Î ¾Æ·¡¿¡ °¢ÁÖ ³Ö±â ¶
Ç¥¾È¿¡ °¢ÁÖ¸¦ ÷°¡ÇÏ´Â ÀϹÝÀûÀÎ ¹æ¹ýÀº
minipage¸¦ ÀÌ¿ëÇÏ´Â °ÍÀÌ´Ù.
\begin{table}[htbp]
\centering
\begin{minipage}{.25\textwidth}
\begin{tabular}{|c|c|} \hline
Year & Rate \\\hline
1999 & 10.8\footnote{Ç¥ ¾Æ·¡ °¢ÁÖ} \\\hline
2000 & 8.8 \\\hline
\end{tabular}
\end{minipage}
\caption{minipage °¢ÁÖÀÇ ¿¹}
\end{table}
¶°´Ù´Ï´Â °³Ã¼ÀÇ °¢ÁÖ °ü·Ã Q&A ¶
Q. Ç¥ ¾È¿¡ °¢ÁÖ¸¦ ´Þ±â À§Çؼ minipageȯ°æÀ» ÀÌ¿ëÇÏ°í Àִµ¥, ¿©·¯ Àå¼Ò¿¡ °°Àº °¢ÁÖ¹øÈ£¸¦ ºÎ¿©ÇÏ°í ½Í½À´Ï´Ù. ¾î¶»°Ô Çϳª¿ä?
A. ¸î°¡Áö ¹æ¹ýÀÌ ÀÖÀ»ÅÙµ¥ \renewcommand\thefootnote{\it\alph{footnote}}¸¦ ÀÌ¿ëÇÏ´Â °ÍÀÌ ±×Áß °£ÆíÇÏ´Ù°í º¾´Ï´Ù.
\begin{table}
\renewcommand\thefootnote{\it\alph{footnote}}
\begin{minipage}{\textwidth}
\begin{tabular}{cc}
\hline
First\footnote{first footnote} &
First\footnotemark[1]
\\\hline
Second\footnote{second footnote} &
Second\footnotemark[1]
\\\hline
\end{tabular}
\end{minipage}
\caption{°°Àº °¢ÁÖ ¹øÈ£ ¿©·¯¹ø ºÙÀ̱â}\label{tab:le1}
\end{table}
threeparttable.sty´Â Donald Arseneau ¾¾°¡ ¸¸µç Ç¥ ÀÛ¼º ½ºÅ¸ÀÏ ÆÐÅ°Áö·Î¼, threeparttable ȯ°æÀ» Á¦°øÇÑ´Ù.
- threeparttable¿¡¼ Ç¥´Â ¼¼ ºÎºÐÀ¸·Î ±¸¼ºµÈ´Ù: (1) caption, (2) tabular, (3) tablenotes.
- tabular ºÎºÐ¿¡¼ ÁÖ¼® À§Ä¡´Â \tnote·Î Ç¥½ÃÇÑ´Ù.
- tablenotes ȯ°æÀº list ȯ°æµéó·³ \itemÀ» °¡Áø´Ù.
\begin{table}
\centering
\begin{threeparttable}
\caption{F\"orster}
\label{tab:forster}
\begin{tabular}{|l|l|c|}
\hline
Donor & Acceptor & $R_{o}$ (\AA)\\
\hline
CPM\tnote{a} & Fluorescein & 47 \\
Proflavin & ETSC\tnote{b} & 46 \\
CF\tnote{c} & TR\tnote{d} & 51\\
\hline
\end{tabular}
{\small
\begin{tablenotes}
\item[a] Á¶»çÁ¶»çÁ¶»çÁ¶»çÁ¶»çÁ¶»çÁ¶»ç
\item[b] ½ÃÇè½ÃÇè½ÃÇè½ÃÇè½ÃÇè
\item[c] Á¤»óÁ¤»óÁ¤»óÁ¤»óÁ¤»óÁ¤»ó
\item[d] Åë°úÅë°úÅë°úÅë°ú
\end{tablenotes}
}
\end{threeparttable}
\end{table}
mbenotes¸¦ ÀÌ¿ëÇÏ´Â ¹æ¹ý ¶
\tabnote¿Í \thetabnotes¸¦ ÀÌ¿ëÇÑ´Ù. \thetabnotes´Â tabular ¾ÈÀ̳ª ¹Û ¾îµð¿¡¼µç ¾µ ¼ö ÀÖ´Ù. mbenotes°¡ Á¦°øÇÏ´Â ´Ù¸¥ ¸í·É¿¡ ´ëÇؼ´Â
MbeNotesPackage¸¦ Âü°í.
\usepackage{mbenotes} %% preamble
...
\begin{table}
\renewcommand\thetabnote{$\alph{tabnote}$}
\centering
\caption{F\"orster}\label{tab:forster}
\begin{tabular}{|l|l|c|}
\hline
Donor & Acceptor & $R_{o}$ (\AA)\\
\hline
CPM\tabnote{tabnote} & Fluorescein & 47 \\
Proflavin & ETSC\tabnote{tabnote two} & 46 \\
CF\tabnote{Á¤»óÁ¤»óÁ¤»óÁ¤»óÁ¤»óÁ¤»ó} & TR\tabnote{Åë°úÅë°úÅë°úÅë°ú} & 51\\
\hline
\end{tabular}
\begin{minipage}{.4\linewidth}
\thetabnotes[]
\end{minipage}
\end{table}
ÆäÀÌÁö ¹Ù´Ú¿¡ °¢ÁÖ ³Ö±â ¶
ÆäÀÌÁöÀÇ ¾Æ·¡ÂÊ¿¡
°¢ÁÖ°¡ ³ªÅ¸³ª°Ô ÇÏ·Á¸é
footnotemark¿Í
footnotetext¸¦ ÀÌ¿ëÇÑ´Ù.
\begin{table}[htbp]
\centering
\begin{tabular}{|c|c|} \hline
Year & Rate \\\hline
1999 & 10.8\footnotemark \\\hline
2000 & 8.8 \\\hline
\end{tabular}
\caption{ÆäÀÌÁö ¹Ù´Ú¿¡ °¢ÁÖ¸¦ º¸ÀÌ´Â ¿¹}
\end{table}
\footnotetext{ÆäÀÌÁö ¹Ù´Ú °¢ÁÖ}
°¢ÁÖ(footnote)°¡ floatÀÇ ¾Æ·¡·Î ¿Àµµ·Ï ÇÏ·Á¸é ¶
ÆäÀÌÁöÀÇ ¹Ù´Ú(b)¿¡ floats°¡ ¿ÔÀ» ¶§ °¢ÁÖ´Â º¸Åë ÀÌ floatsº¸´Ù À§¿¡ ¿À°Ô µË´Ï´Ù. °¢ÁÖ¸¦ ¶°´Ù´Ï´Â °³Ã¼ ¾Æ·¡ÂÊ¿¡ ³õÀ¸·Á¸é
stfloats ÆÐÅ°Áö¸¦ »ç¿ëÇÕ´Ï´Ù. \fnbelowfloats ¸¦ Áö½Ã(¼±¾ð)ÇÏ¸é µË´Ï´Ù.
\usepackage{stfloats}
\fnbelowfloats
¶Ç´Ù¸¥ ¹æ¹ýÀ¸·Î fnpos ÆÐÅ°ÁöÀÇ
\makeFNbelow ¼±¾ðÀ» ÀÌ¿ëÇصµ µË´Ï´Ù.