KTUGFaq

KTUG FAQ

α:
йȣ:
Let not the sands of time get in your lunch.
占쏙옙타占쌉글꼴삼옙占쏙옙歐占FAQVolunteers&value=TeX4ht/FindPageTrueType&value=DVI̹StructuredText&value=12PageStyle › Tableȯ

1 Tableȯ
2 ̺ ȿ ֱ
3 ĸ(Caption)
[]

1 Tableȯ

\begin{table}[ġ]

 ̺ (tabular ȯ, ǥ ׸ Ǿ   ׸ ־ ȴ.)

\caption{̺ ĸ}%ĸ ̺ ʿ η ̺  
\end{table}

̺ ȯ Figureȯ ٴϴ ü . ̺ ļ ׷ ʴ´. ̻ ģ ̺ longtableŰ ̿Ѵ. See LongTable

[]

2 ̺ ȿ ֱ

ٴϴ ü ָ ̴ .

[]

MinipageFootnote ̿ϴ

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}
\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}
\begin{table}
  \centering
  \renewcommand\thefootnote{\it\alph{footnote}}
  \begin{minipage}{.33\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 ̿ϴ

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}
\makeatletter
\input{threeparttable.sty}
\makeatother
\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 ()ϸ ˴ϴ.
% <PREAMBLE>
\usepackage{stfloats}
% <DOCUMENT>
\fnbelowfloats
Ǵٸ fnpos Ű \makeFNbelow ̿ص ˴ϴ.


[]

3 ĸ(Caption)

ǥ(Table) ׸(Figure) ٴϴ ü ĸ ٴ´.

1 Caption ο ļ ϱ
2 Float ƴ 쿡 Caption ֱ
3 Minipage ׸ Ǵ ǥ Caption ֱ
4 Table ȯ濡 ׸ Caption ֱ
5 ĸ ȸ ġٲٱ
6 ĸ
7 Side Caption
8 Caption
9 Caption ȿ ֱ
10 ū ׸ ְ ĸ Ǵ

caption κ caption Ű ذ ϴ. caption Ű ݵ о.
$ texdoc caption-eng
KC2008
#> kctexdoc caption-eng

[]

1 Caption ο ļ ϱ

caption Ű

ĸǿ caption Ű ̿Ѵ.
\documentclass{article}

\usepackage{graphicx}
\usepackage{caption}

\captionsetup{%
format=hang,
font=small,
labelfont=sf,
textfont=rm,
labelsep=colon
}

\begin{document}

\begin{figure}
\centering{
\includegraphics{1-1}
}
\caption{Electrical pattern slop trace, hereaftern,
oscillation of cycosolic $\tilde{C}$a$^{-2}
$middle trace and force development bottom trace and force in a
locus following depolarization of the smooth muscle
membrane. The initial steady-state values of parameters and constants
of the model display a slow wave electrical mode. fluctuation of
cytosolic $\tilde{C}$a$^{-2}$ and regular phasic contracuons of constant amplitude
}
\end{figure}

\end{document}

http://www.ktug.or.kr/jsboard/data/operate/files/20070810144935/caption.PNG

hangcaption Ű

hangcaption Ű ̿Ͽ.
\usepackage{hangcaption}

\begin{table}[htpb]
  \captionwidth 4.0in
  \centering
  \hangcaption{The discrete energies $E_i$ (MeV) used for
    deriving the approximate line-beam response function.
    This is a long caption that extends over several line.} \label{t8b}
  \begin{tabular}{|c|c|c|}
  \hline
  A & B & C \\
  \hline
  \end{tabular}
\end{table}

[]

2 Float ƴ 쿡 Caption ֱ

caption Ű

ٴϴ ü ƴ 쿡 \caption ٿ 찡 ʴ. caption Ű \captionof .
\captionof{figure}{figure label}
\captionof{table}{tablelabel}
\caption* ɿ ϴ \captionof* ɵ ִ. caption ǥ listof.. ʴ´. \captionof \captionof* minipage Ǵ parbox ȯ ȿ Ѵ.
[]

3 Minipage ׸ Ǵ ǥ Caption ֱ

׸ Ǵ ǥ ø ĸ ϴ. See KTUGOperate:16586
\documentclass{article}
\usepackage{graphicx}
\usepackage{caption}

\begin{document}
\begin{minipage}{55mm}
  \includegraphics[width=50mm]{test1}
\captionof{figure}{Test1}
\end{minipage}
\hfil
\begin{minipage}{55mm}
  \includegraphics[width=50mm]{test2}
\captionof{figure}{Test2}
\end{minipage}

\end{document}
[]

4 Table ȯ濡 ׸ Caption ֱ

ǥ ׸ ׻ پ ٳ 쿡 ϴ. See KTUGOperate:16909
\documentclass{article}
\usepackage{graphicx}
\usepackage{caption}

