KTUGFaq

KTUG FAQ

α:
йȣ:
Your mind understands what you have been taught; your heart, what is true.
占신댐옙占쏙옙占쏙옙占쏙옙占쏙옙트/占쏙옙화占쏙옙타占쏙옙&value=작은나무hermian/2019-09likesam&value=WinEdtTip/KTUG������ › CaptionOfFloats

r1.8

@@ -1,66 +1,58 @@
ǥ (Table) ׸ (Figure) [ٴϴ ü] ĸ ٴ´.

=== `\caption` === [[TableOfContents]]
=== Q&A ===
==== Caption caption ====
'''Q1:''' (From KTUGOperate:14733'''''') κ Ʒ caption Ű ذ ϴ. caption Ű ݵ о.
{{{
Table 1
̺ ĸ.....
------------------------------------
------------------------------------ $ texdoc caption-eng
}}}
Ź帳ϴ.
'''A:''' (From KTUGOperate:14734'''''') `ccaption` Ű See->[http://ftp.ktug.or.kr/mirrors/CTAN//macros/latex/contrib/ccaption/ccaption.pdf ccaption.pdf] KC2008
{{{
\documentclass{article} #> kctexdoc caption-eng
\usepackage{hfont}
\usepackage{ccaption }}

\begin{document} ==== Caption ο ļ ϱ ====
'''caption Ű'''

\begin{table}
\captiondelim{}%ǥȣ ĸ : - -- --- . ־ ˴ϴ.
\captionstyle{\\}%ǥȣ ĸ Ǿտ % ̼
\caption{Fancy Caption}
\begin{center}
\begin{tabular}{|c|c|}
\hline
ƾ & α \\
\hline
& ϸ. \\
\hline
\end{tabular}
\end{center}
\end{table}
\end{document}
}}}
` caption ` Ű See->CTAN:macros/latex/contrib/caption/caption ̿Ѵ. pdf
{{{ #!vim tex
\documentclass{article}
\usepackage{ hfont graphicx}
\usepackage [labelsep=newline]{caption}
\captionsetup{% ɼδ newline none
format=hang, colon
font=small, period
labelfont=sf, space
textfont=rm, quad
labelsep=colon
}

\begin{document}

\begin{ table figure}
\ caption centering{ Fancy Caption}
\ begin includegraphics{ center 1-1}
}
\ begin caption{ tabular Electrical pattern slop trace, hereaftern,
oscillation of cycosolic $\tilde{C} $a$^{ |c|c| -2}
\hline $middle trace and force development bottom trace and force in a
ƾ & ѹα \\ locus following depolarization of the smooth muscle
\hline membrane. The initial steady-state values of parameters and constants
& ϸ of the model display a slow wave electrical mode. \\ fluctuation of
cytosolic $\ hline
\end tilde{ tabular C}
\end $a$^{ center -2}$ and regular phasic contracuons of constant amplitude
}
\end{ table figure}
\end{document}
}}}
http://www.ktug.or.kr/jsboard/data/operate/files/20070810144935/caption.PNG

==== Caption '''hangcaption Ű'''
ļ ϱ ====
hangcaption Ű ̿ Caption ο ļ ϴ ϴ.
\captionwidth caption ̸ .
{{{#!vim tex
\usepackage{hangcaption}

@@ -78,56 +70,42 @@
\end{table}
}}}

̰ listoffigure ʹ  ȴ.
{{{\hangcaption*[Aha]{...} }}} listoffigures ٸ  ִ.
==== Float ƴ 쿡 `\caption` Caption ֱ ====
[ٴϴ ü] ƴ 쿡 `\ '''caption ` ٿ 찡 ʴ. ccaption Ű ذϿ ش.
{{{
\usepackage{ccaption}
\newfixedcaption{\figcaption}{figure}
\newfixedcaption{\tabcaption}{table}
\tabcaption{ֱ}
\begin{tabbing}
ع \= λ\\
\> ⵵\\
\end{tabbing} '''

[ٴϴ ü] ƴ 쿡 `\ includegraphics caption` ٿ 찡 ʴ. caption Ű { foo {{\captionof} }} .
{{{
\ figcaption captionof{figure}{figure label}
\captionof{table}{ tablelabel}
}}}
ǥ \caption* ɿ ׸ ĸ иǾ \captionof* ɵ ִ. caption ǥ ĥ Ƿ listof.. ʴ´.
\captionof \captionof* minipage Ǵ parbox ȯ ȿ Ѵ.
==== Minipage ׸ Ǵ ǥ `\caption` Caption ֱ ====
׸ Ǵ ǥ ø ĸ ϴ. See KTUGOperate:16586
{{{ #!vim tex
\documentclass{article}
\usepackage{graphicx}
\usepackage{ ccaption}
\newfixedcaption{\figcaption}{figure caption}

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

\end{document}
}}}
==== Table ȯ濡 ׸ `\caption` Caption ֱ ====
ǥ ׸ ׻ پ ٳ 쿡 ϴ. See KTUGOperate: 16900 16909
{{{ #!vim tex
\documentclass{article}
\usepackage{graphicx}
\usepackage{ ccaption}
\newfixedcaption{\figcaption}{figure caption}

\begin{document}
\begin{table}
@@ -143,7 +121,7 @@
\end{tabular}\\
\smallskip
\includegraphics[width=50mm]{test1}
\ figcaption captionof*{figure}{Test1}
\end{table}

\end{document}
@@ -157,7 +135,7 @@
Uploads:sidecap1.jpg

Ʒ ҽ ϸ ׸ ׸ ĸ ٴ´.
{{{ #!vim tex
\documentclass{article}
\usepackage{caption}
\usepackage{sidecap}
@@ -194,3 +172,78 @@
\end{Example}
\end{document}
}}}
==== Caption ====
'''Q2'''(From KTUGOperate:14733'''''')''':''' ϴ Ʒ ϴ.
{{{
Table 1
̺ ĸ.....
------------------------------------
------------------------------------
}}}
Ź帳ϴ.
'''A2:''' :-9 '''caption''' Ű ϴ.
{{{#!vim tex
\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 ߻ϴ... ؾ ϴ ? Ϸּſ...Ź帮ڽϴ.
'''A3'''(From KTUGOperate:22025'''''')''':''' See CTAN:macros/latex/contrib/caption/caption.pdf
http://www.ktug.or.kr/jsboard/data/operate/files/20070724193852/left-caption.jpg
{{{#!vim tex
\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}
}}}
==== Caption ȿ ֱ ====
'''Q4'''(From KTUGOperate:2123'''''')''':''' \caption ȿ ־ ߻ϴ 찡 ִ.
'''A4'''(From KTUGOperate:2124'''''')''':''' \protect ɾ ϸ ȴ.
{{{#!vim tex
\begin{figure}
\includegraphics{something}
\caption{$\protect a \cong b$} % \protect ɾ Ͽ \cong ɾ Ǯ Ѵ.
\end{figure}
}}}
Ʒ 2 13 κ ϶.
http://www.ktug.or.kr/doc/lshort-kr/lshort-kr.pdf
==== ū ׸ ְ ĸ Ǵ ====
׸ Ŀ ĸ () ϴܿ ּó ־ ϴ 찡 ִ.
fltpage Ű FPfigure, FPtable ȯ ̿Ѵ.



ǥ(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 2009-09-27 11:06:53
Processing time 0.0854 sec