-
ludewich pushed 5 commit(s) to refs/heads/master in the pgfplots Git repository of the pgfplots project.
2009-11-13 15:49:35 UTC by ludewich
-
Hello Dmitry,
thank you for your bug report! It is right, many commands which execute something can't be used inside of captions - and the print number thing is one of them. However, there is simple, quite general solution for this problem: simply type
\protect\pgfmathprintnumber
and it will work! I fear I can't do this automatically for every executable command, so I hope this solution...
2009-11-05 18:17:23 UTC by ludewich
-
This code produces error:
\documentclass[12pt]{article}
\usepackage{graphicx}
\usepackage{pgfplots}
\begin {document}
\begin{figure}
Figure Content
\caption{Try $x=\pgfmathprintnumber{1e+7}$ in caption}
\end{figure}
\end {document}
Compilation log is attached.
2009-11-04 20:32:11 UTC by kirzhanov
-
Thank you for the feature request! I have just implemented col sep=tab and submitted it to the git version. According to my tests, it works fine :-)
Please note that multiple spaces will still be treated like one (as usual in TeX).
2009-10-26 21:02:59 UTC by ludewich
-
It would be great to have an option for using tab as a separator, intead of any space.
This would allow for space in column text when using string type columns.
2009-10-26 16:00:40 UTC by nobody
-
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).
2009-10-07 02:21:20 UTC by sf-robot
-
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).
2009-10-07 02:21:15 UTC by sf-robot
-
Ok, I fixed this manual bug. sorry for the (very!) late response (see below)...
2009-09-22 18:26:19 UTC by ludewich
-
Hello Thomas,
I realized just now that you have answered this issue -- normally, I get mail copies of the sourceforge trackers. I apologize - it must have been dropped somehow!?
I'll check the manual! Thank you for pointing this out.
2009-09-22 18:24:04 UTC by ludewich
-
Thank you for reporting this issue! It is indeed a bug in pgfplots. I wrote a patch for the git version which fixes it.
In the meantime, there is another work-around: you can place a '%' at the end of the first line! that should also solve the problem.
I forgot to remove the end line char which appeared as spurious white space.
2009-09-22 18:20:23 UTC by ludewich