changeset 460:e9042f029cf7

Fixed math mode bug (replace all $ with \$) (Logical change 1.134)
author optonline.net!jeffpc
date Thu, 01 Jan 2004 20:48:09 +0000
parents 40bc269735bf
children 59b03f58d338
files log_pdf.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/log_pdf.py	Thu Jan 01 20:48:09 2004 +0000
+++ b/log_pdf.py	Thu Jan 01 20:48:09 2004 +0000
@@ -83,6 +83,7 @@
 	line = log.getMESS().replace("_","\\_")
 	line = line.replace("#","\#")
 	line = line.replace("%","\%")
+	line = line.replace("$","\$")
 	if (pagepos==0):
 		latex += "\\begin{tabular}{p{0.6cm}|p{3.2cm}|p{0.6cm}|p{10.2cm}}\n"
 		latex += "\\hline\n"