mailing-list for TeXmacs Users

Text archives Help


Re: [TeXmacs] Fwd: Re: TeXmacs 1.99.6


Chronological Thread 
  • From: "Andrey G. Grozin" <address@hidden>
  • To: Karl Hegbloom <address@hidden>
  • Cc: Henri Girard <address@hidden>, address@hidden
  • Subject: Re: [TeXmacs] Fwd: Re: TeXmacs 1.99.6
  • Date: Sun, 31 Dec 2017 11:29:11 +0700 (+07)

On Sat, 23 Dec 2017, Karl Hegbloom wrote:
Rather than Qt4, I would install the Qt5 development packages via the
qt5-default package.
I managed to compile TeXmacs with Qt5 using CMakeLists.txt files by Massimiliano Gubinelli (the autoconf machinery does not inclide QtPrintSuttort, and as a result #include <QPringer> fails; cmake correctly includes this Qt5 package).

After the upgrade, some pieces in the maxima interface don't work (I'm sure they worked in the past). What is this <large-sqrt-O>? If I copy to TeXmacs-scheme, I get

(concat " " (math (with "math-display" "true" (concat (text (with "font-family" "tt" "color" "red" (concat "(" (with "math-font-family" "rm" "%o1") ") "))) (frac (concat "a*" (math-up "asinh") (space "0.27em") (around* "(" (frac "x" (sqrt "a")) ")")) "2") "+" (frac (concat "x*" (sqrt (concat "x" (rsup "2") "+a"))) "2")))))

The relevant part here is just

(sqrt "a")

which seems correct. Why does it produce such a strange result in the TeXmacs window (see the attachment)?

Andrey

Attachment: texmacs.png
Description: PNG image




Archive powered by MHonArc 2.6.19.

Top of page