From blflatex at gmail.com Tue Dec 6 06:31:02 2016 From: blflatex at gmail.com (Bruno Le Floch) Date: Tue, 6 Dec 2016 00:31:02 -0500 Subject: [XeTeX] Random number primitives In-Reply-To: References: <7acc7205-7918-256e-e322-4b7a4ac8e0d9@morningstar2.co.uk> <1721424656.2666195.1479042290734@mail.yahoo.com> <1403727585.2678567.1479045523811@mail.yahoo.com> <1305907606.2686019.1479051989012@mail.yahoo.com> <29DC6722-CDFF-4C0B-962E-360ACC12438F@kfeuerherm.ca> <1157112631.2706131.1479055858916@mail.yahoo.com> <1939004436.3072917.1479115349387@mail.yahoo.com> Message-ID: <1c7d73a4-28c9-f756-4185-203d21b04098@gmail.com> On 11/14/2016 04:47 AM, David Carlisle wrote: > On 14 November 2016 at 09:22, Apostolos Syropoulos > wrote: >>> >>> Changing the source isn't the issue, are you offering also to help >>> with user support to manage the change >>> and explain to people why it's not possible to re-create documents >>> that they created before they updated >>> their tex system? >>> >> >> By following this conservative line of thought, we should >> not use OpenType fonts and stick to plain old but good Type 1 >> fonts! > > No, not at all. There is a big difference between offering new functionality > and offering existing functionality. when implementing existing tex features. > > xetex (far more than luatex) follows tex very closely, so that in the > main, if you are > not using the extended features it works exactly like tex. All I am > suggesting is that > design philosophy should apply here. > >> In fact, I would recommend dropping support for Type 1 >> fonts from XeTeX. If you want Type 1 fonts, use the ancient >> engines. > >> Also, each TeX destribution comes with all these >> TeX-based engines. So these people can always use their >> ancient files with no problem! > > Er no, That was entirely the point of my message. > I was replying to your offer to change the sources of pdftex. If that were done > people would _not_ be able to use their ancient (or even not ancient) > files and get the same results. > > David > I had time to look more carefully at the source code in pdftex.web. It works by producing a stream of 28-bit integers (details don't matter here) and rescaling that to the user's requested interval. This means for instance that \pdfuniformdeviate 536870912 only produces even numbers. This seemingly innocuous loop loops forever. \loop\ifodd\pdfuniformdeviate 536870912\relax\else\repeat I don't think XeTeX should adopt this bug for the sake of compatibility. I will not have time to implement anything in Pascal nor C in the near future. Best regards, Bruno From maxwell at umiacs.umd.edu Fri Dec 9 00:37:36 2016 From: maxwell at umiacs.umd.edu (maxwell) Date: Thu, 08 Dec 2016 18:37:36 -0500 Subject: [XeTeX] modified changebar.sty Message-ID: Some years ago, Apostolos Syropoulos modified the changebar.sty file that comes with the TeXLive distro so that it would work with xelatex, by adding \DeclareOption{xetex}{\cb at xetexcheck} etc. This code seems to be working, but it never got into the TeXLive distro. Should(n't) it? Mike Maxwell From zdenek.wagner at gmail.com Fri Dec 9 00:48:45 2016 From: zdenek.wagner at gmail.com (Zdenek Wagner) Date: Fri, 9 Dec 2016 00:48:45 +0100 Subject: [XeTeX] modified changebar.sty In-Reply-To: References: Message-ID: It should be sent to the maintainer of the package. TeX Live just gets what is on CTAN. And if it is on CTAN, it will go not only to TeX Live but also to MikTeX. Zden?k Wagner http://ttsm.icpf.cas.cz/team/wagner.shtml http://icebearsoft.euweb.cz 2016-12-09 0:37 GMT+01:00 maxwell : > Some years ago, Apostolos Syropoulos modified the changebar.sty file that > comes with the TeXLive distro so that it would work with xelatex, by adding > \DeclareOption{xetex}{\cb at xetexcheck} > etc. > > This code seems to be working, but it never got into the TeXLive distro. > Should(n't) it? > > Mike Maxwell > > > -------------------------------------------------- > Subscriptions, Archive, and List information, etc.: > http://tug.org/mailman/listinfo/xetex > -------------- next part -------------- An HTML attachment was scrubbed... URL: From asyropoulos at yahoo.com Fri Dec 9 08:42:34 2016 From: asyropoulos at yahoo.com (Apostolos Syropoulos) Date: Fri, 9 Dec 2016 07:42:34 +0000 (UTC) Subject: [XeTeX] modified changebar.sty In-Reply-To: References: Message-ID: <2054378703.868795.1481269354896@mail.yahoo.com> > >It should be sent to the maintainer of the package. TeX Live just >gets what is on CTAN. And if it is on CTAN, it will go not only to >TeX Live but also to MikTeX. > Well it was sent to the maintainer (I think I know how things work since I have uploaded a few packages) but for some reason he felt that it was not compatible with pdfTeX (I really do not remember why and I have deleted the emails long time ago). Since people think it is useful, I will rename the package into xechangebar and I will upload it to CTAN ASAP. A.S. ---------------------- Apostolos Syropoulos Xanthi, Greece From P.Taylor at Rhul.Ac.Uk Wed Dec 14 14:14:04 2016 From: P.Taylor at Rhul.Ac.Uk (Philip Taylor) Date: Wed, 14 Dec 2016 13:14:04 +0000 Subject: [XeTeX] [tex-live] fc-cache documentation ? In-Reply-To: References: <20160829.123207.244187707971250568.wl@gnu.org> <20160829.131150.214284996561103710.wl@gnu.org> <57C4990E.60707@Rhul.Ac.Uk> <57C4A083.9090607@Rhul.Ac.Uk> <57C548D0.2090504@Rhul.Ac.Uk> Message-ID: Dear Akira-san, copy all -- Akira Kakuto wrote: > [I]f you find a delay of time, run > > fc-cache -v. > > If messages > invalid cache file: ... > are shown, run > > fc-cache -v > > once more. May I ask if, since this discussion last took place (September 2016) there has been any progress in resolving the underlying problem ? If not, is there any possibility of integrating the necessary code into the TeX Live manager such that one can reliably refresh the font cache using the TLMGR GUI rather than through a CMD prompt ? Philip Taylor From kakuto at fuk.kindai.ac.jp Wed Dec 14 23:14:10 2016 From: kakuto at fuk.kindai.ac.jp (Akira Kakuto) Date: Thu, 15 Dec 2016 07:14:10 +0900 Subject: [XeTeX] [tex-live] fc-cache documentation ? In-Reply-To: References: <20160829.123207.244187707971250568.wl@gnu.org> <20160829.131150.214284996561103710.wl@gnu.org> <57C4990E.60707@Rhul.Ac.Uk> <57C4A083.9090607@Rhul.Ac.Uk> <57C548D0.2090504@Rhul.Ac.Uk> Message-ID: <808278B6CFC94A3DA4E398A4469AF86C@CJ3001517A> Dear Philip, >> [I]f you find a delay of time, run >> >> fc-cache -v. >> >> If messages >> invalid cache file: ... >> are shown, run >> >> fc-cache -v >> >> once more. > May I ask if, since this discussion last took place > (September 2016) there has been any progress in > resolving the underlying problem ? There has been no progress in that. I think that probably a cache file to be renamed is not closed when requested from the XeTeX itself, thus it cannot be renamed on Windows. Best, Akira