Hi,

        [Please maintian the CC to [EMAIL PROTECTED] in
        your reply so that the Debian Bug tracking system can record
        your input]

        In the following LaTeX document, the caption contains eight
 bit Latin 1 characters "Beispiel f�r Templates". This is perfectly
 valid LaTeX, but it causes a problem: no figre number is generated in
 the caption. Otherwise the run was quite uneventful.

        Thanks,

        manoj

======================================================================
\documentclass[12pt]{article}

\usepackage[latin1]{inputenc} 
\usepackage{graphics} 
\begin{document}

In this (perfectly legal) document, there is a problem with the
following figure.

\begin{figure}[ht]
  \centering
  \includegraphics{templateexample.eps}
  \caption{Beispiel f�r Templates}
  \label{templateexample}
\end{figure}

The problem with this is, that this results in the following warning:
No number for "Beispielf�rTemplates"

in the WARNINGS file.
Beyond this no figure number is created in the caption. It creates
"Abbildung: Beispiel f�r Templates" instead of
"Abbildung 3.2: Beispiel f�r Templates".

\end{document}

======================================================================

A simple eps file is also included:
======================================================================%!
%%BoundingBox: 70 695 109 735
%%Title: junk
%%CreationDate: Thu Jan 28 22:40:10 1999
%%Creator: Tgif-3.0-p17 by William Chia-Wei Cheng ([EMAIL PROTECTED])

/tgifdict 2 dict def
tgifdict begin

end

%%PageBoundingBox: 70 695 109 735
tgifdict begin
/tgifsavedpage save def

1 setmiterlimit
1 setlinewidth

0 setgray

72 0 mul 72 11.00 mul translate
72 128 div 100.000 mul 100 div dup neg scale

gsave

/tgiforigctm matrix currentmatrix def

% BOX
0 setgray
gsave
   10 setmiterlimit
   gsave
      newpath
         128 104 moveto 192 104 lineto 192 168 lineto 128 168 lineto
      closepath
      stroke
   grestore
grestore

grestore
tgifsavedpage restore
end
%MatchingCreationDate: Thu Jan 28 22:40:10 1999
======================================================================




-- 
 Work without a vision is slavery, Vision without work is a pipe
 dream, But vision with work is the hope of the world.  Manoj
 Srivastava <[EMAIL PROTECTED]> <http://www.golden-gryphon.com/> Key
 C7261095 fingerprint = CB D9 F4 12 68 07 E4 05 CC 2D 27 12 1D F5 E8
 6E

Reply via email to