From owner-freebsd-ports-bugs@freebsd.org Thu Nov 7 07:51:26 2019 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E29911AABB5 for ; Thu, 7 Nov 2019 07:51:26 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 477wZk5n0Sz4Fyc for ; Thu, 7 Nov 2019 07:51:26 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id C64821AABB4; Thu, 7 Nov 2019 07:51:26 +0000 (UTC) Delivered-To: ports-bugs@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C60BC1AABB3 for ; Thu, 7 Nov 2019 07:51:26 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 477wZk4wY9z4FyZ for ; Thu, 7 Nov 2019 07:51:26 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8CE3DA6FA for ; Thu, 7 Nov 2019 07:51:26 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id xA77pQI1035640 for ; Thu, 7 Nov 2019 07:51:26 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id xA77pQ3A035639 for ports-bugs@FreeBSD.org; Thu, 7 Nov 2019 07:51:26 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 241775] print/texlive-base: latex,pdflatex make wrong math in savebox Date: Thu, 07 Nov 2019 07:51:25 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: shige@iee.niit.ac.jp X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: hrs@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Nov 2019 07:51:26 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D241775 Bug ID: 241775 Summary: print/texlive-base: latex,pdflatex make wrong math in savebox Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: hrs@FreeBSD.org Reporter: shige@iee.niit.ac.jp Assignee: hrs@FreeBSD.org Flags: maintainer-feedback?(hrs@FreeBSD.org) Created attachment 208932 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D208932&action= =3Dedit result of sample source by pdflatex On FreeBSD, latex and pdflatex make wrong result for the following LaTeX source: ----- From here ----- \documentclass{article} \newsavebox{\myboxi} \newsavebox{\myboxii} \begin{document} \savebox{\myboxi}{\mbox{$I =3D \int_0^1 x^3dx$}} \savebox{\myboxii}{\mbox{$c =3D \sqrt{a^2+b^2}$}} \begin{quote} \usebox{\myboxi}\usebox{\myboxii} \end{quote} \begin{quote} $I =3D \int_0^1 x^3dx$, $c =3D \sqrt{a^2+b^2}$ \end{quote} \end{document} ----- To here ----- In first quote environment, some symbols in math appear at incorrect positi= ons.=20 Second quote environment is treated correctly (see attach pdf file which is= the result of pdflatex). latex and pdflatex may fail to treat savebox/usebox. But, this problem may not appear on other OS (Windows, etc). I think this m= ay be a bug of FreeBSD texlive's ports (I installed by ports). Well, Japanese platex included in japanese/tex-ptex does not cause the prob= lem too. I don't know the reason why. pdflatex version : pdfTeX 3.14159265-2.6-1.40.16 (Web2C 2015) platex version : e-pTeX 3.14159265-p3.6-141210-2.6 (euc) (Web2C 2015) FreeBSD version : FreeBSD 12.0-RELEASE-p11 --=20 You are receiving this mail because: You are the assignee for the bug.=