From fb4e6221fbd0b2c03d4bcb534215445af9dc431f Mon Sep 17 00:00:00 2001 From: Michael Schindler Date: Thu, 25 Oct 2007 15:35:00 +0000 Subject: [PATCH] resolved the problem with \e : commands like \file should not be used in captions git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2945 069f4177-920e-0410-937b-c2a4a81bcd90 --- manual/graph.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/graph.tex b/manual/graph.tex index 7f79f149..300c6206 100644 --- a/manual/graph.tex +++ b/manual/graph.tex @@ -42,7 +42,7 @@ The result \file{graph.eps} is shown in figure~\ref{fig:graph}. \begin{figure}[ht] \centerline{\includegraphics{graph}} -\caption{A minimalistic plot for the data from file \file{graph.dat}.} +\caption[A minimalistic plot for the data from a file.]{A minimalistic plot for the data from file \file{graph.dat}.} \label{fig:graph} \end{figure} -- 2.11.4.GIT