lout-users
[Top][All Lists]
Advanced

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

Incorrect "root" and "sqrt" symbols using TeX fonts


From: Stephan Pabst
Subject: Incorrect "root" and "sqrt" symbols using TeX fonts
Date: Thu, 17 Sep 1998 14:04:28 +0200 (MESZ)

Hello,

using lout 3.12 with TeX fonts (from lout.teq.2.2.tar.gz),
the "root" and "sqrt" symbols are displayed incorrectly.
An ASCII drawing might give an impression of what happened:


    @SysInclude { eq }     @SysInclude { teq }
    ...                    ...
    @Eq { sqrt x }         @Eq { sqrt x }

           __                     __
       _  /                      / 
        |/ x                      x


The following unified diff shows my modification of
$(LIBDIR)/include/teq which solved the problem:


--- /usr/src/lout.teq.2.2/teq   Sun Dec  1 13:08:43 1996
+++ /usr/lib/lout/include/teq   Thu Sep 17 10:30:49 1998
@@ -380,7 +380,7 @@
     def copyrightserif  { @Sym "\323"                          }
     def trademarkserif  { @Sym "\324"                          }
     def product         { 0.6w @VShift 0.2f @Top @Cmex "producttext" }
-    def radical         { vctr { 0.19f @Top @Cmsy "radical" }  }
+    def radical         { vctr { 0.19f @Top @Cmex "radicalbig" } }
     def dotmath         { @Cmsy "periodcentered"               }
 
     def logicalnot      { @Cmsy "logicalnot"                   }


However, two questions remain:

- Is this modification a bug fix, or is it just a workaround which
  will fail under certain circumstances?
- If it is just a workaround, what is the proper solution to this
  problem?

Thanks in advance.

Stephan


reply via email to

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