From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 10179 invoked from network); 17 Jan 2021 10:13:20 -0000 Received: from 1ess.inri.net (216.126.196.35) by inbox.vuxu.org with ESMTPUTF8; 17 Jan 2021 10:13:20 -0000 Received: from asquith.prosimetrum.com ([125.236.209.157]) by 1ess; Sun Jan 17 04:39:02 -0500 2021 Message-ID: <660510E0270E77DED8E00AEC95B135D7@prosimetrum.com> Date: Sun, 17 Jan 2021 22:40:11 +1300 From: umbraticus@prosimetrum.com To: 9front@9front.org In-Reply-To: <88469C36-F9E3-4537-8AFD-C2F8496C1E4E@quintile.net> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: leveraged component-oriented CMS frontend Subject: Re: [9front] troff & eqn sqrt{} output as pdf Reply-To: 9front@9front.org Precedence: bulk So we discovered that this change: diff -r 6086ad8502ee sys/lib/postscript/prologues/dpost.ps --- a/sys/lib/postscript/prologues/dpost.ps Fri Jan 15 19:32:02 2021 +0100 +++ b/sys/lib/postscript/prologues/dpost.ps Sun Jan 17 22:17:45 2021 +1300 @@ -188,1 +188,1 @@ - /radicalex [-50 0 500 0] + /radicalex [-50 0 500 1] makes this: ; echo '.EQ sqrt {g} = pi .EN' | eqn | troff -ms | dpost | ps2pdf | page work but have no idea why. Making the changes suggested at: B /sys/lib/postscript/prologues/dpost.ps:169,176 didn't help but changing that 0 to 1 (or anything else!) seems to do the trick for whatever reason. Any thoughts? or just push it? Ethan → can confirm on a 5 page report that it fixes all instances of roots I also checked man -t eqn | dpost | ps2pdf | page umbraticus