[OS X TeX] Problem with Figure/Includegraphics

Jacques Dubucs jacques.dubucs at univ-paris1.fr
Fri Mar 20 00:10:48 CET 2009


This inclusion is sensible to the *label* of the image to include. If this
label contains a blank space, then you will get the image *and* the label;
else, only the image.

E.g. From the following code will result 2 pictures of Gödel, the second
one, but not the first one, being preceded at the left by the label "G.jpg":

\documentclass{memoir}
 \usepackage{graphicx}
   \begin{document}
  \begin{figure}[H]
     \includegraphics [width=.2\textwidth]{KG.jpg}
        \includegraphics [width=.2\textwidth]{K G.jpg}
       \end{figure}
        \end{document}

Bad feature, because the behavior of these commands should be independent
from accidental features of the labels.

Thanks for your attention,

JD


Jacques Dubucs
Directeur de l'IHPST
(UMR 8590, CNRS/Paris I/ENS)
13, rue du Four, 75006 Paris
Tel: (33) (0)1 43 54 60 36
Fax: (33) (0)1 43 25 29 48.
http://www-ihpst.univ-paris1.fr/3,jacques_dubucs.html






More information about the macostex-archives mailing list