[OS X TeX] Captions in graphix

Ross Moore ross at ics.mq.edu.au
Mon Mar 11 05:47:17 CET 2002



> 
> Whoops, figured it out.  I had used \abstract{ abstract body} to 
> delimitate the abstract body.  This was making pdftex

Ahah.  The old undelimited \abstract trick.


> think the whole paper content was an abstract and reducing the typesize 
> accordingly.  I never did understand the limitations
> of the \environment{text text} command.  This works for emphasis or the 
> like does it not, e.g. \emph{a phrase} correctly, why doesn't it work 
> for something like abstract?

There is an {abstract} environment.
You should use it as:

 \begin{abstract}
  ...
 \end{abstract}

You can also use it in the deprecated way:

 \abstract
  ...
 \endabstract

and get the same appearance.

The difference is that by eschewing the  \begin{...} tagging,
in preference for the shorter \abstract  form,
you stop LaTeX from keeping track of what is the current environment.
So if you make a mistake, then LaTeX cannot help you determine what
is wrong.

Essentially one has that:

  \begin{abstract}  --->  do some environment book-keeping
                          then do  \abstract

  \end{abstract}   --->   do  \endabstract  then close-off the
                          book-keeping for the {abstract} env.

so that the real work is done by \abstract and \endabstract .


Hope this helps,

	Ross Moore


> 
> 
> Dr. Paul Fons
> Photonics Research Institute
> National Institute for Advanced Industrial Science and Technology
> Ministry of Economics and Trade
> Umezono 1-1-1
> Tsukuba, Japan 305-8568
> tel. 81-298-61-5636 fax. 81-298-61-5615
> 
> paul-fons at aist.go.jp
> 
> Lines below are in Japanese
> $BFHN)9T@/K!?M(B $B;:6H5;=QAm9g8&5f=j8w5;=QItLg(B
> $B")(B305-8568 $B0q>k8)$D$/$P;TG_1`(B1-1-1 $B;:Am8&$D$/$PCf1{Bh(B2
> E-mail: paul-fons at aist.go.jp, Tel. 0298-61-5636, Fax. 0298-61-5615


-----------------------------------------------------------------
To UNSUBSCRIBE, send email to <info at email.esm.psu.edu> with
"unsubscribe macosx-tex" (no quotes) in the body.
For additional HELP, send email to <info at email.esm.psu.edu> with
"help" (no quotes) in the body.
-----------------------------------------------------------------




More information about the macostex-archives mailing list