texmacs-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Texmacs-dev] \dueto broke again in TeXmacs 1.0.1.21


From: bump
Subject: [Texmacs-dev] \dueto broke again in TeXmacs 1.0.1.21
Date: Fri, 1 Aug 2003 17:34:52 -0700

Exported latex of \dueto is broke (again!) in TeXmacs 1.0.1.21.

A couple of releases ago I submitted a patch through the patch manager
fixing \dueto in exported latex. The patch was duly applied by Joris
around 1.0.1.15 (I think) but now this is broke again.

The \ must be double escaped.

Daniel Bump



--- tmtex-preamble.scm  Sun Jul 13 03:20:56 2003
+++ tmtex-preamble.scm.fixed    Fri Aug  1 17:05:26 2003
@@ -105,7 +105,7 @@
     (problem ,(newexercise "problem" "Problem"))
     (proof ,(newproof "proof" "Proof"))
     (tmfloat ,(newtmfloat))
-    (dueto 1 "\textup{\textbf{(#1) }}")
+    (dueto 1 "\\textup{\\textbf{(#1) }}")
 
     ;; TeXmacs structural markup
     (TeXmacs 0 
"T\kern-.1667em\lower.5ex\hbox{E}\kern-.125emX\kern-.1em\lower.5ex\hbox{\textsc{m\kern-.05ema\kern-.125emc\kern-.05ems}}")









reply via email to

[Prev in Thread] Current Thread [Next in Thread]