\begin{document}
\begin{table}
\centering%
\caption{The width of columns}
\begin{tabular}{l|c} \hline
F & $u^{\ast}$ \\ \hline
G & 0 \\
K & $\frac{1}{40} \left( 11+\sqrt{409} \right) $ \\
CM & $\frac{1+3\lambda}{4}$ \\
New & $\frac{11+5\lambda +\sqrt{409+15\lambda (22+15\lambda)}}{40}$
\\ \hline
\end{tabular}\\
\smallskip
 \includegraphics[width=50mm]{test1}
\captionof*{figure}{Test1}
\end{table}

\end{document}

[]

5 ĸ ȸ ġٲٱ

[]

6 ĸ

δ ǥ ̾ ϳ ǥ ϰ , ù° ǥ ĸ ȣ ǥ ϰ پ ϰ, ι° ĸ (continued) ǥõǾ Ѵ. ̷ ĸ ̴ ccaption Ű \contcaption ϸ ϴ. ǥ ù ൵ Ǯ ǵ ִ. caption̳ caption2 Ű ̿ KTUGOperate:16287 KTUGOperate:16264 ִ.
[]

7 Side Caption

sidecap1.jpg

Ʒ ҽ ϸ ׸ ׸ ĸ ٴ´.
\documentclass{article}
 \usepackage{caption}
 \usepackage{sidecap}
\newenvironment{Example}%
  {\ifvmode\else\unskip\par\fi
   \minipage{\linewidth}\smallskip}%
  {\smallskip\endminipage}

\begin{document}

 \begin{Example}
   \newsavebox\scbox
   \begin{lrbox}{\scbox}
     \setlength{\unitlength}{.75cm}
     \setlength{\fboxsep}{0pt}
     \fbox{\begin{picture}(4,4)
       \put(1,3){\circle{1}}
       \put(3,3){\circle{1}}
       \put(2,2){\circle{1}}
       \put(1,1){\circle{1}}
       \put(3,1){\circle{1}}
     \end{picture}}
   \end{lrbox}
   \newlength\scboxwidth
   \setlength\scboxwidth{\wd\scbox}
   \makebox[\linewidth][c]{
     \parbox[b]{\scboxwidth}{\unhbox\scbox}
     \hspace\marginparsep
     \parbox[b]{1.5\scboxwidth}{
       \captionsetup{justification=RaggedRight,labelfont=bf}
       \captionof{figure}[]{A small example with the caption beside the figure.}
     }
   }
 \end{Example}
\end{document}

[]

8 Caption

Q2(From KTUGOperate:14733): ϴ Ʒ ϴ.
         Table 1
      ̺ ĸ.....
------------------------------------
------------------------------------
Ź帳ϴ.

A2: :-9 caption Ű ϴ.
\documentclass{article}
 \usepackage{kotex}
 \usepackage[labelsep=newline]{caption}%ɼδ newline  none, colon, period, space, quad  

\begin{document}

\begin{table}
\caption{Fancy Caption}
\begin{center}
\begin{tabular}{|c|c|}
  \hline
 ƾ & ѹα \\
  \hline
  & ϸ. \\
  \hline
\end{tabular}
\end{center}
\end{table}
\end{document}

Q3(From KTUGOperate:22013): ׸ ĸ ű غ \captionsetup ߻ϴ... ؾ ϴ ? Ϸּſ...Ź帮ڽϴ.


http://www.ktug.or.kr/jsboard/data/operate/files/20070724193852/left-caption.jpg
\documentclass[a4paper]{article}
\usepackage{graphicx}
\usepackage[labelfont=bf]{caption}
\begin{document}

\begin{figure}[!h]
\centering
\includegraphics[scale=0.5]{aptosta}
\captionsetup{singlelinecheck=off}
\caption{ $\protect\overrightarrow{AB}$ }
 \label{fig:illus}
\end{figure}

\end{document}

[]

9 Caption ȿ ֱ

Q4(From KTUGOperate:2123): \caption ȿ ־ ߻ϴ 찡 ִ.

A4(From KTUGOperate:2124): \protect ɾ ϸ ȴ.

\begin{figure}
\includegraphics{something}
\caption{$\protect a \cong b$} % \protect ɾ Ͽ \cong ɾ Ǯ Ѵ.
\end{figure}

Ʒ 2 13 κ ϶.


[]

10 ū ׸ ְ ĸ Ǵ

׸ Ŀ ĸ () ϴܿ ּó ־ ϴ 찡 ִ. fltpage Ű FPfigure, FPtable ȯ ̿Ѵ.




^
Valid XHTML 1.0! Valid CSS! powered by MoniWiki
last modified 2005-12-02 18:17:56
Processing time 0.1346 sec