From bvoisin at icloud.com Mon Mar 1 16:48:22 2021 From: bvoisin at icloud.com (Bruno Voisin) Date: Mon, 1 Mar 2021 16:48:22 +0100 Subject: dvips named colors broken in XeLaTeX in tlpretest Message-ID: <71BFEC06-1430-41F9-B632-066F9E4DF56B@icloud.com> The subject says it all. The following LaTeX input gives NavyBlue color with pdfTeX, LuaLaTeX and XeLaTeX in tl2020, but only with pdfTeX and LuaLaTeX in tlpretest; with XeLaTeX in tlpretest, the text comes out black. This is specific to named dvips colors: blue gives blue-colored text in all circumstances. This seems linked with the "Updates for newer dvipdfmx versions" at the end of the new xetex.def in tlpretest. If, still using tlpretest, I copy xetex.def from tl2020 to the directory where the test file is, NavyBlue is back with XeLaTeX. Bruno Voisin \documentclass{article} \usepackage[dvipsnames,usenames]{color} \begin{document} Some text in \textcolor{NavyBlue}{NavyBlue} based on the \verb+usenames+ package option.\par More text in \textcolor[named]{NavyBlue}{NavyBlue} specifying explicitly the \verb+[named]+ model.\par Finally text in \textcolor{blue}{blue}. \end{document} From joseph.wright at morningstar2.co.uk Mon Mar 1 16:51:17 2021 From: joseph.wright at morningstar2.co.uk (Joseph Wright) Date: Mon, 1 Mar 2021 15:51:17 +0000 Subject: dvips named colors broken in XeLaTeX in tlpretest In-Reply-To: <71BFEC06-1430-41F9-B632-066F9E4DF56B@icloud.com> References: <71BFEC06-1430-41F9-B632-066F9E4DF56B@icloud.com> Message-ID: <1f60c868-9c9c-ecd0-6a59-f3669e091738@morningstar2.co.uk> On 01/03/2021 15:48, Bruno Voisin via tex-live wrote: > The subject says it all. > > The following LaTeX input gives NavyBlue color with pdfTeX, LuaLaTeX and XeLaTeX in tl2020, but only with pdfTeX and LuaLaTeX in tlpretest; with XeLaTeX in tlpretest, the text comes out black. > > This is specific to named dvips colors: blue gives blue-colored text in all circumstances. > > This seems linked with the "Updates for newer dvipdfmx versions" at the end of the new xetex.def in tlpretest. If, still using tlpretest, I copy xetex.def from tl2020 to the directory where the test file is, NavyBlue is back with XeLaTeX. > > Bruno Voisin > > > \documentclass{article} > \usepackage[dvipsnames,usenames]{color} > \begin{document} > Some text in \textcolor{NavyBlue}{NavyBlue} based on the \verb+usenames+ package option.\par > More text in \textcolor[named]{NavyBlue}{NavyBlue} specifying explicitly the \verb+[named]+ model.\par > Finally text in \textcolor{blue}{blue}. > \end{document} > > Hi Bruno, I guess the optional code needs adjustment here to use the updated stack-base approach. Joseph From karl at freefriends.org Mon Mar 1 23:06:59 2021 From: karl at freefriends.org (Karl Berry) Date: Mon, 1 Mar 2021 15:06:59 -0700 Subject: pretest 2021 begin In-Reply-To: <7hhxmqtlajgp.dlg@nililand.de> Message-ID: <202103012206.121M6xcS025433@freefriends.org> Time used for installing the packages: 142:22 The "142" looks quite wrong, actually it was 2:22 I'm not sure how this could happen. I've never seen an extra "14" (or whatever) myself. Could you have paused the installation somehow, Ulrike? Is it reproducible? Looking at the code in TLUtils.pm (l.1586ff.) which is emitting that output: my $totaltime = time() - $starttime; my $totmin = int ($totaltime/60); my $totsec = $totaltime % 60; info(sprintf("Time used for installing the packages: %02d:%02d\n", $totmin, $totsec)); I just can't see how that could result in adding 140 minutes to the actual time used? Norbert, anyone, any ideas? --thanks, karl. From cereda.paulo at gmail.com Mon Mar 1 23:19:04 2021 From: cereda.paulo at gmail.com (Paulo Roberto Massa Cereda) Date: Mon, 01 Mar 2021 19:19:04 -0300 Subject: pretest 2021 begin In-Reply-To: <202103012206.121M6xcS025433@freefriends.org> References: <202103012206.121M6xcS025433@freefriends.org> Message-ID: <177efdf93d8.27c1.7132861acd90c364b5eb878c32bce117@gmail.com> 142 minutes = 2 hours, 22 minutes And :22 = 22 seconds Maths check out. The code prints total minutes, not hours... P. A 1 de mar?o de 2021 19:08:24, Karl Berry escreveu: > Time used for installing the packages: 142:22 > The "142" looks quite wrong, actually it was 2:22 > > I'm not sure how this could happen. I've never seen an extra "14" (or > whatever) myself. Could you have paused the installation somehow, > Ulrike? Is it reproducible? > > Looking at the code in TLUtils.pm (l.1586ff.) which is emitting that > output: > > my $totaltime = time() - $starttime; > my $totmin = int ($totaltime/60); > my $totsec = $totaltime % 60; > info(sprintf("Time used for installing the packages: %02d:%02d\n", > $totmin, $totsec)); > > I just can't see how that could result in adding 140 minutes to the > actual time used? Norbert, anyone, any ideas? --thanks, karl. From norbert at preining.info Tue Mar 2 02:46:30 2021 From: norbert at preining.info (Norbert Preining) Date: Tue, 2 Mar 2021 10:46:30 +0900 Subject: pretest 2021 begin In-Reply-To: <202103012206.121M6xcS025433@freefriends.org> <7hhxmqtlajgp.dlg@nililand.de> Message-ID: Hi all, On Fri, 26 Feb 2021, Ulrike Fischer wrote: > Time used for installing the packages: 142:22 > > The "142" looks quite wrong, actually it was 2:22 Actually, as Paulo mentioned, it was 2:22:22 (nice timing!!!) Fixed in svn58052, will now report as 2:22:22 and if less than an hour was used, then only as MM:SS Hope that helps. Norbert -- PREINING Norbert https://www.preining.info Fujitsu Research Labs + IFMGA Guide + TU Wien + TeX Live + Debian Dev GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13 From denis.bitouze at univ-littoral.fr Tue Mar 2 11:19:11 2021 From: denis.bitouze at univ-littoral.fr (=?utf-8?Q?Denis_Bitouz=C3=A9?=) Date: Tue, 02 Mar 2021 11:19:11 +0100 Subject: twemojis package: not in TL despite its LPPL license? Message-ID: <87y2f5rh7k.fsf@example.com> Hi, twemojis package is not in TL (but is in MiKTeX) despite its LPPL license. Is it intentional? Best, -- Denis From jfbu at free.fr Tue Mar 2 13:45:46 2021 From: jfbu at free.fr (jfbu) Date: Tue, 2 Mar 2021 13:45:46 +0100 Subject: update-tlmgr-latest.sh.sha512 Message-ID: Hi, the update-tlmgr-latest.sh.sha512 file contents (which I fetched from http://ctan.ijs.si/mirror/tlpretest/) end with a reference to update-tlmgr-r57970.sh as I use this in a semi-automatic way to pipe the string to shasum -a 512 -c an error arises shasum: update-tlmgr-r57970.sh: update-tlmgr-r57970.sh: FAILED open or read shasum: WARNING: 1 listed file could not be read (this is on max os x) Keeping the SHA but referring rather to downloaded file update-tlmgr-latest.sh the shasum test then was happy update-tlmgr-latest.sh: OK Perhaps the files are originally symlink which at some point get resolved to actual copy of the current -rXXXXX.sh.{sha512,sha512.asc} ? Best From jfbu at free.fr Tue Mar 2 13:58:30 2021 From: jfbu at free.fr (jfbu) Date: Tue, 2 Mar 2021 13:58:30 +0100 Subject: little glitch with trying to use update-tlmgr-latest in a darwinlegacy context Message-ID: <3AD1C69E-E08A-4227-84B0-5E63B9E19E60@free.fr> Hi, For various reasons, I converted my existing 2020 into a rolling TeXLive with current 2021 pretest. I seem to have succeeded but encountered a problem. sh update-tlmgr-latest.sh -- --upgrade Verifying archive integrity... All good. Uncompressing TeX Live Manager Updater 100% ./runme.sh: updating in /usr/local/texlive/2020... ./runme.sh: tlmgr version says this is TeX Live 2020, ./runme.sh: and this updater script created: Tue Mar 2 02:25:21 CET 2021. ./runme.sh: ok, doing full release upgrade from 2020 to 2021. ./runme.sh: updating /usr/local/texlive/2020/bin/x86_64-apple-darwin13.4.0 ... tar: x86_64-apple-darwin13.4.0 : stat impossible: No such file or directory tar: Arr?t avec code d'?chec ? cause des erreurs pr?c?dentes ./runme.sh: no xz.[x86_64-apple-darwin13.4.0][.exe] binary for /usr/local/texlive/2020/bin/x86_64-apple-darwin13.4.0 in /var/folders/np/4_9pppfs54xdv9m79m7rwx4w0000gn/T/selfgz37288917/installer/xz. Turns out that in /usr/local/texlive/2020/tlpkg/installer/xz there is only a xz.x86_64-darwinlegacy indeed (actually the file date is March 2, 2019) and I don't know if this is relevant. I am using indeed a darwinlegacy install. To be completely honest, but I don't know if relevant /usr/local/texlive/2020/bin/ contains to sub-directories x86_64-darwinlegacy and x86_64-apple-darwin13.4.0 (which comes from me building my own binaries in March 2020) However my PATH only contains /Library/TeX/texbin where texbin is a symlink which, at the time the above happened I had been careful to let resolve to the /usr/local/texlive/2020/bin/x86_64-darwinlegacy so I feel the above rather relates to some hard-coded context in update-tlmgr-latest.sh Was the above error expected on a TL2020 darwinlegacy ? Anyway, I then set the repository to a pretest mirror and then ran tlmgr update --self --all and the binaries were updated to 2021 pretest. And it used the darwinlegacy ones. Best From jfbu at free.fr Tue Mar 2 14:11:57 2021 From: jfbu at free.fr (jfbu) Date: Tue, 2 Mar 2021 14:11:57 +0100 Subject: about tlmgr conf in a rolling situation Message-ID: Hi, For some legacy context, I set environment variables in my .bash_profile such as TEXMFDIST, TEXMFSYSVAR As reported in another thread I directly installed TL 2021 on top of 2020. The actual paths to which TEXMFDIST resolve in my .bash_profile are initially absolute paths where all symlinking got resolved. To avoid my *tex compilation logs reporting ../2020/... I thus do things such as 1) create /usr/local/texlive/2021 as symlink to /usr/local/texlive/2020 2) in my .bash_profile, some stuff such as export TEXMFSYSVAR="${TEXMFSYSVAR/2020/2021}" as final step after having resolved symlinks (from the TeXDist control panel for mac os of Jerome Laurens of ancient years which allow to have mutiple TL installs) and all is fine. There remains in the output of tlmgr conf only a few places with 2020: the second line below: tlmgr revision 57970 (2021-02-27 15:17:34 +0100) tlmgr using installation: /usr/local/texlive/2020 TeX Live (https://tug.org/texlive) version 2021 and the texmf.cnf: /usr/local/texlive/2020/texmf.cnf texmf.cnf: /usr/local/texlive/2020/texmf-local/web2c/texmf.cnf texmf.cnf: /usr/local/texlive/2020/texmf-dist/web2c/texmf.cnf lines everywhere else I have 2021 Are these paths anyhow necessarily completely resolved or is it possible to trick tlmgr into reporting 2021 in place of 2020 ? Best From preining at logic.at Tue Mar 2 14:25:56 2021 From: preining at logic.at (Norbert Preining) Date: Tue, 2 Mar 2021 22:25:56 +0900 Subject: update-tlmgr-latest.sh.sha512 In-Reply-To: <3AD1C69E-E08A-4227-84B0-5E63B9E19E60@free.fr> Message-ID: Hi On Tue, 02 Mar 2021, jfbu wrote: > the update-tlmgr-latest.sh.sha512 file contents (which I fetched from > http://ctan.ijs.si/mirror/tlpretest/) end with a reference > to update-tlmgr-r57970.sh > > as I use this in a semi-automatic way to pipe the string > to shasum -a 512 -c an error arises > > shasum: update-tlmgr-r57970.sh: > update-tlmgr-r57970.sh: FAILED open or read > shasum: WARNING: 1 listed file could not be read Hmm, seems to be a squeeze on your side, because in my rsync checkout of tlpretest the file (...-r57970.sh) is there. > sh update-tlmgr-latest.sh -- --upgrade Aehmmm ... > ./runme.sh: updating /usr/local/texlive/2020/bin/x86_64-apple-darwin13.4.0 ... don't do that on Mac. Simply, do not do it. Full stop. Ok? I guess I have to add a special check that this is not possible on darwin. We already have to bend back/for/side/upsidedown-ward for the concoction of Apple (and Microsoft), and the cheaty in place upgrade will not work. The reason being that the previous x86_64-darwin has been replaced with universal-darwin again, this time containing x86_64 and arm64 binaries. It is all a lot of pain with Apples. > tlmgr revision 57970 (2021-02-27 15:17:34 +0100) > tlmgr using installation: /usr/local/texlive/2020 That is where the script is actually located, found via resolving symlinks. > texmf.cnf: /usr/local/texlive/2020/texmf.cnf > texmf.cnf: /usr/local/texlive/2020/texmf-local/web2c/texmf.cnf > texmf.cnf: /usr/local/texlive/2020/texmf-dist/web2c/texmf.cnf Which texmf.cnf, there might be more than one. > Are these paths anyhow necessarily completely resolved or is it > possible to trick tlmgr into reporting 2021 in place of 2020 ? Not for the first case, and for the second I need to know which texmf.cnf file. Best Norbert -- PREINING Norbert https://www.preining.info Fujitsu Research Labs + IFMGA Guide + TU Wien + TeX Live + Debian Dev GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13 From jfbu at free.fr Tue Mar 2 14:30:13 2021 From: jfbu at free.fr (jfbu) Date: Tue, 2 Mar 2021 14:30:13 +0100 Subject: update-tlmgr-latest.sh.sha512 In-Reply-To: References: Message-ID: <82ADC9CB-3DE6-4055-AAA9-0E3273EA341A@free.fr> Hi Le 2 mars 2021 ? 14:25, Norbert Preining a ?crit : > Hi > > On Tue, 02 Mar 2021, jfbu wrote: >> the update-tlmgr-latest.sh.sha512 file contents (which I fetched from >> http://ctan.ijs.si/mirror/tlpretest/) end with a reference >> to update-tlmgr-r57970.sh >> >> as I use this in a semi-automatic way to pipe the string >> to shasum -a 512 -c an error arises >> >> shasum: update-tlmgr-r57970.sh: >> update-tlmgr-r57970.sh: FAILED open or read >> shasum: WARNING: 1 listed file could not be read > > Hmm, seems to be a squeeze on your side, because in my rsync checkout of > tlpretest the file (...-r57970.sh) is there. I downloaded *only*, as reported, >> http://ctan.ijs.si/mirror/tlpretest/ http://ctan.ijs.si/mirror/tlpretest/update-tlmgr-latest.sh http://ctan.ijs.si/mirror/tlpretest/update-tlmgr-latest.sh.sha512 http://ctan.ijs.si/mirror/tlpretest/update-tlmgr-latest.sh.sha512.asc and file http://ctan.ijs.si/mirror/tlpretest/update-tlmgr-latest.sh.sha512 refers to update-tlmgr-r57970.sh and not, as I naively expected update-tlmgr-latest.sh Best From jfbu at free.fr Tue Mar 2 14:33:35 2021 From: jfbu at free.fr (jfbu) Date: Tue, 2 Mar 2021 14:33:35 +0100 Subject: update-tlmgr-latest.sh.sha512 In-Reply-To: References: Message-ID: <8374B161-3AA9-42CE-A8FF-86C02BC788D8@free.fr> Le 2 mars 2021 ? 14:25, Norbert Preining a ?crit : >> >> sh update-tlmgr-latest.sh -- --upgrade > > Aehmmm ... > >> ./runme.sh: updating /usr/local/texlive/2020/bin/x86_64-apple-darwin13.4.0 ... > > don't do that on Mac. > Simply, do not do it. > Full stop. > Ok? > > I guess I have to add a special check that this is not possible on > darwin. We already have to bend back/for/side/upsidedown-ward for the > concoction of Apple (and Microsoft), and the cheaty in place upgrade > will not work. > > The reason being that the previous x86_64-darwin has been replaced with > universal-darwin again, this time containing x86_64 and arm64 binaries. > > It is all a lot of pain with Apples. Hi, also with darwinlegacy ? Can you elaborate what the problem is. I don't care about universal-darwin as I install darwinlegacy Best, From jfbu at free.fr Tue Mar 2 14:43:09 2021 From: jfbu at free.fr (jfbu) Date: Tue, 2 Mar 2021 14:43:09 +0100 Subject: update-tlmgr-latest.sh.sha512 In-Reply-To: References: Message-ID: <9BCF6856-8354-4248-88A1-CE618F3E11BE@free.fr> Le 2 mars 2021 ? 14:25, Norbert Preining a ?crit : >> >> tlmgr revision 57970 (2021-02-27 15:17:34 +0100) >> tlmgr using installation: /usr/local/texlive/2020 > > That is where the script is actually located, found via resolving > symlinks. > >> texmf.cnf: /usr/local/texlive/2020/texmf.cnf >> texmf.cnf: /usr/local/texlive/2020/texmf-local/web2c/texmf.cnf >> texmf.cnf: /usr/local/texlive/2020/texmf-dist/web2c/texmf.cnf > > Which texmf.cnf, there might be more than one. At the above absolute paths there are indeed the indicated files with varying contents. The second one (in texmf-local) is a left-over created by myself years ago, its contents are comment out. Its resolved path is printed but tlmgr conf also says TEXMFLOCAL=/usr/local/texlive/2021/texmf-local so I figured the path resolving is hard coded somewhere and I can't change tlmgr conf output > >> Are these paths anyhow necessarily completely resolved or is it >> possible to trick tlmgr into reporting 2021 in place of 2020 ? > > Not for the first case, and for the second I need to know which > texmf.cnf file. Thanks, not sure what you mean by "which texmf.cnf file" I try to describe above for the second one (left-over artefact from old years, contents commented out), the first one is where I configure local changes suitable to a Mac OS directory system TEXMFLOCAL = $SELFAUTOPARENT/texmf-local TEXMFHOME = ~/Library/texmf TEXMFVAR = ~/Library/texlive/2021/texmf-var TEXMFCONFIG = ~/Library/texlive/2021/texmf-config as is advised in the comments. And the /usr/local/texlive/2020/texmf-dist/web2c/texmf.cnf is the unmodified TeXLive one which starts with % original texmf.cnf -- runtime path configuration file for kpathsea. % Public domain. % % If you modify this original file, YOUR CHANGES WILL BE LOST when it is % updated. Instead, put your changes -- and only your changes, not an % entire copy! -- in ../../texmf.cnf. That is, if this file is % installed in /some/path/to/texlive/2021/texmf-dist/web2c/texmf.cnf, % put your custom settings in /some/path/to/texlive/2021/texmf.cnf. % (Below, we use YYYY in place of the specific year.) Best, From jfbu at free.fr Tue Mar 2 14:48:49 2021 From: jfbu at free.fr (jfbu) Date: Tue, 2 Mar 2021 14:48:49 +0100 Subject: update-tlmgr-latest.sh.sha512 In-Reply-To: <82ADC9CB-3DE6-4055-AAA9-0E3273EA341A@free.fr> References: <82ADC9CB-3DE6-4055-AAA9-0E3273EA341A@free.fr> Message-ID: Checking via ftp to some mirror I understand the files are symlink Using direct http interace in my browser this information was unvisible. My browser interface directory listing gave me no clue these files are symlinks. Hence indeed, it is normal the things are as they are. Thanks, From norbert at preining.info Tue Mar 2 14:58:12 2021 From: norbert at preining.info (Norbert Preining) Date: Tue, 2 Mar 2021 22:58:12 +0900 Subject: update-tlmgr-latest.sh.sha512 In-Reply-To: <9BCF6856-8354-4248-88A1-CE618F3E11BE@free.fr> <8374B161-3AA9-42CE-A8FF-86C02BC788D8@free.fr> <82ADC9CB-3DE6-4055-AAA9-0E3273EA341A@free.fr> Message-ID: Hi, > http://ctan.ijs.si/mirror/tlpretest/update-tlmgr-latest.sh > http://ctan.ijs.si/mirror/tlpretest/update-tlmgr-latest.sh.sha512 > http://ctan.ijs.si/mirror/tlpretest/update-tlmgr-latest.sh.sha512.asc > Checking via ftp to some mirror > I understand the files are symlink answered. not much we want to do about this for now. > > It is all a lot of pain with Apples. Well, maybe? I don't have a Mac at hand, and none of the core developers has. So that means guesswork. My recommendation is reinstall. Most people are not using metered connections nowadays. > >> texmf.cnf: /usr/local/texlive/2020/texmf-dist/web2c/texmf.cnf > > At the above absolute paths there are > indeed the indicated files with varying contents. Ah, now I see what you mean, tlmgr reporting on which texmf.cnf files are used. Yes, this is again resolved with abs_path. > TEXMFLOCAL = $SELFAUTOPARENT/texmf-local > TEXMFHOME = ~/Library/texmf > TEXMFVAR = ~/Library/texlive/2021/texmf-var > TEXMFCONFIG = ~/Library/texlive/2021/texmf-config > > as is advised in the comments. > > And the > > /usr/local/texlive/2020/texmf-dist/web2c/texmf.cnf > > is the unmodified TeXLive one which starts with Yes, what is reported is the actual file path, resolving symlinks. you cannot get rid of that unless you rename the directory. Best Norbert -- PREINING Norbert https://www.preining.info Fujitsu Research Labs + IFMGA Guide + TU Wien + TeX Live + Debian Dev GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13 From jfbu at free.fr Tue Mar 2 15:09:20 2021 From: jfbu at free.fr (jfbu) Date: Tue, 2 Mar 2021 15:09:20 +0100 Subject: update-tlmgr-latest.sh.sha512 In-Reply-To: References: Message-ID: <7284BBE0-025A-4347-8BA7-D91F302CAECB@free.fr> Hi Norbert, Le 2 mars 2021 ? 14:58, Norbert Preining a ?crit : >> And the >> >> /usr/local/texlive/2020/texmf-dist/web2c/texmf.cnf >> >> is the unmodified TeXLive one which starts with > > Yes, what is reported is the actual file path, resolving symlinks. > > you cannot get rid of that unless you rename the directory. Thanks, this completes my updating task 2020 to 2021 Best, From karl at freefriends.org Wed Mar 3 00:53:56 2021 From: karl at freefriends.org (Karl Berry) Date: Tue, 2 Mar 2021 16:53:56 -0700 Subject: twemojis package: not in TL despite its LPPL license? In-Reply-To: <87y2f5rh7k.fsf@example.com> Message-ID: <202103022353.122Nru2R001759@freefriends.org> twemojis package is not in TL (but is in MiKTeX) despite its LPPL license. Is it intentional? Yes. That package is 12mb and contains ~3300 tiny files, pdfs for each of many glyphs. I have nothing against the package's purpose, I just didn't want to eat up all that space. Maybe putting it in tlcontrib would be more viable. (I didn't think of that until now.) -k From usenet at siart.de Wed Mar 3 07:06:59 2021 From: usenet at siart.de (Uwe Siart) Date: Wed, 03 Mar 2021 07:06:59 +0100 Subject: [pretest] Metapost graphics file not found Message-ID: <87blc0bwjg.fsf@siart.de> With the following MetaPost and LaTeX test files % graph-test.mp ------------------------- u = 1cm; beginfig(1); draw (0,0)--(u,0)--(u,u)--(0,u)--cycle; endfig; end % --------------------------------------- % graph-test.tex ------------------------ \documentclass{article} \usepackage{graphicx} \DeclareGraphicsRule{*}{mps}{*}{} \begin{document} \includegraphics{graph-test.1} \end{document} % --------------------------------------- the pdflatex log file says: ,---- | LaTeX Warning: File `graph-test.1' not found on input line 5. `---- However, the graphics is included correctly in the PDF. So the warning seems to be wrong. Also I think that \DeclareGraphicsRule{*}{mps}{*}{} was not needed in TL 2020. But I can't test at the moment. -- Uwe From mojca.miklavec.lists at gmail.com Wed Mar 3 07:17:04 2021 From: mojca.miklavec.lists at gmail.com (Mojca Miklavec) Date: Wed, 3 Mar 2021 07:17:04 +0100 Subject: update-tlmgr-latest.sh.sha512 In-Reply-To: <8374B161-3AA9-42CE-A8FF-86C02BC788D8@free.fr> References: <8374B161-3AA9-42CE-A8FF-86C02BC788D8@free.fr> Message-ID: On Tue, 2 Mar 2021 at 14:34, jfbu wrote: > Le 2 mars 2021 ? 14:25, Norbert Preining a ?crit : > > >> > >> sh update-tlmgr-latest.sh -- --upgrade > > > > Aehmmm ... > > > >> ./runme.sh: updating /usr/local/texlive/2020/bin/x86_64-apple-darwin13.4.0 ... > > > > don't do that on Mac. > > Simply, do not do it. > > Full stop. > > Ok? > > > > I guess I have to add a special check that this is not possible on > > darwin. We already have to bend back/for/side/upsidedown-ward for the > > concoction of Apple (and Microsoft), and the cheaty in place upgrade > > will not work. > > > > The reason being that the previous x86_64-darwin has been replaced with > > universal-darwin again, this time containing x86_64 and arm64 binaries. > > > > It is all a lot of pain with Apples. > > Hi, also with darwinlegacy ? > > Can you elaborate what the problem is. I don't care about universal-darwin > as I install darwinlegacy I'm not exactly sure about what you were talking about (I never used update-tlmgr-latest.sh myself, I'm not sure what it does and I didn't yet check now), but I would only expect issues that Norbert was talking about when using macOS 10.13 or newer. Nothing has changed with respect to darwinlegacy. 10.13 will switch from x86_64-darwin to x86_64-darwinlegacy this year; 10.14 and newer will switch from x86_64-darwin to universal-darwin. (Well, we could in theory rename x86_64-darwinlegacy into x86_64-darwin now that the "regular" name is free again ;) Mojca From norbert at preining.info Wed Mar 3 08:23:51 2021 From: norbert at preining.info (Norbert Preining) Date: Wed, 3 Mar 2021 16:23:51 +0900 Subject: update-tlmgr-latest.sh.sha512 In-Reply-To: References: <8374B161-3AA9-42CE-A8FF-86C02BC788D8@free.fr> Message-ID: Hi On Wed, 03 Mar 2021, Mojca Miklavec wrote: > update-tlmgr-latest.sh myself, I'm not sure what it does and I didn't Upgrade in place between years. > Nothing has changed with respect to darwinlegacy. > 10.13 will switch from x86_64-darwin to x86_64-darwinlegacy this year; > 10.14 and newer will switch from x86_64-darwin to universal-darwin. And switches between architecture names are not supported by the upgrade procedure. Also, it is only Macs that change their architecture names regularly, which is a certain pain. Thus, please make a new installation. I personally have no interest in trying to make this work out for Macs. Best Norbert -- PREINING Norbert https://www.preining.info Fujitsu Research Labs + IFMGA Guide + TU Wien + TeX Live + Debian Dev GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13 From usenet at siart.de Wed Mar 3 08:41:59 2021 From: usenet at siart.de (Uwe Siart) Date: Wed, 03 Mar 2021 08:41:59 +0100 Subject: [pretest] Metapost graphics file not found References: <87blc0bwjg.fsf@siart.de> Message-ID: <87eegwfzug.fsf@siart.de> Uwe Siart writes: > Also I think that \DeclareGraphicsRule{*}{mps}{*}{} was not needed in TL > 2020. But I can't test at the moment. It's the same in 2020. But there was an update to graphics-def in autumn 2020. Maybe it has been introduced there. -- Uwe From jfbu at free.fr Wed Mar 3 09:30:24 2021 From: jfbu at free.fr (jfbu) Date: Wed, 3 Mar 2021 09:30:24 +0100 Subject: little glitch with trying to use update-tlmgr-latest in a darwinlegacy context In-Reply-To: <3AD1C69E-E08A-4227-84B0-5E63B9E19E60@free.fr> References: <3AD1C69E-E08A-4227-84B0-5E63B9E19E60@free.fr> Message-ID: Hi Quoting my initial post: Le 2 mars 2021 ? 13:58, jfbu a ?crit : > sh update-tlmgr-latest.sh -- --upgrade > > Verifying archive integrity... All good. > Uncompressing TeX Live Manager Updater 100% > ./runme.sh: updating in /usr/local/texlive/2020... > ./runme.sh: tlmgr version says this is TeX Live 2020, > ./runme.sh: and this updater script created: Tue Mar 2 02:25:21 CET 2021. > ./runme.sh: ok, doing full release upgrade from 2020 to 2021. > ./runme.sh: updating /usr/local/texlive/2020/bin/x86_64-apple-darwin13.4.0 ... > tar: x86_64-apple-darwin13.4.0 : stat impossible: No such file or directory > tar: Arr?t avec code d'?chec ? cause des erreurs pr?c?dentes > ./runme.sh: no xz.[x86_64-apple-darwin13.4.0][.exe] binary for /usr/local/texlive/2020/bin/x86_64-apple-darwin13.4.0 in /var/folders/np/4_9pppfs54xdv9m79m7rwx4w0000gn/T/selfgz37288917/installer/xz. > > > Turns out that in > > /usr/local/texlive/2020/tlpkg/installer/xz > > there is only a xz.x86_64-darwinlegacy indeed (actually the file date is March 2, 2019) > > and I don't know if this is relevant. > > I am using indeed a darwinlegacy install. > > To be completely honest, but I don't know if relevant > > /usr/local/texlive/2020/bin/ > > contains to sub-directories > > x86_64-darwinlegacy > > and > > x86_64-apple-darwin13.4.0 > > (which comes from me building my own binaries in March 2020) > > However my PATH only contains /Library/TeX/texbin > > where texbin is a symlink which, at the time the above happened > I had been careful to let resolve to the > /usr/local/texlive/2020/bin/x86_64-darwinlegacy > so I feel the above rather relates to some hard-coded context > in update-tlmgr-latest.sh As I have now completed the procedure on another darwinlegacy architecture with the additional precaution to remove from 2020/bin the x86_64-apple-darwin13.4.0/ mentioned in my initial post which co-existed with x86_64-darwinlegacy/, I am happy to report the procedure completed with no complaints this time. Thus, contrarily to my conjecture, the hick-up seems to have been triggered by the presence of bin/x86_64-apple-darwin13.4.0/ alongside bin/x86_64-darwinlegacy/. Which suggests the script is influenced by the contents of bin/ (even if bin/x86_64-apple-darwin13.4.0/ was not, as reported, seen in PATH), rather than the (somewhere recorded information) that the install was done initially (i.e. in 2020) for a darwinlegacy architecture. Notice that, as reported, the presence of bin/x86_64-apple-darwin13.4.0/ is because I also compiled locally the binaries one year ago. As the ./Build script created in ins/ a directory with this name there was no reason for me to change the name, once copied over to 2020/bin/ I hope my report will not have as result that the update-tlmgr-latest.sh next year will simply refuse the --upgrade path, simply because I attempted something nobody else does and reported upon it. And even though the update script reported a problem, in fact enough of the architecture was in place for, as I reported yesterday, tlmgr update --self --all then to finish successfully the in-place upgrading. As for why I do that: my Macs being under Time Machine daily backups, and as I did not intend to keep a TL2020, there was no reason to fill up my backup disk with 4 to 6 Gigabytes of a new texlive/2021/ directory Best, From tex at axelkielhorn.de Wed Mar 3 10:05:34 2021 From: tex at axelkielhorn.de (Axel Kielhorn) Date: Wed, 3 Mar 2021 10:05:34 +0100 Subject: Two play.sty in TeX-Live Message-ID: Hello, I?m sorry, I?m not yet on testing. In TL2020 there ist play.sty and Play.sty. texlive/2020/texmf-dist/tex/latex/play/play.sty texlive/2020/texmf-dist/tex/latex/play-font/Play.sty This may cause problems on certain computers that don?t distinguish case in file names. Maintainer of the play-font package is Carl-Clemens Ebinger at post(at)ebinger(dot)cc Greetings Axel From petra at ctan.org Wed Mar 3 10:53:19 2021 From: petra at ctan.org (Petra =?utf-8?Q?R=C3=BCbe-Pugliese?=) Date: Wed, 3 Mar 2021 10:53:19 +0100 Subject: Two play.sty in TeX-Live In-Reply-To: References: Message-ID: Hello Axel, Thanks for spotting this conflict: On Wed 03 Mar 2021 at 10:05:34 +0100 Axel Kielhorn wrote: [...] > texlive/2020/texmf-dist/tex/latex/play/play.sty > texlive/2020/texmf-dist/tex/latex/play-font/Play.sty Oh dear! > This may cause problems on certain computers that don?t distinguish case in file names. Indeed! > Maintainer of the play-font package is > Carl-Clemens Ebinger at post(at)ebinger(dot)cc I have forwarded your message to him, asking for an update of his package with a modified name for the .sty file. (This makes sense since "play-font" is newer than "play".) Best regards, Petra (from the CTAN team) -- Please send messages to ctan at ctan.org in English only. Please do not send HTML messages, they are held in our spam filter. Please do not send software via email, use the web upload form. Thanks! From P.Taylor at Rhul.Ac.Uk Wed Mar 3 11:11:00 2021 From: P.Taylor at Rhul.Ac.Uk (Philip Taylor) Date: Wed, 3 Mar 2021 10:11:00 +0000 Subject: pretest 2021 begin (3rd attempt, no reply seen) In-Reply-To: <202102252353.11PNrsU2015538@freefriends.org> References: <202102252353.11PNrsU2015538@freefriends.org> Message-ID: <99176b8f-f09c-179d-608a-3fa12a94c833@Rhul.Ac.Uk> Karl Berry wrote: Hi everyone. I think the pretest area is populated with the first build for TL 2021. See https://tug.org/texlive/pretest.html as usual for details of how to install (unchanged from previous years) OK, I have rsynch'd the Slovenian mirror into C:\TeX\Live\2021\Pre-test, and unzipped 'install-tl.zip' to create C:\TeX\Live\2021\Pre-test\install-tl-20210226. Following the instructions at https://tug.org/texlive/pretest.html & https://tug.org/texlive/doc/install-tl.html, and wishing to install from my local rsynch'd mirror, I have typed (at a CMD prompt) install-tl-windows -select-repository which, according to https://tug.org/texlive/doc/install-tl.html, should "offer to install from local media if available". It did not. It offered me only online mirrors. How do I persuade 'install-tl-windows.bat' to install from local media ? -- Philip Taylor This email, its contents and any attachments are intended solely for the addressee and may contain confidential information. In certain circumstances, it may also be subject to legal privilege. Any unauthorised use, disclosure, or copying is not permitted. If you have received this email in error, please notify us and immediately and permanently delete it. Any views or opinions expressed in personal emails are solely those of the author and do not necessarily represent those of Royal Holloway, University of London. It is your responsibility to ensure that this email and any attachments are virus free. -------------- next part -------------- An HTML attachment was scrubbed... URL: From petra at ctan.org Wed Mar 3 11:13:43 2021 From: petra at ctan.org (Petra =?utf-8?Q?R=C3=BCbe-Pugliese?=) Date: Wed, 3 Mar 2021 11:13:43 +0100 Subject: Two play.sty in TeX-Live In-Reply-To: References: Message-ID: On Wed 03 Mar 2021 at 10:53:19 +0100 Petra R?be-Pugliese wrote: [...] > I have forwarded your message to him, asking for an update > of his package with a modified name for the .sty file. [...] ... and received immediately the following reply: ----- Forwarded message from "post at ebinger.cc" ----- From: "post at ebinger.cc" To: "ctan at ctan.org" Subject: Re: (fwd) Two play.sty in TeX-Live Date: Wed, 3 Mar 2021 09:52:02 +0000 Message-ID: Hello Petra, Maybe, we delete the Play font package. In Future, i will change the name of the sty file. Best, Carl-Clemens Gesendet von Outlook Mobile [...] ----- End forwarded message ----- I understand this as meaning: -> The play-font package should be removed from the distributions, for the time being (but not from CTAN!). -> In the future, he will submit an update with a new name for the .sty file. (And then the package can go back into the distributions.) Petra -- Please send messages to ctan at ctan.org in English only. Please do not send HTML messages, they are held in our spam filter. Please do not send software via email, use the web upload form. Thanks! From d.p.carlisle at gmail.com Wed Mar 3 11:30:02 2021 From: d.p.carlisle at gmail.com (David Carlisle) Date: Wed, 3 Mar 2021 10:30:02 +0000 Subject: [pretest] Metapost graphics file not found In-Reply-To: <87eegwfzug.fsf@siart.de> References: <87blc0bwjg.fsf@siart.de> <87eegwfzug.fsf@siart.de> Message-ID: Thanks, This can't really be fixed at the texlive end, It would be better to report at https://github.com/latex3/graphics-def/issues except we've seen it here now:-) Will investigate later and put out a fix. On Wed, 3 Mar 2021 at 07:43, Uwe Siart wrote: > Uwe Siart writes: > > > Also I think that \DeclareGraphicsRule{*}{mps}{*}{} was not needed in TL > > 2020. But I can't test at the moment. > > It's the same in 2020. But there was an update to graphics-def in autumn > 2020. Maybe it has been introduced there. > > -- > Uwe > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From siepo at bitmuis.nl Wed Mar 3 12:23:04 2021 From: siepo at bitmuis.nl (Siep Kroonenberg) Date: Wed, 3 Mar 2021 12:23:04 +0100 Subject: pretest 2021 begin (3rd attempt, no reply seen) In-Reply-To: <99176b8f-f09c-179d-608a-3fa12a94c833@Rhul.Ac.Uk> References: <202102252353.11PNrsU2015538@freefriends.org> <99176b8f-f09c-179d-608a-3fa12a94c833@Rhul.Ac.Uk> Message-ID: On Wed, Mar 03, 2021 at 10:11:00AM +0000, Philip Taylor wrote: > Karl Berry wrote: > > > Hi everyone. I think the pretest area is populated with the first build > for TL 2021. See https://tug.org/texlive/pretest.html as usual for > details of how to install (unchanged from previous years) > > > OK, I have rsynch'd the Slovenian mirror into > C:\TeX\Live\2021\Pre-test, and unzipped 'install-tl.zip' to create > C:\TeX\Live\2021\Pre-test\install-tl-20210226. Following the > instructions at https://tug.org/texlive/pretest.html & > https://tug.org/texlive/doc/install-tl.html, and wishing to > install from my local rsynch'd mirror, I have typed (at a CMD > prompt) > > install-tl-windows -select-repository > > which, according to https://tug.org/texlive/doc/install-tl.html, > should "offer to install from local media if available". It did > not. It offered me only online mirrors. How do I persuade > 'install-tl-windows.bat' to install from local media ? -- Philip > Taylor If you have a local repository then you should use the already unpacked .bat installer and leave the zipfile alone. -- Siep Kroonenberg From P.Taylor at Hellenic-Institute.Uk Wed Mar 3 12:35:41 2021 From: P.Taylor at Hellenic-Institute.Uk (Philip Taylor) Date: Wed, 3 Mar 2021 11:35:41 +0000 Subject: pretest 2021 begin (3rd attempt, no reply seen) In-Reply-To: References: <202102252353.11PNrsU2015538@freefriends.org> <99176b8f-f09c-179d-608a-3fa12a94c833@Rhul.Ac.Uk> Message-ID: <9921c128-df8b-26f5-e60d-2a437ca1da94@Hellenic-Institute.Uk> Siep Kroonenberg wrote: > If you have a local repository then you should use the already > unpacked .bat installer and leave the zipfile alone. Thank you? Siep.? But your advice conflicts with the advice from https://www.tug.org/texlive/acquire-mirror.html, which reads (in part) > However, if you are on Windows, to run install-tl-windows directly you > must ensure that all the *.bat, *.dll, and *.manifest files are > executable. Either the mirroring software or the original mirror often > clears executable permissions. Using install-tl.zip may be simpler. which is why I unpacked the ZIP file and used its contents.? I will now try your advice, but should I type simply : > install-tl-windows or > install-tl-windows -select-repository in order to be able to verify that I am about to install from my local (rsynch'd) mirror ?? I ask because, too many times in the past, I have thought that I was installing from my local mirror but realised after several hours that I was, in fact, installing from the network ... ** Phil. -- /Philip Taylor/ -------------- next part -------------- An HTML attachment was scrubbed... URL: From P.Taylor at Rhul.Ac.Uk Wed Mar 3 12:45:39 2021 From: P.Taylor at Rhul.Ac.Uk (Philip Taylor) Date: Wed, 3 Mar 2021 11:45:39 +0000 Subject: [EXT] Re: pretest 2021 begin (3rd attempt, no reply seen) In-Reply-To: References: <202102252353.11PNrsU2015538@freefriends.org> <99176b8f-f09c-179d-608a-3fa12a94c833@Rhul.Ac.Uk> Message-ID: Siep Kroonenberg wrote: If you have a local repository then you should use the already unpacked .bat installer and leave the zipfile alone. Just tried Siep's suggestion, and the installer reported "Only single-user install possible. For an all-users installation, abort now and re-run as administrator". So I did ? C:\TeX\Live\2021\Pre-test>runas /user:Administrator" install-tl-windows -select-repository" Enter the password for Administrator: Attempting to start install-tl-windows -select-repository as user "FUJITSU-CELSIUS\Administrator" ... C:\TeX\Live\2021\Pre-test> and the installer again reported : "Only single-user install possible. For an all-users installation, abort now and re-run as administrator What am I doing wrong ? -- Philip Taylor This email, its contents and any attachments are intended solely for the addressee and may contain confidential information. In certain circumstances, it may also be subject to legal privilege. Any unauthorised use, disclosure, or copying is not permitted. If you have received this email in error, please notify us and immediately and permanently delete it. Any views or opinions expressed in personal emails are solely those of the author and do not necessarily represent those of Royal Holloway, University of London. It is your responsibility to ensure that this email and any attachments are virus free. -------------- next part -------------- An HTML attachment was scrubbed... URL: From P.Taylor at Rhul.Ac.Uk Wed Mar 3 12:55:57 2021 From: P.Taylor at Rhul.Ac.Uk (Philip Taylor) Date: Wed, 3 Mar 2021 11:55:57 +0000 Subject: [EXT] Re: pretest 2021 begin (3rd attempt, no reply seen) In-Reply-To: References: <202102252353.11PNrsU2015538@freefriends.org> <99176b8f-f09c-179d-608a-3fa12a94c833@Rhul.Ac.Uk> Message-ID: <47186243-0ea4-d83a-ec15-9757da3f145a@Rhul.Ac.Uk> Philip Taylor wrote: I tried ? C:\TeX\Live\2021\Pre-test>runas /user:Administrator" install-tl-windows -select-repository" and the installer again reported : "Only single-user install possible. For an all-users installation, abort now and re-run as administrator What am I doing wrong ? I managed to work my way around this by launching "install-tl-windows" from an Administrator CMD prompt, but yet again the installer failed to allow me to select my local repository, offering only online sources as before. As initially reported, the documentation clearly says that "install-windows-bat -select-repository" should "offer to install from local media if available", but it does not. Is this an error in the documentation, or is the installer simply failing to do what it is supposed to do ? -- Philip Taylor This email, its contents and any attachments are intended solely for the addressee and may contain confidential information. In certain circumstances, it may also be subject to legal privilege. Any unauthorised use, disclosure, or copying is not permitted. If you have received this email in error, please notify us and immediately and permanently delete it. Any views or opinions expressed in personal emails are solely those of the author and do not necessarily represent those of Royal Holloway, University of London. It is your responsibility to ensure that this email and any attachments are virus free. -------------- next part -------------- An HTML attachment was scrubbed... URL: From siepo at bitmuis.nl Wed Mar 3 13:16:13 2021 From: siepo at bitmuis.nl (Siep Kroonenberg) Date: Wed, 3 Mar 2021 13:16:13 +0100 Subject: [EXT] Re: pretest 2021 begin (3rd attempt, no reply seen) In-Reply-To: <47186243-0ea4-d83a-ec15-9757da3f145a@Rhul.Ac.Uk> References: <202102252353.11PNrsU2015538@freefriends.org> <99176b8f-f09c-179d-608a-3fa12a94c833@Rhul.Ac.Uk> <47186243-0ea4-d83a-ec15-9757da3f145a@Rhul.Ac.Uk> Message-ID: On Wed, Mar 03, 2021 at 11:55:57AM +0000, Philip Taylor wrote: > Philip Taylor wrote: > > I tried ? > > C:\TeX\Live\2021\Pre-test>runas /user:Administrator" > install-tl-windows -select-repository" > > and the installer again reported : > > "Only single-user install possible. For an all-users > installation, abort now and re-run as administrator > > What am I doing wrong ? > > I managed to work my way around this by launching > "install-tl-windows" from an Administrator CMD prompt, but yet > again the installer failed to allow me to select my local > repository, offering only online sources as before. As initially > reported, the > documentation clearly > says that "install-windows-bat -select-repository" should "offer > to install from local media if available", but it does not. Is > this an error in the documentation, or is the installer simply > failing to do what it is supposed to do ? -- Philip Taylor The mirror list is still the regular mirror list and has not been adjusted for pretest. Therefore select-repository does not work during pretest. If you are accessing your rsync repository via a network mapping you should be aware that the administrator does not necessarily see the same mappings as a regular user. -- Siep Kroonenberg From P.Taylor at Rhul.Ac.Uk Wed Mar 3 14:04:10 2021 From: P.Taylor at Rhul.Ac.Uk (Philip Taylor) Date: Wed, 3 Mar 2021 13:04:10 +0000 Subject: pretest 2021 begin (3rd attempt, no reply seen) In-Reply-To: References: <202102252353.11PNrsU2015538@freefriends.org> <99176b8f-f09c-179d-608a-3fa12a94c833@Rhul.Ac.Uk> <47186243-0ea4-d83a-ec15-9757da3f145a@Rhul.Ac.Uk> Message-ID: <25d6d4c6-4cc5-5b11-6d96-ad47f2717218@Rhul.Ac.Uk> Siep Kroonenberg wrote: The mirror list is still the regular mirror list and has not been adjusted for pretest. Therefore select-repository does not work during pretest. If you are accessing your rsync repository via a network mapping you should be aware that the administrator does not necessarily see the same mappings as a regular user. Thank you, Siep. So let me try to simplify my question to the absolute minimum : given that no network mappings are involved, and that my local "rsynch"d repository is at : C:\TeX\Live\2021\Pre-test which contains (for example) "install-tl-windows,bat" and "install-tl-windows.exe", and given that I am working within the context of an elevated command prompt, what is the simplest way to be able to verify, with 100% certainty, that the installation will take place from my local repository before allowing the installer to continue ? ** Phil. -- Philip Taylor This email, its contents and any attachments are intended solely for the addressee and may contain confidential information. In certain circumstances, it may also be subject to legal privilege. Any unauthorised use, disclosure, or copying is not permitted. If you have received this email in error, please notify us and immediately and permanently delete it. Any views or opinions expressed in personal emails are solely those of the author and do not necessarily represent those of Royal Holloway, University of London. It is your responsibility to ensure that this email and any attachments are virus free. -------------- next part -------------- An HTML attachment was scrubbed... URL: From siepo at bitmuis.nl Wed Mar 3 14:52:02 2021 From: siepo at bitmuis.nl (Siep Kroonenberg) Date: Wed, 3 Mar 2021 14:52:02 +0100 Subject: pretest 2021 begin (3rd attempt, no reply seen) In-Reply-To: <25d6d4c6-4cc5-5b11-6d96-ad47f2717218@Rhul.Ac.Uk> References: <202102252353.11PNrsU2015538@freefriends.org> <99176b8f-f09c-179d-608a-3fa12a94c833@Rhul.Ac.Uk> <47186243-0ea4-d83a-ec15-9757da3f145a@Rhul.Ac.Uk> <25d6d4c6-4cc5-5b11-6d96-ad47f2717218@Rhul.Ac.Uk> Message-ID: On Wed, Mar 03, 2021 at 01:04:10PM +0000, Philip Taylor wrote: > Siep Kroonenberg wrote: > > Thank you, Siep. So let me try to simplify my question to the > absolute minimum : given that no network mappings are involved, > and that my local "rsynch"d repository is at : > > C:\TeX\Live\2021\Pre-test > > which contains (for example) "install-tl-windows,bat" and > "install-tl-windows.exe", and given that I am working within the > context of an elevated command prompt, what is the simplest way to > be able to verify, with 100% certainty, that the installation will > take place from my local repository before allowing the installer > to continue ? Add a parameter '-repository C:\TeX\Live\2021\Pre-test': C:\TeX\Live\2021\Pre-test\install-tl-windows.bat -repository C:\TeX\Live\2021\Pre-test ATM the installer only briefly shows on the splash screen which repository it uses. -- Siep Kroonenberg From P.Taylor at Hellenic-Institute.Uk Wed Mar 3 15:17:21 2021 From: P.Taylor at Hellenic-Institute.Uk (Philip Taylor) Date: Wed, 3 Mar 2021 14:17:21 +0000 Subject: pretest 2021 begin (3rd attempt, no reply seen) In-Reply-To: References: <202102252353.11PNrsU2015538@freefriends.org> <99176b8f-f09c-179d-608a-3fa12a94c833@Rhul.Ac.Uk> <47186243-0ea4-d83a-ec15-9757da3f145a@Rhul.Ac.Uk> <25d6d4c6-4cc5-5b11-6d96-ad47f2717218@Rhul.Ac.Uk> Message-ID: Siep Kroonenberg wrote: > Add a parameter '-repository C:\TeX\Live\2021\Pre-test': > > C:\TeX\Live\2021\Pre-test\install-tl-windows.bat -repository C:\TeX\Live\2021\Pre-test > > ATM the installer only briefly shows on the splash screen which > repository it uses. Thank you Siep ? that is looking good.? Now I have configured the various installation directories and selected scheme "Small" (which should suffice for testing) but one more question ? what is the correct answer to "After install, set CTAN as source for package updates" ?? If I answer "yes", will it know to use the pre-test files rather than CTAN proper, and if not, how do I tell it to "After install, set 'pre-test' as source for package updates" ?? And if I don't select this option, will it continue to use my local repository for the remainder of the life of TeX Live 2021 (or until told otherwise) ? ** Phil. -- /Philip Taylor/ -------------- next part -------------- An HTML attachment was scrubbed... URL: From hartmut_henkel at gmx.de Wed Mar 3 15:24:38 2021 From: hartmut_henkel at gmx.de (Hartmut Henkel) Date: Wed, 3 Mar 2021 15:24:38 +0100 (CET) Subject: gen-fib.o problem Message-ID: Hello, with fresh TeX Live trunk of today (and also the days before), calling ./Build in Build/sources gives the following error here (debian buster amd64): [...] mv -f $depbase.Tpo $depbase.Po gcc -Wall -g -O2 -o gen-fac gen-fac.o echo timestamp >stamp-fac make[6]: Leaving directory '/usr/local/src/tex-live/trunk/Build/source/Work/libs/gmp/native' native/gen-fac 64 0 >fac_table.h || (rm -f fac_table.h; exit 1) cd native && make stamp-fib make[6]: Entering directory '/usr/local/src/tex-live/trunk/Build/source/Work/libs/gmp/native' ln -s ../../../../libs/gmp/native/../gmp-src/gen-fib.c gen-fib.c gcc -Wall -g -O2 -o gen-fib gen-fib.o gcc: error: gen-fib.o: No such file or directory gcc: fatal error: no input files compilation terminated. make[6]: *** [Makefile:385: gen-fib] Error 1 make[6]: Leaving directory '/usr/local/src/tex-live/trunk/Build/source/Work/libs/gmp/native' [...] After the linking, somehow gen-fib.c is not used by gcc... Can you tell what's going wrong? Best Regards, Hartmut From siepo at bitmuis.nl Wed Mar 3 15:53:51 2021 From: siepo at bitmuis.nl (Siep Kroonenberg) Date: Wed, 3 Mar 2021 15:53:51 +0100 Subject: pretest 2021 begin (3rd attempt, no reply seen) In-Reply-To: References: <202102252353.11PNrsU2015538@freefriends.org> <99176b8f-f09c-179d-608a-3fa12a94c833@Rhul.Ac.Uk> <47186243-0ea4-d83a-ec15-9757da3f145a@Rhul.Ac.Uk> <25d6d4c6-4cc5-5b11-6d96-ad47f2717218@Rhul.Ac.Uk> Message-ID: On Wed, Mar 03, 2021 at 02:17:21PM +0000, Philip Taylor wrote: > Siep Kroonenberg wrote: > > > Add a parameter '-repository C:\TeX\Live\2021\Pre-test': > > > > C:\TeX\Live\2021\Pre-test\install-tl-windows.bat -repository C:\TeX\Live\2021\Pre-test > > > > ATM the installer only briefly shows on the splash screen which > > repository it uses. > > Thank you Siep ? that is looking good.? Now I have configured the various > installation directories and selected scheme "Small" (which should suffice > for testing) but one more question ? what is the correct answer to "After > install, set CTAN as source for package updates" ?? If I answer "yes", will > it know to use the pre-test files rather than CTAN proper, and if not, how > do I tell it to "After install, set 'pre-test' as source for package > updates" ?? And if I don't select this option, will it continue to use my > local repository for the remainder of the life of TeX Live 2021 (or until > told otherwise) ? If you uncheck this option, it will continue to use your local repository. -- Siep Kroonenberg From P.Taylor at Rhul.Ac.Uk Wed Mar 3 16:31:56 2021 From: P.Taylor at Rhul.Ac.Uk (Philip Taylor) Date: Wed, 3 Mar 2021 15:31:56 +0000 Subject: [EXT] Re: pretest 2021 begin (3rd attempt, no reply seen) In-Reply-To: References: <202102252353.11PNrsU2015538@freefriends.org> <99176b8f-f09c-179d-608a-3fa12a94c833@Rhul.Ac.Uk> <47186243-0ea4-d83a-ec15-9757da3f145a@Rhul.Ac.Uk> <25d6d4c6-4cc5-5b11-6d96-ad47f2717218@Rhul.Ac.Uk> Message-ID: <9e409377-466d-cb2b-eca5-00f18d4ebf73@Rhul.Ac.Uk> Siep Kroonenberg wrote: If you uncheck this option, it will continue to use your local repository. Thank you Siep ? proceeding on that basis. ** Phil. -- Philip Taylor This email, its contents and any attachments are intended solely for the addressee and may contain confidential information. In certain circumstances, it may also be subject to legal privilege. Any unauthorised use, disclosure, or copying is not permitted. If you have received this email in error, please notify us and immediately and permanently delete it. Any views or opinions expressed in personal emails are solely those of the author and do not necessarily represent those of Royal Holloway, University of London. It is your responsibility to ensure that this email and any attachments are virus free. -------------- next part -------------- An HTML attachment was scrubbed... URL: From P.Taylor at Rhul.Ac.Uk Wed Mar 3 18:19:24 2021 From: P.Taylor at Rhul.Ac.Uk (Philip Taylor) Date: Wed, 3 Mar 2021 17:19:24 +0000 Subject: [EXT] Re: pretest 2021 begin (3rd attempt, no reply seen) In-Reply-To: <9e409377-466d-cb2b-eca5-00f18d4ebf73@Rhul.Ac.Uk> References: <202102252353.11PNrsU2015538@freefriends.org> <99176b8f-f09c-179d-608a-3fa12a94c833@Rhul.Ac.Uk> <47186243-0ea4-d83a-ec15-9757da3f145a@Rhul.Ac.Uk> <25d6d4c6-4cc5-5b11-6d96-ad47f2717218@Rhul.Ac.Uk> <9e409377-466d-cb2b-eca5-00f18d4ebf73@Rhul.Ac.Uk> Message-ID: <5ae166db-9ab4-53b6-f20d-5ae8668b40bb@Rhul.Ac.Uk> Philip Taylor wrote: Thank you Siep ? proceeding on that basis. With Siep's kind assistance, TeX Live 2021 (pre-test) is now successfully installed (scheme: basic). All appears to work, but there is one ?spurious? report in the transcript : The following environment variables contain the string "tex" (case-independent). If you're doing anything but adding personal directories to the system paths, they may well cause trouble somewhere while running TeX. If you encounter problems, try unsetting them. Please ignore spurious matches unrelated to TeX. WISH=C:\TeX\Live\2021\Pre-test\tlpkg\tltcl\bin\wish.exe As the path contains "Pre-test", I can only assume that this variable was created by the installer itself ? why, then, does it report this rather than simply ignore it as a known side-effect ? -- Philip Taylor This email, its contents and any attachments are intended solely for the addressee and may contain confidential information. In certain circumstances, it may also be subject to legal privilege. Any unauthorised use, disclosure, or copying is not permitted. If you have received this email in error, please notify us and immediately and permanently delete it. Any views or opinions expressed in personal emails are solely those of the author and do not necessarily represent those of Royal Holloway, University of London. It is your responsibility to ensure that this email and any attachments are virus free. -------------- next part -------------- An HTML attachment was scrubbed... URL: From siepo at bitmuis.nl Wed Mar 3 18:28:33 2021 From: siepo at bitmuis.nl (Siep Kroonenberg) Date: Wed, 3 Mar 2021 18:28:33 +0100 Subject: [EXT] Re: pretest 2021 begin (3rd attempt, no reply seen) In-Reply-To: <5ae166db-9ab4-53b6-f20d-5ae8668b40bb@Rhul.Ac.Uk> References: <47186243-0ea4-d83a-ec15-9757da3f145a@Rhul.Ac.Uk> <25d6d4c6-4cc5-5b11-6d96-ad47f2717218@Rhul.Ac.Uk> <9e409377-466d-cb2b-eca5-00f18d4ebf73@Rhul.Ac.Uk> <5ae166db-9ab4-53b6-f20d-5ae8668b40bb@Rhul.Ac.Uk> Message-ID: On Wed, Mar 03, 2021 at 05:19:24PM +0000, Philip Taylor wrote: > Philip Taylor wrote: > > Thank you Siep ? proceeding on that basis. > > With Siep's kind assistance, TeX Live 2021 (pre-test) is now > successfully installed (scheme: basic). All appears to work, but > there is one ?spurious? report in the transcript : > > The following environment variables contain the string "tex" > (case-independent). If you're doing anything but adding personal > directories to the system paths, they may well cause trouble > somewhere while running TeX. If you encounter problems, try > unsetting them. Please ignore spurious matches unrelated to TeX. > > WISH=C:\TeX\Live\2021\Pre-test\tlpkg\tltcl\bin\wish.exe > > As the path contains "Pre-test", I can only assume that this > variable was created by the installer itself ? why, then, does it > report this rather than simply ignore it as a known side-effect ? Indeed, this variable still needs to be added to the list of variables to be ignored in the environment check. -- Siep Kroonenberg From denis.bitouze at univ-littoral.fr Wed Mar 3 21:25:41 2021 From: denis.bitouze at univ-littoral.fr (=?utf-8?Q?Denis_Bitouz=C3=A9?=) Date: Wed, 03 Mar 2021 21:25:41 +0100 Subject: Remark about a recent change in texlive-en.tex Message-ID: <877dmokmre.fsf@example.com> Hi Karl, about your recent change in `texlive-en.tex`: ????? ? \url{https://tug.org/FontCatalogue} is a convenient way to see available ? fonts on the web. ????? shouldn't it rather be: ????? ? \url{https://tug.org/FontCatalogue} is a convenient way to see on the ? web available fonts. ????? Best. -- Denis From zarniwhoop at ntlworld.com Wed Mar 3 22:13:56 2021 From: zarniwhoop at ntlworld.com (Ken Moffat) Date: Wed, 3 Mar 2021 21:13:56 +0000 Subject: Remark about a recent change in texlive-en.tex In-Reply-To: <877dmokmre.fsf@example.com> References: <877dmokmre.fsf@example.com> Message-ID: On Wed, Mar 03, 2021 at 09:25:41PM +0100, Denis Bitouz? wrote: > Hi Karl, > > about your recent change in `texlive-en.tex`: > > ????? > ? \url{https://tug.org/FontCatalogue} is a convenient way to see available > ? fonts on the web. > ????? > > shouldn't it rather be: > > ????? > ? \url{https://tug.org/FontCatalogue} is a convenient way to see on the > ? web available fonts. > ????? > > Best. > -- > Denis Hi Denis, obviously I'm not Karl - but as a native English speaker his wording is more natural for me. Maybe this is yet another example of how different languages structure sentences in different orders. ?en -- RIGHT, he said, PESTILENCE, OPEN ANOTHER PACK OF CARDS. I'M GOING TO GET TO THE BOTTOM OF THIS IF IT KILLS ME, FIGURATIVELY SPEAKING OF COURSE. Rincewind grabbed Twoflower and pulled. -- The Light Fantastic From jfine2358 at gmail.com Wed Mar 3 22:31:55 2021 From: jfine2358 at gmail.com (Jonathan Fine) Date: Wed, 3 Mar 2021 21:31:55 +0000 Subject: Remark about a recent change in texlive-en.tex In-Reply-To: References: <877dmokmre.fsf@example.com> Message-ID: Hi My two-cents worth is \url{https://tug.org/FontCatalogue} displays [all?] fonts that can be used with TeX. I think most people now realise that a [hyper?] link takes you to a web page. And avoiding use of 'web' avoids the misleading suggestion of 'web fonts'. Jonathan -------------- next part -------------- An HTML attachment was scrubbed... URL: From reinhard.kotucha at web.de Wed Mar 3 22:59:57 2021 From: reinhard.kotucha at web.de (Reinhard Kotucha) Date: Wed, 3 Mar 2021 22:59:57 +0100 Subject: pretest 2021 begin (3rd attempt, no reply seen) In-Reply-To: References: <202102252353.11PNrsU2015538@freefriends.org> <99176b8f-f09c-179d-608a-3fa12a94c833@Rhul.Ac.Uk> <47186243-0ea4-d83a-ec15-9757da3f145a@Rhul.Ac.Uk> <25d6d4c6-4cc5-5b11-6d96-ad47f2717218@Rhul.Ac.Uk> Message-ID: <24640.1757.74417.712151@gargle.gargle.HOWL> On 2021-03-03 at 14:52:02 +0100, Siep Kroonenberg wrote: > Add a parameter '-repository C:\TeX\Live\2021\Pre-test': Hello Siep and Phil, if you use rsync in order to create a local copy there is an archive/ directory in the same directory as the installer. In this case I would expect that the installer assumes that it's run from a CD or DVD and uses the archive/ directory as a package source. This means that there is no need to specify any repository. This does't work with the network installer in the zip file, of course, because the zip file doesn't contain any packages. Regards, Reinhard -- ------------------------------------------------------------------ Reinhard Kotucha Phone: +49-511-3373112 Marschnerstr. 25 D-30167 Hannover mailto:reinhard.kotucha at web.de ------------------------------------------------------------------ From zarniwhoop at ntlworld.com Wed Mar 3 22:38:37 2021 From: zarniwhoop at ntlworld.com (Ken Moffat) Date: Wed, 3 Mar 2021 21:38:37 +0000 Subject: Remark about a recent change in texlive-en.tex In-Reply-To: References: <877dmokmre.fsf@example.com> Message-ID: On Wed, Mar 03, 2021 at 09:31:55PM +0000, Jonathan Fine wrote: > Hi > > My two-cents worth is > > \url{https://tug.org/FontCatalogue} displays [all?] fonts that can be used > with TeX. > > I think most people now realise that a [hyper?] link takes you to a web > page. And avoiding use of 'web' avoids the misleading suggestion of 'web > fonts'. > > Jonathan Yes, that sounds better. ?en -- RIGHT, he said, PESTILENCE, OPEN ANOTHER PACK OF CARDS. I'M GOING TO GET TO THE BOTTOM OF THIS IF IT KILLS ME, FIGURATIVELY SPEAKING OF COURSE. Rincewind grabbed Twoflower and pulled. -- The Light Fantastic From karl at freefriends.org Thu Mar 4 00:48:14 2021 From: karl at freefriends.org (Karl Berry) Date: Wed, 3 Mar 2021 16:48:14 -0700 Subject: gen-fib.o problem In-Reply-To: Message-ID: <202103032348.123NmEax030863@freefriends.org> Hi Hartmut, ln -s ../../../../libs/gmp/native/../gmp-src/gen-fib.c gen-fib.c gcc -Wall -g -O2 -o gen-fib gen-fib.o gcc: error: gen-fib.o: No such file or directory Does not happen for me or, seemingly, anyone else. Looking at gmp/native/Makefile.am, gen-fib is treated identically to gen-fac, which worked for you (just above). What I get after the ln -s ../../../../libs/gmp/native/../gmp-src/gen-fib.c gen-fib.c is: depbase=`echo gen-fib.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I../../../../libs/gmp/native -I../../../../libs/gmp/native/../gmp-src -Wall -g -MT gen-fib.o -MD -MP -MF $depbase.Tpo -c -o gen-fib.o gen-fib.c &&\ mv -f $depbase.Tpo $depbase.Po gcc -Wall -g -o gen-fib gen-fib.o echo timestamp >stamp-fib ------------------------- Why that normal compile command (depbase=...; gcc ...) did not run for you, I just can't say. Massive parallel build? Options to ./Build? Does it work anywhere you have, you could compare the build trees and output of "make -d stamp-fib" or some such? Sorry .... -k From karl at freefriends.org Thu Mar 4 00:48:22 2021 From: karl at freefriends.org (Karl Berry) Date: Wed, 3 Mar 2021 16:48:22 -0700 Subject: [EXT] Re: pretest 2021 begin (3rd attempt, no reply seen) In-Reply-To: Message-ID: <202103032348.123NmMEs030912@freefriends.org> Indeed, this variable [WISH] still needs to be added to the list of variables to be ignored in the environment check. Done, r58097. --thanks, karl. From phe.h.o1 at gmail.com Thu Mar 4 04:11:45 2021 From: phe.h.o1 at gmail.com (Phelype Oleinik) Date: Thu, 4 Mar 2021 00:11:45 -0300 Subject: [pretest] Metapost graphics file not found In-Reply-To: <87blc0bwjg.fsf@siart.de> References: <87blc0bwjg.fsf@siart.de> Message-ID: On Wed, Mar 3, 2021 at 3:08 AM Uwe Siart wrote: > > With the following MetaPost and LaTeX test files > > [...] > > the pdflatex log file says: > > ,---- > | LaTeX Warning: File `graph-test.1' not found on input line 5. > `---- > > However, the graphics is included correctly in the PDF. So the warning > seems to be wrong. Hi Uwe, Good catch! I filed an issue in the latex2e repo and pushed a fix to this: https://github.com/latex3/latex2e/issues/516. The problem was that the file extension is stored in two places, and one was being lost halfway through, thus the weird warning. Should be fixed in the next -dev and major releases. > Also I think that \DeclareGraphicsRule{*}{mps}{*}{} was not needed in TL > 2020. But I can't test at the moment. No, for a file with an unknown extension it was always needed, because contrary to .tex files that can just be read, some graphics files can't, and graphics.sty refuses to read a file with an unknown extension. Best, Phelype From usenet at siart.de Thu Mar 4 08:08:29 2021 From: usenet at siart.de (Uwe Siart) Date: Thu, 04 Mar 2021 08:08:29 +0100 Subject: [pretest] Metapost graphics file not found References: <87blc0bwjg.fsf@siart.de> Message-ID: <871rcvqtua.fsf@siart.de> Phelype Oleinik writes: >> Also I think that \DeclareGraphicsRule{*}{mps}{*}{} was not needed in TL >> 2020. But I can't test at the moment. > > No, for a file with an unknown extension it was always needed, because > contrary to .tex files that can just be read, some graphics files can't, > and graphics.sty refuses to read a file with an unknown extension. Hi Phelype, Thanks for explanation. In that case I have the next weird thing: I have (here on my computer) a minimal LaTeX file where \includegraphics{filename.1} works without \DeclareGraphicsRule. But it seems to depend on the encoding of the .tex file. Therefore, I think it makes no sense to post it here because the effect could go lost after copy & paste. But I could send you via personal mail if you agree. The weird behaviour that I see with this example file: - The file is latin-1 encoded. It works with latex but not with pdflatex. - When I tell Emacs/AUCTeX to recode the file to utf-8-dos (by setting a the local variable "coding" to utf-8-dos and typing C-c C-n) it does not work anymore. - After recoding to UTF-8 I can't get it back to work again. Even after recoding to latin-1-dos (change "coding" variable to iso-latin-1-dos an do C-c C-n) the error (unknown graphics extension) remains. -- Uwe From phe.h.o1 at gmail.com Thu Mar 4 13:11:43 2021 From: phe.h.o1 at gmail.com (Phelype Oleinik) Date: Thu, 4 Mar 2021 09:11:43 -0300 Subject: [pretest] Metapost graphics file not found In-Reply-To: <871rcvqtua.fsf@siart.de> References: <87blc0bwjg.fsf@siart.de> <871rcvqtua.fsf@siart.de> Message-ID: On Thu, Mar 4, 2021 at 4:10 AM Uwe Siart wrote: > > Hi Phelype, > > Thanks for explanation. In that case I have the next weird thing: > > I have (here on my computer) a minimal LaTeX file where > \includegraphics{filename.1} works without \DeclareGraphicsRule. But it > seems to depend on the encoding of the .tex file. Therefore, I think it > makes no sense to post it here because the effect could go lost after > copy & paste. But I could send you via personal mail if you agree. Hi Uwe, Are you sure it depends on the encoding? It's really weird if it does, then I'd appreciate it if you could send me the file. > The weird behaviour that I see with this example file: > > - The file is latin-1 encoded. It works with latex but not with > pdflatex. Ah, that is not a problem with the file encoding. The out-of-the-box available graphics rules depend on the backend you are using. If you're running |pdflatex| then there is no default graphics rule (as declared with |\DeclareGraphicsRule{*}...|), so an unknown extension will result in an error. If you are running in DVI mode, with |latex|, then the default rule tries to include unknown file extensions as an eps file. > - When I tell Emacs/AUCTeX to recode the file to utf-8-dos (by setting a > the local variable "coding" to utf-8-dos and typing C-c C-n) it does > not work anymore. *That* is strange, at first glance... If you could send the file, I can take a look, but the difference between |latex| and |pdflatex| is expected (look for |\Gin at extensions| in |dvips.def| and |pdftex.def| to compare). Best, Phelype From usenet at siart.de Thu Mar 4 13:36:30 2021 From: usenet at siart.de (Uwe Siart) Date: Thu, 04 Mar 2021 13:36:30 +0100 Subject: [pretest] Metapost graphics file not found References: <87blc0bwjg.fsf@siart.de> <871rcvqtua.fsf@siart.de> Message-ID: <87wnunp035.fsf@siart.de> Phelype Oleinik writes: > Are you sure it depends on the encoding? It's really weird if it does, > then I'd appreciate it if you could send me the file. Hi Phelype, With your explanations said I tried again and now I understand what happened. It has nothing to do with the encoding, indeed. >> - The file is latin-1 encoded. It works with latex but not with >> pdflatex. > > Ah, that is not a problem with the file encoding. The out-of-the-box > available graphics rules depend on the backend you are using. If you're > running |pdflatex| then there is no default graphics rule (as declared > with |\DeclareGraphicsRule{*}...|), so an unknown extension will result > in an error. If you are running in DVI mode, with |latex|, then the > default rule tries to include unknown file extensions as an eps file. Yes, that makes sense. And now I understand that this is what I acutally observed. With LaTeX in DVI mode \includegraphics{file.1} works out-of-the-box. >> - When I tell Emacs/AUCTeX to recode the file to utf-8-dos (by setting a >> the local variable "coding" to utf-8-dos and typing C-c C-n) it does >> not work anymore. > > *That* is strange, at first glance... > > If you could send the file, I can take a look, but the difference > between |latex| and |pdflatex| is expected (look for |\Gin at extensions| > in |dvips.def| and |pdftex.def| to compare). Here, Emacs+AUCTeX played me a prank. During the change of the encoding (by setting a local variable and pressing C-c C-n) it also changed TeX-PDF-mode from nil to t (because it is the default in AUCTeX and I did not override by a local variable). So it switched to PDF mode and that was the actual reason why I got the error. But this made me believe that the encoding is the culprit. So, problem solved. Thanks for your help, Phelype. -- Uwe From P.Taylor at Rhul.Ac.Uk Thu Mar 4 15:40:35 2021 From: P.Taylor at Rhul.Ac.Uk (Philip Taylor) Date: Thu, 4 Mar 2021 14:40:35 +0000 Subject: [EXT] pretest 2021 begin In-Reply-To: <202102252353.11PNrsU2015538@freefriends.org> References: <202102252353.11PNrsU2015538@freefriends.org> Message-ID: <6754e0d6-13cf-5527-67bb-55888c8017b0@Rhul.Ac.Uk> Seeking to update yesterday's install of "scheme: basic" from my re-rsynch'd local repository, I launched "tlmgr" (now somewhat confusingly called "tlshell") and found that it needed to update itself before it could update my local installation. I allowed it to do so, and it reported : tlmgr.pl: package repository C:/TeX/Live/2021/Pre-test (not verified: gpg unavailable) tlmgr.pl: saving backups to C:/TeX/Live/2021/tlpkg/backups tlmgr.pl: Preparing TeX Live infrastructure update... tlmgr.pl: Backup option not implemented for infrastructure update. DO NOT CLOSE THIS WINDOW! TeX Live infrastructure update in progress ... Detailed command logging to "C:\TeX\Live\2021\temp\update-self.log" self update: texlive.infra (58052 -> 58101) tlperl.win32 (54383 -> 58075) Infrastructure update finished successfully. You may now close this window. C:\TeX\Live\2021\bin\win32> Note in particular ? Detailed command logging to "C:\TeX\Live\2021\temp\update-self.log" ?. May I ask why the log file is stored in "C:\TeX\Live\2021\temp" (which could easily be purged, without realising that it might contain something important) rather than (e.g.,) "C:\TeX\Live\2021\logs" ? -- Philip Taylor This email, its contents and any attachments are intended solely for the addressee and may contain confidential information. In certain circumstances, it may also be subject to legal privilege. Any unauthorised use, disclosure, or copying is not permitted. If you have received this email in error, please notify us and immediately and permanently delete it. Any views or opinions expressed in personal emails are solely those of the author and do not necessarily represent those of Royal Holloway, University of London. It is your responsibility to ensure that this email and any attachments are virus free. -------------- next part -------------- An HTML attachment was scrubbed... URL: From norbert at preining.info Thu Mar 4 15:48:18 2021 From: norbert at preining.info (Norbert Preining) Date: Thu, 4 Mar 2021 14:48:18 +0000 (UTC) Subject: [EXT] pretest 2021 begin In-Reply-To: <6754e0d6-13cf-5527-67bb-55888c8017b0@Rhul.Ac.Uk> References: <202102252353.11PNrsU2015538@freefriends.org> <6754e0d6-13cf-5527-67bb-55888c8017b0@Rhul.Ac.Uk> Message-ID: <51c28f24-a227-41c2-a8c8-88bd3e1e0dd4@preining.info> Because it succeeded, and there is no system in place that deletes the temp directory? -- PREINING Norbert????????????????????????????? https://www.preining.info Fujitsu Research Labs + IFMGA ProGuide + TU Wien + TeX Live + Debian Dev GPG: 0x860CDC13?? fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13 Mar 4, 2021 23:41:03 Philip Taylor : > Seeking to update yesterday's install of "scheme: basic" from my re-rsynch'd local repository, I launched "tlmgr" (now somewhat confusingly called "tlshell") and found that it needed to update itself before it could update my local installation.? I allowed it to do so, and it reported : > >> tlmgr.pl: package repository C:/TeX/Live/2021/Pre-test (not verified: gpg unavailable) >> tlmgr.pl: saving backups to C:/TeX/Live/2021/tlpkg/backups >> tlmgr.pl: Preparing TeX Live infrastructure update... >> tlmgr.pl: Backup option not implemented for infrastructure update. >> DO NOT CLOSE THIS WINDOW! >> TeX Live infrastructure update in progress ... >> Detailed command logging to "C:\TeX\Live\2021\temp\update-self.log" >> self update: texlive.infra (58052 -> 58101) tlperl.win32 (54383 -> 58075) >> Infrastructure update finished successfully. >> You may now close this window. >> >> C:\TeX\Live\2021\bin\win32> > > Note in particular ? Detailed command logging to "C:\TeX\Live\2021\temp\update-self.log" ?. > > May I ask why the log file is stored in "C:\TeX\Live\2021\temp" (which could easily be purged, without realising that it might contain something important) rather than (e.g.,) "C:\TeX\Live\2021\logs" ? From P.Taylor at Rhul.Ac.Uk Thu Mar 4 15:57:07 2021 From: P.Taylor at Rhul.Ac.Uk (Philip Taylor) Date: Thu, 4 Mar 2021 14:57:07 +0000 Subject: [EXT] pretest 2021 begin In-Reply-To: <51c28f24-a227-41c2-a8c8-88bd3e1e0dd4@preining.info> References: <202102252353.11PNrsU2015538@freefriends.org> <6754e0d6-13cf-5527-67bb-55888c8017b0@Rhul.Ac.Uk> <51c28f24-a227-41c2-a8c8-88bd3e1e0dd4@preining.info> Message-ID: <7c9e385c-3b2f-39b3-8777-7c42d4df01fd@Rhul.Ac.Uk> Norbert Preining wrote: Because it succeeded, and there is no system in place that deletes the temp directory? So had it not succeeded, where would the log file have been written/saved ? This email, its contents and any attachments are intended solely for the addressee and may contain confidential information. In certain circumstances, it may also be subject to legal privilege. Any unauthorised use, disclosure, or copying is not permitted. If you have received this email in error, please notify us and immediately and permanently delete it. Any views or opinions expressed in personal emails are solely those of the author and do not necessarily represent those of Royal Holloway, University of London. It is your responsibility to ensure that this email and any attachments are virus free. -------------- next part -------------- An HTML attachment was scrubbed... URL: From hartmut_henkel at gmx.de Thu Mar 4 19:49:21 2021 From: hartmut_henkel at gmx.de (Hartmut Henkel) Date: Thu, 4 Mar 2021 19:49:21 +0100 (CET) Subject: gen-fib.o problem In-Reply-To: <202103032348.123NmEax030863@freefriends.org> References: <202103032348.123NmEax030863@freefriends.org> Message-ID: Hi Karl, On Wed, 3 Mar 2021, Karl Berry wrote: > Hi Hartmut, > > ln -s ../../../../libs/gmp/native/../gmp-src/gen-fib.c gen-fib.c > gcc -Wall -g -O2 -o gen-fib gen-fib.o > gcc: error: gen-fib.o: No such file or directory > > Does not happen for me or, seemingly, anyone else. Looking at > gmp/native/Makefile.am, gen-fib is treated identically to gen-fac, > which worked for you (just above). > > What I get after the > ln -s ../../../../libs/gmp/native/../gmp-src/gen-fib.c gen-fib.c > is: > depbase=`echo gen-fib.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > gcc -DHAVE_CONFIG_H -I. -I../../../../libs/gmp/native -I../../../../libs/gmp/native/../gmp-src -Wall -g -MT gen-fib.o -MD -MP -MF $depbase.Tpo -c -o gen-fib.o gen-fib.c &&\ > mv -f $depbase.Tpo $depbase.Po > gcc -Wall -g -o gen-fib gen-fib.o > echo timestamp >stamp-fib > ------------------------- > > Why that normal compile command (depbase=...; gcc ...) did not run for > you, I just can't say. Massive parallel build? Options to ./Build? > Does it work anywhere you have, you could compare the build trees and > output of "make -d stamp-fib" or some such? Sorry .... -k have many thanks for looking into this. It was just a "harmless" ./Build :-) Now i did an svn cleanup --remove-unversioned --remove-ignored in the repo and then it compiled fine all the way through. So i guess Build was disturbed by some obsolete file (iirc, there was one, only not in the gmp/native/ dir). And sorry for posting to the wrong list, should have been tlbuild, yes. Best Regards, Hartmut From vojta at math.berkeley.edu Thu Mar 4 20:41:41 2021 From: vojta at math.berkeley.edu (Paul Vojta) Date: Thu, 4 Mar 2021 11:41:41 -0800 Subject: Remark about a recent change in texlive-en.tex In-Reply-To: References: <877dmokmre.fsf@example.com> Message-ID: <20210304194141.GA4832@math.berkeley.edu> On Wed, Mar 03, 2021 at 09:31:55PM +0000, Jonathan Fine wrote: > Hi > > My two-cents worth is > > \url{https://tug.org/FontCatalogue} displays [all?] fonts that can be used > with TeX. > > I think most people now realise that a [hyper?] link takes you to a web > page. And avoiding use of 'web' avoids the misleading suggestion of 'web > fonts'. > > Jonathan I too prefer Karl's wording. Or: \url{https://tug.org/FontCatalogue} is a convenient web-based way to explore fonts available in TeX. (I prefer to keep the word "web", since this is more than just a static list.) Paul Vojta From karl at freefriends.org Thu Mar 4 23:37:25 2021 From: karl at freefriends.org (Karl Berry) Date: Thu, 4 Mar 2021 15:37:25 -0700 Subject: Remark about a recent change in texlive-en.tex In-Reply-To: <20210304194141.GA4832@math.berkeley.edu> Message-ID: <202103042237.124MbPgw016876@freefriends.org> After reading all the nice ideas and the description on https://tug.org/FontCatalogue/about.html itself, I ended up with this: ...; the web pages under \url{https://tug.org/FontCatalogue} display nearly all of the text fonts included in the main \TeX\ distributions, categorized in various ways. The FC does not include all fonts in the distributions (symbol fonts and fonts without any LaTeX or Latin support may be missing). It's not only fonts in the distributions (some nonfree fonts are included). It's certainly not all fonts that can be used with TeX, since nearly any system otf/ttf font will work. So the above is my best attempt to say something informative that isn't actually false. I hope it can be laid to rest now, since I don't want to make the umpteen translators deal with it again. --thanks, karl. From w.m.l at gmx.net Fri Mar 5 01:15:06 2021 From: w.m.l at gmx.net (Robert) Date: Fri, 5 Mar 2021 01:15:06 +0100 Subject: pretest 2021 begin In-Reply-To: <202102252353.11PNrsU2015538@freefriends.org> References: <202102252353.11PNrsU2015538@freefriends.org> Message-ID: Since recently, I get the warning: Use of uninitialized value $6 in numeric le (<=) at /Users//Library/texlive/2021/tlpkg/TeXLive/TLUtils.pm line 366. when running tlmgr update. Probably, the "$6" in that line should simply be "6". Best, -- Robert From norbert at preining.info Fri Mar 5 01:26:52 2021 From: norbert at preining.info (Norbert Preining) Date: Fri, 5 Mar 2021 09:26:52 +0900 Subject: pretest 2021 begin In-Reply-To: References: <202102252353.11PNrsU2015538@freefriends.org> Message-ID: On Fri, 05 Mar 2021, Robert wrote: > Use of uninitialized value $6 in numeric le (<=) at Ouch, thanks for the report, fixed for today. Best Norbert -- PREINING Norbert https://www.preining.info Fujitsu Research Labs + IFMGA Guide + TU Wien + TeX Live + Debian Dev GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13 From P.Taylor at Hellenic-Institute.Uk Fri Mar 5 17:29:03 2021 From: P.Taylor at Hellenic-Institute.Uk (Philip Taylor) Date: Fri, 5 Mar 2021 16:29:03 +0000 Subject: Incremental TeX-Live ? Message-ID: <93c72345-157d-0e93-f16f-c18b0abac830@Hellenic-Institute.Uk> Over the years I have installed every version of TeX Live from 2008 to 2021 (pre-test), and keep older versions to help in identifying the cause of malfunctions when an older source file is compiled with a more recent version of TeX Live.? But I realised today, as I was installing the most recent instantation of TeX Live 2020, that by now I must have (probably) hundreds of thousands of duplicate files.? While it may well be the case that only 10% of the files in TeX Live 2008 appear unchanged in TeX Live 2021 (pre-test), it seems equally likely that perhaps 90% of the files in TeX Live 2020 appear unchanged in TeX Live 2021 (pre-test).? That being the case, it seems to me that there is zero benefit in re-installing for TeX Live nnnn+1 any file that appeared identically in TeX Live nnnn.? So, a couple of questions : 1. Do the resident experts agree that if my TeX search path(s) contained the root directory of each installation of TeX Live from (in my case) 2008 to 2021 (pre-test), then any TeX binary in TeX Live 2021 (pre-test) would find the necessary support files no matter where (in that set of directory hierarchies) the last installed version of that support file was to be found ? and if so : ??? ??? 2. Would there be any benefit in enhancing the installer to look for previous versions of TeX Live, and if such exist, not duplicating (i.e., re-installing) any file that existed unchanged in an earlier release ? Clearly if the answer to (2) were "yes", then the installer would also have to ensure that the earlier versions also appeared (in the correct order) in the TeX search path(s), but overall it seems to me that considerable time could be saved when performing a full install if the previous year's files could be used (when unchanged in the most recent year) rather than installing a fresh-but-unchanged copy. -- /Philip Taylor/ -------------- next part -------------- An HTML attachment was scrubbed... URL: From P.Taylor at Hellenic-Institute.Uk Sat Mar 6 12:27:45 2021 From: P.Taylor at Hellenic-Institute.Uk (Philip Taylor) Date: Sat, 6 Mar 2021 11:27:45 +0000 Subject: pretest 2021 begin (3rd attempt, no reply seen) In-Reply-To: <24640.1757.74417.712151@gargle.gargle.HOWL> References: <202102252353.11PNrsU2015538@freefriends.org> <99176b8f-f09c-179d-608a-3fa12a94c833@Rhul.Ac.Uk> <47186243-0ea4-d83a-ec15-9757da3f145a@Rhul.Ac.Uk> <25d6d4c6-4cc5-5b11-6d96-ad47f2717218@Rhul.Ac.Uk> <24640.1757.74417.712151@gargle.gargle.HOWL> Message-ID: <57abe4eb-0781-3c3b-c43b-638ae91258d3@Hellenic-Institute.Uk> Hallo Reinhard ? > Hello Siep and Phil, > if you use rsync in order to create a local copy there is an archive/ > directory in the same directory as the installer. In this case I > would expect that the installer assumes that it's run from a CD or DVD > and uses the archive/ directory as a package source. This means that > there is no need to specify any repository. I am willing to believe that, of course, but my concern is that, in the past, I have performed what I /thought /was an install from my local repository, only to find later that it was installing from the network.? Now that I have FTTC that is no longer the issue it once was, but what I would /really/ like is to be able to use the documented-but-seemingly-dysfunctional "install-tl-windows -select-repository" and to be offered the choice of installing from a mirror of my choice /*or*/ from my local repository. Siep explained, on 3rd inst., > The mirror list is still the regular mirror list and has not been > adjusted for pretest. Therefore select-repository does not work > during pretest. but what was unclear to me until a few moments ago was why, even if "[t]he mirror list is still the regular mirror list and has not been adjusted for pretest", the pre-test installer cannot offer "C:/TeX/Live/2021/Pre-test (Local repository)" in addition to the six continents.? In fact, it can ? what I have /finally/ discovered is that the offer of "C:/TeX/Live/2021/Pre-test (Local repository)" is contingent on one typing : * ??? install-tl-windows./*bat */-select-repository and not just : * ??? install-tl-windows/**/-select-repository It seems to me that this is a serious design error, to have two files with identical names, but with different extensions, both of which are executable, in the same directory.? Why not, for example, rename the executable to anything /*other */than "install-tl-windows" ?? As it is, at the moment it is only too easy to believe that "install-tl-windows/**/-select-repository" should have the desired effect, whereas in fact only "install-tl-windows/*.bat*//**/-select-repository" will do so. -- /Philip Taylor/ -------------- next part -------------- An HTML attachment was scrubbed... URL: From siepo at bitmuis.nl Sat Mar 6 14:58:02 2021 From: siepo at bitmuis.nl (Siep Kroonenberg) Date: Sat, 6 Mar 2021 14:58:02 +0100 Subject: Location exe installer (Was: Phil Taylor Re: pretest 2021 begin) In-Reply-To: <57abe4eb-0781-3c3b-c43b-638ae91258d3@Hellenic-Institute.Uk> References: <202102252353.11PNrsU2015538@freefriends.org> <99176b8f-f09c-179d-608a-3fa12a94c833@Rhul.Ac.Uk> <47186243-0ea4-d83a-ec15-9757da3f145a@Rhul.Ac.Uk> <25d6d4c6-4cc5-5b11-6d96-ad47f2717218@Rhul.Ac.Uk> <24640.1757.74417.712151@gargle.gargle.HOWL> <57abe4eb-0781-3c3b-c43b-638ae91258d3@Hellenic-Institute.Uk> Message-ID: On Sat, Mar 06, 2021 at 11:27:45AM +0000, Philip Taylor wrote: > Hallo Reinhard ? > > > Hello Siep and Phil, > > if you use rsync in order to create a local copy there is an archive/ > > directory in the same directory as the installer. In this case I > > would expect that the installer assumes that it's run from a CD or DVD > > and uses the archive/ directory as a package source. This means that > > there is no need to specify any repository. > > I am willing to believe that, of course, but my concern is that, in the > past, I have performed what I /thought /was an install from my local > repository, only to find later that it was installing from the network.? Now > that I have FTTC that is no longer the issue it once was, but what I would > /really/ like is to be able to use the > documented-but-seemingly-dysfunctional "install-tl-windows > -select-repository" and to be offered the choice of installing from a mirror > of my choice /*or*/ from my local repository. > > Siep explained, on 3rd inst., > > > The mirror list is still the regular mirror list and has not been > > adjusted for pretest. Therefore select-repository does not work > > during pretest. > > but what was unclear to me until a few moments ago was why, even if "[t]he > mirror list is still the regular mirror list and has not been adjusted for > pretest", the pre-test installer cannot offer "C:/TeX/Live/2021/Pre-test > (Local repository)" in addition to the six continents.? In fact, it can ? > what I have /finally/ discovered is that the offer of > "C:/TeX/Live/2021/Pre-test (Local repository)" is contingent on one typing : > > * ??? install-tl-windows./*bat */-select-repository > > and not just : > > * ??? install-tl-windows/**/-select-repository > > It seems to me that this is a serious design error, to have two files with > identical names, but with different extensions, both of which are > executable, in the same directory.? Why not, for example, rename the > executable to anything /*other */than "install-tl-windows" ?? As it is, at > the moment it is only too easy to believe that > "install-tl-windows/**/-select-repository" should have the desired effect, > whereas in fact only "install-tl-windows/*.bat*//**/-select-repository" will > do so. If you keep your own rsync repository, and especially if you are running a pretest, then you should have sense enough not to use the .exe while the .bat is already there. But you are perfectly right that this particular mistake would be prevented if the .exe (and the other installer packages (.zip, and .tar.gz)) would be moved to a subdirectory. -- Siep Kroonenberg From P.Taylor at Rhul.Ac.Uk Sat Mar 6 15:13:45 2021 From: P.Taylor at Rhul.Ac.Uk (Philip Taylor) Date: Sat, 6 Mar 2021 14:13:45 +0000 Subject: [EXT] Location exe installer (Was: Phil Taylor Re: pretest 2021 begin) In-Reply-To: References: <202102252353.11PNrsU2015538@freefriends.org> <99176b8f-f09c-179d-608a-3fa12a94c833@Rhul.Ac.Uk> <47186243-0ea4-d83a-ec15-9757da3f145a@Rhul.Ac.Uk> <25d6d4c6-4cc5-5b11-6d96-ad47f2717218@Rhul.Ac.Uk> <24640.1757.74417.712151@gargle.gargle.HOWL> <57abe4eb-0781-3c3b-c43b-638ae91258d3@Hellenic-Institute.Uk> Message-ID: <2311b998-e2e2-f262-813b-e6c84ff7ed4e@Rhul.Ac.Uk> Siep Kroonenberg wrote: If you keep your own rsync repository, and especially if you are running a pretest, then you should have sense enough not to use the .exe while the .bat is already there. With the greatest respect, Siep, "sense" would indicate exactly the opposite ? one would expect an executable image to honour parameters , while equally expecting a batch file to ignore them. But leaving that aside, is it not time for TeX Live to cease using the ".bat" extension and starting using the ".cmd" one ? I cannot remember the last time I created a .bat file, while I have been creating .cmd files for what seems like an eternity ? as far back is the early 1990s, if I remember correctly. But you are perfectly right that this particular mistake would be prevented if the .exe (and the other installer packages (.zip, and .tar.gz)) would be moved to a subdirectory. That would indeed help. ** Phil. -- Philip Taylor This email, its contents and any attachments are intended solely for the addressee and may contain confidential information. In certain circumstances, it may also be subject to legal privilege. Any unauthorised use, disclosure, or copying is not permitted. If you have received this email in error, please notify us and immediately and permanently delete it. Any views or opinions expressed in personal emails are solely those of the author and do not necessarily represent those of Royal Holloway, University of London. It is your responsibility to ensure that this email and any attachments are virus free. -------------- next part -------------- An HTML attachment was scrubbed... URL: From P.Taylor at Rhul.Ac.Uk Sat Mar 6 16:19:55 2021 From: P.Taylor at Rhul.Ac.Uk (Philip Taylor) Date: Sat, 6 Mar 2021 15:19:55 +0000 Subject: [EXT] Location exe installer (Was: Phil Taylor Re: pretest 2021 begin) In-Reply-To: <2311b998-e2e2-f262-813b-e6c84ff7ed4e@Rhul.Ac.Uk> References: <202102252353.11PNrsU2015538@freefriends.org> <99176b8f-f09c-179d-608a-3fa12a94c833@Rhul.Ac.Uk> <47186243-0ea4-d83a-ec15-9757da3f145a@Rhul.Ac.Uk> <25d6d4c6-4cc5-5b11-6d96-ad47f2717218@Rhul.Ac.Uk> <24640.1757.74417.712151@gargle.gargle.HOWL> <57abe4eb-0781-3c3b-c43b-638ae91258d3@Hellenic-Institute.Uk> <2311b998-e2e2-f262-813b-e6c84ff7ed4e@Rhul.Ac.Uk> Message-ID: Philip Taylor wrote: With the greatest respect, Siep, "sense" would indicate exactly the opposite ? one would expect an executable image to honour parameters , while equally expecting a batch file to ignore them. But it turns out that things are even more complex. Let there be, in a given directory, "install-tl-windows.exe", "install-tl-windows.bat", & "install-tl-windows.cmd". Then what should a user expect if he or she types : * install-tl-windows -select-repository The answer, it transpires, depends on the current value of his/her "PATHEXT" environment variable. Mine is set to : * PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC so in my case, "install-tl-windows -select-repository" selects the executable image and the "-select-repository" qualifier is ignored. Another user might have (for example) : * PATHEXT=.BAT;.CMD;.COM;.EXE;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC and so if he/she were to type : * install-tl-windows -select-repository his/her "-select-repository" qualifier would be honoured and he/she would be offered the choice of installing from a local repository. Given the enormous uncertainty as to the actual effect of * install-tl-windows -select-repository in any given situation, I now believe more strongly than ever that having "install-tl-windows.exe" & "install-tl-windows.bat" in the same directory is sheer folly. ** Phil. -- Philip Taylor This email, its contents and any attachments are intended solely for the addressee and may contain confidential information. In certain circumstances, it may also be subject to legal privilege. Any unauthorised use, disclosure, or copying is not permitted. If you have received this email in error, please notify us and immediately and permanently delete it. Any views or opinions expressed in personal emails are solely those of the author and do not necessarily represent those of Royal Holloway, University of London. It is your responsibility to ensure that this email and any attachments are virus free. -------------- next part -------------- An HTML attachment was scrubbed... URL: From siepo at bitmuis.nl Sat Mar 6 17:47:28 2021 From: siepo at bitmuis.nl (Siep Kroonenberg) Date: Sat, 6 Mar 2021 17:47:28 +0100 Subject: [EXT] Location exe installer (Was: Phil Taylor Re: pretest 2021 begin) In-Reply-To: <2311b998-e2e2-f262-813b-e6c84ff7ed4e@Rhul.Ac.Uk> References: <47186243-0ea4-d83a-ec15-9757da3f145a@Rhul.Ac.Uk> <25d6d4c6-4cc5-5b11-6d96-ad47f2717218@Rhul.Ac.Uk> <24640.1757.74417.712151@gargle.gargle.HOWL> <57abe4eb-0781-3c3b-c43b-638ae91258d3@Hellenic-Institute.Uk> <2311b998-e2e2-f262-813b-e6c84ff7ed4e@Rhul.Ac.Uk> Message-ID: On Sat, Mar 06, 2021 at 02:13:45PM +0000, Philip Taylor wrote: > > But leaving that aside, is it not time for TeX Live to cease using > the ".bat" extension and starting using the ".cmd" one ? I cannot > remember the last time I created a .bat file, while I have been > creating .cmd files for what seems like an eternity ? as far back > is the early 1990s, if I remember correctly. The difference is too small to matter, see e.g. https://stackoverflow.com/questions/148968/windows-batch-files-bat-vs-cmd -- Siep Kroonenberg From P.Taylor at Rhul.Ac.Uk Sat Mar 6 18:02:07 2021 From: P.Taylor at Rhul.Ac.Uk (Philip Taylor) Date: Sat, 6 Mar 2021 17:02:07 +0000 Subject: Speed of 2021 (pre-test)installer compared to non-pretest installer of 2020 Message-ID: Slightly (1.14 times) faster in 2021. After two hours, 2021 has installed roughly 1280 files while 2020 has installed roughly 1120, from/to the same (SSD) medium. -- Philip Taylor This email, its contents and any attachments are intended solely for the addressee and may contain confidential information. In certain circumstances, it may also be subject to legal privilege. Any unauthorised use, disclosure, or copying is not permitted. If you have received this email in error, please notify us and immediately and permanently delete it. Any views or opinions expressed in personal emails are solely those of the author and do not necessarily represent those of Royal Holloway, University of London. It is your responsibility to ensure that this email and any attachments are virus free. -------------- next part -------------- An HTML attachment was scrubbed... URL: From P.Taylor at Rhul.Ac.Uk Sat Mar 6 23:45:45 2021 From: P.Taylor at Rhul.Ac.Uk (Philip Taylor) Date: Sat, 6 Mar 2021 22:45:45 +0000 Subject: [EXT] pretest 2021 begin In-Reply-To: <202102252353.11PNrsU2015538@freefriends.org> References: <202102252353.11PNrsU2015538@freefriends.org> Message-ID: The TeX Live (2021) installer reports the location of the installation log file later than did the 2020 installer; the 2020 report appears better to me in this respect ? [2020] finished with package-specific postactions [WISH report snipped] Logfile: C:/TeX/Live/2020/install-tl.log Welcome to TeX Live! See C:/TeX/Live/2020/index.html for links to documentation. The TeX Live web site (https://tug.org/texlive/) contains any updates and corrections. TeX Live is a joint project of the TeX user groups around the world; please consider supporting it by joining the group best for you. The list of groups is available on the web at https://tug.org/usergroups.html. [2021] finished with package-specific postactions [No WISH report] Welcome to TeX Live! See C:/TeX/Live/2021/index.html for links to documentation. The TeX Live web site (https://tug.org/texlive/) contains any updates and corrections. TeX Live is a joint project of the TeX user groups around the world; please consider supporting it by joining the group best for you. The list of groups is available on the web at https://tug.org/usergroups.html. Logfile: C:/TeX/Live/2021/install-tl.log Installed on platform win32 at C:/TeX/Live/2021 -- Philip Taylor This email, its contents and any attachments are intended solely for the addressee and may contain confidential information. In certain circumstances, it may also be subject to legal privilege. Any unauthorised use, disclosure, or copying is not permitted. If you have received this email in error, please notify us and immediately and permanently delete it. Any views or opinions expressed in personal emails are solely those of the author and do not necessarily represent those of Royal Holloway, University of London. It is your responsibility to ensure that this email and any attachments are virus free. -------------- next part -------------- An HTML attachment was scrubbed... URL: From siepo at bitmuis.nl Sun Mar 7 10:41:54 2021 From: siepo at bitmuis.nl (Siep Kroonenberg) Date: Sun, 7 Mar 2021 10:41:54 +0100 Subject: [EXT] pretest 2021 begin In-Reply-To: References: <202102252353.11PNrsU2015538@freefriends.org> Message-ID: On Sat, Mar 06, 2021 at 10:45:45PM +0000, Philip Taylor wrote: > The TeX Live (2021) installer reports the location of the installation log file later than did the 2020 installer; the 2020 report appears better to me in this respect ? > > [2020] > > finished with package-specific postactions > > [WISH report snipped] > > Logfile: C:/TeX/Live/2020/install-tl.log > > Welcome to TeX Live! > > See C:/TeX/Live/2020/index.html for links to documentation. > The TeX Live web site (https://tug.org/texlive/) contains any updates and corrections. TeX Live is a joint project of the TeX user groups around the world; please consider supporting it by joining the group best for you. The list of groups is available on the web at https://tug.org/usergroups.html. > > > [2021] > > > finished with package-specific postactions > > [No WISH report] > > Welcome to TeX Live! > > > See C:/TeX/Live/2021/index.html for links to documentation. > The TeX Live web site (https://tug.org/texlive/) contains any updates and corrections. TeX Live is a joint project of the TeX user groups around the world; please consider supporting it by joining the group best for you. The list of groups is available on the web at https://tug.org/usergroups.html. > Logfile: C:/TeX/Live/2021/install-tl.log > Installed on platform win32 at C:/TeX/Live/2021 This has a technical reason: the translation function is now available to the back-end installer. Therefore the GUI can use the translated welcome message from the back-end rather than suppressing the untranslated back-end welcome message and tacking on its own translated version at the end. -- Siep Kroonenberg From P.Taylor at Hellenic-Institute.Uk Sun Mar 7 11:28:54 2021 From: P.Taylor at Hellenic-Institute.Uk (Philip Taylor) Date: Sun, 7 Mar 2021 10:28:54 +0000 Subject: [EXT] pretest 2021 begin In-Reply-To: References: <202102252353.11PNrsU2015538@freefriends.org> Message-ID: <6d315f03-4ca2-0cca-2d61-c623c32fd6cc@Hellenic-Institute.Uk> Siep Kroonenberg wrote: > This has a technical reason: the translation function is now > available to the back-end installer. Therefore the GUI can use the > translated welcome message from the back-end rather than suppressing > the untranslated back-end welcome message and tacking on its own > translated version at the end. OK, understood Siep.? Just thought that it might be worth reporting. ** Phil. -- /Philip Taylor/ -------------- next part -------------- An HTML attachment was scrubbed... URL: From norbert at preining.info Sun Mar 7 21:26:35 2021 From: norbert at preining.info (Norbert Preining) Date: Mon, 8 Mar 2021 05:26:35 +0900 Subject: Incremental TeX-Live ? In-Reply-To: <93c72345-157d-0e93-f16f-c18b0abac830@Hellenic-Institute.Uk> References: <93c72345-157d-0e93-f16f-c18b0abac830@Hellenic-Institute.Uk> Message-ID: Hi Philip, > case, it seems to me that there is zero benefit in re-installing for TeX > Live nnnn+1 any file that appeared identically in TeX Live nnnn.? So, a You can convert NNNN to NNNN+1 (most years, but not on Windows). > 1. Do the resident experts agree that if my TeX search path(s) > contained the root directory of each installation of TeX Live from > (in my case) 2008 to 2021 (pre-test), then any TeX binary in TeX > Live 2021 (pre-test) would find the necessary support files no > matter where (in that set of directory hierarchies) the last > installed version of that support file was to be found ? Yes (if you mean with "root" the "texmf-dist" directory, and not the "texlive/yyyy" directory. You need to have a TDS compliant entry. > ??? ??? 2. Would there be any benefit in enhancing the installer to look for > previous versions of TeX Live, and if such exist, not duplicating (i.e., > re-installing) any file that existed unchanged in an earlier release ? No. Explanations are too long, and too many, just one reason: Tracking of files and packages would be nearly impossible. (Imagine NNNN: contains pkg version aaa NNNN+1 gets installed, re-used pkg (aaa) NNNN tlmgr is called with "uninstall" or "remove pkg" NNNN+1 gets lost ) So all of these things can be dealt with in principle, but I don't see any benefit in it. Best Norbert -- PREINING Norbert https://www.preining.info Fujitsu Research Labs + IFMGA Guide + TU Wien + TeX Live + Debian Dev GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13 From andreas_tex at freenet.de Mon Mar 8 09:44:19 2021 From: andreas_tex at freenet.de (Andreas Scherer) Date: Mon, 8 Mar 2021 09:44:19 +0100 Subject: Incremental TeX-Live ? In-Reply-To: <93c72345-157d-0e93-f16f-c18b0abac830@Hellenic-Institute.Uk> References: <93c72345-157d-0e93-f16f-c18b0abac830@Hellenic-Institute.Uk> Message-ID: <5c4e0cfe-e1cb-c379-1092-134cda3c54cd@freenet.de> > it seems to me that considerable time could be saved when performing > a full install if the previous year's files could be used Although my .bashrc on Linux has this nice loop # set PATH so it includes TeXLive's bin, if it exists for y in {2015..2020} do if [ -d /opt/texlive/$y/bin/x86_64-linux ]; then PATH="${PATH}":/opt/texlive/$y/bin/x86_64-linux fi done for nostalgic reasons, the installation path /opt/texlive only holds "2020" ATTOW (and a soft link 'current->2020'). My backup media only hold copies of the past two or three years. I think that since 2016 I never did a "full installation", but upgraded the "infrastructure" and pulled the updated packages with "tlmgr update --all". This, in fact, saved a lot of time and bandwidth. :o) Last year, I even succeeded to upgrade a "BasicTeX" installation on MacOS "High Sierra" manually. This process was far less pleasant, but quite insightful. Luckily, my private Mac Mini runs "Catalina", so I guess it will be simple to install the next "BasicTeX 2021" package. (Un)fortunately, I have no experience with TeX Live on MS Windows. On a different note, I'd find it quite interesting to put consecutive vintages of the TeX Live installation under "version control". This should eliminate unchanged duplicates and permit to invoke "TeX and friends" from cleanly separated timestamps. I did something like this for CWEB: https://github.com/ascherer/cweb/releases and find it quite instructive to scroll through the years of CWEB's developments. Cheers, Andreas From xuwang762 at gmail.com Mon Mar 8 01:16:31 2021 From: xuwang762 at gmail.com (Xu Wang) Date: Sun, 7 Mar 2021 19:16:31 -0500 Subject: How to test pdflatex-dev Message-ID: Dear list, What are different ways to test pdflatex-dev? I read the following news: https://www.latex-project.org/news/2021/03/05/latex-dev-2021-1/ I have one system with TL2020 and one system with TL2021 pre-test. Can I test with each of them? Is there anything I need to do on them other than just tlmgr update? What is the expected output from pdflatex-dev ? Kind regards, Xu From phe.h.o1 at gmail.com Mon Mar 8 16:24:39 2021 From: phe.h.o1 at gmail.com (Phelype Oleinik) Date: Mon, 8 Mar 2021 12:24:39 -0300 Subject: How to test pdflatex-dev In-Reply-To: References: Message-ID: On Mon, Mar 8, 2021 at 12:17 PM Xu Wang wrote: > > Dear list, > > What are different ways to test pdflatex-dev? I read the following news: > > https://www.latex-project.org/news/2021/03/05/latex-dev-2021-1/ > > I have one system with TL2020 and one system with TL2021 pre-test. Can > I test with each of them? Is there anything I need to do on them other > than just tlmgr update? What is the expected output from pdflatex-dev Hi Xu, You just have to run on the command line: pdflatex-dev instead of 'pdflatex'. If you don't have it installed you need the 'latex-bin-dev' package (tlmgr install latex-bin-dev). If you have it, then LaTeX will tell you its version ID: LaTeX2e <2021-05-01> pre-release-1 (develop 2021-3-5 branch) rather than the usual (current main release) LaTeX2e <2020-10-01> patch level 4 If you set paths appropriately, you should be able to run either 'pdflatex' or 'pdflatex-dev' with either TeX Live, but currently both have the same version of LaTeX, so you shouldn't see any difference between TL'20 and TL'21 in LaTeX for now. Thanks for testing! Best, Phelype From P.Taylor at Rhul.Ac.Uk Mon Mar 8 17:43:34 2021 From: P.Taylor at Rhul.Ac.Uk (Philip Taylor) Date: Mon, 8 Mar 2021 16:43:34 +0000 Subject: [EXT] Re: How to test pdflatex-dev In-Reply-To: References: Message-ID: <2e7ecf31-a941-b8a7-6251-2c2ee15c6872@Rhul.Ac.Uk> Phelype Oleinik wrote: You just have to run on the command line: pdflatex-dev As readers of this list will know, I don't "speak" LaTeX, but was intrigued by the above and so sought to try it out. I typed : pdflatex-dev as instructed (this to TeX Live 2021 pre-test), then entered (in response to the "**" prompt) : \end {document} at which point I was surprised. PdfLaTeX-Dev reported : entering extended mode LaTeX2e <2021-05-01> pre-release-2 (develop 2021-3-6 branch) L3 programming layer <2021-02-18> ! I can't find file `texput.aux'. \enddocument ...keatletter \@@input \jobname .aux \fi \UseOneTimeHook {enddo... <*> \end {document} (Press Enter to retry, or Control-Z to exit) Since it must have "known" that it had not created `texput.aux', and with no reason to think that such a file might exist from a previous run, why did PdfLaTeX-Dev try to \@@input it ? -- Philip Taylor This email, its contents and any attachments are intended solely for the addressee and may contain confidential information. In certain circumstances, it may also be subject to legal privilege. Any unauthorised use, disclosure, or copying is not permitted. If you have received this email in error, please notify us and immediately and permanently delete it. Any views or opinions expressed in personal emails are solely those of the author and do not necessarily represent those of Royal Holloway, University of London. It is your responsibility to ensure that this email and any attachments are virus free. -------------- next part -------------- An HTML attachment was scrubbed... URL: From d.p.carlisle at gmail.com Mon Mar 8 17:49:01 2021 From: d.p.carlisle at gmail.com (David Carlisle) Date: Mon, 8 Mar 2021 16:49:01 +0000 Subject: [EXT] Re: How to test pdflatex-dev In-Reply-To: <2e7ecf31-a941-b8a7-6251-2c2ee15c6872@Rhul.Ac.Uk> References: <2e7ecf31-a941-b8a7-6251-2c2ee15c6872@Rhul.Ac.Uk> Message-ID: On Mon, 8 Mar 2021 at 16:44, Philip Taylor wrote: > Phelype Oleinik wrote: > > > You just have to run on the command line: > > pdflatex-dev > > > As readers of this list will know, I don't "speak" LaTeX, but was > intrigued by the above and so sought to try it out. I typed : > > pdflatex-dev > > > as instructed (this to TeX Live 2021 pre-test), then entered (in response > to the "**" prompt) : > > \end {document} > > > at which point I was surprised. PdfLaTeX-Dev reported : > > entering extended mode > LaTeX2e <2021-05-01> pre-release-2 (develop 2021-3-6 branch) > L3 programming layer <2021-02-18> > ! I can't find file `texput.aux'. > \enddocument ...keatletter \@@input \jobname .aux > \fi \UseOneTimeHook > {enddo... > <*> \end {document} > > (Press Enter to retry, or Control-Z to exit) > > > Since it must have "known" that it had not created `texput.aux', and with > no reason to think that such a file might exist from a previous run, why > did PdfLaTeX-Dev try to \@@input it ? > -- > *Philip Taylor* > That's true but not really related to pdflatex-dev as you get the same with pdflatex $ pdflatex '\end{document}' This is pdfTeX, Version 3.141592653-2.6-1.40.22 (TeX Live 2021) (preloaded format=pdflatex) restricted \write18 enabled. entering extended mode LaTeX2e <2020-10-01> patch level 4 L3 programming layer <2021-02-18> ! I can't find file `texput.aux'. If you type random syntax errors into pretty much any tex format the exact error you get will be a bit variable. David > > This email, its contents and any attachments are intended solely for the > addressee and may contain confidential information. In certain > circumstances, it may also be subject to legal privilege. Any unauthorised > use, disclosure, or copying is not permitted. If you have received this > email in error, please notify us and immediately and permanently delete it. > Any views or opinions expressed in personal emails are solely those of the > author and do not necessarily represent those of Royal Holloway, University > of London. It is your responsibility to ensure that this email and any > attachments are virus free. > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From zdenek.wagner at gmail.com Mon Mar 8 17:49:45 2021 From: zdenek.wagner at gmail.com (Zdenek Wagner) Date: Mon, 8 Mar 2021 17:49:45 +0100 Subject: [EXT] Re: How to test pdflatex-dev In-Reply-To: <2e7ecf31-a941-b8a7-6251-2c2ee15c6872@Rhul.Ac.Uk> References: <2e7ecf31-a941-b8a7-6251-2c2ee15c6872@Rhul.Ac.Uk> Message-ID: Hi all, the aux file is created at \begin{document} and \end{document} needs it. Zden?k Wagner http://ttsm.icpf.cas.cz/team/wagner.shtml http://icebearsoft.euweb.cz po 8. 3. 2021 v 17:43 odes?latel Philip Taylor napsal: > > Phelype Oleinik wrote: > > > You just have to run on the command line: > > pdflatex-dev > > > As readers of this list will know, I don't "speak" LaTeX, but was intrigued by the above and so sought to try it out. I typed : > > pdflatex-dev > > > as instructed (this to TeX Live 2021 pre-test), then entered (in response to the "**" prompt) : > > \end {document} > > > at which point I was surprised. PdfLaTeX-Dev reported : > > entering extended mode > LaTeX2e <2021-05-01> pre-release-2 (develop 2021-3-6 branch) > L3 programming layer <2021-02-18> > ! I can't find file `texput.aux'. > \enddocument ...keatletter \@@input \jobname .aux > \fi \UseOneTimeHook {enddo... > <*> \end {document} > > (Press Enter to retry, or Control-Z to exit) > > > Since it must have "known" that it had not created `texput.aux', and with no reason to think that such a file might exist from a previous run, why did PdfLaTeX-Dev try to \@@input it ? > -- > Philip Taylor > > This email, its contents and any attachments are intended solely for the addressee and may contain confidential information. In certain circumstances, it may also be subject to legal privilege. Any unauthorised use, disclosure, or copying is not permitted. If you have received this email in error, please notify us and immediately and permanently delete it. Any views or opinions expressed in personal emails are solely those of the author and do not necessarily represent those of Royal Holloway, University of London. It is your responsibility to ensure that this email and any attachments are virus free. From phe.h.o1 at gmail.com Mon Mar 8 17:56:47 2021 From: phe.h.o1 at gmail.com (Phelype Oleinik) Date: Mon, 8 Mar 2021 13:56:47 -0300 Subject: [EXT] Re: How to test pdflatex-dev In-Reply-To: <2e7ecf31-a941-b8a7-6251-2c2ee15c6872@Rhul.Ac.Uk> References: <2e7ecf31-a941-b8a7-6251-2c2ee15c6872@Rhul.Ac.Uk> Message-ID: On Mon, Mar 8, 2021 at 1:43 PM Philip Taylor wrote: > > Phelype Oleinik wrote: > > > You just have to run on the command line: > > pdflatex-dev > > > As readers of this list will know, I don't "speak" LaTeX, but was intrigued by the above and so sought to try it out. I typed : > > pdflatex-dev > > > as instructed (this to TeX Live 2021 pre-test), then entered (in response to the "**" prompt) : > > \end {document} Hi Philip, As David says, that's a syntax error, so you can't expect it to work. If you just want see LaTeX 'say hi' and exit, you can use \stop instead: pdflatex-dev '\stop' Best, Phelype From xuwang762 at gmail.com Tue Mar 9 03:46:38 2021 From: xuwang762 at gmail.com (Xu Wang) Date: Mon, 8 Mar 2021 21:46:38 -0500 Subject: How to test pdflatex-dev In-Reply-To: References: Message-ID: On Mon, Mar 8, 2021 at 10:25 AM Phelype Oleinik wrote: > > On Mon, Mar 8, 2021 at 12:17 PM Xu Wang wrote: > > > > Dear list, > > > > What are different ways to test pdflatex-dev? I read the following news: > > > > https://www.latex-project.org/news/2021/03/05/latex-dev-2021-1/ > > > > I have one system with TL2020 and one system with TL2021 pre-test. Can > > I test with each of them? Is there anything I need to do on them other > > than just tlmgr update? What is the expected output from pdflatex-dev > > Hi Xu, > > You just have to run on the command line: > > pdflatex-dev > > instead of 'pdflatex'. If you don't have it installed you need the > 'latex-bin-dev' package (tlmgr install latex-bin-dev). If you have it, > then LaTeX will tell you its version ID: > > LaTeX2e <2021-05-01> pre-release-1 (develop 2021-3-5 branch) > > rather than the usual (current main release) > > LaTeX2e <2020-10-01> patch level 4 > > > If you set paths appropriately, you should be able to run either > 'pdflatex' or 'pdflatex-dev' with either TeX Live, but currently both > have the same version of LaTeX, so you shouldn't see any difference > between TL'20 and TL'21 in LaTeX for now. > > Thanks for testing! > > Best, > Phelype Thank you for your kind, patient, reply Phelype. I do not see the output that you see, so something on my system must be wrong (due to my fault). Perhaps giving debugging output from commands can help to find the cause of my mistake. Here are some relevant I think commands: $ sudo /opt/texbin/tlmgr install latex-bin-dev [sudo] password for xuwang: tlmgr: package repository http://www.math.utah.edu/pub/tlpretest (verified) tlmgr install: package already present: latex-bin-dev $ which -a pdflatex-dev /opt/texbin/pdflatex-dev $ file /opt/texbin/pdflatex-dev /opt/texbin/pdflatex-dev: symbolic link to pdftex However, I did not make the above symbolic link. Not sure where it's a result from. Thus not a surprise: $ pdflatex-dev This is pdfTeX, Version 3.141592653-2.6-1.40.22 (TeX Live 2021) (preloaded format=pdflatex-dev) restricted \write18 enabled. **^C $ pdflatex This is pdfTeX, Version 3.141592653-2.6-1.40.22 (TeX Live 2021) (preloaded format=pdflatex) restricted \write18 enabled. Following is output from tlmgr update. I doubt it is relevant but I give in case it is: $ sudo /opt/texbin/tlmgr update --all tlmgr: package repository http://www.math.utah.edu/pub/tlpretest (verified) tlmgr: saving backups to /usr/local/texlive/2021/tlpkg/backups [ 1/18, ??:??/??:??] update: autosp [277k] (57972 -> 58211) ... done [ 2/18, 00:02/01:14] update: biblatex-swiss-legal [520k] (57866 -> 58212) ... done [ 3/18, 00:06/01:17] update: dehyph-exptl [261k] (57991 -> 58212) ... done [ 4/18, 00:08/01:17] update: dtk-bibliography [403k] (57082 -> 58212) ... done [ 5/18, 00:11/01:17] update: mcf2graph [904k] (58017 -> 58212) ... done [ 6/18, 00:14/01:00] update: newpax [77k] (58028 -> 58212) ... done [ 7/18, 00:17/01:11] update: oup-authoring-template [514k] (57866 -> 58212) ... done [ 8/18, 00:19/01:06] update: pdfmanagement-testphase [5748k] (57885 -> 58212) ... done [ 9/18, 00:23/00:27] update: pdfpages [362k] (57626 -> 58212) ... done [10/18, 00:26/00:29] update: pwebmac [14k] (57715 -> 58212) ... done [11/18, 00:29/00:32] update: rec-thy [127k] (55427 -> 58212) ... done [12/18, 00:32/00:35] update: schemabloc [151k] (15878 -> 58212) ... done [13/18, 00:34/00:37] update: texlive-docindex [170k] (58140 -> 58186) ... done [14/18, 00:37/00:39] update: texlive-msg-translations [138k] (58161 -> 58194) ... done [15/18, 00:39/00:41] update: texlive-scripts [325k] (58140 -> 58186) ... done [16/18, 00:42/00:43] update: tlshell [29k] (58146 -> 58193) ... done [17/18, 00:44/00:45] update: ut-thesis [124k] (57866 -> 58212) ... done [18/18, 00:47/00:47] update: xespotcolor [144k] (58064 -> 58212) ... done running mktexlsr ... done running mktexlsr. running mtxrun --generate ... done running mtxrun --generate. running updmap-sys ... done running updmap-sys. regenerating language.dat regenerating language.def regenerating language.dat.lua running fmtutil-sys --no-error-if-no-engine=luajithbtex,luajittex,mfluajit --byhyphen "/usr/local/texlive/2021/texmf-var/tex/generic/config/language.dat" ... done running fmtutil-sys --no-error-if-no-engine=luajithbtex,luajittex,mfluajit --byhyphen "/usr/local/texlive/2021/texmf-var/tex/generic/config/language.dat". running fmtutil-sys --no-error-if-no-engine=luajithbtex,luajittex,mfluajit --byhyphen "/usr/local/texlive/2021/texmf-var/tex/generic/config/language.def" ... done running fmtutil-sys --no-error-if-no-engine=luajithbtex,luajittex,mfluajit --byhyphen "/usr/local/texlive/2021/texmf-var/tex/generic/config/language.def". running fmtutil-sys --no-error-if-no-engine=luajithbtex,luajittex,mfluajit --byhyphen "/usr/local/texlive/2021/texmf-var/tex/generic/config/language.dat.lua" ... done running fmtutil-sys --no-error-if-no-engine=luajithbtex,luajittex,mfluajit --byhyphen "/usr/local/texlive/2021/texmf-var/tex/generic/config/language.dat.lua". tlmgr: package log updated: /usr/local/texlive/2021/texmf-var/web2c/tlmgr.log Kind regards and thank you, Xu Wang From phe.h.o1 at gmail.com Tue Mar 9 04:07:58 2021 From: phe.h.o1 at gmail.com (Phelype Oleinik) Date: Tue, 9 Mar 2021 00:07:58 -0300 Subject: How to test pdflatex-dev In-Reply-To: References: Message-ID: Hi Xu, On Mon, Mar 8, 2021 at 11:46 PM Xu Wang wrote: > > $ sudo /opt/texbin/tlmgr install latex-bin-dev > [sudo] password for xuwang: > tlmgr: package repository http://www.math.utah.edu/pub/tlpretest (verified) > tlmgr install: package already present: latex-bin-dev Good, this means it's installed. > $ which -a pdflatex-dev > /opt/texbin/pdflatex-dev > $ file /opt/texbin/pdflatex-dev > /opt/texbin/pdflatex-dev: symbolic link to pdftex > > However, I did not make the above symbolic link. Not sure where it's a > result from. That's normal. Both executables 'pdflatex' and 'pdflatex-dev' are symbolic links to the 'pdftex' executable. The 'pdftex' executable gets the name of the symlink and runs with that format preloaded, so pdflatex-dev is equivalent to pdftex &pdflatex-dev > Thus not a surprise: > > $ pdflatex-dev > This is pdfTeX, Version 3.141592653-2.6-1.40.22 (TeX Live 2021) > (preloaded format=pdflatex-dev) > restricted \write18 enabled. > **^C > $ pdflatex > This is pdfTeX, Version 3.141592653-2.6-1.40.22 (TeX Live 2021) > (preloaded format=pdflatex) > restricted \write18 enabled. That's because you stopped TeX too early. In short, the format ID is printed when TeX opens the .log file for writing, and that happens (roughly) when you give it a file to process, but just by calling pdflatex-dev on the command line, you didn't give it a file, so the LaTeX version ID doesn't show up (in hindsight, the command above is what I told you to do, so sorry about the sloppy instructions). You seem to have everything correctly installed, so you can try pdflatex-dev '\stop' for a minimal LaTeX run (that prints the version ID), or run pdflatex-dev to make LaTeX process that file. Both should use the prerelease though. Best, Phelype From xuwang762 at gmail.com Tue Mar 9 04:28:23 2021 From: xuwang762 at gmail.com (Xu Wang) Date: Mon, 8 Mar 2021 22:28:23 -0500 Subject: How to test pdflatex-dev In-Reply-To: References: Message-ID: On Mon, Mar 8, 2021 at 10:08 PM Phelype Oleinik wrote: > > Hi Xu, > > On Mon, Mar 8, 2021 at 11:46 PM Xu Wang wrote: > > > > $ sudo /opt/texbin/tlmgr install latex-bin-dev > > [sudo] password for xuwang: > > tlmgr: package repository http://www.math.utah.edu/pub/tlpretest (verified) > > tlmgr install: package already present: latex-bin-dev > > Good, this means it's installed. > > > $ which -a pdflatex-dev > > /opt/texbin/pdflatex-dev > > $ file /opt/texbin/pdflatex-dev > > /opt/texbin/pdflatex-dev: symbolic link to pdftex > > > > However, I did not make the above symbolic link. Not sure where it's a > > result from. > > That's normal. Both executables 'pdflatex' and 'pdflatex-dev' are > symbolic links to the 'pdftex' executable. The 'pdftex' executable > gets the name of the symlink and runs with that format preloaded, so > > pdflatex-dev > > is equivalent to > > pdftex &pdflatex-dev > > > Thus not a surprise: > > > > $ pdflatex-dev > > This is pdfTeX, Version 3.141592653-2.6-1.40.22 (TeX Live 2021) > > (preloaded format=pdflatex-dev) > > restricted \write18 enabled. > > **^C > > $ pdflatex > > This is pdfTeX, Version 3.141592653-2.6-1.40.22 (TeX Live 2021) > > (preloaded format=pdflatex) > > restricted \write18 enabled. > > That's because you stopped TeX too early. In short, the format ID is > printed when TeX opens the .log file for writing, and that happens > (roughly) when you give it a file to process, but just by calling > > pdflatex-dev > > on the command line, you didn't give it a file, so the LaTeX version ID > doesn't show up (in hindsight, the command above is what I told you to > do, so sorry about the sloppy instructions). > > You seem to have everything correctly installed, so you can try > > pdflatex-dev '\stop' > > for a minimal LaTeX run (that prints the version ID), or run > > pdflatex-dev > > to make LaTeX process that file. Both should use the prerelease though. I understand now, and it works now as expected! Thank you, Phelype! I am very happy to have this mystery resolved. I was paying close attention to "pdflatex --version" and "pdflatex-dev --version", but now I understand it is not the correct commands to run. I will be careful in the future. Kind regards! Xu From kh09mail-icq at yahoo.de Mon Mar 8 23:25:45 2021 From: kh09mail-icq at yahoo.de (kh09mail-icq at yahoo.de) Date: Mon, 8 Mar 2021 23:25:45 +0100 Subject: Problem with tabular (\toprule etc.) and dinbrief References: <27c9bdb8-66fb-b89a-1266-4793d197d2a7.ref@yahoo.de> Message-ID: <27c9bdb8-66fb-b89a-1266-4793d197d2a7@yahoo.de> The new rules in booktabs: \toprule, \midrule, \bottomrule no longer work properly with DINBRIEF, since reinstallation of miKteX. (I used this dinbrief documents with tables successfully since years) Now the rules lead to error messages when compiling. The PDF is created correctly, but it is irritating. With \hline instead of \toprule etc. it works, but I have to make the table with \addlinespace more attractive or the letters will stick too close to the lines. For that I need {booktabs}. I've been researching this for a whole day, but I haven't found a solution. There seems to be no working example with Dinbrief *and *\toprule etc. By the way: if I switch the \documentclass from "dinbrief" to "article", the error messages in the table are gone. (But then the rest of the letter is rubbish, of course). So - as I have a workaround - the problem is not urgent but: does anybody know about that problem? code-fragment: \documentclass[10pt]{dinbrief} \usepackage{booktabs} ........... \begin{tabular}{c|c|p{0.48\textwidth}|r|r} %??? \toprule ??? \hline ??? \addlinespace ....... %??? \bottomrule ??? \hline \end{tabular} -------------- next part -------------- An HTML attachment was scrubbed... URL: From phe.h.o1 at gmail.com Tue Mar 9 23:16:34 2021 From: phe.h.o1 at gmail.com (Phelype Oleinik) Date: Tue, 9 Mar 2021 19:16:34 -0300 Subject: Problem with tabular (\toprule etc.) and dinbrief In-Reply-To: <27c9bdb8-66fb-b89a-1266-4793d197d2a7@yahoo.de> References: <27c9bdb8-66fb-b89a-1266-4793d197d2a7.ref@yahoo.de> <27c9bdb8-66fb-b89a-1266-4793d197d2a7@yahoo.de> Message-ID: On Tue, Mar 9, 2021 at 12:03 PM Karl via tex-live wrote: > > The new rules in booktabs: \toprule, \midrule, \bottomrule no longer work properly with DINBRIEF, since reinstallation of miKteX. (I used this dinbrief documents with tables successfully since years) Hi Karl, It's not only booktabs: a lot of dinbrief is broken because it redefines some LaTeX internals to add some of its own commands, but these definitions are from 20 years ago, so any changes to these macros in the LaTeX kernel were completely overwritten by dinbrief. It just happened that in a recent release these problems are showing more prominently. Follows a series of patches to *try* to make dinbrief work with a recent LaTeX. booktabs works again, but there is no guarantee that more things are broken. Proceed with caution. Best, Phelype --- \RemoveFromHook{file/after/dinbrief.cls}[firstaid] \let\LTXdocument\document \let\LTXenddocument\enddocument \documentclass[10pt]{dinbrief} \let\document\LTXdocument \let\enddocument\LTXenddocument \usepackage{etoolbox} \makeatletter \patchcmd\document {\if at filesw} {\if at filesw \ifnum\c at labelgen>0 \immediate\openout\@mainlbl=\jobname at lbl \immediate\write\@mainlbl{\string\relax}% \immediate\write\@mainlbl{\string\startlabels\string\@startlabels}% \fi}{}{\FAILED} \patchcmd\enddocument {\if at filesw} {\if at filesw \ifnum\c at labelgen>0 \immediate\closeout\@mainlbl \makeatletter \input \jobname at lbl\relax \clearpage \fi}{}{\FAILED} \makeatother \usepackage{booktabs} \begin{document} \begin{tabular}{c|c|p{0.48\textwidth}|r|r} \toprule a & a & a & a & a \\ \bottomrule \end{tabular} \end{document} From bothmannk at yahoo.de Wed Mar 10 02:03:30 2021 From: bothmannk at yahoo.de (Karlheinz Bothmann) Date: Wed, 10 Mar 2021 02:03:30 +0100 Subject: Problem with tabular (\toprule etc.) and dinbrief In-Reply-To: References: <27c9bdb8-66fb-b89a-1266-4793d197d2a7.ref@yahoo.de> <27c9bdb8-66fb-b89a-1266-4793d197d2a7@yahoo.de> Message-ID: <02b2865b-ab73-0f3c-5ca7-0e645c8b96b9@yahoo.de> Hi Phelype, thank you for this valuable information! As a newbi in tex-live I am very happy having found this qualified communitiy! As you stated the dinbrief is 20 years old do you have informations whether there is a successor of this class ? best regards Karlheinz Bothmann Karlheinz Am 09.03.2021 um 23:16 schrieb Phelype Oleinik: > On Tue, Mar 9, 2021 at 12:03 PM Karl via tex-live wrote: >> The new rules in booktabs: \toprule, \midrule, \bottomrule no longer work properly with DINBRIEF, since reinstallation of miKteX. (I used this dinbrief documents with tables successfully since years) > Hi Karl, > > It's not only booktabs: a lot of dinbrief is broken because it redefines > some LaTeX internals to add some of its own commands, but these > definitions are from 20 years ago, so any changes to these macros in the > LaTeX kernel were completely overwritten by dinbrief. It just happened > that in a recent release these problems are showing more prominently. > > Follows a series of patches to *try* to make dinbrief work with a recent > LaTeX. booktabs works again, but there is no guarantee that more things > are broken. Proceed with caution. > > Best, > Phelype > > --- > > \RemoveFromHook{file/after/dinbrief.cls}[firstaid] > \let\LTXdocument\document > \let\LTXenddocument\enddocument > \documentclass[10pt]{dinbrief} > \let\document\LTXdocument > \let\enddocument\LTXenddocument > \usepackage{etoolbox} > \makeatletter > \patchcmd\document > {\if at filesw} > {\if at filesw > \ifnum\c at labelgen>0 > \immediate\openout\@mainlbl=\jobname at lbl > \immediate\write\@mainlbl{\string\relax}% > \immediate\write\@mainlbl{\string\startlabels\string\@startlabels}% > \fi}{}{\FAILED} > \patchcmd\enddocument > {\if at filesw} > {\if at filesw > \ifnum\c at labelgen>0 > \immediate\closeout\@mainlbl > \makeatletter > \input \jobname at lbl\relax > \clearpage > \fi}{}{\FAILED} > \makeatother > > \usepackage{booktabs} > \begin{document} > \begin{tabular}{c|c|p{0.48\textwidth}|r|r} > \toprule > a & a & a & a & a \\ > \bottomrule > \end{tabular} > \end{document} -------------- next part -------------- An HTML attachment was scrubbed... URL: From Rolf.Niepraschk at gmx.de Wed Mar 10 09:26:56 2021 From: Rolf.Niepraschk at gmx.de (Rolf Niepraschk) Date: Wed, 10 Mar 2021 09:26:56 +0100 Subject: Problem with tabular (\toprule etc.) and dinbrief In-Reply-To: <02b2865b-ab73-0f3c-5ca7-0e645c8b96b9@yahoo.de> References: <27c9bdb8-66fb-b89a-1266-4793d197d2a7.ref@yahoo.de> <27c9bdb8-66fb-b89a-1266-4793d197d2a7@yahoo.de> <02b2865b-ab73-0f3c-5ca7-0e645c8b96b9@yahoo.de> Message-ID: Hello Karlheinz Am 10.03.21 um 02:03 schrieb Karlheinz Bothmann via tex-live: > Hi Phelype, > > thank you for ,this valuable information! > As a newbi in tex-live I am very happy having found this qualified > communitiy! > > As you stated the dinbrief is 20 years old do you have informations > whether there is a successor of this class ? > the letter class "scrlttr2" from the KOMASCRIPT bundle is a better solution. Type texdoc scrguide to see the details ...Rolf From arash at gnu.org Fri Mar 12 18:26:16 2021 From: arash at gnu.org (Arash Esbati) Date: Fri, 12 Mar 2021 18:26:16 +0100 Subject: smflatex in TeXlive? Message-ID: <864khgcmh3.fsf@gnu.org> Dear all, based on the comment to this question[1], I checked the smflatex bundle on CTAN[2] which is not included in TeXlive due to `License: No Source Available'. I was wondering why this? The README says: This work is subject to the LaTeX Project Public License (version 1.3c). Source is provided via smflatex.(dtx|ins), sources for the manuals are also available. What is missing in order to include the bundle into TeXlive? Disclaimer: I don't use or need the bundle, I'm just asking :-) Best, Arash Footnotes: [1] https://emacs.stackexchange.com/q/63672/12242 [2] https://ctan.org/tex-archive/macros/latex/contrib/smflatex From karl at freefriends.org Fri Mar 12 23:00:37 2021 From: karl at freefriends.org (Karl Berry) Date: Fri, 12 Mar 2021 15:00:37 -0700 Subject: smflatex in TeXlive? In-Reply-To: <864khgcmh3.fsf@gnu.org> Message-ID: <202103122200.12CM0bbe001736@freefriends.org> `License: No Source Available'. I was wondering why this? nosource is what is in the TeX Catalogue for smflatex, and I did not investigate further. https://ctan.org/pkg/smflatex Looking at the Catalogue entry, I believe that is left over from the original upload, processed by Robin Fairbairns, and was accurate at the time, but appears to be fine now, I agree. CTAN, please review the license status for smflatex? --thanks, karl. From petra at ctan.org Sat Mar 13 08:53:23 2021 From: petra at ctan.org (Petra =?utf-8?Q?R=C3=BCbe-Pugliese?=) Date: Sat, 13 Mar 2021 08:53:23 +0100 Subject: smflatex in TeXlive? In-Reply-To: <202103122200.12CM0bbe001736@freefriends.org> References: <864khgcmh3.fsf@gnu.org> <202103122200.12CM0bbe001736@freefriends.org> Message-ID: On Fri 12 Mar 2021 at 15:00:37 -0700 Karl Berry wrote: > `License: No Source Available'. I was wondering why this? Thank you, Arash, for noticing this error! > nosource is what is in the TeX Catalogue for smflatex, and I did not > investigate further. > https://ctan.org/pkg/smflatex > > Looking at the Catalogue entry, I believe that is left over from the > original upload, processed by Robin Fairbairns, and was accurate at the > time, but appears to be fine now, I agree. > > CTAN, please review the license status for smflatex? --thanks, karl. Arash was right: There is just one mention of lppl1.3c at the bottom of the README file. License status now corrected in Catalogue source; change should appear on https://ctan.org/pkg/smflatex in less than an hour's time. Best regards, Petra (from the CTAN team) -- Please send messages to ctan at ctan.org in English only. Please do not send HTML messages, they are held in our spam filter. Please do not send software via email, use the web upload form. Thanks! From karl at freefriends.org Sun Mar 14 23:53:36 2021 From: karl at freefriends.org (Karl Berry) Date: Sun, 14 Mar 2021 23:53:36 +0100 Subject: mar21 for tl21 Message-ID: <202103142253.12EMraff029727@tug.org> I expect to take the final package updates from CTAN for TL21 in about a week. Don't delay, upload today. From karl at freefriends.org Mon Mar 15 00:36:19 2021 From: karl at freefriends.org (Karl Berry) Date: Sun, 14 Mar 2021 17:36:19 -0600 Subject: smflatex in TeXlive? In-Reply-To: <864khgcmh3.fsf@gnu.org> Message-ID: <202103142336.12ENaJPG006512@freefriends.org> Re smflatex, now that the license is fixed, I realize there is another issue: the .sty names are generic (documents.sty, bull.sty, etc.). I can't install that. Arash (or anyone), if you want it in TL, please contact the maintainer and ask him/her to prefix *all* runtime names (under tex//) with smf or some such uniquifier. (Some have it now.) Best, Karl From cesar.romani at gmail.com Mon Mar 15 22:07:35 2021 From: cesar.romani at gmail.com (Cesar Romani) Date: Mon, 15 Mar 2021 16:07:35 -0500 Subject: Errors after updating to latest revision on Windows 7 Message-ID: I've updated TeXLive 2020 to the latest revision. After doing 'fmtutil-user --all' I get [...] =========================================== Local configuration file hyphen.cfg used =========================================== (c:/texlive/2020/texmf-dist/tex/generic/babel/hyphen.cfg (c:/texlive/2020/texmf-dist/tex/generic/hyphen/hyphen.tex) (c:/texlive/2020/texmf-dist/tex/generic/hyphen/dumyhyph.tex) (c:/texlive/2020/texmf-dist/tex/generic/hyphen/zerohyph.tex) ! I can't find file `dehypht-x-2019-04-04.tex'. \relax l.200 \repeat No pages of output. Transcript written on jadetex.log. fmtutil [INFO]: log file copied to: c:/users/caesar/.texlive2020/texmf-var/web2c/pdftex/jadetex.log [...] fmtutil [INFO]: total formats: 59 fmtutil [INFO]: exiting with status 22 C:\texlive\2020\bin\win32\runscript.tlu:915: command failed with exit code 22: perl.exe c:\texlive\2020\texmf-dist\scripts\texlive\fmtutil.pl --user --all I never had these errors before. How can I get rid of them -- Cesar From beebe at math.utah.edu Mon Mar 15 22:21:45 2021 From: beebe at math.utah.edu (Nelson H. F. Beebe) Date: Mon, 15 Mar 2021 15:21:45 -0600 Subject: Errors after updating to latest revision on Windows 7 In-Reply-To: Message-ID: Cesar Romani reports that dehypht-x-2019-04-04.tex is not found by fmtutil-user in his TeX Live 2020 installation. I updated my 2020 and 2021 trees just this morning, and regenerated all of the *.fmt files without error. A check of the file trees for older TeX Live releases finds dehypht-x-2019-04-04.tex in the 2019 tree, but not in later trees. This could arise, perhaps, if there is a mixture of 2019 and 2020 files in the same tree. In my 2019 tree, the file is in texmf-dist/tex/generic/dehyph-exptl/. ------------------------------------------------------------------------------- - Nelson H. F. Beebe Tel: +1 801 581 5254 - - University of Utah FAX: +1 801 581 4148 - - Department of Mathematics, 110 LCB Internet e-mail: beebe at math.utah.edu - - 155 S 1400 E RM 233 beebe at acm.org beebe at computer.org - - Salt Lake City, UT 84112-0090, USA URL: http://www.math.utah.edu/~beebe/ - ------------------------------------------------------------------------------- From karl at freefriends.org Tue Mar 16 02:27:56 2021 From: karl at freefriends.org (Karl Berry) Date: Mon, 15 Mar 2021 19:27:56 -0600 Subject: xetex, pstricks, dvipdfmx-unsafe.cfg Message-ID: <202103160127.12G1RurR015139@freefriends.org> FYI to all: we have changed dvipdfmx.cfg (in the pretest) so that Ghostscript is always invoked safely. The primary practical implication of this is that if you want to use xetex with pstricks, 1) be very sure that you trust all the input files, and 2) run xelatex -output-driver="xdvipdfmx -i dvipdfmx-unsafe.cfg -q -E" .... The new dvipdfmx-unsafe.cfg simply reinstates the unsafe invocation of gs (-dNOSAFER for those familiar with it). This change will be active (in the pretest) after tonight's update. Only the cfg files are changed, the (x)dvipdfmx binary was not affected. We hope this can be made more convenient in the future, while still saying safe. --good luck, karl. From cesar.romani at gmail.com Tue Mar 16 04:07:18 2021 From: cesar.romani at gmail.com (Cesar Romani) Date: Mon, 15 Mar 2021 22:07:18 -0500 Subject: Errors after updating to latest revision on Windows 7 In-Reply-To: References: Message-ID: <51f7d5da-873e-f52a-ab5f-1e8a0770c9f4@gmail.com> On 15/03/2021 04:21 p. m., Nelson H. F. Beebe wrote: > Cesar Romani reports that dehypht-x-2019-04-04.tex is not found > by fmtutil-user in his TeX Live 2020 installation. > > I updated my 2020 and 2021 trees just this morning, and regenerated > all of the *.fmt files without error. A check of the file trees > for older TeX Live releases finds dehypht-x-2019-04-04.tex in the > 2019 tree, but not in later trees. > > This could arise, perhaps, if there is a mixture of 2019 and 2020 files > in the same tree. > > In my 2019 tree, the file is in texmf-dist/tex/generic/dehyph-exptl/. But I only have a 2020 tree. I also have a local .texlive2020 folder on %userprofile%. I think if I remove the .texlive2020 folder, it would %work, but I have some extra fonts installed on this folder From siepo at bitmuis.nl Tue Mar 16 10:41:40 2021 From: siepo at bitmuis.nl (Siep Kroonenberg) Date: Tue, 16 Mar 2021 10:41:40 +0100 Subject: Errors after updating to latest revision on Windows 7 In-Reply-To: <51f7d5da-873e-f52a-ab5f-1e8a0770c9f4@gmail.com> References: <51f7d5da-873e-f52a-ab5f-1e8a0770c9f4@gmail.com> Message-ID: On Mon, Mar 15, 2021 at 10:07:18PM -0500, Cesar Romani wrote: > On 15/03/2021 04:21 p. m., Nelson H. F. Beebe wrote: > > Cesar Romani reports that dehypht-x-2019-04-04.tex is not found > > by fmtutil-user in his TeX Live 2020 installation. > > > > I updated my 2020 and 2021 trees just this morning, and regenerated > > all of the *.fmt files without error. A check of the file trees > > for older TeX Live releases finds dehypht-x-2019-04-04.tex in the > > 2019 tree, but not in later trees. > > > > This could arise, perhaps, if there is a mixture of 2019 and 2020 files > > in the same tree. > > > > In my 2019 tree, the file is in texmf-dist/tex/generic/dehyph-exptl/. > > But I only have a 2020 tree. I also have a local .texlive2020 folder on > %userprofile%. I think if I remove the .texlive2020 folder, it would > %work, but I have some extra fonts installed on this folder You could preserve the fonts subfolder, or, better, move that subfolder to %userprofile%/texmf. You might have to create %userprofile%/texmf first. -- Siep Kroonenberg From Alois.Steindl at tuwien.ac.at Tue Mar 16 11:25:30 2021 From: Alois.Steindl at tuwien.ac.at (Alois Steindl) Date: Tue, 16 Mar 2021 11:25:30 +0100 Subject: Errors after updating to latest revision on Windows 7 In-Reply-To: <51f7d5da-873e-f52a-ab5f-1e8a0770c9f4@gmail.com> References: <51f7d5da-873e-f52a-ab5f-1e8a0770c9f4@gmail.com> Message-ID: <7552848f-059d-9f59-0a38-6d2dd41fe191@tuwien.ac.at> Am 16.03.2021 um 04:07 schrieb Cesar Romani: > On 15/03/2021 04:21 p. m., Nelson H. F. Beebe wrote: > > Cesar Romani reports that dehypht-x-2019-04-04.tex is not found > > by fmtutil-user in his TeX Live 2020 installation. > > > > I updated my 2020 and 2021 trees just this morning, and regenerated > > all of the *.fmt files without error.? A check of the file trees > > for older TeX Live releases finds dehypht-x-2019-04-04.tex in the > > 2019 tree, but not in later trees. > > > > This could arise, perhaps, if there is a mixture of 2019 and 2020 files > > in the same tree. > > > > In my 2019 tree, the file is in texmf-dist/tex/generic/dehyph-exptl/. > > But I only have a 2020 tree. I also have a local .texlive2020 folder on > %userprofile%. I think if I remove the .texlive2020 folder, it would > %work, but I have some extra fonts installed on this folder Hello to all, I just checked it out: The file could be found before the update, now there is a file dehypht-x-2021-02-26.tex (and other files with the same date) present in the directory. My update process is still running, I am curious, whether the format files will be built successfully. Best wishes Alois From norbert at preining.info Tue Mar 16 11:33:01 2021 From: norbert at preining.info (Norbert Preining) Date: Tue, 16 Mar 2021 19:33:01 +0900 Subject: Errors after updating to latest revision on Windows 7 In-Reply-To: References: <51f7d5da-873e-f52a-ab5f-1e8a0770c9f4@gmail.com> Message-ID: To add to what Siep said, On Tue, 16 Mar 2021, Siep Kroonenberg wrote: > > But I only have a 2020 tree. I also have a local .texlive2020 folder on > > %userprofile%. I think if I remove the .texlive2020 folder, it would > > %work, but I have some extra fonts installed on this folder > > You could preserve the fonts subfolder, or, better, move that > subfolder to %userprofile%/texmf. You might have to create > %userprofile%/texmf first. Within the %userprofile%/.texlive2020 there are two sub-folders: texmf-config texmf-var The texmf-var folder should NEVER contain files you care for!! The texmf-config folder can be used to put private files, but as Siep said, TEXMFHOME = %userprofile%/texmf is preferable, in particular since TL2021 will pick up TEXMFHOME automatically, but not %userprofile%/.texlive2020/texmf-config It would help if you send the list of files below %userprofile%/.texlive2020 or the **complete** log file when the error occurred, because one could see which file was wrongly loaded. Last but not least: my guess is that you have an old format dump under %userprofile%/.texlive2020 and that gets used. Best Norbert -- PREINING Norbert https://www.preining.info Fujitsu Research Labs + IFMGA Guide + TU Wien + TeX Live + Debian Dev GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13 From Alois.Steindl at tuwien.ac.at Tue Mar 16 12:41:40 2021 From: Alois.Steindl at tuwien.ac.at (Alois Steindl) Date: Tue, 16 Mar 2021 12:41:40 +0100 Subject: Errors after updating to latest revision on Windows 7 In-Reply-To: <51f7d5da-873e-f52a-ab5f-1e8a0770c9f4@gmail.com> References: <51f7d5da-873e-f52a-ab5f-1e8a0770c9f4@gmail.com> Message-ID: <34d7560f-d026-2aae-7007-9f04c7c057ef@tuwien.ac.at> Am 16.03.2021 um 04:07 schrieb Cesar Romani: > On 15/03/2021 04:21 p. m., Nelson H. F. Beebe wrote: > > Cesar Romani reports that dehypht-x-2019-04-04.tex is not found > > by fmtutil-user in his TeX Live 2020 installation. > > > > I updated my 2020 and 2021 trees just this morning, and regenerated > > all of the *.fmt files without error.? A check of the file trees > > for older TeX Live releases finds dehypht-x-2019-04-04.tex in the > > 2019 tree, but not in later trees. > > > > This could arise, perhaps, if there is a mixture of 2019 and 2020 files > > in the same tree. > > > > In my 2019 tree, the file is in texmf-dist/tex/generic/dehyph-exptl/. > > But I only have a 2020 tree. I also have a local .texlive2020 folder on > %userprofile%. I think if I remove the .texlive2020 folder, it would > %work, but I have some extra fonts installed on this folder Hello, it's me again. I didn't encounter any difficulty during the update. Maybe your update just occcured, before all files were updated on the server. You might just try to update again and look, whether it resolves the issue. If not, you would have to search the file, which requests the missing file and change that accordingly. Good luck Alois From cesar.romani at gmail.com Tue Mar 16 16:22:29 2021 From: cesar.romani at gmail.com (Cesar Romani) Date: Tue, 16 Mar 2021 10:22:29 -0500 Subject: Errors after updating to latest revision on Windows 7 In-Reply-To: References: <51f7d5da-873e-f52a-ab5f-1e8a0770c9f4@gmail.com> Message-ID: This time I renamed %userprofile%\.texlive2020 and %userprofile%\texmf, i.e. I disabled both folders, but I'm getting the same errors, when doing 'fmtutil-user --all' Attached you find the log file for the fmtutil command. Many thanks in advance, -- Cesar -------------- next part -------------- C:\Users\caesar\Documents>fmtutil-user --all fmtutil: fmtutil is using the following fmtutil.cnf files (in precedence order): fmtutil: c:/texlive/2020/texmf-dist/web2c/fmtutil.cnf fmtutil: fmtutil is using the following fmtutil.cnf file for writing changes: fmtutil: c:/users/caesar/.texlive2020/texmf-config/web2c/fmtutil.cnf fmtutil [INFO]: writing formats under c:/users/caesar/.texlive2020/texmf-var/web 2c fmtutil [INFO]: --- remaking luajithbtex with luajithbtex fmtutil: running `luajithbtex -ini -jobname=luajithbtex -progname=luajithbtex luatex.ini' ... This is LuajitHBTeX, Version 1.12.0 (TeX Live 2020/W32TeX) (INITEX) restricted system commands enabled. (c:/texlive/2020/texmf-dist/tex/generic/tex-ini-files/luatex.ini (c:/texlive/2020/texmf-dist/tex/generic/tex-ini-files/luatexconfig.tex (c:/texlive/2020/texmf-dist/tex/generic/tex-ini-files/pdftexconfig.tex)) (c:/texlive/2020/texmf-dist/tex/generic/config/luatexiniconfig.tex) (c:/texlive/2020/texmf-dist/tex/generic/unicode-data/load-unicode-data.tex load-unicode-data.tex v1.14 (2020-10-24) Reading Unicode data # UnicodeData-13.0.0.txt # Modified 2020-03-12 11:00:00 GMT [JAW] ) (c:/texlive/2020/texmf-dist/tex/luatex/hyph-utf8/etex.src (c:/texlive/2020/texmf-dist/tex/plain/base/plain.tex Preloading the plain format: codes, registers, parameters, fonts, more fonts, macros, math definitions, output routines, hyphenation (c:/texlive/2020/texmf-dist/tex/generic/hyphen/hyphen.tex [skipping from \patterns to end-of-file...])) (c:/texlive/2020/texmf-dist/tex/plain/etex/etexdefs.lib Skipping module "grouptypes"; Loading module "interactionmodes"; Skipping module "nodetypes"; Skipping module "iftypes";) (c:/texlive/2020/texmf-var/tex/generic/config/language.def (c:/texlive/2020/texmf-dist/tex/generic/hyphen/hyphen.tex)) Augmenting the Plain TeX definitions: \tracingall; Adding new e-TeX definitions: \eTeX, \loggingall, \tracingnone, register allocation; extended register allocation; Recycling: \addlanguage, \@nswer (not defined), \@sk, \b at dresponsetrue, \b at dresponsefalse, \ch at ckforyn, \mayber at cycle, \et at xabort, \et at xbuf, \et at xfmtsrc, \et at xfilehdr, \et at xinf, \et at xpatterns, \l at ngdefnfile, \n at xt, \p at rse (not defined), \pr at mpt (not defined), \pr at mptloop (not defined), \forcer at cycle, \usef at llback, \usef at llbacktrue, \usef at llbackfalse, Retaining: \et at xerr, \et at xinput, \et at xlibhdr, \et at xmsg, \et at xtoks, \et at xwarn, \et at xl@@d, \et at xl@ad, \et at xload, \et at xlang, \et at xhash, \eTeX, \etexhdrchk, \etexstatus, \module, \uselanguage, \r at tain, \r at cycle,)) Beginning to dump on file luajithbtex.fmt (format=luajithbtex 2021.3.16) 3648 strings using 13925 bytes 68807 memory locations dumped; current usage is 149&8484 2163 multiletter control sequences \font\nullfont=nullfont \font\tenrm=cmr10 \font\preloaded=cmr9 \font\preloaded=cmr8 \font\sevenrm=cmr7 \font\preloaded=cmr6 \font\fiverm=cmr5 \font\teni=cmmi10 \font\preloaded=cmmi9 \font\preloaded=cmmi8 \font\seveni=cmmi7 \font\preloaded=cmmi6 \font\fivei=cmmi5 \font\tensy=cmsy10 \font\preloaded=cmsy9 \font\preloaded=cmsy8 \font\sevensy=cmsy7 \font\preloaded=cmsy6 \font\fivesy=cmsy5 \font\tenex=cmex10 \font\preloaded=cmss10 \font\preloaded=cmssq8 \font\preloaded=cmssi10 \font\preloaded=cmssqi8 \font\tenbf=cmbx10 \font\preloaded=cmbx9 \font\preloaded=cmbx8 \font\sevenbf=cmbx7 \font\preloaded=cmbx6 \font\fivebf=cmbx5 \font\tentt=cmtt10 \font\preloaded=cmtt9 \font\preloaded=cmtt8 \font\preloaded=cmsltt10 \font\tensl=cmsl10 \font\preloaded=cmsl9 \font\preloaded=cmsl8 \font\tenit=cmti10 \font\preloaded=cmti9 \font\preloaded=cmti8 \font\preloaded=cmti7 \font\preloaded=cmu10 \font\preloaded=cmmib10 \font\preloaded=cmbsy10 \font\preloaded=cmcsc10 \font\preloaded=cmssbx10 \font\preloaded=cmdunh10 \font\preloaded=cmr7 at 14.51799pt \font\preloaded=cmtt10 at 14.4pt \font\preloaded=cmssbx10 at 14.4pt \font\preloaded=manfnt 50 preloaded fonts warning (pdf backend): no pages of output. Transcript written on luajithbtex.log. fmtutil [INFO]: log file copied to: c:/users/caesar/.texlive2020/texmf-var/web2c /luajithbtex/luajithbtex.log fmtutil [INFO]: c:/users/caesar/.texlive2020/texmf-var/web2c/luajithbtex/luajith btex.fmt installed. fmtutil [INFO]: --- remaking tex with tex fmtutil: running `tex -ini -jobname=tex -progname=tex tex.ini' ... This is TeX, Version 3.14159265 (TeX Live 2020/W32TeX) (INITEX) (c:/texlive/2020/texmf-dist/tex/plain/config/tex.ini (c:/texlive/2020/texmf-dist/tex/plain/base/plain.tex Preloading the plain format: codes, registers, parameters, fonts, more fonts, macros, math definitions, output routines, hyphenation (c:/texlive/2020/texmf-dist/tex/generic/hyphen/hyphen.tex)) ) Beginning to dump on file tex.fmt (preloaded format=tex 2021.3.16) 2027 strings of total length 29269 4990 memory locations dumped; current usage is 110&4877 926 multiletter control sequences \font\nullfont=nullfont \font\tenrm=cmr10 \font\preloaded=cmr9 \font\preloaded=cmr8 \font\sevenrm=cmr7 \font\preloaded=cmr6 \font\fiverm=cmr5 \font\teni=cmmi10 \font\preloaded=cmmi9 \font\preloaded=cmmi8 \font\seveni=cmmi7 \font\preloaded=cmmi6 \font\fivei=cmmi5 \font\tensy=cmsy10 \font\preloaded=cmsy9 \font\preloaded=cmsy8 \font\sevensy=cmsy7 \font\preloaded=cmsy6 \font\fivesy=cmsy5 \font\tenex=cmex10 \font\preloaded=cmss10 \font\preloaded=cmssq8 \font\preloaded=cmssi10 \font\preloaded=cmssqi8 \font\tenbf=cmbx10 \font\preloaded=cmbx9 \font\preloaded=cmbx8 \font\sevenbf=cmbx7 \font\preloaded=cmbx6 \font\fivebf=cmbx5 \font\tentt=cmtt10 \font\preloaded=cmtt9 \font\preloaded=cmtt8 \font\preloaded=cmsltt10 \font\tensl=cmsl10 \font\preloaded=cmsl9 \font\preloaded=cmsl8 \font\tenit=cmti10 \font\preloaded=cmti9 \font\preloaded=cmti8 \font\preloaded=cmti7 \font\preloaded=cmu10 \font\preloaded=cmmib10 \font\preloaded=cmbsy10 \font\preloaded=cmcsc10 \font\preloaded=cmssbx10 \font\preloaded=cmdunh10 \font\preloaded=cmr7 at 14.51799pt \font\preloaded=cmtt10 at 14.4pt \font\preloaded=cmssbx10 at 14.4pt \font\preloaded=manfnt 14787 words of font info for 50 preloaded fonts 14 hyphenation exceptions Hyphenation trie of length 6075 has 181 ops out of 35111 181 for language 0 No pages of output. Transcript written on tex.log. fmtutil [INFO]: log file copied to: c:/users/caesar/.texlive2020/texmf-var/web2c /tex/tex.log fmtutil [INFO]: c:/users/caesar/.texlive2020/texmf-var/web2c/tex/tex.fmt install ed. fmtutil [INFO]: --- remaking luatex with luatex fmtutil: running `luatex -ini -jobname=luatex -progname=luatex luatex.ini' ... This is LuaTeX, Version 1.12.0 (TeX Live 2020/W32TeX) (INITEX) restricted system commands enabled. (c:/texlive/2020/texmf-dist/tex/generic/tex-ini-files/luatex.ini (c:/texlive/2020/texmf-dist/tex/generic/tex-ini-files/luatexconfig.tex (c:/texlive/2020/texmf-dist/tex/generic/tex-ini-files/pdftexconfig.tex)) (c:/texlive/2020/texmf-dist/tex/generic/config/luatexiniconfig.tex) (c:/texlive/2020/texmf-dist/tex/generic/unicode-data/load-unicode-data.tex load-unicode-data.tex v1.14 (2020-10-24) Reading Unicode data # UnicodeData-13.0.0.txt # Modified 2020-03-12 11:00:00 GMT [JAW] ) (c:/texlive/2020/texmf-dist/tex/luatex/hyph-utf8/etex.src (c:/texlive/2020/texmf-dist/tex/plain/base/plain.tex Preloading the plain format: codes, registers, parameters, fonts, more fonts, macros, math definitions, output routines, hyphenation (c:/texlive/2020/texmf-dist/tex/generic/hyphen/hyphen.tex [skipping from \patterns to end-of-file...])) (c:/texlive/2020/texmf-dist/tex/plain/etex/etexdefs.lib Skipping module "grouptypes"; Loading module "interactionmodes"; Skipping module "nodetypes"; Skipping module "iftypes";) (c:/texlive/2020/texmf-var/tex/generic/config/language.def (c:/texlive/2020/texmf-dist/tex/generic/hyphen/hyphen.tex)) Augmenting the Plain TeX definitions: \tracingall; Adding new e-TeX definitions: \eTeX, \loggingall, \tracingnone, register allocation; extended register allocation; Recycling: \addlanguage, \@nswer (not defined), \@sk, \b at dresponsetrue, \b at dresponsefalse, \ch at ckforyn, \mayber at cycle, \et at xabort, \et at xbuf, \et at xfmtsrc, \et at xfilehdr, \et at xinf, \et at xpatterns, \l at ngdefnfile, \n at xt, \p at rse (not defined), \pr at mpt (not defined), \pr at mptloop (not defined), \forcer at cycle, \usef at llback, \usef at llbacktrue, \usef at llbackfalse, Retaining: \et at xerr, \et at xinput, \et at xlibhdr, \et at xmsg, \et at xtoks, \et at xwarn, \et at xl@@d, \et at xl@ad, \et at xload, \et at xlang, \et at xhash, \eTeX, \etexhdrchk, \etexstatus, \module, \uselanguage, \r at tain, \r at cycle,)) Beginning to dump on file luatex.fmt (format=luatex 2021.3.16) 3648 strings using 13915 bytes 68807 memory locations dumped; current usage is 149&8484 2163 multiletter control sequences \font\nullfont=nullfont \font\tenrm=cmr10 \font\preloaded=cmr9 \font\preloaded=cmr8 \font\sevenrm=cmr7 \font\preloaded=cmr6 \font\fiverm=cmr5 \font\teni=cmmi10 \font\preloaded=cmmi9 \font\preloaded=cmmi8 \font\seveni=cmmi7 \font\preloaded=cmmi6 \font\fivei=cmmi5 \font\tensy=cmsy10 \font\preloaded=cmsy9 \font\preloaded=cmsy8 \font\sevensy=cmsy7 \font\preloaded=cmsy6 \font\fivesy=cmsy5 \font\tenex=cmex10 \font\preloaded=cmss10 \font\preloaded=cmssq8 \font\preloaded=cmssi10 \font\preloaded=cmssqi8 \font\tenbf=cmbx10 \font\preloaded=cmbx9 \font\preloaded=cmbx8 \font\sevenbf=cmbx7 \font\preloaded=cmbx6 \font\fivebf=cmbx5 \font\tentt=cmtt10 \font\preloaded=cmtt9 \font\preloaded=cmtt8 \font\preloaded=cmsltt10 \font\tensl=cmsl10 \font\preloaded=cmsl9 \font\preloaded=cmsl8 \font\tenit=cmti10 \font\preloaded=cmti9 \font\preloaded=cmti8 \font\preloaded=cmti7 \font\preloaded=cmu10 \font\preloaded=cmmib10 \font\preloaded=cmbsy10 \font\preloaded=cmcsc10 \font\preloaded=cmssbx10 \font\preloaded=cmdunh10 \font\preloaded=cmr7 at 14.51799pt \font\preloaded=cmtt10 at 14.4pt \font\preloaded=cmssbx10 at 14.4pt \font\preloaded=manfnt 50 preloaded fonts warning (pdf backend): no pages of output. Transcript written on luatex.log. fmtutil [INFO]: log file copied to: c:/users/caesar/.texlive2020/texmf-var/web2c /luatex/luatex.log fmtutil [INFO]: c:/users/caesar/.texlive2020/texmf-var/web2c/luatex/luatex.fmt i nstalled. fmtutil [INFO]: --- remaking luajittex with luajittex fmtutil: running `luajittex -ini -jobname=luajittex -progname=luajittex luatex .ini' ... This is LuajitTeX, Version 1.12.0 (TeX Live 2020/W32TeX) (INITEX) restricted system commands enabled. (c:/texlive/2020/texmf-dist/tex/generic/tex-ini-files/luatex.ini (c:/texlive/2020/texmf-dist/tex/generic/tex-ini-files/luatexconfig.tex (c:/texlive/2020/texmf-dist/tex/generic/tex-ini-files/pdftexconfig.tex)) (c:/texlive/2020/texmf-dist/tex/generic/config/luatexiniconfig.tex) (c:/texlive/2020/texmf-dist/tex/generic/unicode-data/load-unicode-data.tex load-unicode-data.tex v1.14 (2020-10-24) Reading Unicode data # UnicodeData-13.0.0.txt # Modified 2020-03-12 11:00:00 GMT [JAW] ) (c:/texlive/2020/texmf-dist/tex/luatex/hyph-utf8/etex.src (c:/texlive/2020/texmf-dist/tex/plain/base/plain.tex Preloading the plain format: codes, registers, parameters, fonts, more fonts, macros, math definitions, output routines, hyphenation (c:/texlive/2020/texmf-dist/tex/generic/hyphen/hyphen.tex [skipping from \patterns to end-of-file...])) (c:/texlive/2020/texmf-dist/tex/plain/etex/etexdefs.lib Skipping module "grouptypes"; Loading module "interactionmodes"; Skipping module "nodetypes"; Skipping module "iftypes";) (c:/texlive/2020/texmf-var/tex/generic/config/language.def (c:/texlive/2020/texmf-dist/tex/generic/hyphen/hyphen.tex)) Augmenting the Plain TeX definitions: \tracingall; Adding new e-TeX definitions: \eTeX, \loggingall, \tracingnone, register allocation; extended register allocation; Recycling: \addlanguage, \@nswer (not defined), \@sk, \b at dresponsetrue, \b at dresponsefalse, \ch at ckforyn, \mayber at cycle, \et at xabort, \et at xbuf, \et at xfmtsrc, \et at xfilehdr, \et at xinf, \et at xpatterns, \l at ngdefnfile, \n at xt, \p at rse (not defined), \pr at mpt (not defined), \pr at mptloop (not defined), \forcer at cycle, \usef at llback, \usef at llbacktrue, \usef at llbackfalse, Retaining: \et at xerr, \et at xinput, \et at xlibhdr, \et at xmsg, \et at xtoks, \et at xwarn, \et at xl@@d, \et at xl@ad, \et at xload, \et at xlang, \et at xhash, \eTeX, \etexhdrchk, \etexstatus, \module, \uselanguage, \r at tain, \r at cycle,)) Beginning to dump on file luajittex.fmt (format=luajittex 2021.3.16) 3648 strings using 13921 bytes 68807 memory locations dumped; current usage is 149&8484 2163 multiletter control sequences \font\nullfont=nullfont \font\tenrm=cmr10 \font\preloaded=cmr9 \font\preloaded=cmr8 \font\sevenrm=cmr7 \font\preloaded=cmr6 \font\fiverm=cmr5 \font\teni=cmmi10 \font\preloaded=cmmi9 \font\preloaded=cmmi8 \font\seveni=cmmi7 \font\preloaded=cmmi6 \font\fivei=cmmi5 \font\tensy=cmsy10 \font\preloaded=cmsy9 \font\preloaded=cmsy8 \font\sevensy=cmsy7 \font\preloaded=cmsy6 \font\fivesy=cmsy5 \font\tenex=cmex10 \font\preloaded=cmss10 \font\preloaded=cmssq8 \font\preloaded=cmssi10 \font\preloaded=cmssqi8 \font\tenbf=cmbx10 \font\preloaded=cmbx9 \font\preloaded=cmbx8 \font\sevenbf=cmbx7 \font\preloaded=cmbx6 \font\fivebf=cmbx5 \font\tentt=cmtt10 \font\preloaded=cmtt9 \font\preloaded=cmtt8 \font\preloaded=cmsltt10 \font\tensl=cmsl10 \font\preloaded=cmsl9 \font\preloaded=cmsl8 \font\tenit=cmti10 \font\preloaded=cmti9 \font\preloaded=cmti8 \font\preloaded=cmti7 \font\preloaded=cmu10 \font\preloaded=cmmib10 \font\preloaded=cmbsy10 \font\preloaded=cmcsc10 \font\preloaded=cmssbx10 \font\preloaded=cmdunh10 \font\preloaded=cmr7 at 14.51799pt \font\preloaded=cmtt10 at 14.4pt \font\preloaded=cmssbx10 at 14.4pt \font\preloaded=manfnt 50 preloaded fonts warning (pdf backend): no pages of output. Transcript written on luajittex.log. fmtutil [INFO]: log file copied to: c:/users/caesar/.texlive2020/texmf-var/web2c /luajittex/luajittex.log fmtutil [INFO]: c:/users/caesar/.texlive2020/texmf-var/web2c/luajittex/luajittex .fmt installed. fmtutil [INFO]: --- remaking eptex with eptex fmtutil: running `eptex -ini -jobname=eptex -progname=eptex *eptex.ini' ... This is e-pTeX, Version 3.14159265-p3.8.3-191112-2.6 (utf8.sjis) (TeX Live 2020/ W32TeX) (INITEX) restricted \write18 enabled. entering extended mode (c:/texlive/2020/texmf-dist/tex/ptex/ptex-base/eptex.ini (c:/texlive/2020/texmf-dist/tex/ptex/ptex-base/eptex.src (c:/texlive/2020/texmf-dist/tex/ptex/ptex-base/ptex.tex (c:/texlive/2020/texmf-dist/tex/plain/base/plain.tex Preloading the plain format: codes, registers, parameters, fonts, more fonts, macros, math definitions, output routines, hyphenation (c:/texlive/2020/texmf-dist/tex/generic/hyphen/hyphen.tex [skipping from \patterns to end-of-file...])) (c:/texlive/2020/texmf-dist/tex/ptex/ptex-base/kinsoku.tex)) (c:/texlive/2020/texmf-dist/tex/ptex/ptex-base/eptexdefs.lib Skipping module "grouptypes"; Loading module "interactionmodes"; Skipping module "nodetypes"; Skipping module "iftypes";) (c:/texlive/2020/texmf-var/tex/generic/config/language.def (c:/texlive/2020/texmf-dist/tex/generic/hyphen/hyphen.tex) ! I can't find file `dehypht-x-2019-04-04.tex'. \addlanguage ...me =#5 \uselanguage {#1}\input #2 \if *#3*\else \input #3 \f... l.32 ...9-04-04}{dehypht-x-2019-04-04.tex}{}{2}{2} (Press Enter to retry, or Control-Z to exit) Please type another input file name: ! Emergency stop. \addlanguage ...me =#5 \uselanguage {#1}\input #2 \if *#3*\else \input #3 \f... l.32 ...9-04-04}{dehypht-x-2019-04-04.tex}{}{2}{2} No pages of output. Transcript written on eptex.log. fmtutil [INFO]: log file copied to: c:/users/caesar/.texlive2020/texmf-var/web2c /eptex/eptex.log fmtutil [INFO]: --- remaking uptex with uptex fmtutil: running `uptex -ini -jobname=uptex -progname=uptex uptex.ini' ... This is upTeX, Version 3.14159265-p3.8.3-u1.26 (utf8.uptex) (TeX Live 2020/W32Te X) (INITEX) restricted \write18 enabled. (c:/texlive/2020/texmf-dist/tex/uptex/uptex-base/uptex.ini (c:/texlive/2020/texmf-dist/tex/uptex/uptex-base/uptex.tex (c:/texlive/2020/texmf-dist/tex/plain/base/plain.tex Preloading the plain format: codes, registers, parameters, fonts, more fonts, macros, math definitions, output routines, hyphenation (c:/texlive/2020/texmf-dist/tex/generic/hyphen/hyphen.tex)) (c:/texlive/2020/texmf-dist/tex/uptex/uptex-base/ukinsoku.tex)) ) Beginning to dump on file uptex.fmt (preloaded format=uptex 2021.3.16) 2171 strings of total length 31226 5058 memory locations dumped; current usage is 128&4910 998 multiletter control sequences \font\nullfont=nullfont \font\tenrm=cmr10 \font\preloaded=cmr9 \font\preloaded=cmr8 \font\sevenrm=cmr7 \font\preloaded=cmr6 \font\fiverm=cmr5 \font\teni=cmmi10 \font\preloaded=cmmi9 \font\preloaded=cmmi8 \font\seveni=cmmi7 \font\preloaded=cmmi6 \font\fivei=cmmi5 \font\tensy=cmsy10 \font\preloaded=cmsy9 \font\preloaded=cmsy8 \font\sevensy=cmsy7 \font\preloaded=cmsy6 \font\fivesy=cmsy5 \font\tenex=cmex10 \font\preloaded=cmss10 \font\preloaded=cmssq8 \font\preloaded=cmssi10 \font\preloaded=cmssqi8 \font\tenbf=cmbx10 \font\preloaded=cmbx9 \font\preloaded=cmbx8 \font\sevenbf=cmbx7 \font\preloaded=cmbx6 \font\fivebf=cmbx5 \font\tentt=cmtt10 \font\preloaded=cmtt9 \font\preloaded=cmtt8 \font\preloaded=cmsltt10 \font\tensl=cmsl10 \font\preloaded=cmsl9 \font\preloaded=cmsl8 \font\tenit=cmti10 \font\preloaded=cmti9 \font\preloaded=cmti8 \font\preloaded=cmti7 \font\preloaded=cmu10 \font\preloaded=cmmib10 \font\preloaded=cmbsy10 \font\preloaded=cmcsc10 \font\preloaded=cmssbx10 \font\preloaded=cmdunh10 \font\preloaded=cmr7 at 14.51799pt \font\preloaded=cmtt10 at 14.4pt \font\preloaded=cmssbx10 at 14.4pt \font\preloaded=manfnt \font\tenmin=upjisr-h \font\sevenmin=upjisr-h at 7.0pt \font\fivemin=upjisr-h at 5.0pt \font\tengt=upjisg-h \font\sevengt=upjisg-h at 7.0pt \font\fivegt=upjisg-h at 5.0pt \font\tentmin=upjisr-v \font\seventmin=upjisr-v at 7.0pt \font\fivetmin=upjisr-v at 5.0pt \font\tentgt=upjisg-v \font\seventgt=upjisg-v at 7.0pt \font\fivetgt=upjisg-v at 5.0pt 16509 words of font info for 62 preloaded fonts 14 hyphenation exceptions Hyphenation trie of length 6075 has 181 ops out of 35111 181 for language 0 No pages of output. Transcript written on uptex.log. fmtutil [INFO]: log file copied to: c:/users/caesar/.texlive2020/texmf-var/web2c /uptex/uptex.log fmtutil [INFO]: c:/users/caesar/.texlive2020/texmf-var/web2c/uptex/uptex.fmt ins talled. fmtutil [INFO]: --- remaking luahbtex with luahbtex fmtutil: running `luahbtex -ini -jobname=luahbtex -progname=luahbtex luatex.in i' ... This is LuaHBTeX, Version 1.12.0 (TeX Live 2020/W32TeX) (INITEX) restricted system commands enabled. (c:/texlive/2020/texmf-dist/tex/generic/tex-ini-files/luatex.ini (c:/texlive/2020/texmf-dist/tex/generic/tex-ini-files/luatexconfig.tex (c:/texlive/2020/texmf-dist/tex/generic/tex-ini-files/pdftexconfig.tex)) (c:/texlive/2020/texmf-dist/tex/generic/config/luatexiniconfig.tex) (c:/texlive/2020/texmf-dist/tex/generic/unicode-data/load-unicode-data.tex load-unicode-data.tex v1.14 (2020-10-24) Reading Unicode data # UnicodeData-13.0.0.txt # Modified 2020-03-12 11:00:00 GMT [JAW] ) (c:/texlive/2020/texmf-dist/tex/luatex/hyph-utf8/etex.src (c:/texlive/2020/texmf-dist/tex/plain/base/plain.tex Preloading the plain format: codes, registers, parameters, fonts, more fonts, macros, math definitions, output routines, hyphenation (c:/texlive/2020/texmf-dist/tex/generic/hyphen/hyphen.tex [skipping from \patterns to end-of-file...])) (c:/texlive/2020/texmf-dist/tex/plain/etex/etexdefs.lib Skipping module "grouptypes"; Loading module "interactionmodes"; Skipping module "nodetypes"; Skipping module "iftypes";) (c:/texlive/2020/texmf-var/tex/generic/config/language.def (c:/texlive/2020/texmf-dist/tex/generic/hyphen/hyphen.tex)) Augmenting the Plain TeX definitions: \tracingall; Adding new e-TeX definitions: \eTeX, \loggingall, \tracingnone, register allocation; extended register allocation; Recycling: \addlanguage, \@nswer (not defined), \@sk, \b at dresponsetrue, \b at dresponsefalse, \ch at ckforyn, \mayber at cycle, \et at xabort, \et at xbuf, \et at xfmtsrc, \et at xfilehdr, \et at xinf, \et at xpatterns, \l at ngdefnfile, \n at xt, \p at rse (not defined), \pr at mpt (not defined), \pr at mptloop (not defined), \forcer at cycle, \usef at llback, \usef at llbacktrue, \usef at llbackfalse, Retaining: \et at xerr, \et at xinput, \et at xlibhdr, \et at xmsg, \et at xtoks, \et at xwarn, \et at xl@@d, \et at xl@ad, \et at xload, \et at xlang, \et at xhash, \eTeX, \etexhdrchk, \etexstatus, \module, \uselanguage, \r at tain, \r at cycle,)) Beginning to dump on file luahbtex.fmt (format=luahbtex 2021.3.16) 3648 strings using 13919 bytes 68807 memory locations dumped; current usage is 149&8484 2163 multiletter control sequences \font\nullfont=nullfont \font\tenrm=cmr10 \font\preloaded=cmr9 \font\preloaded=cmr8 \font\sevenrm=cmr7 \font\preloaded=cmr6 \font\fiverm=cmr5 \font\teni=cmmi10 \font\preloaded=cmmi9 \font\preloaded=cmmi8 \font\seveni=cmmi7 \font\preloaded=cmmi6 \font\fivei=cmmi5 \font\tensy=cmsy10 \font\preloaded=cmsy9 \font\preloaded=cmsy8 \font\sevensy=cmsy7 \font\preloaded=cmsy6 \font\fivesy=cmsy5 \font\tenex=cmex10 \font\preloaded=cmss10 \font\preloaded=cmssq8 \font\preloaded=cmssi10 \font\preloaded=cmssqi8 \font\tenbf=cmbx10 \font\preloaded=cmbx9 \font\preloaded=cmbx8 \font\sevenbf=cmbx7 \font\preloaded=cmbx6 \font\fivebf=cmbx5 \font\tentt=cmtt10 \font\preloaded=cmtt9 \font\preloaded=cmtt8 \font\preloaded=cmsltt10 \font\tensl=cmsl10 \font\preloaded=cmsl9 \font\preloaded=cmsl8 \font\tenit=cmti10 \font\preloaded=cmti9 \font\preloaded=cmti8 \font\preloaded=cmti7 \font\preloaded=cmu10 \font\preloaded=cmmib10 \font\preloaded=cmbsy10 \font\preloaded=cmcsc10 \font\preloaded=cmssbx10 \font\preloaded=cmdunh10 \font\preloaded=cmr7 at 14.51799pt \font\preloaded=cmtt10 at 14.4pt \font\preloaded=cmssbx10 at 14.4pt \font\preloaded=manfnt 50 preloaded fonts warning (pdf backend): no pages of output. Transcript written on luahbtex.log. fmtutil [INFO]: log file copied to: c:/users/caesar/.texlive2020/texmf-var/web2c /luahbtex/luahbtex.log fmtutil [INFO]: c:/users/caesar/.texlive2020/texmf-var/web2c/luahbtex/luahbtex.f mt installed. fmtutil [INFO]: --- remaking euptex with euptex fmtutil: running `euptex -ini -jobname=euptex -progname=euptex *euptex.ini' .. . This is e-upTeX, Version 3.14159265-p3.8.3-u1.26-191112-2.6 (utf8.uptex) (TeX Li ve 2020/W32TeX) (INITEX) restricted \write18 enabled. entering extended mode (c:/texlive/2020/texmf-dist/tex/uptex/uptex-base/euptex.ini (c:/texlive/2020/texmf-dist/tex/uptex/uptex-base/euptex.src (c:/texlive/2020/texmf-dist/tex/uptex/uptex-base/uptex.tex (c:/texlive/2020/texmf-dist/tex/plain/base/plain.tex Preloading the plain format: codes, registers, parameters, fonts, more fonts, macros, math definitions, output routines, hyphenation (c:/texlive/2020/texmf-dist/tex/generic/hyphen/hyphen.tex [skipping from \patterns to end-of-file...])) (c:/texlive/2020/texmf-dist/tex/uptex/uptex-base/ukinsoku.tex)) (c:/texlive/2020/texmf-dist/tex/ptex/ptex-base/eptexdefs.lib Skipping module "grouptypes"; Loading module "interactionmodes"; Skipping module "nodetypes"; Skipping module "iftypes";) (c:/texlive/2020/texmf-var/tex/generic/config/language.def (c:/texlive/2020/texmf-dist/tex/generic/hyphen/hyphen.tex) ! I can't find file `dehypht-x-2019-04-04.tex'. \addlanguage ...me =#5 \uselanguage {#1}\input #2 \if *#3*\else \input #3 \f... l.32 ...9-04-04}{dehypht-x-2019-04-04.tex}{}{2}{2} (Press Enter to retry, or Control-Z to exit) Please type another input file name: ! Emergency stop. \addlanguage ...me =#5 \uselanguage {#1}\input #2 \if *#3*\else \input #3 \f... l.32 ...9-04-04}{dehypht-x-2019-04-04.tex}{}{2}{2} No pages of output. Transcript written on euptex.log. fmtutil [INFO]: log file copied to: c:/users/caesar/.texlive2020/texmf-var/web2c /euptex/euptex.log fmtutil [INFO]: --- remaking aleph with aleph fmtutil: running `aleph -ini -jobname=aleph -progname=aleph *aleph.ini' ... This is Aleph, Version 3.14159265-1.15-2.1-0.1 (TeX Live 2020/W32TeX) (INIALEPH) restricted \write18 enabled. entering extended mode (c:/texlive/2020/texmf-dist/tex/plain/config/aleph.ini (c:/texlive/2020/texmf-dist/tex/plain/base/plain.tex Preloading the plain format: codes, registers, parameters, fonts, more fonts, macros, math definitions, output routines, hyphenation (c:/texlive/2020/texmf-dist/tex/generic/hyphen/hyphen.tex)) ) Beginning to dump on file aleph.fmt (preloaded format=aleph 2021.3.16) 67527 strings of total length 32216 5005 memory locations dumped; current usage is 121&4877 \font\nullfont=nullfont \font\tenrm=cmr10 \font\preloaded=cmr9 \font\preloaded=cmr8 \font\sevenrm=cmr7 \font\preloaded=cmr6 \font\fiverm=cmr5 \font\teni=cmmi10 \font\preloaded=cmmi9 \font\preloaded=cmmi8 \font\seveni=cmmi7 \font\preloaded=cmmi6 \font\fivei=cmmi5 \font\tensy=cmsy10 \font\preloaded=cmsy9 \font\preloaded=cmsy8 \font\sevensy=cmsy7 \font\preloaded=cmsy6 \font\fivesy=cmsy5 \font\tenex=cmex10 \font\preloaded=cmss10 \font\preloaded=cmssq8 \font\preloaded=cmssi10 \font\preloaded=cmssqi8 \font\tenbf=cmbx10 \font\preloaded=cmbx9 \font\preloaded=cmbx8 \font\sevenbf=cmbx7 \font\preloaded=cmbx6 \font\fivebf=cmbx5 \font\tentt=cmtt10 \font\preloaded=cmtt9 \font\preloaded=cmtt8 \font\preloaded=cmsltt10 \font\tensl=cmsl10 \font\preloaded=cmsl9 \font\preloaded=cmsl8 \font\tenit=cmti10 \font\preloaded=cmti9 \font\preloaded=cmti8 \font\preloaded=cmti7 \font\preloaded=cmu10 \font\preloaded=cmmib10 \font\preloaded=cmbsy10 \font\preloaded=cmcsc10 \font\preloaded=cmssbx10 \font\preloaded=cmdunh10 \font\preloaded=cmr7 at 14.51799pt \font\preloaded=cmtt10 at 14.4pt \font\preloaded=cmssbx10 at 14.4pt \font\preloaded=manfnt 50 preloaded fonts 0 words of active ocps \ocp\nullocp=nullocp 0 preloaded ocps \ocplist\nullocplist=[] 14 hyphenation exceptions Hyphenation trie of length 6076 has 181 ops out of 15011 181 for language 0 No pages of output. Transcript written on aleph.log. fmtutil [INFO]: log file copied to: c:/users/caesar/.texlive2020/texmf-var/web2c /aleph/aleph.log fmtutil [INFO]: c:/users/caesar/.texlive2020/texmf-var/web2c/aleph/aleph.fmt ins talled. fmtutil [INFO]: --- remaking pdftex with pdftex fmtutil: running `pdftex -ini -jobname=pdftex -progname=pdftex -translate-file =cp227.tcx *pdfetex.ini' ... This is pdfTeX, Version 3.14159265-2.6-1.40.21 (TeX Live 2020/W32TeX) (INITEX) restricted \write18 enabled. (c:/texlive/2020/texmf-dist/web2c/cp227.tcx) entering extended mode (c:/texlive/2020/texmf-dist/tex/plain/config/pdfetex.ini (c:/texlive/2020/texmf-dist/tex/generic/tex-ini-files/pdftexconfig.tex) (c:/texlive/2020/texmf-dist/tex/plain/etex/etex.src (c:/texlive/2020/texmf-dist/tex/plain/base/plain.tex Preloading the plain format: codes, registers, parameters, fonts, more fonts, macros, math definitions, output routines, hyphenation (c:/texlive/2020/texmf-dist/tex/generic/hyphen/hyphen.tex [skipping from \patterns to end-of-file...])) (c:/texlive/2020/texmf-dist/tex/plain/etex/etexdefs.lib Skipping module "grouptypes"; Loading module "interactionmodes"; Skipping module "nodetypes"; Skipping module "iftypes";) (c:/texlive/2020/texmf-var/tex/generic/config/language.def (c:/texlive/2020/texmf-dist/tex/generic/hyphen/hyphen.tex) ! I can't find file `dehypht-x-2019-04-04.tex'. \addlanguage ...me =#5 \uselanguage {#1}\input #2 \if *#3*\else \input #3 \f... l.32 ...9-04-04}{dehypht-x-2019-04-04.tex}{}{2}{2} (Press Enter to retry, or Control-Z to exit) Please type another input file name: ! Emergency stop. \addlanguage ...me =#5 \uselanguage {#1}\input #2 \if *#3*\else \input #3 \f... l.32 ...9-04-04}{dehypht-x-2019-04-04.tex}{}{2}{2} ! ==> Fatal error occurred, no output PDF file produced! Transcript written on pdftex.log. fmtutil [INFO]: log file copied to: c:/users/caesar/.texlive2020/texmf-var/web2c /pdftex/pdftex.log fmtutil [INFO]: --- remaking ptex with ptex fmtutil: running `ptex -ini -jobname=ptex -progname=ptex ptex.ini' ... This is pTeX, Version 3.14159265-p3.8.3 (utf8.sjis) (TeX Live 2020/W32TeX) (INIT EX) restricted \write18 enabled. (c:/texlive/2020/texmf-dist/tex/ptex/ptex-base/ptex.ini (c:/texlive/2020/texmf-dist/tex/ptex/ptex-base/ptex.tex (c:/texlive/2020/texmf-dist/tex/plain/base/plain.tex Preloading the plain format: codes, registers, parameters, fonts, more fonts, macros, math definitions, output routines, hyphenation (c:/texlive/2020/texmf-dist/tex/generic/hyphen/hyphen.tex)) (c:/texlive/2020/texmf-dist/tex/ptex/ptex-base/kinsoku.tex)) ) Beginning to dump on file ptex.fmt (preloaded format=ptex 2021.3.16) 2177 strings of total length 31144 5053 memory locations dumped; current usage is 128&4905 990 multiletter control sequences \font\nullfont=nullfont \font\tenrm=cmr10 \font\preloaded=cmr9 \font\preloaded=cmr8 \font\sevenrm=cmr7 \font\preloaded=cmr6 \font\fiverm=cmr5 \font\teni=cmmi10 \font\preloaded=cmmi9 \font\preloaded=cmmi8 \font\seveni=cmmi7 \font\preloaded=cmmi6 \font\fivei=cmmi5 \font\tensy=cmsy10 \font\preloaded=cmsy9 \font\preloaded=cmsy8 \font\sevensy=cmsy7 \font\preloaded=cmsy6 \font\fivesy=cmsy5 \font\tenex=cmex10 \font\preloaded=cmss10 \font\preloaded=cmssq8 \font\preloaded=cmssi10 \font\preloaded=cmssqi8 \font\tenbf=cmbx10 \font\preloaded=cmbx9 \font\preloaded=cmbx8 \font\sevenbf=cmbx7 \font\preloaded=cmbx6 \font\fivebf=cmbx5 \font\tentt=cmtt10 \font\preloaded=cmtt9 \font\preloaded=cmtt8 \font\preloaded=cmsltt10 \font\tensl=cmsl10 \font\preloaded=cmsl9 \font\preloaded=cmsl8 \font\tenit=cmti10 \font\preloaded=cmti9 \font\preloaded=cmti8 \font\preloaded=cmti7 \font\preloaded=cmu10 \font\preloaded=cmmib10 \font\preloaded=cmbsy10 \font\preloaded=cmcsc10 \font\preloaded=cmssbx10 \font\preloaded=cmdunh10 \font\preloaded=cmr7 at 14.51799pt \font\preloaded=cmtt10 at 14.4pt \font\preloaded=cmssbx10 at 14.4pt \font\preloaded=manfnt \font\tenmin=min10 \font\preloaded=min9 \font\preloaded=min8 \font\sevenmin=min7 \font\preloaded=min6 \font\fivemin=min5 \font\tengt=goth10 \font\preloaded=goth9 \font\preloaded=goth8 \font\sevengt=goth7 \font\preloaded=goth6 \font\fivegt=goth5 \font\tentmin=tmin10 \font\preloaded=tmin9 \font\preloaded=tmin8 \font\seventmin=tmin7 \font\preloaded=tmin6 \font\fivetmin=tmin5 \font\tentgt=tgoth10 \font\preloaded=tgoth9 \font\preloaded=tgoth8 \font\seventgt=tgoth7 \font\preloaded=tgoth6 \font\fivetgt=tgoth5 20343 words of font info for 74 preloaded fonts 14 hyphenation exceptions Hyphenation trie of length 6075 has 181 ops out of 35111 181 for language 0 No pages of output. Transcript written on ptex.log. fmtutil [INFO]: log file copied to: c:/users/caesar/.texlive2020/texmf-var/web2c /ptex/ptex.log fmtutil [INFO]: c:/users/caesar/.texlive2020/texmf-var/web2c/ptex/ptex.fmt insta lled. fmtutil [INFO]: --- remaking xetex with xetex fmtutil: running `xetex -ini -jobname=xetex -progname=xetex -etex xetex.ini' . .. This is XeTeX, Version 3.14159265-2.6-0.999992 (TeX Live 2020/W32TeX) (INITEX) restricted \write18 enabled. entering extended mode (c:/texlive/2020/texmf-dist/tex/generic/tex-ini-files/xetex.ini (c:/texlive/2020/texmf-dist/tex/generic/unicode-data/load-unicode-data.tex load-unicode-data.tex v1.14 (2020-10-24) Reading Unicode data # UnicodeData-13.0.0.txt # Modified 2020-03-12 11:00:00 GMT [JAW] ) (c:/texlive/2020/texmf-dist/tex/generic/unicode-data/load-unicode-xetex-classes .tex load-unicode-xetex-classes.tex v1.14 (2020-10-24) Reading Unicode east Asian character class data # LineBreak-13.0.0.txt # Date: 2020-02-17, 07:43:02 GMT [KW, LI] # EastAsianWidth-13.0.0.txt # Date: 2029-01-21, 18:14:00 GMT [KW, LI] ) (c:/texlive/2020/texmf-dist/tex/plain/etex/etex.src (c:/texlive/2020/texmf-dist/tex/plain/base/plain.tex Preloading the plain format: codes, registers, parameters, fonts, more fonts, macros, math definitions, output routines, hyphenation (c:/texlive/2020/texmf-dist/tex/generic/hyphen/hyphen.tex [skipping from \patterns to end-of-file...])) (c:/texlive/2020/texmf-dist/tex/plain/etex/etexdefs.lib Skipping module "grouptypes"; Loading module "interactionmodes"; Skipping module "nodetypes"; Skipping module "iftypes";) (c:/texlive/2020/texmf-var/tex/generic/config/language.def (c:/texlive/2020/texmf-dist/tex/generic/hyphen/hyphen.tex) ! I can't find file `dehypht-x-2019-04-04.tex'. \addlanguage ...me =#5 \uselanguage {#1}\input #2 \if *#3*\else \input #3 \f... l.32 ...9-04-04}{dehypht-x-2019-04-04.tex}{}{2}{2} (Press Enter to retry, or Control-Z to exit) Please type another input file name: ! Emergency stop. \addlanguage ...me =#5 \uselanguage {#1}\input #2 \if *#3*\else \input #3 \f... l.32 ...9-04-04}{dehypht-x-2019-04-04.tex}{}{2}{2} No pages of output. Transcript written on xetex.log. fmtutil [INFO]: log file copied to: c:/users/caesar/.texlive2020/texmf-var/web2c /xetex/xetex.log fmtutil [INFO]: --- remaking utf8mex with pdftex fmtutil: running `pdftex -ini -jobname=utf8mex -progname=utf8mex -enc *utf8mex .ini' ... This is pdfTeX, Version 3.14159265-2.6-1.40.21 (TeX Live 2020/W32TeX) (INITEX) restricted \write18 enabled. entering extended mode encTeX v. Jun. 2004, reencoding enabled. (c:/texlive/2020/texmf-dist/tex/mex/utf8mex/utf8mex.ini (c:/texlive/2020/texmf-dist/tex/generic/tex-ini-files/pdftexconfig.tex) (c:/texlive/2020/texmf-dist/tex/mex/base/mex.tex Preloading the MeX format: (c:/texlive/2020/texmf-dist/tex/mex/base/mex1.tex polish auxiliary macros, prefixing, definitions of languages, (c:/texlive/2020/texmf-dist/tex/mex/base/mexconf.tex MeX configuration,) hyphenation [ENGLISH], (c:/texlive/2020/texmf-dist/tex/generic/hyphen/hyphen.tex) hyphenation [PL], (c:/texlive/2020/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-pl.tex QX Polish hyphenation patterns (c:/texlive/2020/texmf-dist/tex/generic/hyph-utf8/conversions/conv-utf8-qx.tex) (c:/texlive/2020/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-pl.tex)) hyphenation [MAZOVIA, empty], hyphenation [LATIN 2, empty], hyphenation [P1, empty],) (c:/texlive/2020/texmf-dist/tex/plain/base/plain.tex Preloading the plain format: codes, registers, parameters, fonts, more fonts, macros, math definitions, output routines, hyphenation SKIPPED) (c:/texlive/2020/texmf-dist/tex/mex/base/mex2.tex redefinitions of plain rules, defaults,)) (c:/texlive/2020/texmf-dist/tex/mex/utf8mex/utf8-pl.tex (c:/texlive/2020/texmf-dist/tex/generic/enctex/utf8math.tex (c:/texlive/2020/texmf-dist/tex/generic/enctex/utf8raw.tex)) (c:/texlive/2020/texmf-dist/tex/generic/enctex/utf8unkn.tex) (c:/texlive/2020/texmf-dist/tex/mex/utf8mex/utf8plsq.tex)) ) Beginning to dump on file utf8mex.fmt (preloaded format=utf8mex 2021.3.16) 3611 strings of total length 47246 10344 memory locations dumped; current usage is 116&10225 1519 multiletter control sequences \font\nullfont=nullfont \font\tenrm=plr10 \font\preloaded=plr9 \font\preloaded=plr8 \font\sevenrm=plr7 \font\preloaded=plr6 \font\fiverm=plr5 \font\teni=plmi10 \font\preloaded=plmi9 \font\preloaded=plmi8 \font\seveni=plmi7 \font\preloaded=plmi6 \font\fivei=plmi5 \font\tensy=plsy10 \font\preloaded=plsy9 \font\preloaded=plsy8 \font\sevensy=plsy7 \font\preloaded=plsy6 \font\fivesy=plsy5 \font\tenex=plex10 \font\preloaded=plss10 \font\preloaded=plssq8 \font\preloaded=plssi10 \font\preloaded=plssqi8 \font\tenbf=plbx10 \font\preloaded=plbx9 \font\preloaded=plbx8 \font\sevenbf=plbx7 \font\preloaded=plbx6 \font\fivebf=plbx5 \font\tentt=pltt10 \font\preloaded=pltt9 \font\preloaded=pltt8 \font\preloaded=plsltt10 \font\tensl=plsl10 \font\preloaded=plsl9 \font\preloaded=plsl8 \font\tenit=plti10 \font\preloaded=plti9 \font\preloaded=plti8 \font\preloaded=plti7 \font\preloaded=plu10 \font\preloaded=plmib10 \font\preloaded=plbsy10 \font\preloaded=plcsc10 \font\preloaded=plssbx10 \font\preloaded=pldunh10 \font\preloaded=plr7 at 14.51799pt \font\preloaded=pltt10 at 14.4pt \font\preloaded=plssbx10 at 14.4pt \font\preloaded=manfnt 21360 words of font info for 50 preloaded fonts 34 hyphenation exceptions Hyphenation trie of length 11344 has 375 ops out of 35111 194 for language 1 181 for language 0 0 words of pdfTeX memory 0 indirect objects No pages of output. Transcript written on utf8mex.log. fmtutil [INFO]: log file copied to: c:/users/caesar/.texlive2020/texmf-var/web2c /pdftex/utf8mex.log fmtutil [INFO]: c:/users/caesar/.texlive2020/texmf-var/web2c/pdftex/utf8mex.fmt installed. fmtutil [INFO]: --- remaking pdfxmltex with pdftex fmtutil: running `pdftex -ini -jobname=pdfxmltex -progname=pdfxmltex *pdfxmlte x.ini' ... This is pdfTeX, Version 3.14159265-2.6-1.40.21 (TeX Live 2020/W32TeX) (INITEX) restricted \write18 enabled. entering extended mode (c:/texlive/2020/texmf-dist/tex/xmltex/xmltexconfig/pdfxmltex.ini (c:/texlive/2020/texmf-dist/tex/latex/latexconfig/pdflatex.ini (c:/texlive/2020/texmf-dist/tex/generic/tex-ini-files/pdftexconfig.tex) (c:/texlive/2020/texmf-dist/tex/latex/base/latex.ltx (c:/texlive/2020/texmf-dist/tex/latex/base/texsys.cfg) ./texsys.aux found \@currdir set to: ./. Assuming \openin and \input have the same search path. Defining UNIX/DOS style filename parser. catcodes, registers, parameters, LaTeX2e <2020-10-01> patch level 4 (c:/texlive/2020/texmf-dist/tex/latex/l3kernel/expl3.ltx (c:/texlive/2020/texmf-dist/tex/latex/l3kernel/expl3-code.tex (c:/texlive/2020/texmf-dist/tex/latex/l3kernel/l3deprecation.def))) (c:/texlive/2020/texmf-dist/tex/latex/l3packages/xparse/xparse.ltx (c:/texlive/2020/texmf-dist/tex/latex/l3packages/xparse/xparse-generic.tex)) hacks, control, par, spacing, files, font encodings, lengths, ==================================== Local config file fonttext.cfg used ==================================== (c:/texlive/2020/texmf-dist/tex/latex/base/fonttext.cfg (c:/texlive/2020/texmf-dist/tex/latex/base/fonttext.ltx === Don't modify this file, use a .cfg file instead === (c:/texlive/2020/texmf-dist/tex/latex/base/omlenc.def) (c:/texlive/2020/texmf-dist/tex/latex/base/omsenc.def) (c:/texlive/2020/texmf-dist/tex/latex/base/ot1enc.def) (c:/texlive/2020/texmf-dist/tex/latex/base/t1enc.def) (c:/texlive/2020/texmf-dist/tex/latex/base/ts1enc.def) (c:/texlive/2020/texmf-dist/tex/latex/base/ts1cmr.fd) (c:/texlive/2020/texmf-dist/tex/latex/base/t1cmr.fd) (c:/texlive/2020/texmf-dist/tex/latex/base/ot1cmr.fd) (c:/texlive/2020/texmf-dist/tex/latex/base/ot1cmss.fd) (c:/texlive/2020/texmf-dist/tex/latex/base/ot1cmtt.fd))) ==================================== Local config file fontmath.cfg used ==================================== (c:/texlive/2020/texmf-dist/tex/latex/base/fontmath.cfg (c:/texlive/2020/texmf-dist/tex/latex/base/fontmath.ltx === Don't modify this file, use a .cfg file instead === (c:/texlive/2020/texmf-dist/tex/latex/base/omlcmm.fd) (c:/texlive/2020/texmf-dist/tex/latex/base/omscmsy.fd) (c:/texlive/2020/texmf-dist/tex/latex/base/omxcmex.fd) (c:/texlive/2020/texmf-dist/tex/latex/base/ucmr.fd))) ==================================== Local config file preload.cfg used ===================================== (c:/texlive/2020/texmf-dist/tex/latex/base/preload.cfg (c:/texlive/2020/texmf-dist/tex/latex/base/preload.ltx)) page nos., x-ref, environments, center, verbatim, math definitions, boxes, title, sectioning, contents, floats, footnotes, index, bibliography, output, =========================================== Local configuration file hyphen.cfg used =========================================== (c:/texlive/2020/texmf-dist/tex/generic/babel/hyphen.cfg (c:/texlive/2020/texmf-dist/tex/generic/hyphen/hyphen.tex) (c:/texlive/2020/texmf-dist/tex/generic/hyphen/dumyhyph.tex) (c:/texlive/2020/texmf-dist/tex/generic/hyphen/zerohyph.tex) ! I can't find file `dehypht-x-2019-04-04.tex'. \relax l.200 \repeat (Press Enter to retry, or Control-Z to exit) Please type another input file name: ! Emergency stop. \relax l.200 \repeat ! ==> Fatal error occurred, no output PDF file produced! Transcript written on pdfxmltex.log. fmtutil [INFO]: log file copied to: c:/users/caesar/.texlive2020/texmf-var/web2c /pdftex/pdfxmltex.log fmtutil [INFO]: --- remaking pdflatex-dev with pdftex fmtutil: running `pdftex -ini -jobname=pdflatex-dev -progname=pdflatex-dev -tr anslate-file=cp227.tcx *pdflatex.ini' ... This is pdfTeX, Version 3.14159265-2.6-1.40.21 (TeX Live 2020/W32TeX) (INITEX) restricted \write18 enabled. (c:/texlive/2020/texmf-dist/web2c/cp227.tcx) entering extended mode (c:/texlive/2020/texmf-dist/tex/latex/latexconfig/pdflatex.ini (c:/texlive/2020/texmf-dist/tex/generic/tex-ini-files/pdftexconfig.tex) (c:/texlive/2020/texmf-dist/tex/latex-dev/base/latex.ltx (c:/texlive/2020/texmf-dist/tex/latex-dev/base/texsys.cfg) ./texsys.aux found \@currdir set to: ./. Assuming \openin and \input have the same search path. Defining UNIX/DOS style filename parser. catcodes, registers, parameters, LaTeX2e <2021-05-01> pre-release-2 (develop 2021-3-16 branch) (c:/texlive/2020/texmf-dist/tex/latex/l3kernel/expl3.ltx (c:/texlive/2020/texmf-dist/tex/latex/l3kernel/expl3-code.tex (c:/texlive/2020/texmf-dist/tex/latex/l3kernel/l3deprecation.def))) hacks, document commands, control, par, spacing, files, font encodings, lengths, ==================================== Local config file fonttext.cfg used ==================================== (c:/texlive/2020/texmf-dist/tex/latex-dev/base/fonttext.cfg (c:/texlive/2020/texmf-dist/tex/latex-dev/base/fonttext.ltx === Don't modify this file, use a .cfg file instead === (c:/texlive/2020/texmf-dist/tex/latex-dev/base/omlenc.def) (c:/texlive/2020/texmf-dist/tex/latex-dev/base/omsenc.def) (c:/texlive/2020/texmf-dist/tex/latex-dev/base/ot1enc.def) (c:/texlive/2020/texmf-dist/tex/latex-dev/base/t1enc.def) (c:/texlive/2020/texmf-dist/tex/latex-dev/base/ts1enc.def) (c:/texlive/2020/texmf-dist/tex/latex-dev/base/ts1cmr.fd) (c:/texlive/2020/texmf-dist/tex/latex-dev/base/t1cmr.fd) (c:/texlive/2020/texmf-dist/tex/latex-dev/base/ot1cmr.fd) (c:/texlive/2020/texmf-dist/tex/latex-dev/base/ot1cmss.fd) (c:/texlive/2020/texmf-dist/tex/latex-dev/base/ot1cmtt.fd))) ==================================== Local config file fontmath.cfg used ==================================== (c:/texlive/2020/texmf-dist/tex/latex-dev/base/fontmath.cfg (c:/texlive/2020/texmf-dist/tex/latex-dev/base/fontmath.ltx === Don't modify this file, use a .cfg file instead === (c:/texlive/2020/texmf-dist/tex/latex-dev/base/omlcmm.fd) (c:/texlive/2020/texmf-dist/tex/latex-dev/base/omscmsy.fd) (c:/texlive/2020/texmf-dist/tex/latex-dev/base/omxcmex.fd) (c:/texlive/2020/texmf-dist/tex/latex-dev/base/ucmr.fd))) ==================================== Local config file preload.cfg used ===================================== (c:/texlive/2020/texmf-dist/tex/latex-dev/base/preload.cfg (c:/texlive/2020/texmf-dist/tex/latex-dev/base/preload.ltx)) page nos., x-ref, environments, center, verbatim, math definitions, boxes, title, sectioning, contents, floats, footnotes, index, bibliography, output, =========================================== Local configuration file hyphen.cfg used =========================================== (c:/texlive/2020/texmf-dist/tex/generic/babel/hyphen.cfg (c:/texlive/2020/texmf-dist/tex/generic/hyphen/hyphen.tex) (c:/texlive/2020/texmf-dist/tex/generic/hyphen/dumyhyph.tex) (c:/texlive/2020/texmf-dist/tex/generic/hyphen/zerohyph.tex) ! I can't find file `dehypht-x-2019-04-04.tex'. \relax l.200 \repeat (Press Enter to retry, or Control-Z to exit) Please type another input file name: ! Emergency stop. \relax l.200 \repeat ! ==> Fatal error occurred, no output PDF file produced! Transcript written on pdflatex-dev.log. fmtutil [INFO]: log file copied to: c:/users/caesar/.texlive2020/texmf-var/web2c /pdftex/pdflatex-dev.log fmtutil [INFO]: --- remaking uplatex-dev with euptex fmtutil: running `euptex -ini -jobname=uplatex-dev -progname=uplatex-dev *upla tex.ini' ... This is e-upTeX, Version 3.14159265-p3.8.3-u1.26-191112-2.6 (utf8.uptex) (TeX Li ve 2020/W32TeX) (INITEX) restricted \write18 enabled. entering extended mode (c:/texlive/2020/texmf-dist/tex/uplatex/config/uplatex.ini <<< making "uplatex with Babel" format >>> (c:/texlive/2020/texmf-dist/tex/uplatex/base/uplatex.ltx (c:/texlive/2020/texmf-dist/tex/latex-dev/base/latex.ltx (c:/texlive/2020/texmf-dist/tex/latex-dev/base/texsys.cfg) ./texsys.aux found \@currdir set to: ./. Assuming \openin and \input have the same search path. Defining UNIX/DOS style filename parser. catcodes, registers, parameters, LaTeX2e <2021-05-01> pre-release-2 (develop 2021-3-16 branch) (c:/texlive/2020/texmf-dist/tex/latex/l3kernel/expl3.ltx (c:/texlive/2020/texmf-dist/tex/latex/l3kernel/expl3-code.tex (c:/texlive/2020/texmf-dist/tex/latex/l3kernel/l3deprecation.def))) hacks, document commands, control, par, spacing, files, font encodings, lengths, ==================================== Local config file fonttext.cfg used ==================================== (c:/texlive/2020/texmf-dist/tex/latex-dev/base/fonttext.cfg (c:/texlive/2020/texmf-dist/tex/latex-dev/base/fonttext.ltx === Don't modify this file, use a .cfg file instead === (c:/texlive/2020/texmf-dist/tex/latex-dev/base/omlenc.def) (c:/texlive/2020/texmf-dist/tex/latex-dev/base/omsenc.def) (c:/texlive/2020/texmf-dist/tex/latex-dev/base/ot1enc.def) (c:/texlive/2020/texmf-dist/tex/latex-dev/base/t1enc.def) (c:/texlive/2020/texmf-dist/tex/latex-dev/base/ts1enc.def) (c:/texlive/2020/texmf-dist/tex/latex-dev/base/ts1cmr.fd) (c:/texlive/2020/texmf-dist/tex/latex-dev/base/t1cmr.fd) (c:/texlive/2020/texmf-dist/tex/latex-dev/base/ot1cmr.fd) (c:/texlive/2020/texmf-dist/tex/latex-dev/base/ot1cmss.fd) (c:/texlive/2020/texmf-dist/tex/latex-dev/base/ot1cmtt.fd))) ==================================== Local config file fontmath.cfg used ==================================== (c:/texlive/2020/texmf-dist/tex/latex-dev/base/fontmath.cfg (c:/texlive/2020/texmf-dist/tex/latex-dev/base/fontmath.ltx === Don't modify this file, use a .cfg file instead === (c:/texlive/2020/texmf-dist/tex/latex-dev/base/omlcmm.fd) (c:/texlive/2020/texmf-dist/tex/latex-dev/base/omscmsy.fd) (c:/texlive/2020/texmf-dist/tex/latex-dev/base/omxcmex.fd) (c:/texlive/2020/texmf-dist/tex/latex-dev/base/ucmr.fd))) ==================================== Local config file preload.cfg used ===================================== (c:/texlive/2020/texmf-dist/tex/latex-dev/base/preload.cfg (c:/texlive/2020/texmf-dist/tex/latex-dev/base/preload.ltx)) page nos., x-ref, environments, center, verbatim, math definitions, boxes, title, sectioning, contents, floats, footnotes, index, bibliography, output, =========================================== Local configuration file hyphen.cfg used =========================================== (c:/texlive/2020/texmf-dist/tex/generic/babel/hyphen.cfg (c:/texlive/2020/texmf-dist/tex/generic/hyphen/hyphen.tex) (c:/texlive/2020/texmf-dist/tex/generic/hyphen/dumyhyph.tex) (c:/texlive/2020/texmf-dist/tex/generic/hyphen/zerohyph.tex) ! I can't find file `dehypht-x-2019-04-04.tex'. \relax l.200 \repeat (Press Enter to retry, or Control-Z to exit) Please type another input file name: ! Emergency stop. \relax l.200 \repeat No pages of output. Transcript written on uplatex-dev.log. fmtutil [INFO]: log file copied to: c:/users/caesar/.texlive2020/texmf-var/web2c /euptex/uplatex-dev.log fmtutil [INFO]: --- remaking amstex with pdftex fmtutil: running `pdftex -ini -jobname=amstex -progname=amstex -translate-file =cp227.tcx *amstex.ini' ... This is pdfTeX, Version 3.14159265-2.6-1.40.21 (TeX Live 2020/W32TeX) (INITEX) restricted \write18 enabled. (c:/texlive/2020/texmf-dist/web2c/cp227.tcx) entering extended mode (c:/texlive/2020/texmf-dist/tex/amstex/config/amstex.ini (c:/texlive/2020/texmf-dist/tex/plain/base/plain.tex Preloading the plain format: codes, registers, parameters, fonts, more fonts, macros, math definitions, output routines, hyphenation (c:/texlive/2020/texmf-dist/tex/generic/hyphen/hyphen.tex)) (c:/texlive/2020/texmf-dist/tex/amstex/base/amstex.tex AmS-TeX- Version 2.2 Loading definitions for misc utility macros, page layout, accents/punctuation, line and page breaks, figures, comments, math spacing, fractions, smash commands, large operator symbols, integrals, operator names, multilevel sub/superscripts, matrices, multiline displays, continued fractions, compound symbols, various kinds of dots, special superscripts, \text, math font commands, \newsymbol, bold Greek and bold symbols, Euler fonts, math accents, roots, commutative diagrams, poor man's bold, syntax check, ... finished) ) Beginning to dump on file amstex.fmt (preloaded format=amstex 2021.3.16) 3498 strings of total length 48401 21338 memory locations dumped; current usage is 156&19030 1877 multiletter control sequences \font\nullfont=nullfont \font\tenrm=cmr10 \font\preloaded=cmr9 \font\preloaded=cmr8 \font\sevenrm=cmr7 \font\preloaded=cmr6 \font\fiverm=cmr5 \font\teni=cmmi10 \font\preloaded=cmmi9 \font\preloaded=cmmi8 \font\seveni=cmmi7 \font\preloaded=cmmi6 \font\fivei=cmmi5 \font\tensy=cmsy10 \font\preloaded=cmsy9 \font\preloaded=cmsy8 \font\sevensy=cmsy7 \font\preloaded=cmsy6 \font\fivesy=cmsy5 \font\tenex=cmex10 \font\preloaded=cmss10 \font\preloaded=cmssq8 \font\preloaded=cmssi10 \font\preloaded=cmssqi8 \font\tenbf=cmbx10 \font\preloaded=cmbx9 \font\preloaded=cmbx8 \font\sevenbf=cmbx7 \font\preloaded=cmbx6 \font\fivebf=cmbx5 \font\tentt=cmtt10 \font\preloaded=cmtt9 \font\preloaded=cmtt8 \font\preloaded=cmsltt10 \font\tensl=cmsl10 \font\preloaded=cmsl9 \font\preloaded=cmsl8 \font\tenit=cmti10 \font\preloaded=cmti9 \font\preloaded=cmti8 \font\preloaded=cmti7 \font\preloaded=cmu10 \font\preloaded=cmmib10 \font\preloaded=cmbsy10 \font\preloaded=cmcsc10 \font\preloaded=cmssbx10 \font\preloaded=cmdunh10 \font\preloaded=cmr7 at 14.51799pt \font\preloaded=cmtt10 at 14.4pt \font\preloaded=cmssbx10 at 14.4pt \font\preloaded=manfnt \font\dummyft@=dummy 14813 words of font info for 51 preloaded fonts 14 hyphenation exceptions Hyphenation trie of length 6075 has 181 ops out of 35111 181 for language 0 0 words of pdfTeX memory 0 indirect objects No pages of output. Transcript written on amstex.log. fmtutil [INFO]: log file copied to: c:/users/caesar/.texlive2020/texmf-var/web2c /pdftex/amstex.log fmtutil [INFO]: c:/users/caesar/.texlive2020/texmf-var/web2c/pdftex/amstex.fmt i nstalled. fmtutil [INFO]: --- remaking platex with eptex fmtutil: running `eptex -ini -jobname=platex -progname=platex *platex.ini' ... This is e-pTeX, Version 3.14159265-p3.8.3-191112-2.6 (utf8.sjis) (TeX Live 2020/ W32TeX) (INITEX) restricted \write18 enabled. entering extended mode (c:/texlive/2020/texmf-dist/tex/platex/config/platex.ini <<< making "platex with Babel" format >>> (c:/texlive/2020/texmf-dist/tex/platex/base/platex.ltx (c:/texlive/2020/texmf-dist/tex/latex/base/latex.ltx (c:/texlive/2020/texmf-dist/tex/latex/base/texsys.cfg) ./texsys.aux found \@currdir set to: ./. Assuming \openin and \input have the same search path. Defining UNIX/DOS style filename parser. catcodes, registers, parameters, LaTeX2e <2020-10-01> patch level 4 (c:/texlive/2020/texmf-dist/tex/latex/l3kernel/expl3.ltx (c:/texlive/2020/texmf-dist/tex/latex/l3kernel/expl3-code.tex (c:/texlive/2020/texmf-dist/tex/latex/l3kernel/l3deprecation.def))) (c:/texlive/2020/texmf-dist/tex/latex/l3packages/xparse/xparse.ltx (c:/texlive/2020/texmf-dist/tex/latex/l3packages/xparse/xparse-generic.tex)) hacks, control, par, spacing, files, font encodings, lengths, ==================================== Local config file fonttext.cfg used ==================================== (c:/texlive/2020/texmf-dist/tex/latex/base/fonttext.cfg (c:/texlive/2020/texmf-dist/tex/latex/base/fonttext.ltx === Don't modify this file, use a .cfg file instead === (c:/texlive/2020/texmf-dist/tex/latex/base/omlenc.def) (c:/texlive/2020/texmf-dist/tex/latex/base/omsenc.def) (c:/texlive/2020/texmf-dist/tex/latex/base/ot1enc.def) (c:/texlive/2020/texmf-dist/tex/latex/base/t1enc.def) (c:/texlive/2020/texmf-dist/tex/latex/base/ts1enc.def) (c:/texlive/2020/texmf-dist/tex/latex/base/ts1cmr.fd) (c:/texlive/2020/texmf-dist/tex/latex/base/t1cmr.fd) (c:/texlive/2020/texmf-dist/tex/latex/base/ot1cmr.fd) (c:/texlive/2020/texmf-dist/tex/latex/base/ot1cmss.fd) (c:/texlive/2020/texmf-dist/tex/latex/base/ot1cmtt.fd))) ==================================== Local config file fontmath.cfg used ==================================== (c:/texlive/2020/texmf-dist/tex/latex/base/fontmath.cfg (c:/texlive/2020/texmf-dist/tex/latex/base/fontmath.ltx === Don't modify this file, use a .cfg file instead === (c:/texlive/2020/texmf-dist/tex/latex/base/omlcmm.fd) (c:/texlive/2020/texmf-dist/tex/latex/base/omscmsy.fd) (c:/texlive/2020/texmf-dist/tex/latex/base/omxcmex.fd) (c:/texlive/2020/texmf-dist/tex/latex/base/ucmr.fd))) ==================================== Local config file preload.cfg used ===================================== (c:/texlive/2020/texmf-dist/tex/latex/base/preload.cfg (c:/texlive/2020/texmf-dist/tex/latex/base/preload.ltx)) page nos., x-ref, environments, center, verbatim, math definitions, boxes, title, sectioning, contents, floats, footnotes, index, bibliography, output, =========================================== Local configuration file hyphen.cfg used =========================================== (c:/texlive/2020/texmf-dist/tex/generic/babel/hyphen.cfg (c:/texlive/2020/texmf-dist/tex/generic/hyphen/hyphen.tex) (c:/texlive/2020/texmf-dist/tex/generic/hyphen/dumyhyph.tex) (c:/texlive/2020/texmf-dist/tex/generic/hyphen/zerohyph.tex) ! I can't find file `dehypht-x-2019-04-04.tex'. \relax l.200 \repeat (Press Enter to retry, or Control-Z to exit) Please type another input file name: ! Emergency stop. \relax l.200 \repeat No pages of output. Transcript written on platex.log. fmtutil [INFO]: log file copied to: c:/users/caesar/.texlive2020/texmf-var/web2c /eptex/platex.log fmtutil [INFO]: --- remaking pdfjadetex with pdftex fmtutil: running `pdftex -ini -jobname=pdfjadetex -progname=pdfjadetex *pdfjad etex.ini' ... This is pdfTeX, Version 3.14159265-2.6-1.40.21 (TeX Live 2020/W32TeX) (INITEX) restricted \write18 enabled. entering extended mode (c:/texlive/2020/texmf-dist/tex/jadetex/base/pdfjadetex.ini (c:/texlive/2020/texmf-dist/tex/latex/latexconfig/pdflatex.ini (c:/texlive/2020/texmf-dist/tex/generic/tex-ini-files/pdftexconfig.tex) (c:/texlive/2020/texmf-dist/tex/latex/base/latex.ltx (c:/texlive/2020/texmf-dist/tex/latex/base/texsys.cfg) ./texsys.aux found \@currdir set to: ./. Assuming \openin and \input have the same search path. Defining UNIX/DOS style filename parser. catcodes, registers, parameters, LaTeX2e <2020-10-01> patch level 4 (c:/texlive/2020/texmf-dist/tex/latex/l3kernel/expl3.ltx (c:/texlive/2020/texmf-dist/tex/latex/l3kernel/expl3-code.tex (c:/texlive/2020/texmf-dist/tex/latex/l3kernel/l3deprecation.def))) (c:/texlive/2020/texmf-dist/tex/latex/l3packages/xparse/xparse.ltx (c:/texlive/2020/texmf-dist/tex/latex/l3packages/xparse/xparse-generic.tex)) hacks, control, par, spacing, files, font encodings, lengths, ==================================== Local config file fonttext.cfg used ==================================== (c:/texlive/2020/texmf-dist/tex/latex/base/fonttext.cfg (c:/texlive/2020/texmf-dist/tex/latex/base/fonttext.ltx === Don't modify this file, use a .cfg file instead === (c:/texlive/2020/texmf-dist/tex/latex/base/omlenc.def) (c:/texlive/2020/texmf-dist/tex/latex/base/omsenc.def) (c:/texlive/2020/texmf-dist/tex/latex/base/ot1enc.def) (c:/texlive/2020/texmf-dist/tex/latex/base/t1enc.def) (c:/texlive/2020/texmf-dist/tex/latex/base/ts1enc.def) (c:/texlive/2020/texmf-dist/tex/latex/base/ts1cmr.fd) (c:/texlive/2020/texmf-dist/tex/latex/base/t1cmr.fd) (c:/texlive/2020/texmf-dist/tex/latex/base/ot1cmr.fd) (c:/texlive/2020/texmf-dist/tex/latex/base/ot1cmss.fd) (c:/texlive/2020/texmf-dist/tex/latex/base/ot1cmtt.fd))) ==================================== Local config file fontmath.cfg used ==================================== (c:/texlive/2020/texmf-dist/tex/latex/base/fontmath.cfg (c:/texlive/2020/texmf-dist/tex/latex/base/fontmath.ltx === Don't modify this file, use a .cfg file instead === (c:/texlive/2020/texmf-dist/tex/latex/base/omlcmm.fd) (c:/texlive/2020/texmf-dist/tex/latex/base/omscmsy.fd) (c:/texlive/2020/texmf-dist/tex/latex/base/omxcmex.fd) (c:/texlive/2020/texmf-dist/tex/latex/base/ucmr.fd))) ==================================== Local config file preload.cfg used ===================================== (c:/texlive/2020/texmf-dist/tex/latex/base/preload.cfg (c:/texlive/2020/texmf-dist/tex/latex/base/preload.ltx)) page nos., x-ref, environments, center, verbatim, math definitions, boxes, title, sectioning, contents, floats, footnotes, index, bibliography, output, =========================================== Local configuration file hyphen.cfg used =========================================== (c:/texlive/2020/texmf-dist/tex/generic/babel/hyphen.cfg (c:/texlive/2020/texmf-dist/tex/generic/hyphen/hyphen.tex) (c:/texlive/2020/texmf-dist/tex/generic/hyphen/dumyhyph.tex) (c:/texlive/2020/texmf-dist/tex/generic/hyphen/zerohyph.tex) ! I can't find file `dehypht-x-2019-04-04.tex'. \relax l.200 \repeat (Press Enter to retry, or Control-Z to exit) Please type another input file name: ! Emergency stop. \relax l.200 \repeat ! ==> Fatal error occurred, no output PDF file produced! Transcript written on pdfjadetex.log. fmtutil [INFO]: log file copied to: c:/users/caesar/.texlive2020/texmf-var/web2c /pdftex/pdfjadetex.log fmtutil [INFO]: --- remaking pdfetex with pdftex fmtutil: running `pdftex -ini -jobname=pdfetex -progname=pdfetex -translate-fi le=cp227.tcx *pdfetex.ini' ... This is pdfTeX, Version 3.14159265-2.6-1.40.21 (TeX Live 2020/W32TeX) (INITEX) restricted \write18 enabled. (c:/texlive/2020/texmf-dist/web2c/cp227.tcx) entering extended mode (c:/texlive/2020/texmf-dist/tex/plain/config/pdfetex.ini (c:/texlive/2020/texmf-dist/tex/generic/tex-ini-files/pdftexconfig.tex) (c:/texlive/2020/texmf-dist/tex/plain/etex/etex.src (c:/texlive/2020/texmf-dist/tex/plain/base/plain.tex Preloading the plain format: codes, registers, parameters, fonts, more fonts, macros, math definitions, output routines, hyphenation (c:/texlive/2020/texmf-dist/tex/generic/hyphen/hyphen.tex [skipping from \patterns to end-of-file...])) (c:/texlive/2020/texmf-dist/tex/plain/etex/etexdefs.lib Skipping module "grouptypes"; Loading module "interactionmodes"; Skipping module "nodetypes"; Skipping module "iftypes";) (c:/texlive/2020/texmf-var/tex/generic/config/language.def (c:/texlive/2020/texmf-dist/tex/generic/hyphen/hyphen.tex) ! I can't find file `dehypht-x-2019-04-04.tex'. \addlanguage ...me =#5 \uselanguage {#1}\input #2 \if *#3*\else \input #3 \f... l.32 ...9-04-04}{dehypht-x-2019-04-04.tex}{}{2}{2} (Press Enter to retry, or Control-Z to exit) Please type another input file name: ! Emergency stop. \addlanguage ...me =#5 \uselanguage {#1}\input #2 \if *#3*\else \input #3 \f... l.32 ...9-04-04}{dehypht-x-2019-04-04.tex}{}{2}{2} ! ==> Fatal error occurred, no output PDF file produced! Transcript written on pdfetex.log. fmtutil [INFO]: log file copied to: c:/users/caesar/.texlive2020/texmf-var/web2c /pdftex/pdfetex.log fmtutil [INFO]: --- remaking cslatex with pdftex fmtutil: running `pdftex -ini -jobname=cslatex -progname=cslatex -etex cslatex .ini' ... This is pdfTeX, Version 3.14159265-2.6-1.40.21 (TeX Live 2020/W32TeX) (INITEX) restricted \write18 enabled. entering extended mode (c:/texlive/2020/texmf-dist/tex/cslatex/base/cslatex.ini jobname=cslatex with pdftex, DVI output initialised. (c:/texlive/2020/texmf-dist/tex/latex/base/latex.ltx (c:/texlive/2020/texmf-dist/tex/latex/base/texsys.cfg) ./texsys.aux found \@currdir set to: ./. Assuming \openin and \input have the same search path. Defining UNIX/DOS style filename parser. catcodes, registers, parameters, ***** WARNING ******** CSLaTeX is obsolete, don't use it please ***** ***** You can use ``normal'' LaTeX+Babel or XeLaTeX+polyglossia ***** LaTeX2e <2020-10-01> patch level 4 LaTeX2e <2020-10-01> patch level 4 (c:/texlive/2020/texmf-dist/tex/latex/l3kernel/expl3.ltx (c:/texlive/2020/texmf-dist/tex/latex/l3kernel/expl3-code.tex (c:/texlive/2020/texmf-dist/tex/latex/l3kernel/l3deprecation.def))) (c:/texlive/2020/texmf-dist/tex/latex/l3packages/xparse/xparse.ltx (c:/texlive/2020/texmf-dist/tex/latex/l3packages/xparse/xparse-generic.tex)) hacks, control, par, spacing, files, font encodings, lengths, ==================================== Local config file fonttext.cfg used ==================================== (c:/texlive/2020/texmf-dist/tex/cslatex/base/fonttext.cfg (c:/texlive/2020/texmf-dist/tex/latex/base/omlenc.def) (c:/texlive/2020/texmf-dist/tex/latex/base/t1enc.def) (c:/texlive/2020/texmf-dist/tex/latex/base/ot1enc.def) (c:/texlive/2020/texmf-dist/tex/cslatex/base/il2enc.def) (c:/texlive/2020/texmf-dist/tex/latex/base/omsenc.def) (c:/texlive/2020/texmf-dist/tex/latex/base/t1cmr.fd) (c:/texlive/2020/texmf-dist/tex/latex/base/ot1cmr.fd) (c:/texlive/2020/texmf-dist/tex/cslatex/base/il2cmr.fd) (c:/texlive/2020/texmf-dist/tex/latex/base/ot1cmss.fd) (c:/texlive/2020/texmf-dist/tex/latex/base/ot1cmtt.fd)) ==================================== Local config file fontmath.cfg used ==================================== (c:/texlive/2020/texmf-dist/tex/latex/base/fontmath.cfg (c:/texlive/2020/texmf-dist/tex/latex/base/fontmath.ltx === Don't modify this file, use a .cfg file instead === (c:/texlive/2020/texmf-dist/tex/latex/base/omlcmm.fd) (c:/texlive/2020/texmf-dist/tex/latex/base/omscmsy.fd) (c:/texlive/2020/texmf-dist/tex/latex/base/omxcmex.fd) (c:/texlive/2020/texmf-dist/tex/latex/base/ucmr.fd))) ==================================== Local config file preload.cfg used ===================================== (c:/texlive/2020/texmf-dist/tex/latex/base/preload.cfg (c:/texlive/2020/texmf-dist/tex/latex/base/preload.ltx)) page nos., x-ref, environments, center, verbatim, math definitions, boxes, title, sectioning, contents, floats, footnotes, index, bibliography, output, =========================================== Local configuration file hyphen.cfg used =========================================== (c:/texlive/2020/texmf-dist/tex/cslatex/base/hyphen.cfg Loading english hyphenation patterns and exceptions (c:/texlive/2020/texmf-dist/tex/generic/hyphen/hyphen.tex) Loading czech hyphenation patterns and exceptions for IL2 (c:/texlive/2020/texmf-dist/tex/csplain/base/czhyphen.tex) Loading czech hyphenation patterns and exceptions for T1 (c:/texlive/2020/texmf-dist/tex/csplain/base/czhyphen.tex) Loading slovak hyphenation patterns and exceptions for IL2 (c:/texlive/2020/texmf-dist/tex/csplain/base/skhyphen.tex) Loading slovak hyphenation patterns and exceptions for T1 (c:/texlive/2020/texmf-dist/tex/csplain/base/skhyphen.tex)) (c:/texlive/2020/texmf-dist/tex/latex/base/utf8.def (c:/texlive/2020/texmf-dist/tex/latex/base/t1enc.dfu) (c:/texlive/2020/texmf-dist/tex/latex/base/ot1enc.dfu) (c:/texlive/2020/texmf-dist/tex/latex/base/omsenc.dfu)) (c:/texlive/2020/texmf-dist/tex/latex/firstaid/latex2e-first-aid-for-external-f iles.ltx) ) ) Beginning to dump on file cslatex.fmt (preloaded format=cslatex 2021.3.16) 18968 strings of total length 340059 278881 memory locations dumped; current usage is 165&277453 17261 multiletter control sequences \font\nullfont=nullfont \font\c__fp_exp_intarray=cmr10 at 0.00002pt \font\c__fp_trig_intarray=cmr10 at 0.00003pt \font\c_initex_cctab=cmr10 at 0.00005pt \font\c_other_cctab=cmr10 at 0.00006pt \font\c_str_cctab=cmr10 at 0.00008pt \font\g__regex_state_active_intarray=cmr10 at 0.00009pt \font\g__regex_thread_info_intarray=cmr10 at 0.0001pt \font\g__regex_submatch_prev_intarray=cmr10 at 0.00012pt \font\g__regex_submatch_begin_intarray=cmr10 at 0.00014pt \font\g__regex_submatch_end_intarray=cmr10 at 0.00015pt \font\g__regex_balance_intarray=cmr10 at 0.00017pt \font\OMX/cmex/m/n/10=cmex10 \font\tenln=line10 \font\tenlnw=linew10 \font\tencirc=lcircle10 \font\tencircw=lcirclew10 \font\OT1/cmr/m/n/5=cmr5 \font\OT1/cmr/m/n/7=cmr7 \font\OT1/cmr/m/n/10=cmr10 \font\OML/cmm/m/it/5=cmmi5 \font\OML/cmm/m/it/7=cmmi7 \font\OML/cmm/m/it/10=cmmi10 \font\OMS/cmsy/m/n/5=cmsy5 \font\OMS/cmsy/m/n/7=cmsy7 \font\OMS/cmsy/m/n/10=cmsy10 \font\c_code_cctab=cmr10 at 0.00018pt \font\c_document_cctab=cmr10 at 0.0002pt 403423 words of font info for 27 preloaded fonts 24 hyphenation exceptions Hyphenation trie of length 18152 has 803 ops out of 35111 248 for language 4 248 for language 3 63 for language 2 63 for language 1 181 for language 0 0 words of pdfTeX memory 0 indirect objects No pages of output. Transcript written on cslatex.log. fmtutil [INFO]: log file copied to: c:/users/caesar/.texlive2020/texmf-var/web2c /pdftex/cslatex.log fmtutil [INFO]: c:/users/caesar/.texlive2020/texmf-var/web2c/pdftex/cslatex.fmt installed. fmtutil [INFO]: --- remaking mltex with pdftex fmtutil: running `pdftex -ini -jobname=mltex -progname=mltex -translate-file=c p227.tcx -mltex mltex.ini' ... This is pdfTeX, Version 3.14159265-2.6-1.40.21 (TeX Live 2020/W32TeX) (INITEX) restricted \write18 enabled. (c:/texlive/2020/texmf-dist/web2c/cp227.tcx) MLTeX v2.2 enabled (c:/texlive/2020/texmf-dist/tex/mltex/config/mltex.ini (c:/texlive/2020/texmf-dist/tex/plain/config/tex.ini (c:/texlive/2020/texmf-dist/tex/plain/base/plain.tex Preloading the plain format: codes, registers, parameters, fonts, more fonts, macros, math definitions, output routines, hyphenation (c:/texlive/2020/texmf-dist/tex/generic/hyphen/hyphen.tex)) ) ) Beginning to dump on file mltex.fmt (preloaded format=mltex 2021.3.16) 2766 strings of total length 41238 4997 memory locations dumped; current usage is 116&4878 1078 multiletter control sequences \font\nullfont=nullfont \font\tenrm=cmr10 \font\preloaded=cmr9 \font\preloaded=cmr8 \font\sevenrm=cmr7 \font\preloaded=cmr6 \font\fiverm=cmr5 \font\teni=cmmi10 \font\preloaded=cmmi9 \font\preloaded=cmmi8 \font\seveni=cmmi7 \font\preloaded=cmmi6 \font\fivei=cmmi5 \font\tensy=cmsy10 \font\preloaded=cmsy9 \font\preloaded=cmsy8 \font\sevensy=cmsy7 \font\preloaded=cmsy6 \font\fivesy=cmsy5 \font\tenex=cmex10 \font\preloaded=cmss10 \font\preloaded=cmssq8 \font\preloaded=cmssi10 \font\preloaded=cmssqi8 \font\tenbf=cmbx10 \font\preloaded=cmbx9 \font\preloaded=cmbx8 \font\sevenbf=cmbx7 \font\preloaded=cmbx6 \font\fivebf=cmbx5 \font\tentt=cmtt10 \font\preloaded=cmtt9 \font\preloaded=cmtt8 \font\preloaded=cmsltt10 \font\tensl=cmsl10 \font\preloaded=cmsl9 \font\preloaded=cmsl8 \font\tenit=cmti10 \font\preloaded=cmti9 \font\preloaded=cmti8 \font\preloaded=cmti7 \font\preloaded=cmu10 \font\preloaded=cmmib10 \font\preloaded=cmbsy10 \font\preloaded=cmcsc10 \font\preloaded=cmssbx10 \font\preloaded=cmdunh10 \font\preloaded=cmr7 at 14.51799pt \font\preloaded=cmtt10 at 14.4pt \font\preloaded=cmssbx10 at 14.4pt \font\preloaded=manfnt 14787 words of font info for 50 preloaded fonts 14 hyphenation exceptions Hyphenation trie of length 6075 has 181 ops out of 35111 181 for language 0 0 words of pdfTeX memory 0 indirect objects No pages of output. Transcript written on mltex.log. fmtutil [INFO]: log file copied to: c:/users/caesar/.texlive2020/texmf-var/web2c /pdftex/mltex.log fmtutil [INFO]: c:/users/caesar/.texlive2020/texmf-var/web2c/pdftex/mltex.fmt in stalled. fmtutil [INFO]: --- remaking mptopdf with pdftex fmtutil: running `pdftex -ini -jobname=mptopdf -progname=context -translate-fi le=cp227.tcx mptopdf.tex' ... This is pdfTeX, Version 3.14159265-2.6-1.40.21 (TeX Live 2020/W32TeX) (INITEX) restricted \write18 enabled. (c:/texlive/2020/texmf-dist/web2c/cp227.tcx) (c:/texlive/2020/texmf-dist/tex/generic/context/mptopdf/mptopdf.tex (c:/texlive/2020/texmf-dist/tex/context/base/mkii/syst-tex.mkii (c:/texlive/2020/texmf-dist/tex/plain/base/plain.tex Preloading the plain format: codes, registers, parameters, fonts, skipping \font in plain skipping \font in plain skipping \font in plain skipping \font in plain skipping \font in plain skipping \font in plain skipping \font in plain skipping \font in plain skipping \font in plain skipping \font in plain skipping \font in plain skipping \font in plain skipping \font in plain skipping \font in plain skipping \font in plain skipping \font in plain skipping \font in plain skipping \font in plain skipping \font in plain skipping \font in plain skipping \font in plain skipping \font in plain skipping \font in plain skipping \font in plain skipping \font in plain skipping \font in plain skipping \font in plain skipping \font in plain skipping \font in plain skipping \font in plain skipping \font in plain skipping \font in plain skipping \font in plain skipping \font in plain skipping \font in plain skipping \font in plain skipping \font in plain skipping \font in plain skipping \font in plain skipping \font in plain more fonts, skipping \font in plain skipping \font in plain skipping \font in plain skipping \font in plain skipping \font in plain skipping \font in plain skipping scaled \font in plain skipping scaled \font in plain skipping scaled \font in plain skipping \font in plain skipping \skewchar in plain skipping \skewchar in plain skipping \skewchar in plain skipping \skewchar in plain skipping \skewchar in plain skipping \skewchar in plain skipping \textfont in plain skipping \scriptfont in plain skipping \scriptscriptfont in plain skipping \textfont in plain skipping \scriptfont in plain skipping \scriptscriptfont in plain skipping \textfont in plain skipping \scriptfont in plain skipping \scriptscriptfont in plain skipping \textfont in plain skipping \scriptfont in plain skipping \scriptscriptfont in plain skipping \textfont in plain skipping \textfont in plain skipping \textfont in plain skipping \scriptfont in plain skipping \scriptscriptfont in plain skipping \textfont in plain macros, math definitions, skipping used \tenex in plain output routines, hyphenation skipping \input in plain skipping \tenrm in plain )) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/supp-mis.mkii loading : ConTeXt Support Macros / Miscellaneous (2004.10.26) ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/supp-pdf.mkii loading : ConTeXt Support Macros / PDF ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/supp-mpe.mkii loading : ConTeXt Support Macros / MPS extensions ) ) Beginning to dump on file mptopdf.fmt (preloaded format=mptopdf 2021.3.16) 3301 strings of total length 48985 13893 memory locations dumped; current usage is 116&13746 1666 multiletter control sequences \font\nullfont=nullfont 0 words of font info for 0 preloaded fonts 0 hyphenation exceptions Hyphenation trie of length 256 has 0 ops out of 35111 0 words of pdfTeX memory 0 indirect objects No pages of output. Transcript written on mptopdf.log. fmtutil [INFO]: log file copied to: c:/users/caesar/.texlive2020/texmf-var/web2c /pdftex/mptopdf.log fmtutil [INFO]: c:/users/caesar/.texlive2020/texmf-var/web2c/pdftex/mptopdf.fmt installed. fmtutil [INFO]: --- remaking latex-dev with pdftex fmtutil: running `pdftex -ini -jobname=latex-dev -progname=latex-dev -translat e-file=cp227.tcx *latex.ini' ... This is pdfTeX, Version 3.14159265-2.6-1.40.21 (TeX Live 2020/W32TeX) (INITEX) restricted \write18 enabled. (c:/texlive/2020/texmf-dist/web2c/cp227.tcx) entering extended mode (c:/texlive/2020/texmf-dist/tex/latex/latexconfig/latex.ini (c:/texlive/2020/texmf-dist/tex/generic/tex-ini-files/pdftexconfig.tex) (c:/texlive/2020/texmf-dist/tex/latex-dev/base/latex.ltx (c:/texlive/2020/texmf-dist/tex/latex-dev/base/texsys.cfg) ./texsys.aux found \@currdir set to: ./. Assuming \openin and \input have the same search path. Defining UNIX/DOS style filename parser. catcodes, registers, parameters, LaTeX2e <2021-05-01> pre-release-2 (develop 2021-3-16 branch) (c:/texlive/2020/texmf-dist/tex/latex/l3kernel/expl3.ltx (c:/texlive/2020/texmf-dist/tex/latex/l3kernel/expl3-code.tex (c:/texlive/2020/texmf-dist/tex/latex/l3kernel/l3deprecation.def))) hacks, document commands, control, par, spacing, files, font encodings, lengths, ==================================== Local config file fonttext.cfg used ==================================== (c:/texlive/2020/texmf-dist/tex/latex-dev/base/fonttext.cfg (c:/texlive/2020/texmf-dist/tex/latex-dev/base/fonttext.ltx === Don't modify this file, use a .cfg file instead === (c:/texlive/2020/texmf-dist/tex/latex-dev/base/omlenc.def) (c:/texlive/2020/texmf-dist/tex/latex-dev/base/omsenc.def) (c:/texlive/2020/texmf-dist/tex/latex-dev/base/ot1enc.def) (c:/texlive/2020/texmf-dist/tex/latex-dev/base/t1enc.def) (c:/texlive/2020/texmf-dist/tex/latex-dev/base/ts1enc.def) (c:/texlive/2020/texmf-dist/tex/latex-dev/base/ts1cmr.fd) (c:/texlive/2020/texmf-dist/tex/latex-dev/base/t1cmr.fd) (c:/texlive/2020/texmf-dist/tex/latex-dev/base/ot1cmr.fd) (c:/texlive/2020/texmf-dist/tex/latex-dev/base/ot1cmss.fd) (c:/texlive/2020/texmf-dist/tex/latex-dev/base/ot1cmtt.fd))) ==================================== Local config file fontmath.cfg used ==================================== (c:/texlive/2020/texmf-dist/tex/latex-dev/base/fontmath.cfg (c:/texlive/2020/texmf-dist/tex/latex-dev/base/fontmath.ltx === Don't modify this file, use a .cfg file instead === (c:/texlive/2020/texmf-dist/tex/latex-dev/base/omlcmm.fd) (c:/texlive/2020/texmf-dist/tex/latex-dev/base/omscmsy.fd) (c:/texlive/2020/texmf-dist/tex/latex-dev/base/omxcmex.fd) (c:/texlive/2020/texmf-dist/tex/latex-dev/base/ucmr.fd))) ==================================== Local config file preload.cfg used ===================================== (c:/texlive/2020/texmf-dist/tex/latex-dev/base/preload.cfg (c:/texlive/2020/texmf-dist/tex/latex-dev/base/preload.ltx)) page nos., x-ref, environments, center, verbatim, math definitions, boxes, title, sectioning, contents, floats, footnotes, index, bibliography, output, =========================================== Local configuration file hyphen.cfg used =========================================== (c:/texlive/2020/texmf-dist/tex/generic/babel/hyphen.cfg (c:/texlive/2020/texmf-dist/tex/generic/hyphen/hyphen.tex) (c:/texlive/2020/texmf-dist/tex/generic/hyphen/dumyhyph.tex) (c:/texlive/2020/texmf-dist/tex/generic/hyphen/zerohyph.tex) ! I can't find file `dehypht-x-2019-04-04.tex'. \relax l.200 \repeat (Press Enter to retry, or Control-Z to exit) Please type another input file name: ! Emergency stop. \relax l.200 \repeat No pages of output. Transcript written on latex-dev.log. fmtutil [INFO]: log file copied to: c:/users/caesar/.texlive2020/texmf-var/web2c /pdftex/latex-dev.log fmtutil [INFO]: --- remaking pdfmex with pdftex fmtutil: running `pdftex -ini -jobname=pdfmex -progname=pdfmex -translate-file =cp227.tcx *pdfmex.ini' ... This is pdfTeX, Version 3.14159265-2.6-1.40.21 (TeX Live 2020/W32TeX) (INITEX) restricted \write18 enabled. (c:/texlive/2020/texmf-dist/web2c/cp227.tcx) entering extended mode (c:/texlive/2020/texmf-dist/tex/mex/config/pdfmex.ini (c:/texlive/2020/texmf-dist/tex/generic/tex-ini-files/pdftexconfig.tex) (c:/texlive/2020/texmf-dist/tex/mex/base/mex.tex Preloading the MeX format: (c:/texlive/2020/texmf-dist/tex/mex/base/mex1.tex polish auxiliary macros, prefixing, definitions of languages, (c:/texlive/2020/texmf-dist/tex/mex/base/mexconf.tex MeX configuration,) hyphenation [ENGLISH], (c:/texlive/2020/texmf-dist/tex/generic/hyphen/hyphen.tex) hyphenation [PL], (c:/texlive/2020/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-pl.tex QX Polish hyphenation patterns (c:/texlive/2020/texmf-dist/tex/generic/hyph-utf8/conversions/conv-utf8-qx.tex) (c:/texlive/2020/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-pl.tex)) hyphenation [MAZOVIA, empty], hyphenation [LATIN 2, empty], hyphenation [P1, empty],) (c:/texlive/2020/texmf-dist/tex/plain/base/plain.tex Preloading the plain format: codes, registers, parameters, fonts, more fonts, macros, math definitions, output routines, hyphenation SKIPPED) (c:/texlive/2020/texmf-dist/tex/mex/base/mex2.tex redefinitions of plain rules, defaults,)) ) Beginning to dump on file pdfmex.fmt (preloaded format=pdfmex 2021.3.16) 2965 strings of total length 43585 7878 memory locations dumped; current usage is 116&7560 1298 multiletter control sequences \font\nullfont=nullfont \font\tenrm=plr10 \font\preloaded=plr9 \font\preloaded=plr8 \font\sevenrm=plr7 \font\preloaded=plr6 \font\fiverm=plr5 \font\teni=plmi10 \font\preloaded=plmi9 \font\preloaded=plmi8 \font\seveni=plmi7 \font\preloaded=plmi6 \font\fivei=plmi5 \font\tensy=plsy10 \font\preloaded=plsy9 \font\preloaded=plsy8 \font\sevensy=plsy7 \font\preloaded=plsy6 \font\fivesy=plsy5 \font\tenex=plex10 \font\preloaded=plss10 \font\preloaded=plssq8 \font\preloaded=plssi10 \font\preloaded=plssqi8 \font\tenbf=plbx10 \font\preloaded=plbx9 \font\preloaded=plbx8 \font\sevenbf=plbx7 \font\preloaded=plbx6 \font\fivebf=plbx5 \font\tentt=pltt10 \font\preloaded=pltt9 \font\preloaded=pltt8 \font\preloaded=plsltt10 \font\tensl=plsl10 \font\preloaded=plsl9 \font\preloaded=plsl8 \font\tenit=plti10 \font\preloaded=plti9 \font\preloaded=plti8 \font\preloaded=plti7 \font\preloaded=plu10 \font\preloaded=plmib10 \font\preloaded=plbsy10 \font\preloaded=plcsc10 \font\preloaded=plssbx10 \font\preloaded=pldunh10 \font\preloaded=plr7 at 14.51799pt \font\preloaded=pltt10 at 14.4pt \font\preloaded=plssbx10 at 14.4pt \font\preloaded=manfnt 21360 words of font info for 50 preloaded fonts 34 hyphenation exceptions Hyphenation trie of length 11344 has 375 ops out of 35111 194 for language 1 181 for language 0 0 words of pdfTeX memory 0 indirect objects No pages of output. Transcript written on pdfmex.log. fmtutil [INFO]: log file copied to: c:/users/caesar/.texlive2020/texmf-var/web2c /pdftex/pdfmex.log fmtutil [INFO]: c:/users/caesar/.texlive2020/texmf-var/web2c/pdftex/pdfmex.fmt i nstalled. fmtutil [INFO]: --- remaking mex with pdftex fmtutil: running `pdftex -ini -jobname=mex -progname=mex -translate-file=cp227 .tcx *mex.ini' ... This is pdfTeX, Version 3.14159265-2.6-1.40.21 (TeX Live 2020/W32TeX) (INITEX) restricted \write18 enabled. (c:/texlive/2020/texmf-dist/web2c/cp227.tcx) entering extended mode (c:/texlive/2020/texmf-dist/tex/mex/config/mex.ini (c:/texlive/2020/texmf-dist/tex/generic/tex-ini-files/pdftexconfig.tex) (c:/texlive/2020/texmf-dist/tex/mex/base/mex.tex Preloading the MeX format: (c:/texlive/2020/texmf-dist/tex/mex/base/mex1.tex polish auxiliary macros, prefixing, definitions of languages, (c:/texlive/2020/texmf-dist/tex/mex/base/mexconf.tex MeX configuration,) hyphenation [ENGLISH], (c:/texlive/2020/texmf-dist/tex/generic/hyphen/hyphen.tex) hyphenation [PL], (c:/texlive/2020/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-pl.tex QX Polish hyphenation patterns (c:/texlive/2020/texmf-dist/tex/generic/hyph-utf8/conversions/conv-utf8-qx.tex) (c:/texlive/2020/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-pl.tex)) hyphenation [MAZOVIA, empty], hyphenation [LATIN 2, empty], hyphenation [P1, empty],) (c:/texlive/2020/texmf-dist/tex/plain/base/plain.tex Preloading the plain format: codes, registers, parameters, fonts, more fonts, macros, math definitions, output routines, hyphenation SKIPPED) (c:/texlive/2020/texmf-dist/tex/mex/base/mex2.tex redefinitions of plain rules, defaults,)) ) Beginning to dump on file mex.fmt (preloaded format=mex 2021.3.16) 2964 strings of total length 43564 7878 memory locations dumped; current usage is 116&7560 1298 multiletter control sequences \font\nullfont=nullfont \font\tenrm=plr10 \font\preloaded=plr9 \font\preloaded=plr8 \font\sevenrm=plr7 \font\preloaded=plr6 \font\fiverm=plr5 \font\teni=plmi10 \font\preloaded=plmi9 \font\preloaded=plmi8 \font\seveni=plmi7 \font\preloaded=plmi6 \font\fivei=plmi5 \font\tensy=plsy10 \font\preloaded=plsy9 \font\preloaded=plsy8 \font\sevensy=plsy7 \font\preloaded=plsy6 \font\fivesy=plsy5 \font\tenex=plex10 \font\preloaded=plss10 \font\preloaded=plssq8 \font\preloaded=plssi10 \font\preloaded=plssqi8 \font\tenbf=plbx10 \font\preloaded=plbx9 \font\preloaded=plbx8 \font\sevenbf=plbx7 \font\preloaded=plbx6 \font\fivebf=plbx5 \font\tentt=pltt10 \font\preloaded=pltt9 \font\preloaded=pltt8 \font\preloaded=plsltt10 \font\tensl=plsl10 \font\preloaded=plsl9 \font\preloaded=plsl8 \font\tenit=plti10 \font\preloaded=plti9 \font\preloaded=plti8 \font\preloaded=plti7 \font\preloaded=plu10 \font\preloaded=plmib10 \font\preloaded=plbsy10 \font\preloaded=plcsc10 \font\preloaded=plssbx10 \font\preloaded=pldunh10 \font\preloaded=plr7 at 14.51799pt \font\preloaded=pltt10 at 14.4pt \font\preloaded=plssbx10 at 14.4pt \font\preloaded=manfnt 21360 words of font info for 50 preloaded fonts 34 hyphenation exceptions Hyphenation trie of length 11344 has 375 ops out of 35111 194 for language 1 181 for language 0 0 words of pdfTeX memory 0 indirect objects No pages of output. Transcript written on mex.log. fmtutil [INFO]: log file copied to: c:/users/caesar/.texlive2020/texmf-var/web2c /pdftex/mex.log fmtutil [INFO]: c:/users/caesar/.texlive2020/texmf-var/web2c/pdftex/mex.fmt inst alled. fmtutil [INFO]: --- remaking xelatex with xetex fmtutil: running `xetex -ini -jobname=xelatex -progname=xelatex -etex xelatex. ini' ... This is XeTeX, Version 3.14159265-2.6-0.999992 (TeX Live 2020/W32TeX) (INITEX) restricted \write18 enabled. entering extended mode (c:/texlive/2020/texmf-dist/tex/generic/tex-ini-files/xelatex.ini (c:/texlive/2020/texmf-dist/tex/latex/base/latex.ltx (c:/texlive/2020/texmf-dist/tex/latex/base/texsys.cfg) ./texsys.aux found \@currdir set to: ./. Assuming \openin and \input have the same search path. Defining UNIX/DOS style filename parser. catcodes, registers, parameters, LaTeX2e <2020-10-01> patch level 4 (c:/texlive/2020/texmf-dist/tex/latex/l3kernel/expl3.ltx (c:/texlive/2020/texmf-dist/tex/latex/l3kernel/expl3-code.tex (c:/texlive/2020/texmf-dist/tex/latex/l3kernel/l3deprecation.def))) (c:/texlive/2020/texmf-dist/tex/latex/l3packages/xparse/xparse.ltx (c:/texlive/2020/texmf-dist/tex/latex/l3packages/xparse/xparse-generic.tex)) hacks, control, par, spacing, files, font encodings, lengths, ==================================== Local config file fonttext.cfg used ==================================== (c:/texlive/2020/texmf-dist/tex/latex/base/fonttext.cfg (c:/texlive/2020/texmf-dist/tex/latex/base/fonttext.ltx === Don't modify this file, use a .cfg file instead === (c:/texlive/2020/texmf-dist/tex/latex/base/omlenc.def) (c:/texlive/2020/texmf-dist/tex/latex/base/omsenc.def) (c:/texlive/2020/texmf-dist/tex/latex/base/ot1enc.def) (c:/texlive/2020/texmf-dist/tex/latex/base/t1enc.def) (c:/texlive/2020/texmf-dist/tex/latex/base/ts1enc.def) (c:/texlive/2020/texmf-dist/tex/latex/base/tuenc.def) (c:/texlive/2020/texmf-dist/tex/latex/base/tulmr.fd) (c:/texlive/2020/texmf-dist/tex/latex/base/tulmss.fd) (c:/texlive/2020/texmf-dist/tex/latex/base/tulmtt.fd) (c:/texlive/2020/texmf-dist/tex/latex/lm/ts1lmr.fd) (c:/texlive/2020/texmf-dist/tex/latex/base/t1cmr.fd) (c:/texlive/2020/texmf-dist/tex/latex/base/ot1cmr.fd) (c:/texlive/2020/texmf-dist/tex/latex/base/ot1cmss.fd) (c:/texlive/2020/texmf-dist/tex/latex/base/ot1cmtt.fd))) ==================================== Local config file fontmath.cfg used ==================================== (c:/texlive/2020/texmf-dist/tex/latex/base/fontmath.cfg (c:/texlive/2020/texmf-dist/tex/latex/base/fontmath.ltx === Don't modify this file, use a .cfg file instead === (c:/texlive/2020/texmf-dist/tex/latex/base/omlcmm.fd) (c:/texlive/2020/texmf-dist/tex/latex/base/omscmsy.fd) (c:/texlive/2020/texmf-dist/tex/latex/base/omxcmex.fd) (c:/texlive/2020/texmf-dist/tex/latex/base/ucmr.fd))) ==================================== Local config file preload.cfg used ===================================== (c:/texlive/2020/texmf-dist/tex/latex/base/preload.cfg (c:/texlive/2020/texmf-dist/tex/latex/base/preload.ltx)) page nos., x-ref, environments, center, verbatim, math definitions, boxes, title, sectioning, contents, floats, footnotes, index, bibliography, output, Unicode character data, (c:/texlive/2020/texmf-dist/tex/generic/unicode-data/load-unicode-data.tex load-unicode-data.tex v1.14 (2020-10-24) Reading Unicode data # UnicodeData-13.0.0.txt # Modified 2020-03-12 11:00:00 GMT [JAW] ) =========================================== Local configuration file hyphen.cfg used =========================================== (c:/texlive/2020/texmf-dist/tex/generic/babel/hyphen.cfg (c:/texlive/2020/texmf-dist/tex/generic/babel/xebabel.def) (c:/texlive/2020/texmf-dist/tex/generic/hyphen/hyphen.tex) (c:/texlive/2020/texmf-dist/tex/generic/hyphen/dumyhyph.tex) (c:/texlive/2020/texmf-dist/tex/generic/hyphen/zerohyph.tex) ! I can't find file `dehypht-x-2019-04-04.tex'. \relax l.200 \repeat (Press Enter to retry, or Control-Z to exit) Please type another input file name: ! Emergency stop. \relax l.200 \repeat No pages of output. Transcript written on xelatex.log. fmtutil [INFO]: log file copied to: c:/users/caesar/.texlive2020/texmf-var/web2c /xetex/xelatex.log fmtutil [INFO]: --- remaking dviluatex with luatex fmtutil: running `luatex -ini -jobname=dviluatex -progname=dviluatex dviluatex .ini' ... This is LuaTeX, Version 1.12.0 (TeX Live 2020/W32TeX) (INITEX) restricted system commands enabled. (c:/texlive/2020/texmf-dist/tex/generic/tex-ini-files/dviluatex.ini (c:/texlive/2020/texmf-dist/tex/generic/tex-ini-files/luatex.ini (c:/texlive/2020/texmf-dist/tex/generic/tex-ini-files/luatexconfig.tex (c:/texlive/2020/texmf-dist/tex/generic/tex-ini-files/pdftexconfig.tex)) (c:/texlive/2020/texmf-dist/tex/generic/config/luatexiniconfig.tex) (c:/texlive/2020/texmf-dist/tex/generic/unicode-data/load-unicode-data.tex load-unicode-data.tex v1.14 (2020-10-24) Reading Unicode data # UnicodeData-13.0.0.txt # Modified 2020-03-12 11:00:00 GMT [JAW] ) (c:/texlive/2020/texmf-dist/tex/luatex/hyph-utf8/etex.src (c:/texlive/2020/texmf-dist/tex/plain/base/plain.tex Preloading the plain format: codes, registers, parameters, fonts, more fonts, macros, math definitions, output routines, hyphenation (c:/texlive/2020/texmf-dist/tex/generic/hyphen/hyphen.tex [skipping from \patterns to end-of-file...])) (c:/texlive/2020/texmf-dist/tex/plain/etex/etexdefs.lib Skipping module "grouptypes"; Loading module "interactionmodes"; Skipping module "nodetypes"; Skipping module "iftypes";) (c:/texlive/2020/texmf-var/tex/generic/config/language.def (c:/texlive/2020/texmf-dist/tex/generic/hyphen/hyphen.tex)) Augmenting the Plain TeX definitions: \tracingall; Adding new e-TeX definitions: \eTeX, \loggingall, \tracingnone, register allocation; extended register allocation; Recycling: \addlanguage, \@nswer (not defined), \@sk, \b at dresponsetrue, \b at dresponsefalse, \ch at ckforyn, \mayber at cycle, \et at xabort, \et at xbuf, \et at xfmtsrc, \et at xfilehdr, \et at xinf, \et at xpatterns, \l at ngdefnfile, \n at xt, \p at rse (not defined), \pr at mpt (not defined), \pr at mptloop (not defined), \forcer at cycle, \usef at llback, \usef at llbacktrue, \usef at llbackfalse, Retaining: \et at xerr, \et at xinput, \et at xlibhdr, \et at xmsg, \et at xtoks, \et at xwarn, \et at xl@@d, \et at xl@ad, \et at xload, \et at xlang, \et at xhash, \eTeX, \etexhdrchk, \etexstatus, \module, \uselanguage, \r at tain, \r at cycle,))) Beginning to dump on file dviluatex.fmt (format=dviluatex 2021.3.16) 3653 strings using 13934 bytes 68807 memory locations dumped; current usage is 149&8484 2163 multiletter control sequences \font\nullfont=nullfont \font\tenrm=cmr10 \font\preloaded=cmr9 \font\preloaded=cmr8 \font\sevenrm=cmr7 \font\preloaded=cmr6 \font\fiverm=cmr5 \font\teni=cmmi10 \font\preloaded=cmmi9 \font\preloaded=cmmi8 \font\seveni=cmmi7 \font\preloaded=cmmi6 \font\fivei=cmmi5 \font\tensy=cmsy10 \font\preloaded=cmsy9 \font\preloaded=cmsy8 \font\sevensy=cmsy7 \font\preloaded=cmsy6 \font\fivesy=cmsy5 \font\tenex=cmex10 \font\preloaded=cmss10 \font\preloaded=cmssq8 \font\preloaded=cmssi10 \font\preloaded=cmssqi8 \font\tenbf=cmbx10 \font\preloaded=cmbx9 \font\preloaded=cmbx8 \font\sevenbf=cmbx7 \font\preloaded=cmbx6 \font\fivebf=cmbx5 \font\tentt=cmtt10 \font\preloaded=cmtt9 \font\preloaded=cmtt8 \font\preloaded=cmsltt10 \font\tensl=cmsl10 \font\preloaded=cmsl9 \font\preloaded=cmsl8 \font\tenit=cmti10 \font\preloaded=cmti9 \font\preloaded=cmti8 \font\preloaded=cmti7 \font\preloaded=cmu10 \font\preloaded=cmmib10 \font\preloaded=cmbsy10 \font\preloaded=cmcsc10 \font\preloaded=cmssbx10 \font\preloaded=cmdunh10 \font\preloaded=cmr7 at 14.51799pt \font\preloaded=cmtt10 at 14.4pt \font\preloaded=cmssbx10 at 14.4pt \font\preloaded=manfnt 50 preloaded fonts No pages of output. Transcript written on dviluatex.log. fmtutil [INFO]: log file copied to: c:/users/caesar/.texlive2020/texmf-var/web2c /luatex/dviluatex.log fmtutil [INFO]: c:/users/caesar/.texlive2020/texmf-var/web2c/luatex/dviluatex.fm t installed. fmtutil [INFO]: --- remaking csplain with pdftex fmtutil: running `pdftex -ini -jobname=csplain -progname=csplain -etex -enc cs plain-utf8.ini' ... This is pdfTeX, Version 3.14159265-2.6-1.40.21 (TeX Live 2020/W32TeX) (INITEX) restricted \write18 enabled. entering extended mode encTeX v. Jun. 2004, reencoding enabled. (c:/texlive/2020/texmf-dist/tex/csplain/base/csplain-utf8.ini (c:/texlive/2020/texmf-dist/tex/csplain/base/csplain.ini (c:/texlive/2020/texmf-dist/tex/csplain/base/csfonts.tex) (c:/texlive/2020/texmf-dist/tex/plain/base/plain.tex Preloading the plain format: codes, registers, parameters, fonts, more fonts, macros, math definitions, output routines, hyphenation (c:/texlive/2020/texmf-dist/tex/generic/hyphen/hyphen.tex)) (c:/texlive/2020/texmf-dist/tex/csplain/base/csfontsm.tex) (c:/texlive/2020/texmf-dist/tex/csplain/base/etex-mac.tex) (c:/texlive/2020/texmf-dist/tex/csplain/base/hyphen.lan (c:/texlive/2020/texmf-dist/tex/csplain/base/il2code.tex Font encoding set to ISO-8859-2.) eTeX's \savinghyphcodes detected - \lccode settings per pattern are saved. Loading US English hyphenation patterns in ASCII encoding, \enPatt=0 (en). (c:/texlive/2020/texmf-dist/tex/csplain/base/hyphen.ex Enhyphex.tex English exception words.) Loading UK English hyphenation patterns in ASCII encoding, \engbPatt=101 (engb) . (c:/texlive/2020/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-en-gb.tex ) Loading Italian hyphenation patterns in ASCII encoding, \itPatt=102 (it). (c:/texlive/2020/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-it.tex) Loading Czech hyphenation patterns in ISO-8859-2 encoding, \csILtwo=5 (cs). (c:/texlive/2020/texmf-dist/tex/csplain/base/czhyphen.tex) (c:/texlive/2020/texmf-dist/tex/csplain/base/czhyphen.ex) Loading Slovak hyphenation patterns in ISO-8859-2 encoding, \skILtwo=6 (sk). (c:/texlive/2020/texmf-dist/tex/csplain/base/skhyphen.tex) (c:/texlive/2020/texmf-dist/tex/csplain/base/skhyphen.ex) (c:/texlive/2020/texmf-dist/tex/csplain/base/t1code.tex Font encoding set to Cork.) (c:/texlive/2020/texmf-dist/tex/generic/hyph-utf8/conversions/conv-utf8-ec.tex) Loading Czech hyphenation patterns in Cork encoding, \csCork=15 (cs). (c:/texlive/2020/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-cs.tex) Loading Slovak hyphenation patterns in Cork encoding, \skCork=16 (sk). (c:/texlive/2020/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-sk.tex) Loading German hyphenation patterns in Cork encoding, \deCork=21 (de). (c:/texlive/2020/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-de-1996.tex German Hyphenation Patterns (Reformed Orthography, 2006) `dehyphn-x' 2019-04-04 (WL)) Loading French hyphenation patterns in Cork encoding, \frCork=22 (fr). (c:/texlive/2020/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-fr.tex) Loading Polish hyphenation patterns in Cork encoding, \plCork=23 (pl). (c:/texlive/2020/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-pl.tex) Loading Spanish hyphenation patterns in Cork encoding, \esCork=26 (es). (c:/texlive/2020/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-es.tex) Loading Slovenian hyphenation patterns in Cork encoding, \slCork=28 (sl). (c:/texlive/2020/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-sl.tex) Loading Finnish hyphenation patterns in Cork encoding, \fiCork=29 (fi). (c:/texlive/2020/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-fi.tex) Loading Hungarian hyphenation patterns in Cork encoding, \huCork=30 (hu). (c:/texlive/2020/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-hu.tex) 14 patterns preloaded: \enPatt =0 \engbPatt =101 \itPatt =102 \csILtwo =5 \skIL two =6 \csCork =15 \skCork =16 \deCork =21 \frCork =22 \plCork =23 \esCork =26 \slCork =28 \fiCork =29 \huCork =30 Defaults: \language=0, \cmaccents, \nonfrenchspacing, ISO-8859-2 font encoding) (c:/texlive/2020/texmf-dist/tex/csplain/base/plaina4.tex \hsize=159.2 mm \vsize=239.2 mm) (c:/texlive/2020/texmf-dist/tex/csplain/base/csenc-u.tex (c:/texlive/2020/texmf-dist/tex/generic/enctex/utf8unkn.tex)) jobname=non-pdf, DVI output initialised. ) ) Beginning to dump on file csplain.fmt (preloaded format=csplain 2021.3.16) 3219 strings of total length 47521 9884 memory locations dumped; current usage is 116&8766 1437 multiletter control sequences \font\nullfont=nullfont \font\tenrm=csr10 \font\sevenrm=csr7 \font\fiverm=csr5 \font\teni=cmmi10 \font\seveni=cmmi7 \font\fivei=cmmi5 \font\tensy=cmsy10 \font\sevensy=cmsy7 \font\fivesy=cmsy5 \font\tenex=cmex10 \font\tenbf=csbx10 \font\sevenbf=csbx7 \font\fivebf=csbx5 \font\tentt=cstt10 \font\tensl=cssl10 \font\tenit=csti10 \font\tenbi=csbxti10 7624 words of font info for 17 preloaded fonts 65 hyphenation exceptions Hyphenation trie of length 147884 has 2304 ops out of 35111 37 for language 102 224 for language 101 185 for language 30 31 for language 29 71 for language 28 195 for language 26 194 for language 23 89 for language 22 475 for language 21 248 for language 16 63 for language 15 248 for language 6 63 for language 5 181 for language 0 0 words of pdfTeX memory 0 indirect objects No pages of output. Transcript written on csplain.log. fmtutil [INFO]: log file copied to: c:/users/caesar/.texlive2020/texmf-var/web2c /pdftex/csplain.log fmtutil [INFO]: c:/users/caesar/.texlive2020/texmf-var/web2c/pdftex/csplain.fmt installed. fmtutil [INFO]: --- remaking lualatex with luahbtex fmtutil: running `luahbtex -ini -jobname=lualatex -progname=lualatex lualatex. ini' ... This is LuaHBTeX, Version 1.12.0 (TeX Live 2020/W32TeX) (INITEX) restricted system commands enabled. (c:/texlive/2020/texmf-dist/tex/generic/tex-ini-files/lualatex.ini (c:/texlive/2020/texmf-dist/tex/generic/tex-ini-files/luatexconfig.tex (c:/texlive/2020/texmf-dist/tex/generic/tex-ini-files/pdftexconfig.tex)) (c:/texlive/2020/texmf-dist/tex/latex/base/latex.ltx (c:/texlive/2020/texmf-dist/tex/latex/base/texsys.cfg) ./texsys.aux found \@currdir set to: ./. Assuming \openin and \input have the same search path. Defining UNIX/DOS style filename parser. catcodes, registers, parameters, LaTeX2e <2020-10-01> patch level 4 (c:/texlive/2020/texmf-dist/tex/latex/l3kernel/expl3.ltx (c:/texlive/2020/texmf-dist/tex/latex/l3kernel/expl3-code.tex (c:/texlive/2020/texmf-dist/tex/latex/l3kernel/l3deprecation.def))) (c:/texlive/2020/texmf-dist/tex/latex/l3packages/xparse/xparse.ltx (c:/texlive/2020/texmf-dist/tex/latex/l3packages/xparse/xparse-generic.tex)) hacks, control, par, spacing, files, font encodings, lengths, ==================================== Local config file fonttext.cfg used ==================================== (c:/texlive/2020/texmf-dist/tex/latex/base/fonttext.cfg (c:/texlive/2020/texmf-dist/tex/latex/base/fonttext.ltx === Don't modify this file, use a .cfg file instead === (c:/texlive/2020/texmf-dist/tex/latex/base/omlenc.def) (c:/texlive/2020/texmf-dist/tex/latex/base/omsenc.def) (c:/texlive/2020/texmf-dist/tex/latex/base/ot1enc.def) (c:/texlive/2020/texmf-dist/tex/latex/base/t1enc.def) (c:/texlive/2020/texmf-dist/tex/latex/base/ts1enc.def) (c:/texlive/2020/texmf-dist/tex/latex/base/tuenc.def) (c:/texlive/2020/texmf-dist/tex/latex/base/tulmr.fd) (c:/texlive/2020/texmf-dist/tex/latex/base/tulmss.fd) (c:/texlive/2020/texmf-dist/tex/latex/base/tulmtt.fd) (c:/texlive/2020/texmf-dist/tex/latex/lm/ts1lmr.fd) (c:/texlive/2020/texmf-dist/tex/latex/base/t1cmr.fd) (c:/texlive/2020/texmf-dist/tex/latex/base/ot1cmr.fd) (c:/texlive/2020/texmf-dist/tex/latex/base/ot1cmss.fd) (c:/texlive/2020/texmf-dist/tex/latex/base/ot1cmtt.fd))) ==================================== Local config file fontmath.cfg used ==================================== (c:/texlive/2020/texmf-dist/tex/latex/base/fontmath.cfg (c:/texlive/2020/texmf-dist/tex/latex/base/fontmath.ltx === Don't modify this file, use a .cfg file instead === (c:/texlive/2020/texmf-dist/tex/latex/base/omlcmm.fd) (c:/texlive/2020/texmf-dist/tex/latex/base/omscmsy.fd) (c:/texlive/2020/texmf-dist/tex/latex/base/omxcmex.fd) (c:/texlive/2020/texmf-dist/tex/latex/base/ucmr.fd))) ==================================== Local config file preload.cfg used ===================================== (c:/texlive/2020/texmf-dist/tex/latex/base/preload.cfg (c:/texlive/2020/texmf-dist/tex/latex/base/preload.ltx)) page nos., x-ref, environments, center, verbatim, math definitions, boxes, title, sectioning, contents, floats, footnotes, index, bibliography, output, Unicode character data, (c:/texlive/2020/texmf-dist/tex/generic/unicode-data/load-unicode-data.tex load-unicode-data.tex v1.14 (2020-10-24) Reading Unicode data # UnicodeData-13.0.0.txt # Modified 2020-03-12 11:00:00 GMT [JAW] ) =========================================== Local configuration file hyphen.cfg used =========================================== (c:/texlive/2020/texmf-dist/tex/generic/babel/hyphen.cfg (c:/texlive/2020/texmf-dist/tex/generic/babel/luababel.def) (c:/texlive/2020/texmf-dist/tex/generic/hyphen/hyphen.tex)) (c:/texlive/2020/texmf-dist/tex/latex/firstaid/latex2e-first-aid-for-external-f iles.ltx) )) Beginning to dump on file lualatex.fmt (format=lualatex 2021.3.16) 21458 strings using 351476 bytes 684505 memory locations dumped; current usage is 204&313336 20075 multiletter control sequences \font\nullfont=nullfont \font\c__fp_exp_intarray=cmr10 at 0.00002pt \font\c__fp_trig_intarray=cmr10 at 0.00003pt \font\g__regex_state_active_intarray=cmr10 at 0.00005pt \font\g__regex_thread_info_intarray=cmr10 at 0.00006pt \font\g__regex_submatch_prev_intarray=cmr10 at 0.00008pt \font\g__regex_submatch_begin_intarray=cmr10 at 0.00009pt \font\g__regex_submatch_end_intarray=cmr10 at 0.0001pt \font\g__regex_balance_intarray=cmr10 at 0.00012pt \font\OMX/cmex/m/n/10=cmex10 \font\tenln=line10 \font\tenlnw=linew10 \font\tencirc=lcircle10 \font\tencircw=lcirclew10 \font\OT1/cmr/m/n/5=cmr5 \font\OT1/cmr/m/n/7=cmr7 \font\OT1/cmr/m/n/10=cmr10 \font\OML/cmm/m/it/5=cmmi5 \font\OML/cmm/m/it/7=cmmi7 \font\OML/cmm/m/it/10=cmmi10 \font\OMS/cmsy/m/n/5=cmsy5 \font\OMS/cmsy/m/n/7=cmsy7 \font\OMS/cmsy/m/n/10=cmsy10 22 preloaded fonts warning (pdf backend): no pages of output. Transcript written on lualatex.log. fmtutil [INFO]: log file copied to: c:/users/caesar/.texlive2020/texmf-var/web2c /luahbtex/lualatex.log fmtutil [INFO]: c:/users/caesar/.texlive2020/texmf-var/web2c/luahbtex/lualatex.f mt installed. fmtutil [INFO]: --- remaking pdfcsplain with xetex fmtutil: running `xetex -ini -jobname=pdfcsplain -progname=pdfcsplain -etex cs plain.ini' ... This is XeTeX, Version 3.14159265-2.6-0.999992 (TeX Live 2020/W32TeX) (INITEX) restricted \write18 enabled. entering extended mode (c:/texlive/2020/texmf-dist/tex/csplain/base/csplain.ini (c:/texlive/2020/texmf-dist/tex/csplain/base/csfonts.tex) (c:/texlive/2020/texmf-dist/tex/plain/base/plain.tex Preloading the plain format: codes, registers, parameters, fonts, more fonts, macros, math definitions, output routines, hyphenation (c:/texlive/2020/texmf-dist/tex/generic/hyphen/hyphen.tex)) (c:/texlive/2020/texmf-dist/tex/csplain/base/csfontsm.tex) (c:/texlive/2020/texmf-dist/tex/csplain/base/etex-mac.tex) (c:/texlive/2020/texmf-dist/tex/csplain/base/hyphen.lan (c:/texlive/2020/texmf-dist/tex/csplain/base/il2code.tex Font encoding set to ISO-8859-2.) eTeX's \savinghyphcodes detected - \lccode settings per pattern are saved. Loading US English hyphenation patterns in ASCII encoding, \enPatt=0 (en). (c:/texlive/2020/texmf-dist/tex/csplain/base/hyphen.ex Enhyphex.tex English exception words.) Loading UK English hyphenation patterns in ASCII encoding, \engbPatt=101 (engb) . (c:/texlive/2020/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-en-gb.tex ) Loading Italian hyphenation patterns in ASCII encoding, \itPatt=102 (it). (c:/texlive/2020/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-it.tex) Loading Czech hyphenation patterns in ISO-8859-2 encoding, \csILtwo=5 (cs). (c:/texlive/2020/texmf-dist/tex/csplain/base/czhyphen.tex) (c:/texlive/2020/texmf-dist/tex/csplain/base/czhyphen.ex) Loading Slovak hyphenation patterns in ISO-8859-2 encoding, \skILtwo=6 (sk). (c:/texlive/2020/texmf-dist/tex/csplain/base/skhyphen.tex) (c:/texlive/2020/texmf-dist/tex/csplain/base/skhyphen.ex) (c:/texlive/2020/texmf-dist/tex/csplain/base/uni-lcuc.tex Setting lccodes and uccodes for Unicode characters.) Loading Czech hyphenation patterns in Unicode encoding, \csUnicode=115 (cs). (c:/texlive/2020/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-cs.tex) Loading Slovak hyphenation patterns in Unicode encoding, \skUnicode=116 (sk). (c:/texlive/2020/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-sk.tex) 7 patterns preloaded: \enPatt =0 \engbPatt =101 \itPatt =102 \csILtwo =5 \skILt wo =6 \csUnicode =115 \skUnicode =116 Defaults: \language=0, \cmaccents, \nonfrenchspacing, ISO-8859-2 font encoding) (c:/texlive/2020/texmf-dist/tex/csplain/base/plaina4.tex \hsize=159.2 mm \vsize=239.2 mm) (c:/texlive/2020/texmf-dist/tex/csplain/base/ucode.tex Font encoding set to Unicode.) ) Beginning to dump on file pdfcsplain.fmt (preloaded format=pdfcsplain 2021.3.16) 67963 strings of total length 39054 8439 memory locations dumped; current usage is 113&7717 1362 multiletter control sequences \font\nullfont=nullfont \font\tenrm=csr10 \font\sevenrm=csr7 \font\fiverm=csr5 \font\teni=cmmi10 \font\seveni=cmmi7 \font\fivei=cmmi5 \font\tensy=cmsy10 \font\sevensy=cmsy7 \font\fivesy=cmsy5 \font\tenex=cmex10 \font\tenbf=csbx10 \font\sevenbf=csbx7 \font\fivebf=csbx5 \font\tentt=cstt10 \font\tensl=cssl10 \font\tenit=csti10 \font\tenbi=csbxti10 7624 words of font info for 17 preloaded fonts 45 hyphenation exceptions Hyphenation trie of length 30115 has 1064 ops out of 35111 248 for language 116 63 for language 115 37 for language 102 224 for language 101 248 for language 6 63 for language 5 181 for language 0 No pages of output. Transcript written on pdfcsplain.log. fmtutil [INFO]: log file copied to: c:/users/caesar/.texlive2020/texmf-var/web2c /xetex/pdfcsplain.log fmtutil [INFO]: c:/users/caesar/.texlive2020/texmf-var/web2c/xetex/pdfcsplain.fm t installed. fmtutil [INFO]: --- remaking pdfcsplain with pdftex fmtutil: running `pdftex -ini -jobname=pdfcsplain -progname=pdfcsplain -etex - enc csplain-utf8.ini' ... This is pdfTeX, Version 3.14159265-2.6-1.40.21 (TeX Live 2020/W32TeX) (INITEX) restricted \write18 enabled. entering extended mode encTeX v. Jun. 2004, reencoding enabled. (c:/texlive/2020/texmf-dist/tex/csplain/base/csplain-utf8.ini (c:/texlive/2020/texmf-dist/tex/csplain/base/csplain.ini (c:/texlive/2020/texmf-dist/tex/csplain/base/csfonts.tex) (c:/texlive/2020/texmf-dist/tex/plain/base/plain.tex Preloading the plain format: codes, registers, parameters, fonts, more fonts, macros, math definitions, output routines, hyphenation (c:/texlive/2020/texmf-dist/tex/generic/hyphen/hyphen.tex)) (c:/texlive/2020/texmf-dist/tex/csplain/base/csfontsm.tex) (c:/texlive/2020/texmf-dist/tex/csplain/base/etex-mac.tex) (c:/texlive/2020/texmf-dist/tex/csplain/base/hyphen.lan (c:/texlive/2020/texmf-dist/tex/csplain/base/il2code.tex Font encoding set to ISO-8859-2.) eTeX's \savinghyphcodes detected - \lccode settings per pattern are saved. Loading US English hyphenation patterns in ASCII encoding, \enPatt=0 (en). (c:/texlive/2020/texmf-dist/tex/csplain/base/hyphen.ex Enhyphex.tex English exception words.) Loading UK English hyphenation patterns in ASCII encoding, \engbPatt=101 (engb) . (c:/texlive/2020/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-en-gb.tex ) Loading Italian hyphenation patterns in ASCII encoding, \itPatt=102 (it). (c:/texlive/2020/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-it.tex) Loading Czech hyphenation patterns in ISO-8859-2 encoding, \csILtwo=5 (cs). (c:/texlive/2020/texmf-dist/tex/csplain/base/czhyphen.tex) (c:/texlive/2020/texmf-dist/tex/csplain/base/czhyphen.ex) Loading Slovak hyphenation patterns in ISO-8859-2 encoding, \skILtwo=6 (sk). (c:/texlive/2020/texmf-dist/tex/csplain/base/skhyphen.tex) (c:/texlive/2020/texmf-dist/tex/csplain/base/skhyphen.ex) (c:/texlive/2020/texmf-dist/tex/csplain/base/t1code.tex Font encoding set to Cork.) (c:/texlive/2020/texmf-dist/tex/generic/hyph-utf8/conversions/conv-utf8-ec.tex) Loading Czech hyphenation patterns in Cork encoding, \csCork=15 (cs). (c:/texlive/2020/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-cs.tex) Loading Slovak hyphenation patterns in Cork encoding, \skCork=16 (sk). (c:/texlive/2020/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-sk.tex) Loading German hyphenation patterns in Cork encoding, \deCork=21 (de). (c:/texlive/2020/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-de-1996.tex German Hyphenation Patterns (Reformed Orthography, 2006) `dehyphn-x' 2019-04-04 (WL)) Loading French hyphenation patterns in Cork encoding, \frCork=22 (fr). (c:/texlive/2020/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-fr.tex) Loading Polish hyphenation patterns in Cork encoding, \plCork=23 (pl). (c:/texlive/2020/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-pl.tex) Loading Spanish hyphenation patterns in Cork encoding, \esCork=26 (es). (c:/texlive/2020/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-es.tex) Loading Slovenian hyphenation patterns in Cork encoding, \slCork=28 (sl). (c:/texlive/2020/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-sl.tex) Loading Finnish hyphenation patterns in Cork encoding, \fiCork=29 (fi). (c:/texlive/2020/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-fi.tex) Loading Hungarian hyphenation patterns in Cork encoding, \huCork=30 (hu). (c:/texlive/2020/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-hu.tex) 14 patterns preloaded: \enPatt =0 \engbPatt =101 \itPatt =102 \csILtwo =5 \skIL two =6 \csCork =15 \skCork =16 \deCork =21 \frCork =22 \plCork =23 \esCork =26 \slCork =28 \fiCork =29 \huCork =30 Defaults: \language=0, \cmaccents, \nonfrenchspacing, ISO-8859-2 font encoding) (c:/texlive/2020/texmf-dist/tex/csplain/base/plaina4.tex \hsize=159.2 mm \vsize=239.2 mm) (c:/texlive/2020/texmf-dist/tex/csplain/base/csenc-u.tex (c:/texlive/2020/texmf-dist/tex/generic/enctex/utf8unkn.tex)) jobname=pdf*, PDF output initialised. (c:/texlive/2020/texmf-dist/tex/generic/tex-ini-files/pdftexconfig.tex) ) ) Beginning to dump on file pdfcsplain.fmt (preloaded format=pdfcsplain 2021.3.16) 3223 strings of total length 47728 9884 memory locations dumped; current usage is 116&8766 1436 multiletter control sequences \font\nullfont=nullfont \font\tenrm=csr10 \font\sevenrm=csr7 \font\fiverm=csr5 \font\teni=cmmi10 \font\seveni=cmmi7 \font\fivei=cmmi5 \font\tensy=cmsy10 \font\sevensy=cmsy7 \font\fivesy=cmsy5 \font\tenex=cmex10 \font\tenbf=csbx10 \font\sevenbf=csbx7 \font\fivebf=csbx5 \font\tentt=cstt10 \font\tensl=cssl10 \font\tenit=csti10 \font\tenbi=csbxti10 7624 words of font info for 17 preloaded fonts 65 hyphenation exceptions Hyphenation trie of length 147884 has 2304 ops out of 35111 37 for language 102 224 for language 101 185 for language 30 31 for language 29 71 for language 28 195 for language 26 194 for language 23 89 for language 22 475 for language 21 248 for language 16 63 for language 15 248 for language 6 63 for language 5 181 for language 0 0 words of pdfTeX memory 0 indirect objects No pages of output. Transcript written on pdfcsplain.log. fmtutil [INFO]: log file copied to: c:/users/caesar/.texlive2020/texmf-var/web2c /pdftex/pdfcsplain.log fmtutil [INFO]: c:/users/caesar/.texlive2020/texmf-var/web2c/pdftex/pdfcsplain.f mt installed. fmtutil [INFO]: --- remaking pdfcsplain with luatex fmtutil: running `luatex -ini -jobname=pdfcsplain -progname=pdfcsplain -etex c splain.ini' ... This is LuaTeX, Version 1.12.0 (TeX Live 2020/W32TeX) (INITEX) restricted system commands enabled. (c:/texlive/2020/texmf-dist/tex/csplain/base/csplain.ini (c:/texlive/2020/texmf-dist/tex/csplain/base/csfonts.tex) (c:/texlive/2020/texmf-dist/tex/plain/base/plain.tex Preloading the plain format: codes, registers, parameters, fonts, more fonts, macros, math definitions, output routines, hyphenation (c:/texlive/2020/texmf-dist/tex/generic/hyphen/hyphen.tex)) (c:/texlive/2020/texmf-dist/tex/csplain/base/csfontsm.tex) (c:/texlive/2020/texmf-dist/tex/generic/config/luatexiniconfig.tex) (c:/texlive/2020/texmf-dist/tex/generic/luatex85/luatex85.sty) (c:/texlive/2020/texmf-dist/tex/csplain/base/etex-mac.tex) (c:/texlive/2020/texmf-dist/tex/csplain/base/hyphen.lan (c:/texlive/2020/texmf-dist/tex/csplain/base/lua-hyphen.lan (c:/texlive/2020/texmf-dist/tex/csplain/base/uni-lcuc.tex Setting lccodes and uccodes for Unicode characters.) Language hyph.patterns ready to load: en(USpreloaded) enus(usenglishmax) engb(u kenglish) it(italian) ia(interlingua) id(indonesian) cs(czech) sk(slovak) de(ng erman) fr(french) pl(polish) cy(welsh) da(danish) es(spanish) sl(slovenian) fi( finnish) hy(hungarian) tr(turkish) et(estoniak) eu(basque) ga(irish) nb(bokmal) nn(nynorsk) nl(dutch) pt(portuguese) ro(romanian) hr(croatian) zh(pinyin) is(i celandic) hsb(uppersorbian) af(afrikaans) gl(galician) kmr(kurmanji) tk(turkmen ) la(latin) lac(classiclatin) lal(liturgicallatin) elm(monogreek) elp(greek) gr c(ancientgreek) ca(catalan) cop(coptic) mn(mongolian) sa(sanskrit) ru(russian) uk(ukrainian) hy(armenian) as(assamese) hi(hindi) kn(kannada) lv(latvian) lt(li thuanian) ml(malayalam) mr(marathi) or(oriya) pa(panjabi) ta(tamil) te(telugu). Use \lang to initialize language, \cslang for example)) (c:/texlive/2020/texmf-dist/tex/csplain/base/plaina4.tex \hsize=159.2 mm \vsize=239.2 mm) (c:/texlive/2020/texmf-dist/tex/csplain/base/ucode.tex Font encoding set to Unicode.) jobname=pdf*, PDF output initialised. (c:/texlive/2020/texmf-dist/tex/generic/tex-ini-files/pdftexconfig.tex)) Beginning to dump on file pdfcsplain.fmt (format=pdfcsplain 2021.3.16) 3566 strings using 11889 bytes 65067 memory locations dumped; current usage is 149&10458 2074 multiletter control sequences \font\nullfont=nullfont \font\tenrm=csr10 \font\sevenrm=csr7 \font\fiverm=csr5 \font\teni=cmmi10 \font\seveni=cmmi7 \font\fivei=cmmi5 \font\tensy=cmsy10 \font\sevensy=cmsy7 \font\fivesy=cmsy5 \font\tenex=cmex10 \font\tenbf=csbx10 \font\sevenbf=csbx7 \font\fivebf=csbx5 \font\tentt=cstt10 \font\tensl=cssl10 \font\tenit=csti10 \font\tenbi=csbxti10 17 preloaded fonts warning (pdf backend): no pages of output. Transcript written on pdfcsplain.log. fmtutil [INFO]: log file copied to: c:/users/caesar/.texlive2020/texmf-var/web2c /luatex/pdfcsplain.log fmtutil [INFO]: c:/users/caesar/.texlive2020/texmf-var/web2c/luatex/pdfcsplain.f mt installed. fmtutil [INFO]: --- remaking jadetex with pdftex fmtutil: running `pdftex -ini -jobname=jadetex -progname=jadetex *jadetex.ini' ... This is pdfTeX, Version 3.14159265-2.6-1.40.21 (TeX Live 2020/W32TeX) (INITEX) restricted \write18 enabled. entering extended mode (c:/texlive/2020/texmf-dist/tex/jadetex/base/jadetex.ini (c:/texlive/2020/texmf-dist/tex/latex/latexconfig/latex.ini (c:/texlive/2020/texmf-dist/tex/generic/tex-ini-files/pdftexconfig.tex) (c:/texlive/2020/texmf-dist/tex/latex/base/latex.ltx (c:/texlive/2020/texmf-dist/tex/latex/base/texsys.cfg) ./texsys.aux found \@currdir set to: ./. Assuming \openin and \input have the same search path. Defining UNIX/DOS style filename parser. catcodes, registers, parameters, LaTeX2e <2020-10-01> patch level 4 (c:/texlive/2020/texmf-dist/tex/latex/l3kernel/expl3.ltx (c:/texlive/2020/texmf-dist/tex/latex/l3kernel/expl3-code.tex (c:/texlive/2020/texmf-dist/tex/latex/l3kernel/l3deprecation.def))) (c:/texlive/2020/texmf-dist/tex/latex/l3packages/xparse/xparse.ltx (c:/texlive/2020/texmf-dist/tex/latex/l3packages/xparse/xparse-generic.tex)) hacks, control, par, spacing, files, font encodings, lengths, ==================================== Local config file fonttext.cfg used ==================================== (c:/texlive/2020/texmf-dist/tex/latex/base/fonttext.cfg (c:/texlive/2020/texmf-dist/tex/latex/base/fonttext.ltx === Don't modify this file, use a .cfg file instead === (c:/texlive/2020/texmf-dist/tex/latex/base/omlenc.def) (c:/texlive/2020/texmf-dist/tex/latex/base/omsenc.def) (c:/texlive/2020/texmf-dist/tex/latex/base/ot1enc.def) (c:/texlive/2020/texmf-dist/tex/latex/base/t1enc.def) (c:/texlive/2020/texmf-dist/tex/latex/base/ts1enc.def) (c:/texlive/2020/texmf-dist/tex/latex/base/ts1cmr.fd) (c:/texlive/2020/texmf-dist/tex/latex/base/t1cmr.fd) (c:/texlive/2020/texmf-dist/tex/latex/base/ot1cmr.fd) (c:/texlive/2020/texmf-dist/tex/latex/base/ot1cmss.fd) (c:/texlive/2020/texmf-dist/tex/latex/base/ot1cmtt.fd))) ==================================== Local config file fontmath.cfg used ==================================== (c:/texlive/2020/texmf-dist/tex/latex/base/fontmath.cfg (c:/texlive/2020/texmf-dist/tex/latex/base/fontmath.ltx === Don't modify this file, use a .cfg file instead === (c:/texlive/2020/texmf-dist/tex/latex/base/omlcmm.fd) (c:/texlive/2020/texmf-dist/tex/latex/base/omscmsy.fd) (c:/texlive/2020/texmf-dist/tex/latex/base/omxcmex.fd) (c:/texlive/2020/texmf-dist/tex/latex/base/ucmr.fd))) ==================================== Local config file preload.cfg used ===================================== (c:/texlive/2020/texmf-dist/tex/latex/base/preload.cfg (c:/texlive/2020/texmf-dist/tex/latex/base/preload.ltx)) page nos., x-ref, environments, center, verbatim, math definitions, boxes, title, sectioning, contents, floats, footnotes, index, bibliography, output, =========================================== Local configuration file hyphen.cfg used =========================================== (c:/texlive/2020/texmf-dist/tex/generic/babel/hyphen.cfg (c:/texlive/2020/texmf-dist/tex/generic/hyphen/hyphen.tex) (c:/texlive/2020/texmf-dist/tex/generic/hyphen/dumyhyph.tex) (c:/texlive/2020/texmf-dist/tex/generic/hyphen/zerohyph.tex) ! I can't find file `dehypht-x-2019-04-04.tex'. \relax l.200 \repeat (Press Enter to retry, or Control-Z to exit) Please type another input file name: ! Emergency stop. \relax l.200 \repeat No pages of output. Transcript written on jadetex.log. fmtutil [INFO]: log file copied to: c:/users/caesar/.texlive2020/texmf-var/web2c /pdftex/jadetex.log fmtutil [INFO]: --- remaking pdflatex with pdftex fmtutil: running `pdftex -ini -jobname=pdflatex -progname=pdflatex -translate- file=cp227.tcx *pdflatex.ini' ... This is pdfTeX, Version 3.14159265-2.6-1.40.21 (TeX Live 2020/W32TeX) (INITEX) restricted \write18 enabled. (c:/texlive/2020/texmf-dist/web2c/cp227.tcx) entering extended mode (c:/texlive/2020/texmf-dist/tex/latex/latexconfig/pdflatex.ini (c:/texlive/2020/texmf-dist/tex/generic/tex-ini-files/pdftexconfig.tex) (c:/texlive/2020/texmf-dist/tex/latex/base/latex.ltx (c:/texlive/2020/texmf-dist/tex/latex/base/texsys.cfg) ./texsys.aux found \@currdir set to: ./. Assuming \openin and \input have the same search path. Defining UNIX/DOS style filename parser. catcodes, registers, parameters, LaTeX2e <2020-10-01> patch level 4 (c:/texlive/2020/texmf-dist/tex/latex/l3kernel/expl3.ltx (c:/texlive/2020/texmf-dist/tex/latex/l3kernel/expl3-code.tex (c:/texlive/2020/texmf-dist/tex/latex/l3kernel/l3deprecation.def))) (c:/texlive/2020/texmf-dist/tex/latex/l3packages/xparse/xparse.ltx (c:/texlive/2020/texmf-dist/tex/latex/l3packages/xparse/xparse-generic.tex)) hacks, control, par, spacing, files, font encodings, lengths, ==================================== Local config file fonttext.cfg used ==================================== (c:/texlive/2020/texmf-dist/tex/latex/base/fonttext.cfg (c:/texlive/2020/texmf-dist/tex/latex/base/fonttext.ltx === Don't modify this file, use a .cfg file instead === (c:/texlive/2020/texmf-dist/tex/latex/base/omlenc.def) (c:/texlive/2020/texmf-dist/tex/latex/base/omsenc.def) (c:/texlive/2020/texmf-dist/tex/latex/base/ot1enc.def) (c:/texlive/2020/texmf-dist/tex/latex/base/t1enc.def) (c:/texlive/2020/texmf-dist/tex/latex/base/ts1enc.def) (c:/texlive/2020/texmf-dist/tex/latex/base/ts1cmr.fd) (c:/texlive/2020/texmf-dist/tex/latex/base/t1cmr.fd) (c:/texlive/2020/texmf-dist/tex/latex/base/ot1cmr.fd) (c:/texlive/2020/texmf-dist/tex/latex/base/ot1cmss.fd) (c:/texlive/2020/texmf-dist/tex/latex/base/ot1cmtt.fd))) ==================================== Local config file fontmath.cfg used ==================================== (c:/texlive/2020/texmf-dist/tex/latex/base/fontmath.cfg (c:/texlive/2020/texmf-dist/tex/latex/base/fontmath.ltx === Don't modify this file, use a .cfg file instead === (c:/texlive/2020/texmf-dist/tex/latex/base/omlcmm.fd) (c:/texlive/2020/texmf-dist/tex/latex/base/omscmsy.fd) (c:/texlive/2020/texmf-dist/tex/latex/base/omxcmex.fd) (c:/texlive/2020/texmf-dist/tex/latex/base/ucmr.fd))) ==================================== Local config file preload.cfg used ===================================== (c:/texlive/2020/texmf-dist/tex/latex/base/preload.cfg (c:/texlive/2020/texmf-dist/tex/latex/base/preload.ltx)) page nos., x-ref, environments, center, verbatim, math definitions, boxes, title, sectioning, contents, floats, footnotes, index, bibliography, output, =========================================== Local configuration file hyphen.cfg used =========================================== (c:/texlive/2020/texmf-dist/tex/generic/babel/hyphen.cfg (c:/texlive/2020/texmf-dist/tex/generic/hyphen/hyphen.tex) (c:/texlive/2020/texmf-dist/tex/generic/hyphen/dumyhyph.tex) (c:/texlive/2020/texmf-dist/tex/generic/hyphen/zerohyph.tex) ! I can't find file `dehypht-x-2019-04-04.tex'. \relax l.200 \repeat (Press Enter to retry, or Control-Z to exit) Please type another input file name: ! Emergency stop. \relax l.200 \repeat ! ==> Fatal error occurred, no output PDF file produced! Transcript written on pdflatex.log. fmtutil [INFO]: log file copied to: c:/users/caesar/.texlive2020/texmf-var/web2c /pdftex/pdflatex.log fmtutil [INFO]: --- remaking lollipop with tex fmtutil: running `tex -ini -jobname=lollipop -progname=lollipop lollipop.ini' ... This is TeXk, Version 3.14159265 (TeX Live 2020/W32TeX) (INITEX) restricted \write18 enabled. (c:/texlive/2020/texmf-dist/tex/lollipop/lollipop.ini (c:/texlive/2020/texmf-dist/tex/lollipop/lollipop.tex (c:/texlive/2020/texmf-dist/tex/lollipop/lollipop-plain.tex (c:/texlive/2020/texmf-dist/tex/generic/hyphen/hyphen.tex)) (c:/texlive/2020/texmf-dist/tex/lollipop/lollipop-tools.tex) (c:/texlive/2020/texmf-dist/tex/lollipop/lollipop-define.tex) (c:/texlive/2020/texmf-dist/tex/lollipop/lollipop-fonts.tex) (c:/texlive/2020/texmf-dist/tex/lollipop/lollipop-fontdefs.tex) (c:/texlive/2020/texmf-dist/tex/lollipop/lollipop-text.tex) (c:/texlive/2020/texmf-dist/tex/lollipop/lollipop-document.tex) (c:/texlive/2020/texmf-dist/tex/lollipop/lollipop-heading.tex) (c:/texlive/2020/texmf-dist/tex/lollipop/lollipop-output.tex) (c:/texlive/2020/texmf-dist/tex/lollipop/lollipop-float.tex) (c:/texlive/2020/texmf-dist/tex/lollipop/lollipop-lists.tex) ) ) Beginning to dump on file lollipop.fmt (preloaded format=lollipop 2021.3.16) 3422 strings of total length 48340 33354 memory locations dumped; current usage is 158&33023 2325 multiletter control sequences \font\nullfont=nullfont \font\exx=cmex10 \font\ttx=cmtt10 \font\ComputerModernromanx=cmr10 \font\ttix=cmtt9 \font\ttxi=cmtt10 at 10.95pt \font\ttxii=cmtt10 at 12.0pt \font\ttxiv=cmtt10 at 14.4pt \font\ttxvii=cmtt10 at 17.28pt \font\ttxx=cmtt10 at 20.73999pt \font\ComputerModernboldx=cmbx10 \font\ComputerModernslantx=cmsl10 \font\ComputerModernitalicx=cmti10 2706 words of font info for 12 preloaded fonts 19 hyphenation exceptions Hyphenation trie of length 6075 has 181 ops out of 35111 181 for language 0 No pages of output. Transcript written on lollipop.log. fmtutil [INFO]: log file copied to: c:/users/caesar/.texlive2020/texmf-var/web2c /tex/lollipop.log fmtutil [INFO]: c:/users/caesar/.texlive2020/texmf-var/web2c/tex/lollipop.fmt in stalled. fmtutil [INFO]: --- remaking luacsplain with luatex fmtutil: running `luatex -ini -jobname=luacsplain -progname=luacsplain -etex c splain.ini' ... This is LuaTeX, Version 1.12.0 (TeX Live 2020/W32TeX) (INITEX) restricted system commands enabled. (c:/texlive/2020/texmf-dist/tex/csplain/base/csplain.ini (c:/texlive/2020/texmf-dist/tex/csplain/base/csfonts.tex) (c:/texlive/2020/texmf-dist/tex/plain/base/plain.tex Preloading the plain format: codes, registers, parameters, fonts, more fonts, macros, math definitions, output routines, hyphenation (c:/texlive/2020/texmf-dist/tex/generic/hyphen/hyphen.tex)) (c:/texlive/2020/texmf-dist/tex/csplain/base/csfontsm.tex) (c:/texlive/2020/texmf-dist/tex/generic/config/luatexiniconfig.tex) (c:/texlive/2020/texmf-dist/tex/generic/luatex85/luatex85.sty) (c:/texlive/2020/texmf-dist/tex/csplain/base/etex-mac.tex) (c:/texlive/2020/texmf-dist/tex/csplain/base/hyphen.lan (c:/texlive/2020/texmf-dist/tex/csplain/base/lua-hyphen.lan (c:/texlive/2020/texmf-dist/tex/csplain/base/uni-lcuc.tex Setting lccodes and uccodes for Unicode characters.) Language hyph.patterns ready to load: en(USpreloaded) enus(usenglishmax) engb(u kenglish) it(italian) ia(interlingua) id(indonesian) cs(czech) sk(slovak) de(ng erman) fr(french) pl(polish) cy(welsh) da(danish) es(spanish) sl(slovenian) fi( finnish) hy(hungarian) tr(turkish) et(estoniak) eu(basque) ga(irish) nb(bokmal) nn(nynorsk) nl(dutch) pt(portuguese) ro(romanian) hr(croatian) zh(pinyin) is(i celandic) hsb(uppersorbian) af(afrikaans) gl(galician) kmr(kurmanji) tk(turkmen ) la(latin) lac(classiclatin) lal(liturgicallatin) elm(monogreek) elp(greek) gr c(ancientgreek) ca(catalan) cop(coptic) mn(mongolian) sa(sanskrit) ru(russian) uk(ukrainian) hy(armenian) as(assamese) hi(hindi) kn(kannada) lv(latvian) lt(li thuanian) ml(malayalam) mr(marathi) or(oriya) pa(panjabi) ta(tamil) te(telugu). Use \lang to initialize language, \cslang for example)) (c:/texlive/2020/texmf-dist/tex/csplain/base/plaina4.tex \hsize=159.2 mm \vsize=239.2 mm) (c:/texlive/2020/texmf-dist/tex/csplain/base/ucode.tex Font encoding set to Unicode.) jobname=pdf*, PDF output initialised. (c:/texlive/2020/texmf-dist/tex/generic/tex-ini-files/pdftexconfig.tex)) Beginning to dump on file luacsplain.fmt (format=luacsplain 2021.3.16) 3566 strings using 11889 bytes 65067 memory locations dumped; current usage is 149&10458 2074 multiletter control sequences \font\nullfont=nullfont \font\tenrm=csr10 \font\sevenrm=csr7 \font\fiverm=csr5 \font\teni=cmmi10 \font\seveni=cmmi7 \font\fivei=cmmi5 \font\tensy=cmsy10 \font\sevensy=cmsy7 \font\fivesy=cmsy5 \font\tenex=cmex10 \font\tenbf=csbx10 \font\sevenbf=csbx7 \font\fivebf=csbx5 \font\tentt=cstt10 \font\tensl=cssl10 \font\tenit=csti10 \font\tenbi=csbxti10 17 preloaded fonts warning (pdf backend): no pages of output. Transcript written on luacsplain.log. fmtutil [INFO]: log file copied to: c:/users/caesar/.texlive2020/texmf-var/web2c /luatex/luacsplain.log fmtutil [INFO]: c:/users/caesar/.texlive2020/texmf-var/web2c/luatex/luacsplain.f mt installed. fmtutil [INFO]: --- remaking xmltex with pdftex fmtutil: running `pdftex -ini -jobname=xmltex -progname=xmltex *xmltex.ini' .. . This is pdfTeX, Version 3.14159265-2.6-1.40.21 (TeX Live 2020/W32TeX) (INITEX) restricted \write18 enabled. entering extended mode (c:/texlive/2020/texmf-dist/tex/xmltex/xmltexconfig/xmltex.ini (c:/texlive/2020/texmf-dist/tex/latex/latexconfig/latex.ini (c:/texlive/2020/texmf-dist/tex/generic/tex-ini-files/pdftexconfig.tex) (c:/texlive/2020/texmf-dist/tex/latex/base/latex.ltx (c:/texlive/2020/texmf-dist/tex/latex/base/texsys.cfg) ./texsys.aux found \@currdir set to: ./. Assuming \openin and \input have the same search path. Defining UNIX/DOS style filename parser. catcodes, registers, parameters, LaTeX2e <2020-10-01> patch level 4 (c:/texlive/2020/texmf-dist/tex/latex/l3kernel/expl3.ltx (c:/texlive/2020/texmf-dist/tex/latex/l3kernel/expl3-code.tex (c:/texlive/2020/texmf-dist/tex/latex/l3kernel/l3deprecation.def))) (c:/texlive/2020/texmf-dist/tex/latex/l3packages/xparse/xparse.ltx (c:/texlive/2020/texmf-dist/tex/latex/l3packages/xparse/xparse-generic.tex)) hacks, control, par, spacing, files, font encodings, lengths, ==================================== Local config file fonttext.cfg used ==================================== (c:/texlive/2020/texmf-dist/tex/latex/base/fonttext.cfg (c:/texlive/2020/texmf-dist/tex/latex/base/fonttext.ltx === Don't modify this file, use a .cfg file instead === (c:/texlive/2020/texmf-dist/tex/latex/base/omlenc.def) (c:/texlive/2020/texmf-dist/tex/latex/base/omsenc.def) (c:/texlive/2020/texmf-dist/tex/latex/base/ot1enc.def) (c:/texlive/2020/texmf-dist/tex/latex/base/t1enc.def) (c:/texlive/2020/texmf-dist/tex/latex/base/ts1enc.def) (c:/texlive/2020/texmf-dist/tex/latex/base/ts1cmr.fd) (c:/texlive/2020/texmf-dist/tex/latex/base/t1cmr.fd) (c:/texlive/2020/texmf-dist/tex/latex/base/ot1cmr.fd) (c:/texlive/2020/texmf-dist/tex/latex/base/ot1cmss.fd) (c:/texlive/2020/texmf-dist/tex/latex/base/ot1cmtt.fd))) ==================================== Local config file fontmath.cfg used ==================================== (c:/texlive/2020/texmf-dist/tex/latex/base/fontmath.cfg (c:/texlive/2020/texmf-dist/tex/latex/base/fontmath.ltx === Don't modify this file, use a .cfg file instead === (c:/texlive/2020/texmf-dist/tex/latex/base/omlcmm.fd) (c:/texlive/2020/texmf-dist/tex/latex/base/omscmsy.fd) (c:/texlive/2020/texmf-dist/tex/latex/base/omxcmex.fd) (c:/texlive/2020/texmf-dist/tex/latex/base/ucmr.fd))) ==================================== Local config file preload.cfg used ===================================== (c:/texlive/2020/texmf-dist/tex/latex/base/preload.cfg (c:/texlive/2020/texmf-dist/tex/latex/base/preload.ltx)) page nos., x-ref, environments, center, verbatim, math definitions, boxes, title, sectioning, contents, floats, footnotes, index, bibliography, output, =========================================== Local configuration file hyphen.cfg used =========================================== (c:/texlive/2020/texmf-dist/tex/generic/babel/hyphen.cfg (c:/texlive/2020/texmf-dist/tex/generic/hyphen/hyphen.tex) (c:/texlive/2020/texmf-dist/tex/generic/hyphen/dumyhyph.tex) (c:/texlive/2020/texmf-dist/tex/generic/hyphen/zerohyph.tex) ! I can't find file `dehypht-x-2019-04-04.tex'. \relax l.200 \repeat (Press Enter to retry, or Control-Z to exit) Please type another input file name: ! Emergency stop. \relax l.200 \repeat No pages of output. Transcript written on xmltex.log. fmtutil [INFO]: log file copied to: c:/users/caesar/.texlive2020/texmf-var/web2c /pdftex/xmltex.log fmtutil [INFO]: --- remaking pdfcslatex with pdftex fmtutil: running `pdftex -ini -jobname=pdfcslatex -progname=pdfcslatex -etex c slatex.ini' ... This is pdfTeX, Version 3.14159265-2.6-1.40.21 (TeX Live 2020/W32TeX) (INITEX) restricted \write18 enabled. entering extended mode (c:/texlive/2020/texmf-dist/tex/cslatex/base/cslatex.ini jobname=pdfcslatex, PDF output initialised. (c:/texlive/2020/texmf-dist/tex/generic/tex-ini-files/pdftexconfig.tex) (c:/texlive/2020/texmf-dist/tex/latex/base/latex.ltx (c:/texlive/2020/texmf-dist/tex/latex/base/texsys.cfg) ./texsys.aux found \@currdir set to: ./. Assuming \openin and \input have the same search path. Defining UNIX/DOS style filename parser. catcodes, registers, parameters, ***** WARNING ******** CSLaTeX is obsolete, don't use it please ***** ***** You can use ``normal'' LaTeX+Babel or XeLaTeX+polyglossia ***** LaTeX2e <2020-10-01> patch level 4 LaTeX2e <2020-10-01> patch level 4 (c:/texlive/2020/texmf-dist/tex/latex/l3kernel/expl3.ltx (c:/texlive/2020/texmf-dist/tex/latex/l3kernel/expl3-code.tex (c:/texlive/2020/texmf-dist/tex/latex/l3kernel/l3deprecation.def))) (c:/texlive/2020/texmf-dist/tex/latex/l3packages/xparse/xparse.ltx (c:/texlive/2020/texmf-dist/tex/latex/l3packages/xparse/xparse-generic.tex)) hacks, control, par, spacing, files, font encodings, lengths, ==================================== Local config file fonttext.cfg used ==================================== (c:/texlive/2020/texmf-dist/tex/cslatex/base/fonttext.cfg (c:/texlive/2020/texmf-dist/tex/latex/base/omlenc.def) (c:/texlive/2020/texmf-dist/tex/latex/base/t1enc.def) (c:/texlive/2020/texmf-dist/tex/latex/base/ot1enc.def) (c:/texlive/2020/texmf-dist/tex/cslatex/base/il2enc.def) (c:/texlive/2020/texmf-dist/tex/latex/base/omsenc.def) (c:/texlive/2020/texmf-dist/tex/latex/base/t1cmr.fd) (c:/texlive/2020/texmf-dist/tex/latex/base/ot1cmr.fd) (c:/texlive/2020/texmf-dist/tex/cslatex/base/il2cmr.fd) (c:/texlive/2020/texmf-dist/tex/latex/base/ot1cmss.fd) (c:/texlive/2020/texmf-dist/tex/latex/base/ot1cmtt.fd)) ==================================== Local config file fontmath.cfg used ==================================== (c:/texlive/2020/texmf-dist/tex/latex/base/fontmath.cfg (c:/texlive/2020/texmf-dist/tex/latex/base/fontmath.ltx === Don't modify this file, use a .cfg file instead === (c:/texlive/2020/texmf-dist/tex/latex/base/omlcmm.fd) (c:/texlive/2020/texmf-dist/tex/latex/base/omscmsy.fd) (c:/texlive/2020/texmf-dist/tex/latex/base/omxcmex.fd) (c:/texlive/2020/texmf-dist/tex/latex/base/ucmr.fd))) ==================================== Local config file preload.cfg used ===================================== (c:/texlive/2020/texmf-dist/tex/latex/base/preload.cfg (c:/texlive/2020/texmf-dist/tex/latex/base/preload.ltx)) page nos., x-ref, environments, center, verbatim, math definitions, boxes, title, sectioning, contents, floats, footnotes, index, bibliography, output, =========================================== Local configuration file hyphen.cfg used =========================================== (c:/texlive/2020/texmf-dist/tex/cslatex/base/hyphen.cfg Loading english hyphenation patterns and exceptions (c:/texlive/2020/texmf-dist/tex/generic/hyphen/hyphen.tex) Loading czech hyphenation patterns and exceptions for IL2 (c:/texlive/2020/texmf-dist/tex/csplain/base/czhyphen.tex) Loading czech hyphenation patterns and exceptions for T1 (c:/texlive/2020/texmf-dist/tex/csplain/base/czhyphen.tex) Loading slovak hyphenation patterns and exceptions for IL2 (c:/texlive/2020/texmf-dist/tex/csplain/base/skhyphen.tex) Loading slovak hyphenation patterns and exceptions for T1 (c:/texlive/2020/texmf-dist/tex/csplain/base/skhyphen.tex)) (c:/texlive/2020/texmf-dist/tex/latex/base/utf8.def (c:/texlive/2020/texmf-dist/tex/latex/base/t1enc.dfu) (c:/texlive/2020/texmf-dist/tex/latex/base/ot1enc.dfu) (c:/texlive/2020/texmf-dist/tex/latex/base/omsenc.dfu)) (c:/texlive/2020/texmf-dist/tex/latex/firstaid/latex2e-first-aid-for-external-f iles.ltx) ) ) Beginning to dump on file pdfcslatex.fmt (preloaded format=pdfcslatex 2021.3.16) 18970 strings of total length 340252 278884 memory locations dumped; current usage is 165&277456 17259 multiletter control sequences \font\nullfont=nullfont \font\c__fp_exp_intarray=cmr10 at 0.00002pt \font\c__fp_trig_intarray=cmr10 at 0.00003pt \font\c_initex_cctab=cmr10 at 0.00005pt \font\c_other_cctab=cmr10 at 0.00006pt \font\c_str_cctab=cmr10 at 0.00008pt \font\g__regex_state_active_intarray=cmr10 at 0.00009pt \font\g__regex_thread_info_intarray=cmr10 at 0.0001pt \font\g__regex_submatch_prev_intarray=cmr10 at 0.00012pt \font\g__regex_submatch_begin_intarray=cmr10 at 0.00014pt \font\g__regex_submatch_end_intarray=cmr10 at 0.00015pt \font\g__regex_balance_intarray=cmr10 at 0.00017pt \font\OMX/cmex/m/n/10=cmex10 \font\tenln=line10 \font\tenlnw=linew10 \font\tencirc=lcircle10 \font\tencircw=lcirclew10 \font\OT1/cmr/m/n/5=cmr5 \font\OT1/cmr/m/n/7=cmr7 \font\OT1/cmr/m/n/10=cmr10 \font\OML/cmm/m/it/5=cmmi5 \font\OML/cmm/m/it/7=cmmi7 \font\OML/cmm/m/it/10=cmmi10 \font\OMS/cmsy/m/n/5=cmsy5 \font\OMS/cmsy/m/n/7=cmsy7 \font\OMS/cmsy/m/n/10=cmsy10 \font\c_code_cctab=cmr10 at 0.00018pt \font\c_document_cctab=cmr10 at 0.0002pt 403423 words of font info for 27 preloaded fonts 24 hyphenation exceptions Hyphenation trie of length 18152 has 803 ops out of 35111 248 for language 4 248 for language 3 63 for language 2 63 for language 1 181 for language 0 0 words of pdfTeX memory 0 indirect objects No pages of output. Transcript written on pdfcslatex.log. fmtutil [INFO]: log file copied to: c:/users/caesar/.texlive2020/texmf-var/web2c /pdftex/pdfcslatex.log fmtutil [INFO]: c:/users/caesar/.texlive2020/texmf-var/web2c/pdftex/pdfcslatex.f mt installed. fmtutil [INFO]: --- remaking mf with mf-nowin fmtutil: running `mf-nowin -ini -jobname=mf -progname=mf -translate-file=cp227 .tcx mf.ini' ... This is METAFONT, Version 2.7182818 (TeX Live 2020/W32TeX) (INIMF) (c:/texlive/2020/texmf-dist/web2c/cp227.tcx) (c:/texlive/2020/texmf-dist/metafont/config/mf.ini (c:/texlive/2020/texmf-dist/metafont/base/plain.mf Preloading the plain base, version 2.71: preliminaries, basic constants and mathematical macros, macros for converting from device-independent units to pixels, macros and tables for various modes of operation, macros for drawing and filling, macros for proof labels and rules, macros for character and font administration, and a few last-minute items.) (c:/texlive/2020/texmf-dist/fonts/source/public/modes/modes.mf) ) Beginning to dump on file mf.base (preloaded base=mf 2021.3.16) 2237 strings of total length 30192 11955 memory locations dumped; current usage is 3679&7916 1011 symbolic tokens Transcript written on mf.log. fmtutil [INFO]: log file copied to: c:/users/caesar/.texlive2020/texmf-var/web2c /metafont/mf.log fmtutil [INFO]: c:/users/caesar/.texlive2020/texmf-var/web2c/metafont/mf.base in stalled. fmtutil [INFO]: --- remaking dvilualatex with luatex fmtutil: running `luatex -ini -jobname=dvilualatex -progname=dvilualatex dvilu alatex.ini' ... This is LuaTeX, Version 1.12.0 (TeX Live 2020/W32TeX) (INITEX) restricted system commands enabled. (c:/texlive/2020/texmf-dist/tex/generic/tex-ini-files/dvilualatex.ini (c:/texlive/2020/texmf-dist/tex/generic/tex-ini-files/lualatex.ini (c:/texlive/2020/texmf-dist/tex/generic/tex-ini-files/luatexconfig.tex (c:/texlive/2020/texmf-dist/tex/generic/tex-ini-files/pdftexconfig.tex)) (c:/texlive/2020/texmf-dist/tex/latex/base/latex.ltx (c:/texlive/2020/texmf-dist/tex/latex/base/texsys.cfg) ./texsys.aux found \@currdir set to: ./. Assuming \openin and \input have the same search path. Defining UNIX/DOS style filename parser. catcodes, registers, parameters, LaTeX2e <2020-10-01> patch level 4 (c:/texlive/2020/texmf-dist/tex/latex/l3kernel/expl3.ltx (c:/texlive/2020/texmf-dist/tex/latex/l3kernel/expl3-code.tex (c:/texlive/2020/texmf-dist/tex/latex/l3kernel/l3deprecation.def))) (c:/texlive/2020/texmf-dist/tex/latex/l3packages/xparse/xparse.ltx (c:/texlive/2020/texmf-dist/tex/latex/l3packages/xparse/xparse-generic.tex)) hacks, control, par, spacing, files, font encodings, lengths, ==================================== Local config file fonttext.cfg used ==================================== (c:/texlive/2020/texmf-dist/tex/latex/base/fonttext.cfg (c:/texlive/2020/texmf-dist/tex/latex/base/fonttext.ltx === Don't modify this file, use a .cfg file instead === (c:/texlive/2020/texmf-dist/tex/latex/base/omlenc.def) (c:/texlive/2020/texmf-dist/tex/latex/base/omsenc.def) (c:/texlive/2020/texmf-dist/tex/latex/base/ot1enc.def) (c:/texlive/2020/texmf-dist/tex/latex/base/t1enc.def) (c:/texlive/2020/texmf-dist/tex/latex/base/ts1enc.def) (c:/texlive/2020/texmf-dist/tex/latex/base/tuenc.def) (c:/texlive/2020/texmf-dist/tex/latex/base/tulmr.fd) (c:/texlive/2020/texmf-dist/tex/latex/base/tulmss.fd) (c:/texlive/2020/texmf-dist/tex/latex/base/tulmtt.fd) (c:/texlive/2020/texmf-dist/tex/latex/lm/ts1lmr.fd) (c:/texlive/2020/texmf-dist/tex/latex/base/t1cmr.fd) (c:/texlive/2020/texmf-dist/tex/latex/base/ot1cmr.fd) (c:/texlive/2020/texmf-dist/tex/latex/base/ot1cmss.fd) (c:/texlive/2020/texmf-dist/tex/latex/base/ot1cmtt.fd))) ==================================== Local config file fontmath.cfg used ==================================== (c:/texlive/2020/texmf-dist/tex/latex/base/fontmath.cfg (c:/texlive/2020/texmf-dist/tex/latex/base/fontmath.ltx === Don't modify this file, use a .cfg file instead === (c:/texlive/2020/texmf-dist/tex/latex/base/omlcmm.fd) (c:/texlive/2020/texmf-dist/tex/latex/base/omscmsy.fd) (c:/texlive/2020/texmf-dist/tex/latex/base/omxcmex.fd) (c:/texlive/2020/texmf-dist/tex/latex/base/ucmr.fd))) ==================================== Local config file preload.cfg used ===================================== (c:/texlive/2020/texmf-dist/tex/latex/base/preload.cfg (c:/texlive/2020/texmf-dist/tex/latex/base/preload.ltx)) page nos., x-ref, environments, center, verbatim, math definitions, boxes, title, sectioning, contents, floats, footnotes, index, bibliography, output, Unicode character data, (c:/texlive/2020/texmf-dist/tex/generic/unicode-data/load-unicode-data.tex load-unicode-data.tex v1.14 (2020-10-24) Reading Unicode data # UnicodeData-13.0.0.txt # Modified 2020-03-12 11:00:00 GMT [JAW] ) =========================================== Local configuration file hyphen.cfg used =========================================== (c:/texlive/2020/texmf-dist/tex/generic/babel/hyphen.cfg (c:/texlive/2020/texmf-dist/tex/generic/babel/luababel.def) (c:/texlive/2020/texmf-dist/tex/generic/hyphen/hyphen.tex)) (c:/texlive/2020/texmf-dist/tex/latex/firstaid/latex2e-first-aid-for-external-f iles.ltx) ))) Beginning to dump on file dvilualatex.fmt (format=dvilualatex 2021.3.16) 21463 strings using 351500 bytes 684513 memory locations dumped; current usage is 204&313340 20075 multiletter control sequences \font\nullfont=nullfont \font\c__fp_exp_intarray=cmr10 at 0.00002pt \font\c__fp_trig_intarray=cmr10 at 0.00003pt \font\g__regex_state_active_intarray=cmr10 at 0.00005pt \font\g__regex_thread_info_intarray=cmr10 at 0.00006pt \font\g__regex_submatch_prev_intarray=cmr10 at 0.00008pt \font\g__regex_submatch_begin_intarray=cmr10 at 0.00009pt \font\g__regex_submatch_end_intarray=cmr10 at 0.0001pt \font\g__regex_balance_intarray=cmr10 at 0.00012pt \font\OMX/cmex/m/n/10=cmex10 \font\tenln=line10 \font\tenlnw=linew10 \font\tencirc=lcircle10 \font\tencircw=lcirclew10 \font\OT1/cmr/m/n/5=cmr5 \font\OT1/cmr/m/n/7=cmr7 \font\OT1/cmr/m/n/10=cmr10 \font\OML/cmm/m/it/5=cmmi5 \font\OML/cmm/m/it/7=cmmi7 \font\OML/cmm/m/it/10=cmmi10 \font\OMS/cmsy/m/n/5=cmsy5 \font\OMS/cmsy/m/n/7=cmsy7 \font\OMS/cmsy/m/n/10=cmsy10 22 preloaded fonts No pages of output. Transcript written on dvilualatex.log. fmtutil [INFO]: log file copied to: c:/users/caesar/.texlive2020/texmf-var/web2c /luatex/dvilualatex.log fmtutil [INFO]: c:/users/caesar/.texlive2020/texmf-var/web2c/luatex/dvilualatex. fmt installed. fmtutil [INFO]: --- remaking xelatex-dev with xetex fmtutil: running `xetex -ini -jobname=xelatex-dev -progname=xelatex-dev -etex xelatex.ini' ... This is XeTeX, Version 3.14159265-2.6-0.999992 (TeX Live 2020/W32TeX) (INITEX) restricted \write18 enabled. entering extended mode (c:/texlive/2020/texmf-dist/tex/generic/tex-ini-files/xelatex.ini (c:/texlive/2020/texmf-dist/tex/latex-dev/base/latex.ltx (c:/texlive/2020/texmf-dist/tex/latex-dev/base/texsys.cfg) ./texsys.aux found \@currdir set to: ./. Assuming \openin and \input have the same search path. Defining UNIX/DOS style filename parser. catcodes, registers, parameters, LaTeX2e <2021-05-01> pre-release-2 (develop 2021-3-16 branch) (c:/texlive/2020/texmf-dist/tex/latex/l3kernel/expl3.ltx (c:/texlive/2020/texmf-dist/tex/latex/l3kernel/expl3-code.tex (c:/texlive/2020/texmf-dist/tex/latex/l3kernel/l3deprecation.def))) hacks, document commands, control, par, spacing, files, font encodings, lengths, ==================================== Local config file fonttext.cfg used ==================================== (c:/texlive/2020/texmf-dist/tex/latex-dev/base/fonttext.cfg (c:/texlive/2020/texmf-dist/tex/latex-dev/base/fonttext.ltx === Don't modify this file, use a .cfg file instead === (c:/texlive/2020/texmf-dist/tex/latex-dev/base/omlenc.def) (c:/texlive/2020/texmf-dist/tex/latex-dev/base/omsenc.def) (c:/texlive/2020/texmf-dist/tex/latex-dev/base/ot1enc.def) (c:/texlive/2020/texmf-dist/tex/latex-dev/base/t1enc.def) (c:/texlive/2020/texmf-dist/tex/latex-dev/base/ts1enc.def) (c:/texlive/2020/texmf-dist/tex/latex-dev/base/tuenc.def) (c:/texlive/2020/texmf-dist/tex/latex-dev/base/tulmr.fd) (c:/texlive/2020/texmf-dist/tex/latex-dev/base/tulmss.fd) (c:/texlive/2020/texmf-dist/tex/latex-dev/base/tulmtt.fd) (c:/texlive/2020/texmf-dist/tex/latex/lm/ts1lmr.fd) (c:/texlive/2020/texmf-dist/tex/latex-dev/base/t1cmr.fd) (c:/texlive/2020/texmf-dist/tex/latex-dev/base/ot1cmr.fd) (c:/texlive/2020/texmf-dist/tex/latex-dev/base/ot1cmss.fd) (c:/texlive/2020/texmf-dist/tex/latex-dev/base/ot1cmtt.fd))) ==================================== Local config file fontmath.cfg used ==================================== (c:/texlive/2020/texmf-dist/tex/latex-dev/base/fontmath.cfg (c:/texlive/2020/texmf-dist/tex/latex-dev/base/fontmath.ltx === Don't modify this file, use a .cfg file instead === (c:/texlive/2020/texmf-dist/tex/latex-dev/base/omlcmm.fd) (c:/texlive/2020/texmf-dist/tex/latex-dev/base/omscmsy.fd) (c:/texlive/2020/texmf-dist/tex/latex-dev/base/omxcmex.fd) (c:/texlive/2020/texmf-dist/tex/latex-dev/base/ucmr.fd))) ==================================== Local config file preload.cfg used ===================================== (c:/texlive/2020/texmf-dist/tex/latex-dev/base/preload.cfg (c:/texlive/2020/texmf-dist/tex/latex-dev/base/preload.ltx)) page nos., x-ref, environments, center, verbatim, math definitions, boxes, title, sectioning, contents, floats, footnotes, index, bibliography, output, Unicode character data, (c:/texlive/2020/texmf-dist/tex/generic/unicode-data/load-unicode-data.tex load-unicode-data.tex v1.14 (2020-10-24) Reading Unicode data # UnicodeData-13.0.0.txt # Modified 2020-03-12 11:00:00 GMT [JAW] ) =========================================== Local configuration file hyphen.cfg used =========================================== (c:/texlive/2020/texmf-dist/tex/generic/babel/hyphen.cfg (c:/texlive/2020/texmf-dist/tex/generic/babel/xebabel.def) (c:/texlive/2020/texmf-dist/tex/generic/hyphen/hyphen.tex) (c:/texlive/2020/texmf-dist/tex/generic/hyphen/dumyhyph.tex) (c:/texlive/2020/texmf-dist/tex/generic/hyphen/zerohyph.tex) ! I can't find file `dehypht-x-2019-04-04.tex'. \relax l.200 \repeat (Press Enter to retry, or Control-Z to exit) Please type another input file name: ! Emergency stop. \relax l.200 \repeat No pages of output. Transcript written on xelatex-dev.log. fmtutil [INFO]: log file copied to: c:/users/caesar/.texlive2020/texmf-var/web2c /xetex/xelatex-dev.log fmtutil [INFO]: --- remaking platex-dev with eptex fmtutil: running `eptex -ini -jobname=platex-dev -progname=platex-dev *platex. ini' ... This is e-pTeX, Version 3.14159265-p3.8.3-191112-2.6 (utf8.sjis) (TeX Live 2020/ W32TeX) (INITEX) restricted \write18 enabled. entering extended mode (c:/texlive/2020/texmf-dist/tex/platex/config/platex.ini <<< making "platex with Babel" format >>> (c:/texlive/2020/texmf-dist/tex/platex/base/platex.ltx (c:/texlive/2020/texmf-dist/tex/latex-dev/base/latex.ltx (c:/texlive/2020/texmf-dist/tex/latex-dev/base/texsys.cfg) ./texsys.aux found \@currdir set to: ./. Assuming \openin and \input have the same search path. Defining UNIX/DOS style filename parser. catcodes, registers, parameters, LaTeX2e <2021-05-01> pre-release-2 (develop 2021-3-16 branch) (c:/texlive/2020/texmf-dist/tex/latex/l3kernel/expl3.ltx (c:/texlive/2020/texmf-dist/tex/latex/l3kernel/expl3-code.tex (c:/texlive/2020/texmf-dist/tex/latex/l3kernel/l3deprecation.def))) hacks, document commands, control, par, spacing, files, font encodings, lengths, ==================================== Local config file fonttext.cfg used ==================================== (c:/texlive/2020/texmf-dist/tex/latex-dev/base/fonttext.cfg (c:/texlive/2020/texmf-dist/tex/latex-dev/base/fonttext.ltx === Don't modify this file, use a .cfg file instead === (c:/texlive/2020/texmf-dist/tex/latex-dev/base/omlenc.def) (c:/texlive/2020/texmf-dist/tex/latex-dev/base/omsenc.def) (c:/texlive/2020/texmf-dist/tex/latex-dev/base/ot1enc.def) (c:/texlive/2020/texmf-dist/tex/latex-dev/base/t1enc.def) (c:/texlive/2020/texmf-dist/tex/latex-dev/base/ts1enc.def) (c:/texlive/2020/texmf-dist/tex/latex-dev/base/ts1cmr.fd) (c:/texlive/2020/texmf-dist/tex/latex-dev/base/t1cmr.fd) (c:/texlive/2020/texmf-dist/tex/latex-dev/base/ot1cmr.fd) (c:/texlive/2020/texmf-dist/tex/latex-dev/base/ot1cmss.fd) (c:/texlive/2020/texmf-dist/tex/latex-dev/base/ot1cmtt.fd))) ==================================== Local config file fontmath.cfg used ==================================== (c:/texlive/2020/texmf-dist/tex/latex-dev/base/fontmath.cfg (c:/texlive/2020/texmf-dist/tex/latex-dev/base/fontmath.ltx === Don't modify this file, use a .cfg file instead === (c:/texlive/2020/texmf-dist/tex/latex-dev/base/omlcmm.fd) (c:/texlive/2020/texmf-dist/tex/latex-dev/base/omscmsy.fd) (c:/texlive/2020/texmf-dist/tex/latex-dev/base/omxcmex.fd) (c:/texlive/2020/texmf-dist/tex/latex-dev/base/ucmr.fd))) ==================================== Local config file preload.cfg used ===================================== (c:/texlive/2020/texmf-dist/tex/latex-dev/base/preload.cfg (c:/texlive/2020/texmf-dist/tex/latex-dev/base/preload.ltx)) page nos., x-ref, environments, center, verbatim, math definitions, boxes, title, sectioning, contents, floats, footnotes, index, bibliography, output, =========================================== Local configuration file hyphen.cfg used =========================================== (c:/texlive/2020/texmf-dist/tex/generic/babel/hyphen.cfg (c:/texlive/2020/texmf-dist/tex/generic/hyphen/hyphen.tex) (c:/texlive/2020/texmf-dist/tex/generic/hyphen/dumyhyph.tex) (c:/texlive/2020/texmf-dist/tex/generic/hyphen/zerohyph.tex) ! I can't find file `dehypht-x-2019-04-04.tex'. \relax l.200 \repeat (Press Enter to retry, or Control-Z to exit) Please type another input file name: ! Emergency stop. \relax l.200 \repeat No pages of output. Transcript written on platex-dev.log. fmtutil [INFO]: log file copied to: c:/users/caesar/.texlive2020/texmf-var/web2c /eptex/platex-dev.log fmtutil [INFO]: --- remaking etex with pdftex fmtutil: running `pdftex -ini -jobname=etex -progname=etex -translate-file=cp2 27.tcx *etex.ini' ... This is pdfTeX, Version 3.14159265-2.6-1.40.21 (TeX Live 2020/W32TeX) (INITEX) restricted \write18 enabled. (c:/texlive/2020/texmf-dist/web2c/cp227.tcx) entering extended mode (c:/texlive/2020/texmf-dist/tex/plain/config/etex.ini (c:/texlive/2020/texmf-dist/tex/plain/etex/etex.src (c:/texlive/2020/texmf-dist/tex/plain/base/plain.tex Preloading the plain format: codes, registers, parameters, fonts, more fonts, macros, math definitions, output routines, hyphenation (c:/texlive/2020/texmf-dist/tex/generic/hyphen/hyphen.tex [skipping from \patterns to end-of-file...])) (c:/texlive/2020/texmf-dist/tex/plain/etex/etexdefs.lib Skipping module "grouptypes"; Loading module "interactionmodes"; Skipping module "nodetypes"; Skipping module "iftypes";) (c:/texlive/2020/texmf-var/tex/generic/config/language.def (c:/texlive/2020/texmf-dist/tex/generic/hyphen/hyphen.tex) ! I can't find file `dehypht-x-2019-04-04.tex'. \addlanguage ...me =#5 \uselanguage {#1}\input #2 \if *#3*\else \input #3 \f... l.32 ...9-04-04}{dehypht-x-2019-04-04.tex}{}{2}{2} (Press Enter to retry, or Control-Z to exit) Please type another input file name: ! Emergency stop. \addlanguage ...me =#5 \uselanguage {#1}\input #2 \if *#3*\else \input #3 \f... l.32 ...9-04-04}{dehypht-x-2019-04-04.tex}{}{2}{2} No pages of output. Transcript written on etex.log. fmtutil [INFO]: log file copied to: c:/users/caesar/.texlive2020/texmf-var/web2c /pdftex/etex.log fmtutil [INFO]: --- remaking eplain with pdftex fmtutil: running `pdftex -ini -jobname=eplain -progname=eplain -translate-file =cp227.tcx *eplain.ini' ... This is pdfTeX, Version 3.14159265-2.6-1.40.21 (TeX Live 2020/W32TeX) (INITEX) restricted \write18 enabled. (c:/texlive/2020/texmf-dist/web2c/cp227.tcx) entering extended mode (c:/texlive/2020/texmf-dist/tex/eplain/eplain.ini (c:/texlive/2020/texmf-dist/tex/generic/babel/bplain.tex (c:/texlive/2020/texmf-dist/tex/plain/base/plain.tex Preloading the plain format: codes, registers, parameters, fonts, more fonts, macros, math definitions, output routines, hyphenation (c:/texlive/2020/texmf-dist/tex/generic/babel/hyphen.cfg (c:/texlive/2020/texmf-dist/tex/generic/hyphen/hyphen.tex) (c:/texlive/2020/texmf-dist/tex/generic/hyphen/dumyhyph.tex) (c:/texlive/2020/texmf-dist/tex/generic/hyphen/zerohyph.tex) ! I can't find file `dehypht-x-2019-04-04.tex'. \relax \process at language ...e \bbl at hook@loadpatterns {#2} \ifnum \lefthyphenmin =\m at ... \process at line ... \process at language {#1#2}{#3}{#4} \fi \ignorespaces \bbl at line ...2019-04-04 dehypht-x-2019-04-04.tex \body ...ce }\expandafter \process at line \bbl at line \relax \fi \next ->\body \let \next \iterate \else \let \next \relax \fi \next l.200 \repeat (Press Enter to retry, or Control-Z to exit) Please type another input file name: ! Emergency stop. \relax \process at language ...e \bbl at hook@loadpatterns {#2} \ifnum \lefthyphenmin =\m at ... \process at line ... \process at language {#1#2}{#3}{#4} \fi \ignorespaces \bbl at line ...2019-04-04 dehypht-x-2019-04-04.tex \body ...ce }\expandafter \process at line \bbl at line \relax \fi \next ->\body \let \next \iterate \else \let \next \relax \fi \next l.200 \repeat No pages of output. Transcript written on eplain.log. fmtutil [INFO]: log file copied to: c:/users/caesar/.texlive2020/texmf-var/web2c /pdftex/eplain.log fmtutil [INFO]: --- remaking optex with luatex fmtutil: running `luatex -ini -jobname=optex -progname=optex optex.ini' ... This is LuaTeX, Version 1.12.0 (TeX Live 2020/W32TeX) (INITEX) restricted system commands enabled. (c:/texlive/2020/texmf-dist/tex/luatex/optex/base/optex.ini OpTeX (Olsak's Plain TeX) initialization <1.00 Feb.2021> (c:/texlive/2020/texmf-dist/tex/luatex/optex/base/prefixed.opm Prefixing and code syntax <2020-02-14> ) (c:/texlive/2020/texmf-dist/tex/luatex/optex/base/luatex-ini.opm LuaTeX initialization code <2020-02-21> ) (c:/texlive/2020/texmf-dist/tex/luatex/optex/base/basic-macros.opm Basic macros for OpTeX <2021-02-03> ) (c:/texlive/2020/texmf-dist/tex/luatex/optex/base/alloc.opm Allocators for registers <2020-05-12> ) (c:/texlive/2020/texmf-dist/tex/luatex/optex/base/if-macros.opm Special if-macros, is-macros and loops <2021-02-03> ) (c:/texlive/2020/texmf-dist/tex/luatex/optex/base/parameters.opm Parameter settings <2020-03-17> ) (c:/texlive/2020/texmf-dist/tex/luatex/optex/base/more-macros.opm OpTeX useful macos <2020-05-22> ) (c:/texlive/2020/texmf-dist/tex/luatex/optex/base/keyval.opm Key-value dictionaries <2020-12-21> ) (c:/texlive/2020/texmf-dist/tex/luatex/optex/base/plain-macros.opm Macros from plain TeX <2020-02-14> ) (c:/texlive/2020/texmf-dist/tex/luatex/optex/base/fonts-preload.opm Latin Modern fonts (EC) preloaded <2020-01-23> ) (c:/texlive/2020/texmf-dist/tex/luatex/optex/base/fonts-resize.opm Font resizing macros <2020-04-17> ) (c:/texlive/2020/texmf-dist/tex/luatex/optex/base/fonts-select.opm Fonts selection system <2020-01-27> (c:/texlive/2020/texmf-dist/tex/luatex/optex/base/fams-ini.opm)) (c:/texlive/2020/texmf-dist/tex/luatex/optex/base/math-preload.opm Math fonts CM + AMS preloaded <2020-05-06> ) (c:/texlive/2020/texmf-dist/tex/luatex/optex/base/math-macros.opm Math macros plus mathchardefs <2021-02-04> ) (c:/texlive/2020/texmf-dist/tex/luatex/optex/base/math-unicode.opm Unicode Math fonts <2020-06-06> ) (c:/texlive/2020/texmf-dist/tex/luatex/optex/base/fonts-opmac.opm Font managing macros from OPmac <2020-12-12> ) (c:/texlive/2020/texmf-dist/tex/luatex/optex/base/output.opm Output routine <2020-03-28> ) (c:/texlive/2020/texmf-dist/tex/luatex/optex/base/margins.opm Macros for margins setting <2020-03-14> ) (c:/texlive/2020/texmf-dist/tex/luatex/optex/base/colors.opm Colors <2020-03-18> ) (c:/texlive/2020/texmf-dist/tex/luatex/optex/base/ref-file.opm File for references <2021-02-05> ) (c:/texlive/2020/texmf-dist/tex/luatex/optex/base/references.opm References <2020-03-03> ) (c:/texlive/2020/texmf-dist/tex/luatex/optex/base/hyperlinks.opm Hyperlinks <2021-01-27> ) (c:/texlive/2020/texmf-dist/tex/luatex/optex/base/maketoc.opm Macros for maketoc <2020-02-09> ) (c:/texlive/2020/texmf-dist/tex/luatex/optex/base/outlines.opm PDF outlines <2021-02-09> ) (c:/texlive/2020/texmf-dist/tex/luatex/optex/base/pdfuni-string.opm PDFunicode strings for outlines <2021-02-08> ) (c:/texlive/2020/texmf-dist/tex/luatex/optex/base/sections.opm Titles, chapters, sections, subsections <2021-02-09> ) (c:/texlive/2020/texmf-dist/tex/luatex/optex/base/lists.opm Lists: begitems, enditems <2020-04-21> ) (c:/texlive/2020/texmf-dist/tex/luatex/optex/base/verbatim.opm Verbatim <2021-01-22> ) (c:/texlive/2020/texmf-dist/tex/luatex/optex/base/hi-syntax.opm Syntax highlithing of verbatim listings <2020-04-04> ) (c:/texlive/2020/texmf-dist/tex/luatex/optex/base/graphics.opm Graphics <2020-04-12> ) (c:/texlive/2020/texmf-dist/tex/luatex/optex/base/table.opm Basic macros for OpTeX <2021-01-27> ) (c:/texlive/2020/texmf-dist/tex/luatex/optex/base/multicolumns.opm Balanced columns <2020-03-26> ) (c:/texlive/2020/texmf-dist/tex/luatex/optex/base/cite-bib.opm Cite, Biblioraphy <2020-03-09> ) (c:/texlive/2020/texmf-dist/tex/luatex/optex/base/makeindex.opm Makeindex and sorting <2021-02-01> ) (c:/texlive/2020/texmf-dist/tex/luatex/optex/base/fnotes.opm Footnotes, marginal notes OpTeX <2020-05-26> ) (c:/texlive/2020/texmf-dist/tex/luatex/optex/base/styles.opm Basic styles of OpTeX <2020-03-28> ) (c:/texlive/2020/texmf-dist/tex/luatex/optex/base/logos.opm Logos TeX, LuaTeX, etc. <2020-02-28> ) (c:/texlive/2020/texmf-dist/tex/luatex/optex/base/uni-lcuc.opm Setting lccodes and uccodes for Unicode characters ) (c:/texlive/2020/texmf-dist/tex/luatex/optex/base/hyphen-lan.opm Initialization of hypenation patterns <2020-03-10> (c:/texlive/2020/texmf-dist/tex/generic/hyphen/hyphen.tex) Language hyph.patterns ready to load: en(USenglish) enus(USenglishmax) engb(UKe nglish) it(Italian) ia(Interlingua) id(Indonesian) cs(Czech) sk(Slovak) de(nGer man) fr(French) pl(Polish) cy(Welsh) da(Danish) es(Spanish) sl(Slovenian) fi(Fi nnish) hu(Hungarian) tr(Turkish) et(Estonian) eu(Basque) ga(Irish) nb(Bokmal) n n(Nynorsk) nl(Dutch) pt(Portuguese) ro(Romanian) hr(Croatian) zh(Pinyin) is(Ice landic) hsb(Uppersorbian) af(Afrikaans) gl(Galician) kmr(Kurmanji) tk(Turkmen) la(Latin) lac(classicLatin) lal(liturgicalLatin) elm(monoGreek) elp(Greek) grc( ancientGreek) ca(Catalan) cop(Coptic) mn(Mongolian) sa(Sanskrit) ru(Russian) uk (Ukrainian) hy(Armenian) as(Assamese) hi(Hindi) kn(Kannada) lv(Latvian) lt(Lith uanian) ml(Malayalam) mr(Marathi) or(Oriya) pa(Panjabi) ta(Tamil) te(Telugu) be (Belarusian) bg(Bulgarian) bn(Bengali) cu(churchslavonic) deo(oldGerman) gsw(sw issGerman) eo(Esperanto) fur(Friulan) gu(Gujarati) ka(Georgian) mk(Macedonian) oc(Occitan) pi(Pali) pms(Piedmontese) rm(Romansh) sr(Serbian) sv(Swedish) th(Th ai) ethi(Ethiopic). Use \lang to initialize language, \cslang for ex ample) (c:/texlive/2020/texmf-dist/tex/luatex/optex/base/languages.opm Languages <2021-01-21> ) (c:/texlive/2020/texmf-dist/tex/luatex/optex/base/others.opm Miscenaleous <2020-05-22> )) Beginning to dump on file optex.fmt (format=optex 2021.3.16) 7129 strings using 36454 bytes 134505 memory locations dumped; current usage is 163&46311 5083 multiletter control sequences \font\nullfont=nullfont \font\_tenrm=ec-lmr10 \font\_tenbf=ec-lmbx10 \font\_tenit=ec-lmri10 \font\_tenbi=ec-lmbxi10 \font\_tentt=ec-lmtt10 \font\_mF=cmr10 \font\_mF=cmr7 \font\_mF=cmr5 \font\_mF=cmmi10 \font\_mF=cmmi7 \font\_mF=cmmi5 \font\_mF=cmsy10 \font\_mF=cmsy7 \font\_mF=cmsy5 \font\_mF=cmex10 \font\_mF=cmex7 \font\_mF=cmex7 at 5.0pt \font\_mF=msam10 \font\_mF=msam7 \font\_mF=msam5 \font\_mF=msbm10 \font\_mF=msbm7 \font\_mF=msbm5 \font\_mF=rsfs10 \font\_mF=rsfs7 \font\_mF=rsfs5 \font\_mF=eufm10 \font\_mF=eufm7 \font\_mF=eufm5 \font\_mF=ecsx1000 \font\_mF=ecsx0700 \font\_mF=ecsx0500 \font\_mF=ecso1000 \font\_mF=ecso0700 \font\_mF=ecso0500 35 preloaded fonts warning (pdf backend): no pages of output. Transcript written on optex.log. fmtutil [INFO]: log file copied to: c:/users/caesar/.texlive2020/texmf-var/web2c /luatex/optex.log fmtutil [INFO]: c:/users/caesar/.texlive2020/texmf-var/web2c/luatex/optex.fmt in stalled. fmtutil [INFO]: --- remaking cont-en with pdftex fmtutil: running `pdftex -ini -jobname=cont-en -progname=context -8bit *cont-e n.mkii' ... This is pdfTeX, Version 3.14159265-2.6-1.40.21 (TeX Live 2020/W32TeX) (INITEX) restricted \write18 enabled. entering extended mode (c:/texlive/2020/texmf-dist/tex/context/base/mkii/cont-en.mkii (c:/texlive/2020/texmf-dist/tex/context/base/mkii/context.mkii (c:/texlive/2020/texmf-dist/tex/context/base/mkii/syst-ini.mkii) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/syst-pln.mkii) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/norm-tex.mkii) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/norm-etx.mkii) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/norm-ptx.mkii) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/norm-xtx.mkii) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/norm-ctx.mkii) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/catc-ini.mkii) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/catc-act.mkii) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/catc-def.mkii) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/catc-ctx.mkii) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/catc-sym.mkii) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/catc-xml.mkii loading: ConTeXt Catcode Regimes / XML ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/syst-gen.mkii warning: \count \scratchcounter is already defined (\relax it first) warning: \count \globalscratchcounter is already defined (\relax it first) warning: \dimen \scratchdimen is already defined (\relax it first) warning: \dimen \globalscratchdimen is already defined (\relax it first) warning: \skip \scratchskip is already defined (\relax it first) warning: \skip \globalscratchskip is already defined (\relax it first) warning: \muskip \scratchmuskip is already defined (\relax it first) warning: \muskip \globalscratchmuskip is already defined (\relax it first) warning: \toks \scratchtoks is already defined (\relax it first) warning: \toks \globalscratchtoks is already defined (\relax it first) warning: \box \scratchbox is already defined (\relax it first) warning: \box \globalscratchbox is already defined (\relax it first) warning: \dimen \scratchdimenone is already defined (\relax it first) warning: \box \scratchboxone is already defined (\relax it first) warning: \count \scratchcounterone is already defined (\relax it first) warning: \dimen \scratchdimentwo is already defined (\relax it first) warning: \box \scratchboxtwo is already defined (\relax it first) warning: \count \scratchcountertwo is already defined (\relax it first) warning: \toks \emptytoks is already defined (\relax it first) loading : ConTeXt System Macros / General ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/syst-ext.mkii loading : ConTeXt System Macros / Extras ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/syst-new.mkii) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/syst-con.mkii loading : ConTeXt System Macros / Conversions ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/thrd-trg.mkii) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/syst-fnt.mkii) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/syst-str.mkii) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/syst-rtp.mkii) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/supp-fil.mkii loading : ConTeXt Support Macros / Files ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/supp-dir.mkii) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/supp-lat.mkii) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/mult-ini.mkii loading : ConTeXt Multilingual Macros / Initialization ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/mult-fst.mkii) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/mult-sys.mkii loading : ConTeXt Multilingual Macros / System interface : defining english interface interface : using english messages ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/mult-def.mkii (c:/texlive/2020/texmf-dist/tex/context/base/mkii/mult-en.mkii) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/mult-men.mkii)) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/mult-chk.mkii loading : ConTeXt Multilingual Macros / Checking ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/mult-aux.mkii loading : ConTeXt Multilingual Macros / Helpers ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/core-var.mkii loading : ConTeXt Core Macros / Variables ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/core-env.mkii loading : ConTeXt Core Macros / Environments ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/supp-box.mkii loading : ConTeXt Support Macros / Boxes ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/supp-mrk.mkii loading : ConTeXt Support Macros / Marks ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/supp-vis.mkii loading : ConTeXt Support Macros / Visualization ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/supp-fun.mkii loading : ConTeXt Support Macros / Fun Stuff ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/supp-spe.mkii loading : ConTeXt Support Macros / Specials ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/supp-ran.mkii loading : ConTeXt Support Macros / Random Number Generation (c:/texlive/2020/texmf-dist/tex/context/base/mkii/thrd-ran.mkii) loading : using TeX's built in randomizer (overloading macro) ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/supp-mps.mkii loading : ConTeXt Support Macros / MetaPost Inclusion ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/supp-tpi.mkii (c:/texlive/2020/texmf-dist/tex/context/base/mkii/supp-eps.mkii loading : ConTeXt Support Macros / EPS ) loading : ConTeXt Support Macros / TPIC Conversion ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/supp-mat.mkii loading : ConTeXt Support Macros / Math ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/supp-ali.mkii) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/supp-num.mkii loading : ConTeXt Support Macros / Numbers ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/verb-ini.mkii loading : ConTeXt Verbatim Macros / Initialization ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/page-ins.mkii loading : ConTeXt Core Macros / Insertions ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/core-fil.mkii loading : ConTeXt Core Macros / File Support ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/core-con.mkii loading : ConTeXt Core Macros / Conversion ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/cont-fil.mkii loading : ConTeXt File Synonyms ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/thrd-tab.mkii) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/supp-pat.mkii loading : ConTeXt Support Macros / Patterns ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/regi-ini.mkii regime : regime def is loaded (c:/texlive/2020/texmf-dist/tex/context/base/mkii/regi-def.mkii) regime : regime uni is loaded (c:/texlive/2020/texmf-dist/tex/context/base/mkii/regi-uni.mkii) regime : regime utf is loaded (c:/texlive/2020/texmf-dist/tex/context/base/mkii/regi-utf.mkii)) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/regi-syn.mkii loading : ConTeXt Regime Macros / Synonyms ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/enco-ini.mkii loading : ConTeXt Encoding Macros / Initialization encoding : coding def is loaded (c:/texlive/2020/texmf-dist/tex/context/base/mkii/enco-def.mkii) encoding : coding acc is loaded (c:/texlive/2020/texmf-dist/tex/context/base/mkii/enco-acc.mkii) encoding : coding raw is loaded (c:/texlive/2020/texmf-dist/tex/context/base/mkii/enco-raw.mkii) encoding : coding com is loaded (c:/texlive/2020/texmf-dist/tex/context/base/mkii/enco-com.mkii) encoding : coding cas is loaded (c:/texlive/2020/texmf-dist/tex/context/base/mkii/enco-cas.mkii) encoding : coding mis is loaded (c:/texlive/2020/texmf-dist/tex/context/base/mkii/enco-mis.mkii) encoding : coding ans is loaded (c:/texlive/2020/texmf-dist/tex/context/base/mkii/enco-ans.mkii) encoding : coding il2 is loaded (c:/texlive/2020/texmf-dist/tex/context/base/mkii/enco-il2.mkii) encoding : coding ec is loaded (c:/texlive/2020/texmf-dist/tex/context/base/mkii/enco-ec.mkii) encoding : coding tbo is loaded (c:/texlive/2020/texmf-dist/tex/context/base/mkii/enco-tbo.mkii) encoding : coding pdf is loaded (c:/texlive/2020/texmf-dist/tex/context/base/mkii/enco-pdf.mkii) encoding : coding pol is loaded (c:/texlive/2020/texmf-dist/tex/context/base/mkii/enco-pol.mkii) encoding : coding qx is loaded (c:/texlive/2020/texmf-dist/tex/context/base/mkii/enco-qx.mkii) encoding : coding t5 is loaded (c:/texlive/2020/texmf-dist/tex/context/base/mkii/enco-t5.mkii) encoding : coding l7x is loaded (c:/texlive/2020/texmf-dist/tex/context/base/mkii/enco-l7x.mkii) encoding : coding cyr is loaded (c:/texlive/2020/texmf-dist/tex/context/base/mkii/enco-cyr.mkii) encoding : coding agr is loaded (c:/texlive/2020/texmf-dist/tex/context/base/mkii/enco-agr.mkii) encoding : coding 032 is loaded (c:/texlive/2020/texmf-dist/tex/context/base/mkii/enco-032.mkii) encoding : unknown coding 033 encoding : coding 037 is loaded (c:/texlive/2020/texmf-dist/tex/context/base/mkii/enco-037.mkii)) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/hand-ini.mkii handling : font handling def is loaded (c:/texlive/2020/texmf-dist/tex/context/base/mkii/hand-def.mkii)) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/lang-ini.mkii loading : ConTeXt Language Macros / Initialization ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/lang-spe.mkii loading : ConTeXt Language Macros / Specifics ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/lang-lab.mkii) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/unic-ini.mkii loading : ConTeXt Unicode Support / Initialization warning : \count \utf at c is already defined (\relax it first) unicode : loading vector 0 (c:/texlive/2020/texmf-dist/tex/context/base/mkii/unic-000.mkii) unicode : loading vector 1 (c:/texlive/2020/texmf-dist/tex/context/base/mkii/unic-001.mkii) unicode : loading vector 2 (c:/texlive/2020/texmf-dist/tex/context/base/mkii/unic-002.mkii) unicode : loading vector 3 (c:/texlive/2020/texmf-dist/tex/context/base/mkii/unic-003.mkii) unicode : loading vector 4 (c:/texlive/2020/texmf-dist/tex/context/base/mkii/unic-004.mkii) unicode : loading vector 5 (c:/texlive/2020/texmf-dist/tex/context/base/mkii/unic-005.mkii) unicode : loading vector 30 (c:/texlive/2020/texmf-dist/tex/context/base/mkii/unic-030.mkii) unicode : loading vector 31 (c:/texlive/2020/texmf-dist/tex/context/base/mkii/unic-031.mkii) unicode : loading vector 32 (c:/texlive/2020/texmf-dist/tex/context/base/mkii/unic-032.mkii) unicode : loading vector 33 (c:/texlive/2020/texmf-dist/tex/context/base/mkii/unic-033.mkii) unicode : loading vector 34 (c:/texlive/2020/texmf-dist/tex/context/base/mkii/unic-034.mkii) unicode : loading vector 35 (c:/texlive/2020/texmf-dist/tex/context/base/mkii/unic-035.mkii) unicode : loading vector 37 (c:/texlive/2020/texmf-dist/tex/context/base/mkii/unic-037.mkii) unicode : loading vector 39 (c:/texlive/2020/texmf-dist/tex/context/base/mkii/unic-039.mkii) unicode : loading vector 251 (c:/texlive/2020/texmf-dist/tex/context/base/mkii/unic-251.mkii) unicode : loading vector cjk (c:/texlive/2020/texmf-dist/tex/context/base/mkii/unic-cjk.mkii)) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/core-gen.mkii loading : ConTeXt Core Macros / General ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/core-uti.mkii loading : ConTeXt Core Macros / Utility File Handling ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/core-two.mkii loading : ConTeXt Core Macros / Two Pass Data ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/core-stg.mkii) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/spec-ini.mkii loading : ConTeXt Special Macros / Initialization ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/spec-mis.mkii loading : ConTeXt Special Macros / Miscellaneous Macros ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/spec-def.mkii loading : ConTeXt Special Macros / Definitions ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/spec-var.mkii loading : ConTeXt Special Macros / Variables ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/colo-ini.mkii loading : ConTeXt Color Macros / Initialization color : specification [s=0] at color black becomes black color : system rgb is loaded (c:/texlive/2020/texmf-dist/tex/context/base/mkii/colo-rgb.mkii color : specification [s=0] at color black becomes black )) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/colo-ext.mkii loading : ConTeXt Color Macros / Extras ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/lang-mis.mkii loading : ConTeXt Language Macros / Compounds ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/lang-url.mkii) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/lang-ger.mkii loading : ConTeXt Language Macros / Germanic Languages language : patterns nl for nl loaded (n=1,e=texnansi,m=texnansi) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-nl.pat) language : hyphenations nl for nl loaded (n=1,e=texnansi,m=texnansi) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-nl.hyp) language : patterns nl for nl loaded (n=2,e=ec,m=ec) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-nl.pat) language : hyphenations nl for nl loaded (n=2,e=ec,m=ec) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-nl.hyp) language : patterns us for en loaded (n=3,e=ec,m=ec) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-us.pat) language : hyphenations us for en loaded (n=3,e=ec,m=ec) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-us.hyp) language : patterns de for de loaded (n=4,e=texnansi,m=texnansi) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-de.pat) language : hyphenations de for de loaded (n=4,e=texnansi,m=texnansi) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-de.hyp) language : patterns de for de loaded (n=5,e=ec,m=ec) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-de.pat) language : hyphenations de for de loaded (n=5,e=ec,m=ec) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-de.hyp) language : patterns da for da loaded (n=6,e=ec,m=ec) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-da.pat) language : hyphenations da for da loaded (n=6,e=ec,m=ec) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-da.hyp) language : patterns sv for sv loaded (n=7,e=ec,m=ec) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-sv.pat) language : hyphenations sv for sv loaded (n=7,e=ec,m=ec) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-sv.hyp) language : patterns af for af loaded (n=8,e=ec,m=ec) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-af.pat) language : hyphenations af for af loaded (n=8,e=ec,m=ec) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-af.hyp) language : patterns for nb not loaded language : patterns for nn not loaded language : patterns gb for en-gb loaded (n=9,e=ec,m=ec) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-gb.pat) language : hyphenations gb for en-gb loaded (n=9,e=ec,m=ec) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-gb.hyp)) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/lang-ita.mkii loading : ConTeXt Language Macros / Italic Languages language : patterns fr for fr loaded (n=10,e=texnansi,m=texnansi) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-fr.pat) language : hyphenations fr for fr loaded (n=10,e=texnansi,m=texnansi) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-fr.hyp) language : patterns fr for fr loaded (n=11,e=ec,m=ec) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-fr.pat) language : hyphenations fr for fr loaded (n=11,e=ec,m=ec) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-fr.hyp) language : patterns es for es loaded (n=12,e=ec,m=ec) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-es.pat) language : hyphenations es for es loaded (n=12,e=ec,m=ec) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-es.hyp) language : patterns ca for ca loaded (n=13,e=ec,m=ec) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-ca.pat) language : hyphenations ca for ca loaded (n=13,e=ec,m=ec) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-ca.hyp) language : patterns it for it loaded (n=14,e=texnansi,m=texnansi) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-it.pat) language : hyphenations it for it loaded (n=14,e=texnansi,m=texnansi) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-it.hyp) language : patterns it for it loaded (n=15,e=ec,m=ec) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-it.pat) language : hyphenations it for it loaded (n=15,e=ec,m=ec) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-it.hyp) language : patterns la for la loaded (n=16,e=ec,m=ec) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-la.pat) language : hyphenations la for la loaded (n=16,e=ec,m=ec) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-la.hyp) language : patterns pt for pt loaded (n=17,e=texnansi,m=texnansi) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-pt.pat) language : hyphenations pt for pt loaded (n=17,e=texnansi,m=texnansi) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-pt.hyp) language : patterns pt for pt loaded (n=18,e=ec,m=ec) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-pt.pat) language : hyphenations pt for pt loaded (n=18,e=ec,m=ec) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-pt.hyp) language : patterns ro for ro loaded (n=19,e=ec,m=ec) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-ro.pat) language : hyphenations ro for ro loaded (n=19,e=ec,m=ec) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-ro.hyp)) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/lang-sla.mkii loading : ConTeXt Language Macros / Slavic Languages language : patterns pl for pl loaded (n=20,e=pl0,m=pl0) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-pl.pat) language : hyphenations pl for pl loaded (n=20,e=pl0,m=pl0) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-pl.hyp) language : patterns pl for pl loaded (n=21,e=ec,m=ec) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-pl.pat) language : hyphenations pl for pl loaded (n=21,e=ec,m=ec) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-pl.hyp) language : patterns pl for pl loaded (n=22,e=qx,m=qx) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-pl.pat) language : hyphenations pl for pl loaded (n=22,e=qx,m=qx) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-pl.hyp) language : patterns cs for cs loaded (n=23,e=il2,m=il2) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-cs.pat) language : hyphenations cs for cs loaded (n=23,e=il2,m=il2) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-cs.hyp) language : patterns cs for cs loaded (n=24,e=ec,m=ec) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-cs.pat) language : hyphenations cs for cs loaded (n=24,e=ec,m=ec) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-cs.hyp) language : patterns sk for sk loaded (n=25,e=il2,m=il2) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-sk.pat) language : hyphenations sk for sk loaded (n=25,e=il2,m=il2) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-sk.hyp) language : patterns sk for sk loaded (n=26,e=ec,m=ec) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-sk.pat) language : hyphenations sk for sk loaded (n=26,e=ec,m=ec) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-sk.hyp) language : patterns hr for hr loaded (n=27,e=ec,m=ec) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-hr.pat) language : hyphenations hr for hr loaded (n=27,e=ec,m=ec) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-hr.hyp) language : patterns sl for sl loaded (n=28,e=ec,m=ec) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-sl.pat) language : hyphenations sl for sl loaded (n=28,e=ec,m=ec) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-sl.hyp)) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/lang-alt.mkii loading : ConTeXt Language Macros / Altaic Languages language : patterns tr for tr loaded (n=29,e=ec,m=ec) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-tr.pat) language : hyphenations tr for tr loaded (n=29,e=ec,m=ec) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-tr.hyp) language : patterns tk for tk loaded (n=30,e=ec,m=ec) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-tk.pat) language : hyphenations tk for tk loaded (n=30,e=ec,m=ec) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-tk.hyp)) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/lang-ana.mkii loading : ConTeXt Language Macros / Anatolian Languages ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/lang-art.mkii loading : ConTeXt Language Macros / Artificial Languages ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/lang-bal.mkii loading : ConTeXt Language Macros / Baltic Languages language : patterns lt for lt loaded (n=31,e=l7x,m=l7x) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-lt.pat) language : hyphenations lt for lt loaded (n=31,e=l7x,m=l7x) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-lt.hyp)) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/lang-cel.mkii loading : ConTeXt Language Macros / Celtic Languages ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/lang-grk.mkii loading : ConTeXt Language Macros / Greek language : no patterns gr for gr (n=32,e=ec,m=ec) (lang-gr.pat,lang-gr.p at) language : no hyphenations gr for gr (n=32,e=ec,m=ec) language : patterns agr for agr loaded (n=33,e=agr,m=agr) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-agr.pat) language : hyphenations agr for agr loaded (n=33,e=agr,m=agr) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-agr.hyp)) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/lang-ind.mkii loading : ConTeXt Language Macros / Indo-Iranian Languages ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/lang-ura.mkii loading : ConTeXt Language Macros / Uralic Languages language : patterns fi for fi loaded (n=34,e=ec,m=ec) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-fi.pat) language : hyphenations fi for fi loaded (n=34,e=ec,m=ec) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-fi.hyp) language : patterns hu for hu loaded (n=35,e=ec,m=ec) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-hu.pat) language : hyphenations hu for hu loaded (n=35,e=ec,m=ec) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-hu.hyp)) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/lang-vn.mkii loading : ConTeXt Language Macros / Vietnamese Language language : no patterns vi for vi (n=36,e=t5,m=t5) (lang-vi.pat,lang-vi.p at) language : no hyphenations vi for vi (n=36,e=t5,m=t5) ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/lang-cyr.mkii loading : ConTeXt Language Macros / Cyrillic Languages language : patterns ru for ru loaded (n=37,e=t2a,m=t2a) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-ru.pat) language : hyphenations ru for ru loaded (n=37,e=t2a,m=t2a) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-ru.hyp) language : patterns uk for ua loaded (n=38,e=t2a,m=t2a) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-uk.pat) language : hyphenations uk for ua loaded (n=38,e=t2a,m=t2a) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-uk.hyp)) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/typo-ini.mkii loading : ConTeXt Typographic Macros / Initialization ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/symb-ini.mkii loading : ConTeXt Symbol Libraries / Initialization ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/sort-ini.mkii loading : ConTeXt Sorting Macros / Initialization ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/spac-gen.mkii loading : ConTeXt Core Macros / Spacing ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/spac-grd.mkii loading : ConTeXt Core Macros / Grid Snapping ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/strc-mar.mkii loading : ConTeXt Structure Macros / Markings ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/anch-pos.mkii loading : ConTeXt Anchoring Macros / Positioning ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/buff-ver.mkii loading : ConTeXt Buffer Macros / Verbatim ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/buff-ini.mkii loading : ConTeXt Buffer Macros / Buffers ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/pack-rul.mkii loading : ConTeXt Packaging Macros / Ruled Content ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/trac-vis.mkii loading : ConTeXt Tracking Macros / Visualization ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/strc-num.mkii loading : ConTeXt Structure Macros / Numbering ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/tabl-com.mkii loading : ConTeXt Table Macros / Common Code ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/tabl-pln.mkii loading : ConTeXt Table Macros / Plain Tabular ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/tabl-tab.mkii loading : ConTeXt Table Macros / TaBlE Embedding ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/tabl-tsp.mkii loading : ConTeXt Table Macros / Splitting ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/scrn-nav.mkii loading : ConTeXt Screen Macros / Navigation ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/strc-ref.mkii loading : ConTeXt Structure Macros / Cross Referencing ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/pack-obj.mkii loading : ConTeXt Packaging Macros / Objects ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/strc-lst.mkii loading : ConTeXt Structure Macros / Lists ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/strc-itm.mkii loading : ConTeXt Structure Macros / Itemgroups ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/strc-des.mkii loading : ConTeXt Structure Macros / Descriptions ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/strc-mat.mkii loading : ConTeXt Structure Macros / Math Fundamentals warning : \count \supersubmode is already defined (\relax it first) ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/strc-syn.mkii loading : ConTeXt Structure Macros / Synonyms and Sorts ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/core-sys.mkii loading : ConTeXt Core Macros / System ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/page-ini.mkii loading : ConTeXt Page Macros / Initializations ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/page-bck.mkii loading : ConTeXt Page Macros / Backgrounds warning : \dimen \pagedepth is already defined (\relax it first) ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/page-not.mkii loading : ConTeXt Page Macros / Footnotes ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/page-one.mkii loading : ConTeXt Page Macros / Default Routine ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/page-lay.mkii loading : ConTeXt Page Macros / Layout Specification ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/page-log.mkii loading : ConTeXt Page Macros / Logos ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/page-txt.mkii loading : ConTeXt Page Macros / Texts ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/page-sid.mkii loading : ConTeXt Page Macros / Side Floats ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/strc-flt.mkii loading : ConTeXt Structure Macros / Float Numbering ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/page-mis.mkii loading : ConTeXt Page Macros / Misc Float Things layout : marginblocks active ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/page-mul.mkii loading : ConTeXt Page Macros / Simple Multi Column ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/page-set.mkii loading : ConTeXt Page Macros / Column Sets ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/pack-lyr.mkii loading : ConTeXt Packaging Macros / Layers ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/page-mak.mkii loading : ConTeXt Page Macros / MakeUp ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/strc-pag.mkii loading : ConTeXt Structure Macros / Numbering warning : \count \pageno is already defined (\relax it first) ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/page-lin.mkii loading : ConTeXt Core Macros / Line Numbering ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/page-par.mkii loading : ConTeXt Page Macros / Paragraph Numbering ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/page-mar.mkii loading : ConTeXt Page Macros / Maginal Things ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/core-job.mkii loading : ConTeXt Core Macros / Job Handling ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/strc-sec.mkii loading : ConTeXt Structure Macros / Sectioning system : mark part defined [part] system : mark partnumber defined [partnumber] system : mark chapter defined [chapter] system : mark chapternumber defined [chapternumber] system : mark section defined [section] system : mark sectionnumber defined [sectionnumber] system : mark subsection defined [subsection] system : mark subsectionnumber defined [subsectionnumber] system : mark subsubsection defined [subsubsection] system : mark subsubsectionnumber defined [subsubsectionnumber] system : mark subsubsubsection defined [subsubsubsection] system : mark subsubsubsectionnumber defined [subsubsubsectionnumber] system : mark subsubsubsubsection defined [subsubsubsubsection] system : mark subsubsubsubsectionnumber defined [subsubsubsubsectionnu mber] system : mark title defined [title] system : mark titlenumber defined [titlenumber] system : mark subject defined [subject] system : mark subjectnumber defined [subjectnumber] system : mark subsubject defined [subsubject] system : mark subsubjectnumber defined [subsubjectnumber] system : mark subsubsubject defined [subsubsubject] system : mark subsubsubjectnumber defined [subsubsubjectnumber] system : mark subsubsubsubject defined [subsubsubsubject] system : mark subsubsubsubjectnumber defined [subsubsubsubjectnumber] system : mark subsubsubsubsubject defined [subsubsubsubsubject] system : mark subsubsubsubsubjectnumber defined [subsubsubsubsubjectnu mber] ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/strc-swd.mkii loading : ConTeXt Structure Macros / Sectionworlds ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/strc-blk.mkii loading : ConTeXt Structure Macros / Blockmoves ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/page-imp.mkii loading : ConTeXt Page Macros / Pagebody Building ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/tabl-tbl.mkii loading : ConTeXt Table Macros / Tabulation ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/scrn-int.mkii loading : ConTeXt Screen Macros / Interaction ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/tabl-ntb.mkii loading : ConTeXt Table Macros / Natural Tables ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/tabl-nte.mkii loading : ConTeXt Table Module / Natural Tables Extensions ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/tabl-ltb.mkii loading : ConTeXt Table Macros / Line Tables ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/lang-chi.mkii loading : ConTeXt Language Macros / Chinese language : no patterns cn for cn (n=39,e=ec,m=ec) (lang-cn.pat,lang-cn.p at) language : no hyphenations cn for cn (n=39,e=ec,m=ec) language : language specific options [default-cn] seamless appended ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/lang-jap.mkii loading : ConTeXt Language Macros / Japanese language : no patterns ja for ja (n=40,e=ec,m=ec) (lang-ja.pat,lang-ja.p at) language : no hyphenations ja for ja (n=40,e=ec,m=ec) ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/java-ini.mkii loading : ConTeXt JavaScript Macros / Initialization ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/scrn-fld.mkii loading : ConTeXt Screen Macros / Fields ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/scrn-hlp.mkii loading : ConTeXt Screen Macros / Help popups ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/strc-reg.mkii loading : ConTeXt Structure Macros / Register Management ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/font-ini.mkii loading : ConTeXt Font Macros / Initialization loading : Postponed Plain TeX Font Definitions bodyfont : style mm (mm) defined bodyfont : style rm (rm definedromanserifregular) bodyfont : style ss (ss definedsansserifsanssupport) bodyfont : style tt (tt definedteletypetypemono) bodyfont : style hw (hw definedhandwritten) bodyfont : style cg (cg definedcalligraphic) ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/font-unk.mkii) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/font-uni.mkii loading : ConTeXt Font Macros / Unicode ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/font-bfm.mkii loading : ConTeXt Font Macros / Mixed Bold Math Support ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/enco-pfr.mkii) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/type-ini.mkii loading : ConTeXt Typescript Macros / Initialization ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/type-set.mkii) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/type-def.mkii) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/prop-ini.mkii loading : ConTeXt Property Macros / Initialization ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/prop-lay.mkii loading : ConTeXt Property Macros / Layers ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/prop-mis.mkii loading : ConTeXt Property Macros / Miscelaneous ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/meta-ini.mkii loading : MetaPost Graphics / Initializations ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/meta-tex.mkii) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/meta-pdf.mkii loading : MetaPost Graphics / MPS to PDF warning : \count \nofMParguments is already defined (\relax it first) ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/meta-pag.mkii loading : MetaPost Graphics / Page Data Management ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/page-flw.mkii loading : ConTeXt Page Macros / Text Flows ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/page-spr.mkii loading : ConTeXt Page Macros / Spreading ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/page-plg.mkii loading : ConTeXt Page Macros / Extra Page Building ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/page-str.mkii loading : ConTeXt Page Macros / Page Streams ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/anch-pgr.mkii loading : ConTeXt Anchoring Macros / Grapics ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/anch-bar.mkii loading : ConTeXt Anchoring Macros / Margin Bars ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/anch-snc.mkii loading : ConTeXt Anchoring Macros / Synchronization ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/math-pln.mkii loading : ConTeXt Math Macros / Plain Helpers ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/math-ini.mkii loading : ConTeXt Math Macros / Initializations (c:/texlive/2020/texmf-dist/tex/context/base/mkii/math-tex.mkii) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/math-ams.mkii) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/math-uni.mkii)) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/math-arr.mkii loading : ConTeXt Math Macros / Arrows ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/math-frc.mkii loading : ConTeXt Math Macros / Fractions ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/core-fnt.mkii loading : ConTeXt Core Macros / Fonts ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/strc-not.mkii loading : ConTeXt Structure Macros / Note Handling ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/strc-lnt.mkii loading : ConTeXt Structure Macros / Line Notes ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/core-mis.mkii loading : ConTeXt Core Macros / Misc Commands ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/grph-trf.mkii loading : ConTeXt Graphic Macros / Transformations ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/grph-inc.mkii loading : ConTeXt Graphic Macros / Figure Inclusion ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/grph-fig.mkii loading : ConTeXt Graphic Macros / Figure Handling ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/core-par.mkii loading : ConTeXt Core Macros / Pararaph Tricks ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/pack-box.mkii loading : ConTeXt Packaging Macros / Boxes ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/page-app.mkii loading : ConTeXt Page Macros / Applications ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/meta-fig.mkii loading : MetaPost Graphics / Stand Alone Graphics ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/lang-spa.mkii loading : ConTeXt Language Macros / Spacing ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/bibl-tra.mkii loading : ConTeXt Bibliography Support / BibTeX publications : loading formatting style from bibl-apa (c:/texlive/2020/texmf-dist/tex/context/bib/mkii/bibl-apa.tex)) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/xtag-ini.mkii loading : ConTeXt XML Macros / Initialization warning : \toks \everyTEXinputmode is already defined (\relax it first) warning : \toks \everyXMLinputmode is already defined (\relax it first) ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/xtag-ext.mkii loading : ConTeXt XML Macros / Extras ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/xtag-exp.mkii loading : ConTeXt XML Macros / Expansion ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/xtag-pre.mkii loading : ConTeXt XML Macros / Predefined ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/xtag-xsd.mkii) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/xtag-rng.mkii) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/meta-xml.mkii loading : MetaPost Graphics / XML Hacks ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/cont-log.mkii loading : ConTeXt TeX Logos ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/core-ctx.mkii loading : ConTeXt Core Macros / Job Control ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/core-ini.mkii loading : ConTeXt Core Macros / Additional Initialization ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/core-def.mkii loading : ConTeXt Core Macros / Defaults symbols : loading symbolset mis (c:/texlive/2020/texmf-dist/tex/context/base/mkii/symb-mis.mkii) symbols : loading symbolset mvs (c:/texlive/2020/texmf-dist/tex/context/base/mkii/symb-mvs.mkii) symbols : loading symbolset nav (c:/texlive/2020/texmf-dist/tex/context/base/mkii/symb-nav.mkii)) system : module res-12 (mkii) loaded (c:/texlive/2020/texmf-dist/tex/context/modules/mkii/x-res-12.mkii) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/type-siz.mkii) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/type-one.mkii (c:/texlive/2020/texmf-dist/tex/context/base/mkii/type-siz.mkii) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/type-one.mkii) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/type-siz.mkii) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/type-one.mkii) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/type-siz.mkii) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/type-one.mkii) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/type-siz.mkii) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/type-one.mkii) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/type-siz.mkii) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/type-one.mkii) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/type-siz.mkii) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/type-one.mkii) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/type-siz.mkii) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/type-one.mkii) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/type-siz.mkii) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/type-one.mkii)) ConTeXt ver: 2020.03.10 14:44 MKII fmt: 2021.3.16 int: english/english specials : loading definition file dvi (c:/texlive/2020/texmf-dist/tex/context/base/mkii/spec-dvi.mkii) specials : loading definition file ps (c:/texlive/2020/texmf-dist/tex/context/base/mkii/spec-ps.mkii) specials : loading definition file tr (c:/texlive/2020/texmf-dist/tex/context/base/mkii/spec-tr.mkii) ) ) Beginning to dump on file cont-en.fmt (preloaded format=cont-en 2021.3.16) 44526 strings of total length 734676 598666 memory locations dumped; current usage is 2846&589765 41429 multiletter control sequences \font\nullfont=nullfont 0 words of font info for 0 preloaded fonts 581 hyphenation exceptions Hyphenation trie of length 204108 has 4924 ops out of 35111 138 for language 38 119 for language 37 185 for language 35 31 for language 34 103 for language 33 77 for language 31 7 for language 30 12 for language 29 71 for language 28 19 for language 27 248 for language 26 248 for language 25 63 for language 24 63 for language 23 194 for language 22 194 for language 21 194 for language 20 58 for language 19 7 for language 18 7 for language 17 25 for language 16 37 for language 15 37 for language 14 21 for language 13 183 for language 12 89 for language 11 89 for language 10 224 for language 9 137 for language 8 127 for language 7 60 for language 6 475 for language 5 475 for language 4 377 for language 3 265 for language 2 265 for language 1 0 words of pdfTeX memory 0 indirect objects No pages of output. Transcript written on cont-en.log. fmtutil [INFO]: log file copied to: c:/users/caesar/.texlive2020/texmf-var/web2c /pdftex/cont-en.log fmtutil [INFO]: c:/users/caesar/.texlive2020/texmf-var/web2c/pdftex/cont-en.fmt installed. fmtutil [INFO]: --- remaking cont-en with xetex fmtutil: running `xetex -ini -jobname=cont-en -progname=context -8bit *cont-en .mkii' ... This is XeTeX, Version 3.14159265-2.6-0.999992 (TeX Live 2020/W32TeX) (INITEX) restricted \write18 enabled. entering extended mode (c:/texlive/2020/texmf-dist/tex/context/base/mkii/cont-en.mkii (c:/texlive/2020/texmf-dist/tex/context/base/mkii/context.mkii (c:/texlive/2020/texmf-dist/tex/context/base/mkii/syst-ini.mkii) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/syst-pln.mkii) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/norm-tex.mkii) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/norm-etx.mkii) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/norm-ptx.mkii) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/norm-xtx.mkii) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/norm-ctx.mkii) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/catc-ini.mkii) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/catc-act.mkii) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/catc-def.mkii) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/catc-ctx.mkii) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/catc-sym.mkii) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/catc-xml.mkii loading: ConTeXt Catcode Regimes / XML ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/syst-gen.mkii warning: \count \scratchcounter is already defined (\relax it first) warning: \count \globalscratchcounter is already defined (\relax it first) warning: \dimen \scratchdimen is already defined (\relax it first) warning: \dimen \globalscratchdimen is already defined (\relax it first) warning: \skip \scratchskip is already defined (\relax it first) warning: \skip \globalscratchskip is already defined (\relax it first) warning: \muskip \scratchmuskip is already defined (\relax it first) warning: \muskip \globalscratchmuskip is already defined (\relax it first) warning: \toks \scratchtoks is already defined (\relax it first) warning: \toks \globalscratchtoks is already defined (\relax it first) warning: \box \scratchbox is already defined (\relax it first) warning: \box \globalscratchbox is already defined (\relax it first) warning: \dimen \scratchdimenone is already defined (\relax it first) warning: \box \scratchboxone is already defined (\relax it first) warning: \count \scratchcounterone is already defined (\relax it first) warning: \dimen \scratchdimentwo is already defined (\relax it first) warning: \box \scratchboxtwo is already defined (\relax it first) warning: \count \scratchcountertwo is already defined (\relax it first) warning: \toks \emptytoks is already defined (\relax it first) loading : ConTeXt System Macros / General ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/syst-ext.mkii loading : ConTeXt System Macros / Extras ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/syst-new.mkii) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/syst-con.mkii loading : ConTeXt System Macros / Conversions ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/thrd-trg.mkii) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/syst-fnt.mkii) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/syst-str.mkii) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/syst-rtp.mkii) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/xetx-ini.mkii) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/xetx-utf.mkii) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/xetx-chr.mkii) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/xetx-cls.mkii) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/supp-fil.mkii loading : ConTeXt Support Macros / Files ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/supp-dir.mkii) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/supp-lat.mkii) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/mult-ini.mkii loading : ConTeXt Multilingual Macros / Initialization ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/mult-fst.mkii) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/mult-sys.mkii loading : ConTeXt Multilingual Macros / System interface : defining english interface interface : using english messages ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/mult-def.mkii (c:/texlive/2020/texmf-dist/tex/context/base/mkii/mult-en.mkii) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/mult-men.mkii)) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/mult-chk.mkii loading : ConTeXt Multilingual Macros / Checking ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/mult-aux.mkii loading : ConTeXt Multilingual Macros / Helpers ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/core-var.mkii loading : ConTeXt Core Macros / Variables ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/core-env.mkii loading : ConTeXt Core Macros / Environments ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/supp-box.mkii loading : ConTeXt Support Macros / Boxes ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/supp-mrk.mkii loading : ConTeXt Support Macros / Marks ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/supp-vis.mkii loading : ConTeXt Support Macros / Visualization ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/supp-fun.mkii loading : ConTeXt Support Macros / Fun Stuff ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/supp-spe.mkii loading : ConTeXt Support Macros / Specials ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/supp-ran.mkii loading : ConTeXt Support Macros / Random Number Generation (c:/texlive/2020/texmf-dist/tex/context/base/mkii/thrd-ran.mkii) loading : using TeX's built in randomizer (overloading macro) ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/supp-mps.mkii loading : ConTeXt Support Macros / MetaPost Inclusion ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/supp-tpi.mkii (c:/texlive/2020/texmf-dist/tex/context/base/mkii/supp-eps.mkii loading : ConTeXt Support Macros / EPS ) loading : ConTeXt Support Macros / TPIC Conversion ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/supp-mat.mkii loading : ConTeXt Support Macros / Math ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/supp-ali.mkii) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/supp-num.mkii loading : ConTeXt Support Macros / Numbers ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/verb-ini.mkii loading : ConTeXt Verbatim Macros / Initialization ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/page-ins.mkii loading : ConTeXt Core Macros / Insertions ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/core-fil.mkii loading : ConTeXt Core Macros / File Support ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/core-con.mkii loading : ConTeXt Core Macros / Conversion ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/cont-fil.mkii loading : ConTeXt File Synonyms ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/thrd-tab.mkii) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/supp-pat.mkii loading : ConTeXt Support Macros / Patterns ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/regi-ini.mkii) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/regi-syn.mkii loading : ConTeXt Regime Macros / Synonyms ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/enco-ini.mkii loading : ConTeXt Encoding Macros / Initialization encoding : coding def is loaded (c:/texlive/2020/texmf-dist/tex/context/base/mkii/enco-def.mkii) encoding : coding acc is loaded (c:/texlive/2020/texmf-dist/tex/context/base/mkii/enco-acc.mkii) encoding : coding raw is loaded (c:/texlive/2020/texmf-dist/tex/context/base/mkii/enco-raw.mkii) encoding : coding com is loaded (c:/texlive/2020/texmf-dist/tex/context/base/mkii/enco-com.mkii) encoding : coding cas is loaded (c:/texlive/2020/texmf-dist/tex/context/base/mkii/enco-cas.mkii) encoding : coding mis is loaded (c:/texlive/2020/texmf-dist/tex/context/base/mkii/enco-mis.mkii)) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/hand-ini.mkii handling : font handling def is loaded (c:/texlive/2020/texmf-dist/tex/context/base/mkii/hand-def.mkii)) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/lang-ini.mkii loading : ConTeXt Language Macros / Initialization ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/lang-spe.mkii loading : ConTeXt Language Macros / Specifics ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/lang-lab.mkii) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/unic-ini.mkii loading : ConTeXt Unicode Support / Initialization warning : \count \utf at c is already defined (\relax it first) unicode : loading vector 0 (c:/texlive/2020/texmf-dist/tex/context/base/mkii/unic-000.mkii) unicode : loading vector 1 (c:/texlive/2020/texmf-dist/tex/context/base/mkii/unic-001.mkii) unicode : loading vector 2 (c:/texlive/2020/texmf-dist/tex/context/base/mkii/unic-002.mkii) unicode : loading vector 3 (c:/texlive/2020/texmf-dist/tex/context/base/mkii/unic-003.mkii) unicode : loading vector 4 (c:/texlive/2020/texmf-dist/tex/context/base/mkii/unic-004.mkii) unicode : loading vector 5 (c:/texlive/2020/texmf-dist/tex/context/base/mkii/unic-005.mkii) unicode : loading vector 30 (c:/texlive/2020/texmf-dist/tex/context/base/mkii/unic-030.mkii) unicode : loading vector 31 (c:/texlive/2020/texmf-dist/tex/context/base/mkii/unic-031.mkii) unicode : loading vector 32 (c:/texlive/2020/texmf-dist/tex/context/base/mkii/unic-032.mkii) unicode : loading vector 33 (c:/texlive/2020/texmf-dist/tex/context/base/mkii/unic-033.mkii) unicode : loading vector 34 (c:/texlive/2020/texmf-dist/tex/context/base/mkii/unic-034.mkii) unicode : loading vector 35 (c:/texlive/2020/texmf-dist/tex/context/base/mkii/unic-035.mkii) unicode : loading vector 37 (c:/texlive/2020/texmf-dist/tex/context/base/mkii/unic-037.mkii) unicode : loading vector 39 (c:/texlive/2020/texmf-dist/tex/context/base/mkii/unic-039.mkii) unicode : loading vector 251 (c:/texlive/2020/texmf-dist/tex/context/base/mkii/unic-251.mkii) unicode : loading vector cjk (c:/texlive/2020/texmf-dist/tex/context/base/mkii/unic-cjk.mkii) regime : regime utf is loaded (c:/texlive/2020/texmf-dist/tex/context/base/mkii/regi-utf.mkii)) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/core-gen.mkii loading : ConTeXt Core Macros / General ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/core-uti.mkii loading : ConTeXt Core Macros / Utility File Handling ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/core-two.mkii loading : ConTeXt Core Macros / Two Pass Data ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/core-stg.mkii) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/spec-ini.mkii loading : ConTeXt Special Macros / Initialization ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/spec-mis.mkii loading : ConTeXt Special Macros / Miscellaneous Macros ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/spec-def.mkii loading : ConTeXt Special Macros / Definitions ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/spec-var.mkii loading : ConTeXt Special Macros / Variables ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/colo-ini.mkii loading : ConTeXt Color Macros / Initialization color : specification [s=0] at color black becomes black color : system rgb is loaded (c:/texlive/2020/texmf-dist/tex/context/base/mkii/colo-rgb.mkii color : specification [s=0] at color black becomes black )) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/colo-ext.mkii loading : ConTeXt Color Macros / Extras ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/lang-mis.mkii loading : ConTeXt Language Macros / Compounds ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/lang-url.mkii) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/lang-ger.mkii loading : ConTeXt Language Macros / Germanic Languages language : patterns nl for nl loaded (n=1,e=default,m=default) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-nl.pat) language : hyphenations nl for nl loaded (n=1,e=default,m=default) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-nl.hyp) language : patterns us for en loaded (n=2,e=default,m=default) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-us.pat) language : hyphenations us for en loaded (n=2,e=default,m=default) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-us.hyp) language : patterns de for de loaded (n=3,e=default,m=default) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-de.pat) language : hyphenations de for de loaded (n=3,e=default,m=default) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-de.hyp) language : patterns da for da loaded (n=4,e=default,m=default) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-da.pat) language : hyphenations da for da loaded (n=4,e=default,m=default) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-da.hyp) language : patterns sv for sv loaded (n=5,e=default,m=default) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-sv.pat) language : hyphenations sv for sv loaded (n=5,e=default,m=default) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-sv.hyp) language : patterns af for af loaded (n=6,e=default,m=default) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-af.pat) language : hyphenations af for af loaded (n=6,e=default,m=default) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-af.hyp) language : patterns for nb not loaded language : patterns for nn not loaded language : patterns gb for en-gb loaded (n=7,e=default,m=default) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-gb.pat) language : hyphenations gb for en-gb loaded (n=7,e=default,m=default) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-gb.hyp)) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/lang-ita.mkii loading : ConTeXt Language Macros / Italic Languages language : patterns fr for fr loaded (n=8,e=default,m=default) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-fr.pat) language : hyphenations fr for fr loaded (n=8,e=default,m=default) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-fr.hyp) language : patterns es for es loaded (n=9,e=default,m=default) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-es.pat) language : hyphenations es for es loaded (n=9,e=default,m=default) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-es.hyp) language : patterns ca for ca loaded (n=10,e=default,m=default) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-ca.pat) language : hyphenations ca for ca loaded (n=10,e=default,m=default) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-ca.hyp) language : patterns it for it loaded (n=11,e=default,m=default) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-it.pat) language : hyphenations it for it loaded (n=11,e=default,m=default) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-it.hyp) language : patterns la for la loaded (n=12,e=default,m=default) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-la.pat) language : hyphenations la for la loaded (n=12,e=default,m=default) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-la.hyp) language : patterns pt for pt loaded (n=13,e=default,m=default) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-pt.pat) language : hyphenations pt for pt loaded (n=13,e=default,m=default) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-pt.hyp) language : patterns ro for ro loaded (n=14,e=default,m=default) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-ro.pat) language : hyphenations ro for ro loaded (n=14,e=default,m=default) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-ro.hyp)) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/lang-sla.mkii loading : ConTeXt Language Macros / Slavic Languages language : patterns pl for pl loaded (n=15,e=default,m=default) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-pl.pat) language : hyphenations pl for pl loaded (n=15,e=default,m=default) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-pl.hyp) language : patterns cs for cs loaded (n=16,e=default,m=default) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-cs.pat) language : hyphenations cs for cs loaded (n=16,e=default,m=default) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-cs.hyp) language : patterns sk for sk loaded (n=17,e=default,m=default) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-sk.pat) language : hyphenations sk for sk loaded (n=17,e=default,m=default) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-sk.hyp) language : patterns hr for hr loaded (n=18,e=default,m=default) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-hr.pat) language : hyphenations hr for hr loaded (n=18,e=default,m=default) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-hr.hyp) language : patterns sl for sl loaded (n=19,e=default,m=default) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-sl.pat) language : hyphenations sl for sl loaded (n=19,e=default,m=default) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-sl.hyp)) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/lang-alt.mkii loading : ConTeXt Language Macros / Altaic Languages language : patterns tr for tr loaded (n=20,e=default,m=default) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-tr.pat) language : hyphenations tr for tr loaded (n=20,e=default,m=default) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-tr.hyp) language : patterns tk for tk loaded (n=21,e=default,m=default) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-tk.pat) language : hyphenations tk for tk loaded (n=21,e=default,m=default) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-tk.hyp)) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/lang-ana.mkii loading : ConTeXt Language Macros / Anatolian Languages ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/lang-art.mkii loading : ConTeXt Language Macros / Artificial Languages ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/lang-bal.mkii loading : ConTeXt Language Macros / Baltic Languages language : patterns lt for lt loaded (n=22,e=default,m=default) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-lt.pat) language : hyphenations lt for lt loaded (n=22,e=default,m=default) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-lt.hyp)) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/lang-cel.mkii loading : ConTeXt Language Macros / Celtic Languages ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/lang-grk.mkii loading : ConTeXt Language Macros / Greek language : no patterns gr for gr (n=23,e=default,m=default) (lang-gr.pat ,lang-gr.pat) language : no hyphenations gr for gr (n=23,e=default,m=default) language : patterns agr for agr loaded (n=24,e=default,m=default) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-agr.pat) language : hyphenations agr for agr loaded (n=24,e=default,m=default) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-agr.hyp)) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/lang-ind.mkii loading : ConTeXt Language Macros / Indo-Iranian Languages ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/lang-ura.mkii loading : ConTeXt Language Macros / Uralic Languages language : patterns fi for fi loaded (n=25,e=default,m=default) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-fi.pat) language : hyphenations fi for fi loaded (n=25,e=default,m=default) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-fi.hyp) language : patterns hu for hu loaded (n=26,e=default,m=default) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-hu.pat) language : hyphenations hu for hu loaded (n=26,e=default,m=default) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-hu.hyp)) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/lang-vn.mkii loading : ConTeXt Language Macros / Vietnamese Language language : no patterns vi for vi (n=27,e=default,m=default) (lang-vi.pat ,lang-vi.pat) language : no hyphenations vi for vi (n=27,e=default,m=default) ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/lang-cyr.mkii loading : ConTeXt Language Macros / Cyrillic Languages language : patterns ru for ru loaded (n=28,e=default,m=default) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-ru.pat) language : hyphenations ru for ru loaded (n=28,e=default,m=default) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-ru.hyp) language : patterns uk for ua loaded (n=29,e=default,m=default) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-uk.pat) language : hyphenations uk for ua loaded (n=29,e=default,m=default) (c:/texlive/2020/texmf-dist/tex/context/patterns/mkii/lang-uk.hyp)) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/typo-ini.mkii loading : ConTeXt Typographic Macros / Initialization ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/symb-ini.mkii loading : ConTeXt Symbol Libraries / Initialization ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/sort-ini.mkii loading : ConTeXt Sorting Macros / Initialization ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/spac-gen.mkii loading : ConTeXt Core Macros / Spacing ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/spac-grd.mkii loading : ConTeXt Core Macros / Grid Snapping ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/strc-mar.mkii loading : ConTeXt Structure Macros / Markings ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/anch-pos.mkii loading : ConTeXt Anchoring Macros / Positioning ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/buff-ver.mkii loading : ConTeXt Buffer Macros / Verbatim ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/buff-ini.mkii loading : ConTeXt Buffer Macros / Buffers ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/pack-rul.mkii loading : ConTeXt Packaging Macros / Ruled Content ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/trac-vis.mkii loading : ConTeXt Tracking Macros / Visualization ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/strc-num.mkii loading : ConTeXt Structure Macros / Numbering ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/tabl-com.mkii loading : ConTeXt Table Macros / Common Code ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/tabl-pln.mkii loading : ConTeXt Table Macros / Plain Tabular ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/tabl-tab.mkii loading : ConTeXt Table Macros / TaBlE Embedding ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/tabl-tsp.mkii loading : ConTeXt Table Macros / Splitting ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/scrn-nav.mkii loading : ConTeXt Screen Macros / Navigation ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/strc-ref.mkii loading : ConTeXt Structure Macros / Cross Referencing ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/pack-obj.mkii loading : ConTeXt Packaging Macros / Objects ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/strc-lst.mkii loading : ConTeXt Structure Macros / Lists ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/strc-itm.mkii loading : ConTeXt Structure Macros / Itemgroups ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/strc-des.mkii loading : ConTeXt Structure Macros / Descriptions ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/strc-mat.mkii loading : ConTeXt Structure Macros / Math Fundamentals warning : \count \supersubmode is already defined (\relax it first) ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/strc-syn.mkii loading : ConTeXt Structure Macros / Synonyms and Sorts ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/core-sys.mkii loading : ConTeXt Core Macros / System ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/page-ini.mkii loading : ConTeXt Page Macros / Initializations ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/page-bck.mkii loading : ConTeXt Page Macros / Backgrounds warning : \dimen \pagedepth is already defined (\relax it first) ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/page-not.mkii loading : ConTeXt Page Macros / Footnotes ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/page-one.mkii loading : ConTeXt Page Macros / Default Routine ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/page-lay.mkii loading : ConTeXt Page Macros / Layout Specification ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/page-log.mkii loading : ConTeXt Page Macros / Logos ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/page-txt.mkii loading : ConTeXt Page Macros / Texts ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/page-sid.mkii loading : ConTeXt Page Macros / Side Floats ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/strc-flt.mkii loading : ConTeXt Structure Macros / Float Numbering ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/page-mis.mkii loading : ConTeXt Page Macros / Misc Float Things layout : marginblocks active ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/page-mul.mkii loading : ConTeXt Page Macros / Simple Multi Column ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/page-set.mkii loading : ConTeXt Page Macros / Column Sets ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/pack-lyr.mkii loading : ConTeXt Packaging Macros / Layers ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/page-mak.mkii loading : ConTeXt Page Macros / MakeUp ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/strc-pag.mkii loading : ConTeXt Structure Macros / Numbering warning : \count \pageno is already defined (\relax it first) ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/page-lin.mkii loading : ConTeXt Core Macros / Line Numbering ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/page-par.mkii loading : ConTeXt Page Macros / Paragraph Numbering ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/page-mar.mkii loading : ConTeXt Page Macros / Maginal Things ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/core-job.mkii loading : ConTeXt Core Macros / Job Handling ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/strc-sec.mkii loading : ConTeXt Structure Macros / Sectioning system : mark part defined [part] system : mark partnumber defined [partnumber] system : mark chapter defined [chapter] system : mark chapternumber defined [chapternumber] system : mark section defined [section] system : mark sectionnumber defined [sectionnumber] system : mark subsection defined [subsection] system : mark subsectionnumber defined [subsectionnumber] system : mark subsubsection defined [subsubsection] system : mark subsubsectionnumber defined [subsubsectionnumber] system : mark subsubsubsection defined [subsubsubsection] system : mark subsubsubsectionnumber defined [subsubsubsectionnumber] system : mark subsubsubsubsection defined [subsubsubsubsection] system : mark subsubsubsubsectionnumber defined [subsubsubsubsectionnu mber] system : mark title defined [title] system : mark titlenumber defined [titlenumber] system : mark subject defined [subject] system : mark subjectnumber defined [subjectnumber] system : mark subsubject defined [subsubject] system : mark subsubjectnumber defined [subsubjectnumber] system : mark subsubsubject defined [subsubsubject] system : mark subsubsubjectnumber defined [subsubsubjectnumber] system : mark subsubsubsubject defined [subsubsubsubject] system : mark subsubsubsubjectnumber defined [subsubsubsubjectnumber] system : mark subsubsubsubsubject defined [subsubsubsubsubject] system : mark subsubsubsubsubjectnumber defined [subsubsubsubsubjectnu mber] ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/strc-swd.mkii loading : ConTeXt Structure Macros / Sectionworlds ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/strc-blk.mkii loading : ConTeXt Structure Macros / Blockmoves ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/page-imp.mkii loading : ConTeXt Page Macros / Pagebody Building ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/tabl-tbl.mkii loading : ConTeXt Table Macros / Tabulation ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/scrn-int.mkii loading : ConTeXt Screen Macros / Interaction ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/tabl-ntb.mkii loading : ConTeXt Table Macros / Natural Tables ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/tabl-nte.mkii loading : ConTeXt Table Module / Natural Tables Extensions ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/tabl-ltb.mkii loading : ConTeXt Table Macros / Line Tables ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/lang-chi.mkii loading : ConTeXt Language Macros / Chinese language : no patterns cn for cn (n=30,e=default,m=default) (lang-cn.pat ,lang-cn.pat) language : no hyphenations cn for cn (n=30,e=default,m=default) language : language specific options [default-cn] seamless appended ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/lang-jap.mkii loading : ConTeXt Language Macros / Japanese language : no patterns ja for ja (n=31,e=default,m=default) (lang-ja.pat ,lang-ja.pat) language : no hyphenations ja for ja (n=31,e=default,m=default) ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/java-ini.mkii loading : ConTeXt JavaScript Macros / Initialization ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/scrn-fld.mkii loading : ConTeXt Screen Macros / Fields ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/scrn-hlp.mkii loading : ConTeXt Screen Macros / Help popups ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/strc-reg.mkii loading : ConTeXt Structure Macros / Register Management ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/font-ini.mkii loading : ConTeXt Font Macros / Initialization loading : Postponed Plain TeX Font Definitions bodyfont : style mm (mm) defined bodyfont : style rm (rm definedromanserifregular) bodyfont : style ss (ss definedsansserifsanssupport) bodyfont : style tt (tt definedteletypetypemono) bodyfont : style hw (hw definedhandwritten) bodyfont : style cg (cg definedcalligraphic) ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/font-xtx.mkii loading : ConTeXt Font Macros / XeTeX Hacks ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/font-unk.mkii) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/font-uni.mkii loading : ConTeXt Font Macros / Unicode ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/font-bfm.mkii loading : ConTeXt Font Macros / Mixed Bold Math Support ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/enco-pfr.mkii) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/type-ini.mkii loading : ConTeXt Typescript Macros / Initialization ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/type-set.mkii) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/type-def.mkii) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/prop-ini.mkii loading : ConTeXt Property Macros / Initialization ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/prop-lay.mkii loading : ConTeXt Property Macros / Layers ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/prop-mis.mkii loading : ConTeXt Property Macros / Miscelaneous ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/meta-ini.mkii loading : MetaPost Graphics / Initializations ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/meta-tex.mkii) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/meta-pdf.mkii loading : MetaPost Graphics / MPS to PDF warning : \count \nofMParguments is already defined (\relax it first) ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/meta-pag.mkii loading : MetaPost Graphics / Page Data Management ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/page-flw.mkii loading : ConTeXt Page Macros / Text Flows ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/page-spr.mkii loading : ConTeXt Page Macros / Spreading ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/page-plg.mkii loading : ConTeXt Page Macros / Extra Page Building ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/page-str.mkii loading : ConTeXt Page Macros / Page Streams ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/anch-pgr.mkii loading : ConTeXt Anchoring Macros / Grapics ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/anch-bar.mkii loading : ConTeXt Anchoring Macros / Margin Bars ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/anch-snc.mkii loading : ConTeXt Anchoring Macros / Synchronization ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/math-pln.mkii loading : ConTeXt Math Macros / Plain Helpers ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/math-ini.mkii loading : ConTeXt Math Macros / Initializations (c:/texlive/2020/texmf-dist/tex/context/base/mkii/math-tex.mkii) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/math-ams.mkii) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/math-uni.mkii)) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/math-arr.mkii loading : ConTeXt Math Macros / Arrows ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/math-frc.mkii loading : ConTeXt Math Macros / Fractions ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/core-fnt.mkii loading : ConTeXt Core Macros / Fonts ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/strc-not.mkii loading : ConTeXt Structure Macros / Note Handling ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/strc-lnt.mkii loading : ConTeXt Structure Macros / Line Notes ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/core-mis.mkii loading : ConTeXt Core Macros / Misc Commands ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/grph-trf.mkii loading : ConTeXt Graphic Macros / Transformations ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/grph-inc.mkii loading : ConTeXt Graphic Macros / Figure Inclusion ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/grph-fig.mkii loading : ConTeXt Graphic Macros / Figure Handling ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/core-par.mkii loading : ConTeXt Core Macros / Pararaph Tricks ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/pack-box.mkii loading : ConTeXt Packaging Macros / Boxes ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/page-app.mkii loading : ConTeXt Page Macros / Applications ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/meta-fig.mkii loading : MetaPost Graphics / Stand Alone Graphics ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/lang-spa.mkii loading : ConTeXt Language Macros / Spacing ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/bibl-tra.mkii loading : ConTeXt Bibliography Support / BibTeX publications : loading formatting style from bibl-apa (c:/texlive/2020/texmf-dist/tex/context/bib/mkii/bibl-apa.tex)) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/xtag-ini.mkii loading : ConTeXt XML Macros / Initialization warning : \toks \everyTEXinputmode is already defined (\relax it first) warning : \toks \everyXMLinputmode is already defined (\relax it first) ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/xtag-ext.mkii loading : ConTeXt XML Macros / Extras ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/xtag-exp.mkii loading : ConTeXt XML Macros / Expansion ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/xtag-pre.mkii loading : ConTeXt XML Macros / Predefined ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/xtag-xsd.mkii) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/xtag-rng.mkii) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/meta-xml.mkii loading : MetaPost Graphics / XML Hacks ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/cont-log.mkii loading : ConTeXt TeX Logos ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/core-ctx.mkii loading : ConTeXt Core Macros / Job Control ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/core-ini.mkii loading : ConTeXt Core Macros / Additional Initialization ) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/core-def.mkii loading : ConTeXt Core Macros / Defaults symbols : loading symbolset mis (c:/texlive/2020/texmf-dist/tex/context/base/mkii/symb-mis.mkii) symbols : loading symbolset mvs (c:/texlive/2020/texmf-dist/tex/context/base/mkii/symb-mvs.mkii) symbols : loading symbolset nav (c:/texlive/2020/texmf-dist/tex/context/base/mkii/symb-nav.mkii)) system : module res-12 (mkii) loaded (c:/texlive/2020/texmf-dist/tex/context/modules/mkii/x-res-12.mkii) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/type-siz.mkii) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/type-otf.mkii (c:/texlive/2020/texmf-dist/tex/context/base/mkii/type-siz.mkii) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/type-otf.mkii) (c:/texlive/2020/texmf-dist/tex/context/fonts/mkii/type-xtx.mkii) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/type-siz.mkii) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/type-otf.mkii) (c:/texlive/2020/texmf-dist/tex/context/fonts/mkii/type-xtx.mkii) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/type-siz.mkii) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/type-otf.mkii) (c:/texlive/2020/texmf-dist/tex/context/fonts/mkii/type-xtx.mkii) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/type-siz.mkii) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/type-otf.mkii) (c:/texlive/2020/texmf-dist/tex/context/fonts/mkii/type-xtx.mkii) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/type-siz.mkii) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/type-otf.mkii) (c:/texlive/2020/texmf-dist/tex/context/fonts/mkii/type-xtx.mkii) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/type-siz.mkii) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/type-otf.mkii) (c:/texlive/2020/texmf-dist/tex/context/fonts/mkii/type-xtx.mkii) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/type-siz.mkii) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/type-otf.mkii) (c:/texlive/2020/texmf-dist/tex/context/fonts/mkii/type-xtx.mkii) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/type-siz.mkii) (c:/texlive/2020/texmf-dist/tex/context/base/mkii/type-otf.mkii) (c:/texlive/2020/texmf-dist/tex/context/fonts/mkii/type-xtx.mkii)) ConTeXt ver: 2020.03.10 14:44 MKII fmt: 2021.3.16 int: english/english specials : loading definition file dvi (c:/texlive/2020/texmf-dist/tex/context/base/mkii/spec-dvi.mkii) specials : loading definition file ps (c:/texlive/2020/texmf-dist/tex/context/base/mkii/spec-ps.mkii) specials : loading definition file tr (c:/texlive/2020/texmf-dist/tex/context/base/mkii/spec-tr.mkii) ) ) (see the transcript file for additional information) Beginning to dump on file cont-en.fmt (preloaded format=cont-en 2021.3.16) 106611 strings of total length 675168 502394 memory locations dumped; current usage is 3237&492833 38723 multiletter control sequences \font\nullfont=nullfont 0 words of font info for 0 preloaded fonts 489 hyphenation exceptions Hyphenation trie of length 205446 has 3327 ops out of 35111 138 for language 29 119 for language 28 185 for language 26 31 for language 25 78 for language 24 77 for language 22 7 for language 21 12 for language 20 71 for language 19 19 for language 18 248 for language 17 63 for language 16 194 for language 15 58 for language 14 7 for language 13 25 for language 12 37 for language 11 21 for language 10 183 for language 9 89 for language 8 224 for language 7 137 for language 6 127 for language 5 60 for language 4 475 for language 3 377 for language 2 265 for language 1 No pages of output. Transcript written on cont-en.log. fmtutil [INFO]: log file copied to: c:/users/caesar/.texlive2020/texmf-var/web2c /xetex/cont-en.log fmtutil [INFO]: c:/users/caesar/.texlive2020/texmf-var/web2c/xetex/cont-en.fmt i nstalled. fmtutil [INFO]: --- remaking uplatex with euptex fmtutil: running `euptex -ini -jobname=uplatex -progname=uplatex *uplatex.ini' ... This is e-upTeX, Version 3.14159265-p3.8.3-u1.26-191112-2.6 (utf8.uptex) (TeX Li ve 2020/W32TeX) (INITEX) restricted \write18 enabled. entering extended mode (c:/texlive/2020/texmf-dist/tex/uplatex/config/uplatex.ini <<< making "uplatex with Babel" format >>> (c:/texlive/2020/texmf-dist/tex/uplatex/base/uplatex.ltx (c:/texlive/2020/texmf-dist/tex/latex/base/latex.ltx (c:/texlive/2020/texmf-dist/tex/latex/base/texsys.cfg) ./texsys.aux found \@currdir set to: ./. Assuming \openin and \input have the same search path. Defining UNIX/DOS style filename parser. catcodes, registers, parameters, LaTeX2e <2020-10-01> patch level 4 (c:/texlive/2020/texmf-dist/tex/latex/l3kernel/expl3.ltx (c:/texlive/2020/texmf-dist/tex/latex/l3kernel/expl3-code.tex (c:/texlive/2020/texmf-dist/tex/latex/l3kernel/l3deprecation.def))) (c:/texlive/2020/texmf-dist/tex/latex/l3packages/xparse/xparse.ltx (c:/texlive/2020/texmf-dist/tex/latex/l3packages/xparse/xparse-generic.tex)) hacks, control, par, spacing, files, font encodings, lengths, ==================================== Local config file fonttext.cfg used ==================================== (c:/texlive/2020/texmf-dist/tex/latex/base/fonttext.cfg (c:/texlive/2020/texmf-dist/tex/latex/base/fonttext.ltx === Don't modify this file, use a .cfg file instead === (c:/texlive/2020/texmf-dist/tex/latex/base/omlenc.def) (c:/texlive/2020/texmf-dist/tex/latex/base/omsenc.def) (c:/texlive/2020/texmf-dist/tex/latex/base/ot1enc.def) (c:/texlive/2020/texmf-dist/tex/latex/base/t1enc.def) (c:/texlive/2020/texmf-dist/tex/latex/base/ts1enc.def) (c:/texlive/2020/texmf-dist/tex/latex/base/ts1cmr.fd) (c:/texlive/2020/texmf-dist/tex/latex/base/t1cmr.fd) (c:/texlive/2020/texmf-dist/tex/latex/base/ot1cmr.fd) (c:/texlive/2020/texmf-dist/tex/latex/base/ot1cmss.fd) (c:/texlive/2020/texmf-dist/tex/latex/base/ot1cmtt.fd))) ==================================== Local config file fontmath.cfg used ==================================== (c:/texlive/2020/texmf-dist/tex/latex/base/fontmath.cfg (c:/texlive/2020/texmf-dist/tex/latex/base/fontmath.ltx === Don't modify this file, use a .cfg file instead === (c:/texlive/2020/texmf-dist/tex/latex/base/omlcmm.fd) (c:/texlive/2020/texmf-dist/tex/latex/base/omscmsy.fd) (c:/texlive/2020/texmf-dist/tex/latex/base/omxcmex.fd) (c:/texlive/2020/texmf-dist/tex/latex/base/ucmr.fd))) ==================================== Local config file preload.cfg used ===================================== (c:/texlive/2020/texmf-dist/tex/latex/base/preload.cfg (c:/texlive/2020/texmf-dist/tex/latex/base/preload.ltx)) page nos., x-ref, environments, center, verbatim, math definitions, boxes, title, sectioning, contents, floats, footnotes, index, bibliography, output, =========================================== Local configuration file hyphen.cfg used =========================================== (c:/texlive/2020/texmf-dist/tex/generic/babel/hyphen.cfg (c:/texlive/2020/texmf-dist/tex/generic/hyphen/hyphen.tex) (c:/texlive/2020/texmf-dist/tex/generic/hyphen/dumyhyph.tex) (c:/texlive/2020/texmf-dist/tex/generic/hyphen/zerohyph.tex) ! I can't find file `dehypht-x-2019-04-04.tex'. \relax l.200 \repeat (Press Enter to retry, or Control-Z to exit) Please type another input file name: ! Emergency stop. \relax l.200 \repeat No pages of output. Transcript written on uplatex.log. fmtutil [INFO]: log file copied to: c:/users/caesar/.texlive2020/texmf-var/web2c /euptex/uplatex.log fmtutil [INFO]: --- remaking lualatex-dev with luahbtex fmtutil: running `luahbtex -ini -jobname=lualatex-dev -progname=lualatex-dev l ualatex.ini' ... This is LuaHBTeX, Version 1.12.0 (TeX Live 2020/W32TeX) (INITEX) restricted system commands enabled. (c:/texlive/2020/texmf-dist/tex/generic/tex-ini-files/lualatex.ini (c:/texlive/2020/texmf-dist/tex/generic/tex-ini-files/luatexconfig.tex (c:/texlive/2020/texmf-dist/tex/generic/tex-ini-files/pdftexconfig.tex)) (c:/texlive/2020/texmf-dist/tex/latex-dev/base/latex.ltx (c:/texlive/2020/texmf-dist/tex/latex-dev/base/texsys.cfg) ./texsys.aux found \@currdir set to: ./. Assuming \openin and \input have the same search path. Defining UNIX/DOS style filename parser. catcodes, registers, parameters, LaTeX2e <2021-05-01> pre-release-2 (develop 2021-3-16 branch) (c:/texlive/2020/texmf-dist/tex/latex/l3kernel/expl3.ltx (c:/texlive/2020/texmf-dist/tex/latex/l3kernel/expl3-code.tex (c:/texlive/2020/texmf-dist/tex/latex/l3kernel/l3deprecation.def))) hacks, document commands, control, par, spacing, files, font encodings, lengths, ==================================== Local config file fonttext.cfg used ==================================== (c:/texlive/2020/texmf-dist/tex/latex-dev/base/fonttext.cfg (c:/texlive/2020/texmf-dist/tex/latex-dev/base/fonttext.ltx === Don't modify this file, use a .cfg file instead === (c:/texlive/2020/texmf-dist/tex/latex-dev/base/omlenc.def) (c:/texlive/2020/texmf-dist/tex/latex-dev/base/omsenc.def) (c:/texlive/2020/texmf-dist/tex/latex-dev/base/ot1enc.def) (c:/texlive/2020/texmf-dist/tex/latex-dev/base/t1enc.def) (c:/texlive/2020/texmf-dist/tex/latex-dev/base/ts1enc.def) (c:/texlive/2020/texmf-dist/tex/latex-dev/base/tuenc.def) (c:/texlive/2020/texmf-dist/tex/latex-dev/base/tulmr.fd) (c:/texlive/2020/texmf-dist/tex/latex-dev/base/tulmss.fd) (c:/texlive/2020/texmf-dist/tex/latex-dev/base/tulmtt.fd) (c:/texlive/2020/texmf-dist/tex/latex/lm/ts1lmr.fd) (c:/texlive/2020/texmf-dist/tex/latex-dev/base/t1cmr.fd) (c:/texlive/2020/texmf-dist/tex/latex-dev/base/ot1cmr.fd) (c:/texlive/2020/texmf-dist/tex/latex-dev/base/ot1cmss.fd) (c:/texlive/2020/texmf-dist/tex/latex-dev/base/ot1cmtt.fd))) ==================================== Local config file fontmath.cfg used ==================================== (c:/texlive/2020/texmf-dist/tex/latex-dev/base/fontmath.cfg (c:/texlive/2020/texmf-dist/tex/latex-dev/base/fontmath.ltx === Don't modify this file, use a .cfg file instead === (c:/texlive/2020/texmf-dist/tex/latex-dev/base/omlcmm.fd) (c:/texlive/2020/texmf-dist/tex/latex-dev/base/omscmsy.fd) (c:/texlive/2020/texmf-dist/tex/latex-dev/base/omxcmex.fd) (c:/texlive/2020/texmf-dist/tex/latex-dev/base/ucmr.fd))) ==================================== Local config file preload.cfg used ===================================== (c:/texlive/2020/texmf-dist/tex/latex-dev/base/preload.cfg (c:/texlive/2020/texmf-dist/tex/latex-dev/base/preload.ltx)) page nos., x-ref, environments, center, verbatim, math definitions, boxes, title, sectioning, contents, floats, footnotes, index, bibliography, output, Unicode character data, (c:/texlive/2020/texmf-dist/tex/generic/unicode-data/load-unicode-data.tex load-unicode-data.tex v1.14 (2020-10-24) Reading Unicode data # UnicodeData-13.0.0.txt # Modified 2020-03-12 11:00:00 GMT [JAW] ) =========================================== Local configuration file hyphen.cfg used =========================================== (c:/texlive/2020/texmf-dist/tex/generic/babel/hyphen.cfg (c:/texlive/2020/texmf-dist/tex/generic/babel/luababel.def) (c:/texlive/2020/texmf-dist/tex/generic/hyphen/hyphen.tex)) (c:/texlive/2020/texmf-dist/tex/latex-dev/firstaid/latex2e-first-aid-for-extern al-files.ltx) (c:/texlive/2020/texmf-dist/tex/latex-dev/base/ltpara.ltx) )) Beginning to dump on file lualatex-dev.fmt (format=lualatex-dev 2021.3.16) 21558 strings using 353372 bytes 683753 memory locations dumped; current usage is 204&313887 20180 multiletter control sequences \font\nullfont=nullfont \font\c__fp_exp_intarray=cmr10 at 0.00002pt \font\c__fp_trig_intarray=cmr10 at 0.00003pt \font\g__regex_state_active_intarray=cmr10 at 0.00005pt \font\g__regex_thread_info_intarray=cmr10 at 0.00006pt \font\g__regex_submatch_prev_intarray=cmr10 at 0.00008pt \font\g__regex_submatch_begin_intarray=cmr10 at 0.00009pt \font\g__regex_submatch_end_intarray=cmr10 at 0.0001pt \font\g__regex_balance_intarray=cmr10 at 0.00012pt \font\OMX/cmex/m/n/10=cmex10 \font\tenln=line10 \font\tenlnw=linew10 \font\tencirc=lcircle10 \font\tencircw=lcirclew10 \font\OT1/cmr/m/n/5=cmr5 \font\OT1/cmr/m/n/7=cmr7 \font\OT1/cmr/m/n/10=cmr10 \font\OML/cmm/m/it/5=cmmi5 \font\OML/cmm/m/it/7=cmmi7 \font\OML/cmm/m/it/10=cmmi10 \font\OMS/cmsy/m/n/5=cmsy5 \font\OMS/cmsy/m/n/7=cmsy7 \font\OMS/cmsy/m/n/10=cmsy10 22 preloaded fonts warning (pdf backend): no pages of output. Transcript written on lualatex-dev.log. fmtutil [INFO]: log file copied to: c:/users/caesar/.texlive2020/texmf-var/web2c /luahbtex/lualatex-dev.log fmtutil [INFO]: c:/users/caesar/.texlive2020/texmf-var/web2c/luahbtex/lualatex-d ev.fmt installed. fmtutil [INFO]: --- remaking texsis with pdftex fmtutil: running `pdftex -ini -jobname=texsis -progname=texsis -translate-file =cp227.tcx texsis.ini' ... This is pdfTeX, Version 3.14159265-2.6-1.40.21 (TeX Live 2020/W32TeX) (INITEX) restricted \write18 enabled. (c:/texlive/2020/texmf-dist/web2c/cp227.tcx) (c:/texlive/2020/texmf-dist/tex/texsis/config/texsis.ini (c:/texlive/2020/texmf-dist/tex/texsis/base/texsis.tex (c:/texlive/2020/texmf-dist/tex/plain/base/plain.tex Preloading the plain format: codes, registers, parameters, fonts, more fonts, macros, math definitions, output routines, hyphenation (c:/texlive/2020/texmf-dist/tex/generic/hyphen/hyphen.tex)) (c:/texlive/2020/texmf-dist/tex/texsis/base/TXSfonts.tex TeXsis fonts: \mib, \scr, 9pt, 10pt, 11pt, 12pt, 14pt, 16pt, 20pt, 24pt.) (c:/texlive/2020/texmf-dist/tex/texsis/base/TXSmacs.tex TeXsis main macros. Checkpoint/Restart.) (c:/texlive/2020/texmf-dist/tex/texsis/base/TXSinit.tex Initialization.) (c:/texlive/2020/texmf-dist/tex/texsis/base/TXShead.tex Running Headlines.) (c:/texlive/2020/texmf-dist/tex/texsis/base/TXSeqns.tex Equation numbering.) (c:/texlive/2020/texmf-dist/tex/texsis/base/TXSprns.tex Auto-sizing of Parentheses.) (c:/texlive/2020/texmf-dist/tex/texsis/base/TXSrefs.tex References and Citations. BIBTeX support for TeXsis (macros and patches) v 0.92) (c:/texlive/2020/texmf-dist/tex/texsis/base/TXSsects.tex Section and Chapter divisions.) (c:/texlive/2020/texmf-dist/tex/texsis/base/TXStags.tex Labels and tags.) (c:/texlive/2020/texmf-dist/tex/texsis/base/TXStitle.tex Title Page macros.) (c:/texlive/2020/texmf-dist/tex/texsis/base/TXSenvmt.tex Environments.) (c:/texlive/2020/texmf-dist/tex/texsis/base/TXSfmts.tex Layout macros.) (c:/texlive/2020/texmf-dist/tex/texsis/base/TXSfigs.tex Figures and Tables.) (c:/texlive/2020/texmf-dist/tex/texsis/base/TXSruled.tex) (c:/texlive/2020/texmf-dist/tex/texsis/base/TXSdcol.tex - Double column format.) (c:/texlive/2020/texmf-dist/tex/texsis/base/TXSletr.tex Letter Format, with envelopes.) (c:/texlive/2020/texmf-dist/tex/texsis/base/TXSmemo.tex Memo Format.) (c:/texlive/2020/texmf-dist/tex/texsis/base/TXSconts.tex Table of Contents.) (c:/texlive/2020/texmf-dist/tex/texsis/base/TXSsymb.tex Extended math/physics symbols,) > Trying to read in TXSsite.tex... (c:/texlive/2020/texmf-dist/tex/texsis/base/TXSsite.tex Site dependent info.... Generic version.) TeXsis version 2.18 (21 April 2001) loaded. ) ) Beginning to dump on file texsis.fmt (preloaded format=texsis 2021.3.16) 4115 strings of total length 56110 31678 memory locations dumped; current usage is 148&31274 2365 multiletter control sequences \font\nullfont=nullfont \font\tenrm=cmr10 \font\preloaded=cmr9 \font\preloaded=cmr8 \font\sevenrm=cmr7 \font\preloaded=cmr6 \font\fiverm=cmr5 \font\teni=cmmi10 \font\preloaded=cmmi9 \font\preloaded=cmmi8 \font\seveni=cmmi7 \font\preloaded=cmmi6 \font\fivei=cmmi5 \font\tensy=cmsy10 \font\preloaded=cmsy9 \font\preloaded=cmsy8 \font\sevensy=cmsy7 \font\preloaded=cmsy6 \font\fivesy=cmsy5 \font\tenex=cmex10 \font\tenss=cmss10 \font\preloaded=cmssq8 \font\preloaded=cmssi10 \font\preloaded=cmssqi8 \font\tenbf=cmbx10 \font\preloaded=cmbx9 \font\preloaded=cmbx8 \font\sevenbf=cmbx7 \font\preloaded=cmbx6 \font\fivebf=cmbx5 \font\tentt=cmtt10 \font\preloaded=cmtt9 \font\preloaded=cmtt8 \font\preloaded=cmsltt10 \font\tensl=cmsl10 \font\preloaded=cmsl9 \font\preloaded=cmsl8 \font\tenit=cmti10 \font\preloaded=cmti9 \font\preloaded=cmti8 \font\preloaded=cmti7 \font\preloaded=cmu10 \font\preloaded=cmmib10 \font\preloaded=cmbsy10 \font\preloaded=cmcsc10 \font\preloaded=cmssbx10 \font\preloaded=cmdunh10 \font\preloaded=cmr7 at 14.51799pt \font\preloaded=cmtt10 at 14.4pt \font\preloaded=cmssbx10 at 14.4pt \font\preloaded=manfnt 14787 words of font info for 50 preloaded fonts 14 hyphenation exceptions Hyphenation trie of length 6075 has 181 ops out of 35111 181 for language 0 0 words of pdfTeX memory 0 indirect objects No pages of output. Transcript written on texsis.log. fmtutil [INFO]: log file copied to: c:/users/caesar/.texlive2020/texmf-var/web2c /pdftex/texsis.log fmtutil [INFO]: c:/users/caesar/.texlive2020/texmf-var/web2c/pdftex/texsis.fmt i nstalled. fmtutil [INFO]: --- remaking mllatex with pdftex fmtutil: running `pdftex -ini -jobname=mllatex -progname=mllatex -translate-fi le=cp227.tcx -mltex *mllatex.ini' ... This is pdfTeX, Version 3.14159265-2.6-1.40.21 (TeX Live 2020/W32TeX) (INITEX) restricted \write18 enabled. (c:/texlive/2020/texmf-dist/web2c/cp227.tcx) entering extended mode MLTeX v2.2 enabled (c:/texlive/2020/texmf-dist/tex/latex/latexconfig/mllatex.ini (c:/texlive/2020/texmf-dist/tex/latex/base/latex.ltx (c:/texlive/2020/texmf-dist/tex/latex/base/texsys.cfg) ./texsys.aux found \@currdir set to: ./. Assuming \openin and \input have the same search path. Defining UNIX/DOS style filename parser. catcodes, registers, parameters, LaTeX2e <2020-10-01> patch level 4 (c:/texlive/2020/texmf-dist/tex/latex/l3kernel/expl3.ltx (c:/texlive/2020/texmf-dist/tex/latex/l3kernel/expl3-code.tex (c:/texlive/2020/texmf-dist/tex/latex/l3kernel/l3deprecation.def))) (c:/texlive/2020/texmf-dist/tex/latex/l3packages/xparse/xparse.ltx (c:/texlive/2020/texmf-dist/tex/latex/l3packages/xparse/xparse-generic.tex)) hacks, control, par, spacing, files, font encodings, lengths, ==================================== Local config file fonttext.cfg used ==================================== (c:/texlive/2020/texmf-dist/tex/latex/base/fonttext.cfg (c:/texlive/2020/texmf-dist/tex/latex/base/fonttext.ltx === Don't modify this file, use a .cfg file instead === (c:/texlive/2020/texmf-dist/tex/latex/base/omlenc.def) (c:/texlive/2020/texmf-dist/tex/latex/base/omsenc.def) (c:/texlive/2020/texmf-dist/tex/latex/base/ot1enc.def) (c:/texlive/2020/texmf-dist/tex/latex/base/t1enc.def) (c:/texlive/2020/texmf-dist/tex/latex/base/ts1enc.def) (c:/texlive/2020/texmf-dist/tex/latex/base/ts1cmr.fd) (c:/texlive/2020/texmf-dist/tex/latex/base/t1cmr.fd) (c:/texlive/2020/texmf-dist/tex/latex/base/ot1cmr.fd) (c:/texlive/2020/texmf-dist/tex/latex/base/ot1cmss.fd) (c:/texlive/2020/texmf-dist/tex/latex/base/ot1cmtt.fd))) ==================================== Local config file fontmath.cfg used ==================================== (c:/texlive/2020/texmf-dist/tex/latex/base/fontmath.cfg (c:/texlive/2020/texmf-dist/tex/latex/base/fontmath.ltx === Don't modify this file, use a .cfg file instead === (c:/texlive/2020/texmf-dist/tex/latex/base/omlcmm.fd) (c:/texlive/2020/texmf-dist/tex/latex/base/omscmsy.fd) (c:/texlive/2020/texmf-dist/tex/latex/base/omxcmex.fd) (c:/texlive/2020/texmf-dist/tex/latex/base/ucmr.fd))) ==================================== Local config file preload.cfg used ===================================== (c:/texlive/2020/texmf-dist/tex/latex/base/preload.cfg (c:/texlive/2020/texmf-dist/tex/latex/base/preload.ltx)) page nos., x-ref, environments, center, verbatim, math definitions, boxes, title, sectioning, contents, floats, footnotes, index, bibliography, output, =========================================== Local configuration file hyphen.cfg used =========================================== (c:/texlive/2020/texmf-dist/tex/generic/babel/hyphen.cfg (c:/texlive/2020/texmf-dist/tex/generic/hyphen/hyphen.tex) (c:/texlive/2020/texmf-dist/tex/generic/hyphen/dumyhyph.tex) (c:/texlive/2020/texmf-dist/tex/generic/hyphen/zerohyph.tex) ! I can't find file `dehypht-x-2019-04-04.tex'. \relax l.200 \repeat (Press Enter to retry, or Control-Z to exit) Please type another input file name: ! Emergency stop. \relax l.200 \repeat No pages of output. Transcript written on mllatex.log. fmtutil [INFO]: log file copied to: c:/users/caesar/.texlive2020/texmf-var/web2c /pdftex/mllatex.log fmtutil [INFO]: --- remaking dvilualatex-dev with luatex fmtutil: running `luatex -ini -jobname=dvilualatex-dev -progname=dvilualatex-d ev dvilualatex.ini' ... This is LuaTeX, Version 1.12.0 (TeX Live 2020/W32TeX) (INITEX) restricted system commands enabled. (c:/texlive/2020/texmf-dist/tex/generic/tex-ini-files/dvilualatex.ini (c:/texlive/2020/texmf-dist/tex/generic/tex-ini-files/lualatex.ini (c:/texlive/2020/texmf-dist/tex/generic/tex-ini-files/luatexconfig.tex (c:/texlive/2020/texmf-dist/tex/generic/tex-ini-files/pdftexconfig.tex)) (c:/texlive/2020/texmf-dist/tex/latex-dev/base/latex.ltx (c:/texlive/2020/texmf-dist/tex/latex-dev/base/texsys.cfg) ./texsys.aux found \@currdir set to: ./. Assuming \openin and \input have the same search path. Defining UNIX/DOS style filename parser. catcodes, registers, parameters, LaTeX2e <2021-05-01> pre-release-2 (develop 2021-3-16 branch) (c:/texlive/2020/texmf-dist/tex/latex/l3kernel/expl3.ltx (c:/texlive/2020/texmf-dist/tex/latex/l3kernel/expl3-code.tex (c:/texlive/2020/texmf-dist/tex/latex/l3kernel/l3deprecation.def))) hacks, document commands, control, par, spacing, files, font encodings, lengths, ==================================== Local config file fonttext.cfg used ==================================== (c:/texlive/2020/texmf-dist/tex/latex-dev/base/fonttext.cfg (c:/texlive/2020/texmf-dist/tex/latex-dev/base/fonttext.ltx === Don't modify this file, use a .cfg file instead === (c:/texlive/2020/texmf-dist/tex/latex-dev/base/omlenc.def) (c:/texlive/2020/texmf-dist/tex/latex-dev/base/omsenc.def) (c:/texlive/2020/texmf-dist/tex/latex-dev/base/ot1enc.def) (c:/texlive/2020/texmf-dist/tex/latex-dev/base/t1enc.def) (c:/texlive/2020/texmf-dist/tex/latex-dev/base/ts1enc.def) (c:/texlive/2020/texmf-dist/tex/latex-dev/base/tuenc.def) (c:/texlive/2020/texmf-dist/tex/latex-dev/base/tulmr.fd) (c:/texlive/2020/texmf-dist/tex/latex-dev/base/tulmss.fd) (c:/texlive/2020/texmf-dist/tex/latex-dev/base/tulmtt.fd) (c:/texlive/2020/texmf-dist/tex/latex/lm/ts1lmr.fd) (c:/texlive/2020/texmf-dist/tex/latex-dev/base/t1cmr.fd) (c:/texlive/2020/texmf-dist/tex/latex-dev/base/ot1cmr.fd) (c:/texlive/2020/texmf-dist/tex/latex-dev/base/ot1cmss.fd) (c:/texlive/2020/texmf-dist/tex/latex-dev/base/ot1cmtt.fd))) ==================================== Local config file fontmath.cfg used ==================================== (c:/texlive/2020/texmf-dist/tex/latex-dev/base/fontmath.cfg (c:/texlive/2020/texmf-dist/tex/latex-dev/base/fontmath.ltx === Don't modify this file, use a .cfg file instead === (c:/texlive/2020/texmf-dist/tex/latex-dev/base/omlcmm.fd) (c:/texlive/2020/texmf-dist/tex/latex-dev/base/omscmsy.fd) (c:/texlive/2020/texmf-dist/tex/latex-dev/base/omxcmex.fd) (c:/texlive/2020/texmf-dist/tex/latex-dev/base/ucmr.fd))) ==================================== Local config file preload.cfg used ===================================== (c:/texlive/2020/texmf-dist/tex/latex-dev/base/preload.cfg (c:/texlive/2020/texmf-dist/tex/latex-dev/base/preload.ltx)) page nos., x-ref, environments, center, verbatim, math definitions, boxes, title, sectioning, contents, floats, footnotes, index, bibliography, output, Unicode character data, (c:/texlive/2020/texmf-dist/tex/generic/unicode-data/load-unicode-data.tex load-unicode-data.tex v1.14 (2020-10-24) Reading Unicode data # UnicodeData-13.0.0.txt # Modified 2020-03-12 11:00:00 GMT [JAW] ) =========================================== Local configuration file hyphen.cfg used =========================================== (c:/texlive/2020/texmf-dist/tex/generic/babel/hyphen.cfg (c:/texlive/2020/texmf-dist/tex/generic/babel/luababel.def) (c:/texlive/2020/texmf-dist/tex/generic/hyphen/hyphen.tex)) (c:/texlive/2020/texmf-dist/tex/latex-dev/firstaid/latex2e-first-aid-for-extern al-files.ltx) (c:/texlive/2020/texmf-dist/tex/latex-dev/base/ltpara.ltx) ))) Beginning to dump on file dvilualatex-dev.fmt (format=dvilualatex-dev 2021.3.16) 21563 strings using 353396 bytes 683795 memory locations dumped; current usage is 204&313908 20180 multiletter control sequences \font\nullfont=nullfont \font\c__fp_exp_intarray=cmr10 at 0.00002pt \font\c__fp_trig_intarray=cmr10 at 0.00003pt \font\g__regex_state_active_intarray=cmr10 at 0.00005pt \font\g__regex_thread_info_intarray=cmr10 at 0.00006pt \font\g__regex_submatch_prev_intarray=cmr10 at 0.00008pt \font\g__regex_submatch_begin_intarray=cmr10 at 0.00009pt \font\g__regex_submatch_end_intarray=cmr10 at 0.0001pt \font\g__regex_balance_intarray=cmr10 at 0.00012pt \font\OMX/cmex/m/n/10=cmex10 \font\tenln=line10 \font\tenlnw=linew10 \font\tencirc=lcircle10 \font\tencircw=lcirclew10 \font\OT1/cmr/m/n/5=cmr5 \font\OT1/cmr/m/n/7=cmr7 \font\OT1/cmr/m/n/10=cmr10 \font\OML/cmm/m/it/5=cmmi5 \font\OML/cmm/m/it/7=cmmi7 \font\OML/cmm/m/it/10=cmmi10 \font\OMS/cmsy/m/n/5=cmsy5 \font\OMS/cmsy/m/n/7=cmsy7 \font\OMS/cmsy/m/n/10=cmsy10 22 preloaded fonts No pages of output. Transcript written on dvilualatex-dev.log. fmtutil [INFO]: log file copied to: c:/users/caesar/.texlive2020/texmf-var/web2c /luatex/dvilualatex-dev.log fmtutil [INFO]: c:/users/caesar/.texlive2020/texmf-var/web2c/luatex/dvilualatex- dev.fmt installed. fmtutil [INFO]: --- remaking latex with pdftex fmtutil: running `pdftex -ini -jobname=latex -progname=latex -translate-file=c p227.tcx *latex.ini' ... This is pdfTeX, Version 3.14159265-2.6-1.40.21 (TeX Live 2020/W32TeX) (INITEX) restricted \write18 enabled. (c:/texlive/2020/texmf-dist/web2c/cp227.tcx) entering extended mode (c:/texlive/2020/texmf-dist/tex/latex/latexconfig/latex.ini (c:/texlive/2020/texmf-dist/tex/generic/tex-ini-files/pdftexconfig.tex) (c:/texlive/2020/texmf-dist/tex/latex/base/latex.ltx (c:/texlive/2020/texmf-dist/tex/latex/base/texsys.cfg) ./texsys.aux found \@currdir set to: ./. Assuming \openin and \input have the same search path. Defining UNIX/DOS style filename parser. catcodes, registers, parameters, LaTeX2e <2020-10-01> patch level 4 (c:/texlive/2020/texmf-dist/tex/latex/l3kernel/expl3.ltx (c:/texlive/2020/texmf-dist/tex/latex/l3kernel/expl3-code.tex (c:/texlive/2020/texmf-dist/tex/latex/l3kernel/l3deprecation.def))) (c:/texlive/2020/texmf-dist/tex/latex/l3packages/xparse/xparse.ltx (c:/texlive/2020/texmf-dist/tex/latex/l3packages/xparse/xparse-generic.tex)) hacks, control, par, spacing, files, font encodings, lengths, ==================================== Local config file fonttext.cfg used ==================================== (c:/texlive/2020/texmf-dist/tex/latex/base/fonttext.cfg (c:/texlive/2020/texmf-dist/tex/latex/base/fonttext.ltx === Don't modify this file, use a .cfg file instead === (c:/texlive/2020/texmf-dist/tex/latex/base/omlenc.def) (c:/texlive/2020/texmf-dist/tex/latex/base/omsenc.def) (c:/texlive/2020/texmf-dist/tex/latex/base/ot1enc.def) (c:/texlive/2020/texmf-dist/tex/latex/base/t1enc.def) (c:/texlive/2020/texmf-dist/tex/latex/base/ts1enc.def) (c:/texlive/2020/texmf-dist/tex/latex/base/ts1cmr.fd) (c:/texlive/2020/texmf-dist/tex/latex/base/t1cmr.fd) (c:/texlive/2020/texmf-dist/tex/latex/base/ot1cmr.fd) (c:/texlive/2020/texmf-dist/tex/latex/base/ot1cmss.fd) (c:/texlive/2020/texmf-dist/tex/latex/base/ot1cmtt.fd))) ==================================== Local config file fontmath.cfg used ==================================== (c:/texlive/2020/texmf-dist/tex/latex/base/fontmath.cfg (c:/texlive/2020/texmf-dist/tex/latex/base/fontmath.ltx === Don't modify this file, use a .cfg file instead === (c:/texlive/2020/texmf-dist/tex/latex/base/omlcmm.fd) (c:/texlive/2020/texmf-dist/tex/latex/base/omscmsy.fd) (c:/texlive/2020/texmf-dist/tex/latex/base/omxcmex.fd) (c:/texlive/2020/texmf-dist/tex/latex/base/ucmr.fd))) ==================================== Local config file preload.cfg used ===================================== (c:/texlive/2020/texmf-dist/tex/latex/base/preload.cfg (c:/texlive/2020/texmf-dist/tex/latex/base/preload.ltx)) page nos., x-ref, environments, center, verbatim, math definitions, boxes, title, sectioning, contents, floats, footnotes, index, bibliography, output, =========================================== Local configuration file hyphen.cfg used =========================================== (c:/texlive/2020/texmf-dist/tex/generic/babel/hyphen.cfg (c:/texlive/2020/texmf-dist/tex/generic/hyphen/hyphen.tex) (c:/texlive/2020/texmf-dist/tex/generic/hyphen/dumyhyph.tex) (c:/texlive/2020/texmf-dist/tex/generic/hyphen/zerohyph.tex) ! I can't find file `dehypht-x-2019-04-04.tex'. \relax l.200 \repeat (Press Enter to retry, or Control-Z to exit) Please type another input file name: ! Emergency stop. \relax l.200 \repeat No pages of output. Transcript written on latex.log. fmtutil [INFO]: log file copied to: c:/users/caesar/.texlive2020/texmf-var/web2c /pdftex/latex.log fmtutil [ERROR]: running `eptex -ini -jobname=eptex -progname=eptex *eptex.ini References: <51f7d5da-873e-f52a-ab5f-1e8a0770c9f4@gmail.com> Message-ID: Hi Cesar, > doing 'fmtutil-user --all' No no no, don't do fmtutil-user please ... Let us see whether we can fix that, first of all, please run tlmgr generate language and then fmtutil-sys --all Do you still get failures? If yes, then: Since you have saved ~/.texlive2020, please remove it completely again (the newly created one), then run pdftex -ini -recorder -jobname=pdftex -progname=pdftex -translate-file=cp227.tcx "*pdfetex.ini" It should create a file pdfetex.fls Please send this one. Thanks Norbert -- PREINING Norbert https://www.preining.info Fujitsu Research Labs + IFMGA Guide + TU Wien + TeX Live + Debian Dev GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13 From cesar.romani at gmail.com Wed Mar 17 00:23:57 2021 From: cesar.romani at gmail.com (Cesar Romani) Date: Tue, 16 Mar 2021 18:23:57 -0500 Subject: Errors after updating to latest revision on Windows 7 In-Reply-To: References: <51f7d5da-873e-f52a-ab5f-1e8a0770c9f4@gmail.com> Message-ID: On 16/03/2021 03:03 p. m., Norbert Preining wrote: > Hi Cesar, > >> doing 'fmtutil-user --all' > > No no no, don't do > fmtutil-user > please ... > > Let us see whether we can fix that, first of all, please run > tlmgr generate language > and then > fmtutil-sys --all > Do you still get failures? No, I didn't get any failures. I enabled again %userprofile%\texmf and %userprofile%\.texlive2020 and did 'fmtutil-user --all' and I didn't get any failures either. Thanks a lot and regards, -- Cesar From norbert at preining.info Wed Mar 17 01:39:14 2021 From: norbert at preining.info (Norbert Preining) Date: Wed, 17 Mar 2021 09:39:14 +0900 Subject: Errors after updating to latest revision on Windows 7 In-Reply-To: References: <51f7d5da-873e-f52a-ab5f-1e8a0770c9f4@gmail.com> Message-ID: Hi Cesar, > No, I didn't get any failures. I enabled again %userprofile%\texmf and Good. > %userprofile%\.texlive2020 and did 'fmtutil-user --all' and I didn't get Why would you do this? That cries for problems ... What are you trying to achieve with fmtutil-user --all ? The difference is that: * fmtutil-sys puts the format files into TEXMFSYSVAR * fmtutil-user puts the format files into TEXMFVAR (~/.texlive2020) and when there are updates on the system side, the user formats will override the system ones. Norbert -- PREINING Norbert https://www.preining.info Fujitsu Research Labs + IFMGA Guide + TU Wien + TeX Live + Debian Dev GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13 From cs at miktex.org Wed Mar 17 22:13:22 2021 From: cs at miktex.org (Christian Schenk) Date: Wed, 17 Mar 2021 22:13:22 +0100 Subject: dvipdfm compat bug Message-ID: MiKTeX dvipdfmx (based on latest dvipdfmx sources) segfauls when invoked as dvipdfm: latex sample2e dvipdfm sample.dvi This is probably a bug in dvipdfmx.c around line 1082: my_name is not set. By the way, does it make sense to submit pull requests at https://github.com/TeX-Live/texlive-source? From karl at freefriends.org Wed Mar 17 22:35:56 2021 From: karl at freefriends.org (Karl Berry) Date: Wed, 17 Mar 2021 15:35:56 -0600 Subject: dvipdfm compat bug In-Reply-To: Message-ID: <202103172135.12HLZumR017379@freefriends.org> This is probably a bug in dvipdfmx.c around line 1082: my_name is not set. Thanks Christian. I forwarded to dvipdfmx at tug.org so all the maintainers there would see it. I hope we can fix it in short order. By the way, does it make sense to submit pull requests at https://github.com/TeX-Live/texlive-source? Not really, since the real sources are in our svn and few of us do anything with the github (I don't, for instance :). So I suggest sending diffs to tlbuild at tug.org, a much smaller list than this one, though here is also ok. Thanks. -k From cesar.romani at gmail.com Thu Mar 18 00:07:43 2021 From: cesar.romani at gmail.com (Cesar Romani) Date: Wed, 17 Mar 2021 18:07:43 -0500 Subject: Errors after updating to latest revision on Windows 7 In-Reply-To: References: <51f7d5da-873e-f52a-ab5f-1e8a0770c9f4@gmail.com> Message-ID: On 16/03/2021 07:39 p. m., Norbert Preining wrote: > Hi Cesar, > >> No, I didn't get any failures. I enabled again %userprofile%\texmf >> and > > Good. > >> %userprofile%\.texlive2020 and did 'fmtutil-user --all' and I didn't >> get > > Why would you do this? That cries for problems ... > > What are you trying to achieve with > fmtutil-user --all > ? > > The difference is that: > * fmtutil-sys puts the format files into TEXMFSYSVAR > * fmtutil-user puts the format files into TEXMFVAR (~/.texlive2020) > and when there are updates on the system side, the user formats > will override the system ones. On .texlive2020 I have some extra fonts I built, together with .enc, .map, .pdf and other files. Do you mean one doesn't need to do 'fmtutil-user --all' in order for these fonts to work? From now on I'll only use 'fmtutil-sys'. Thanks and regards, -- Cesar From norbert at preining.info Thu Mar 18 01:18:20 2021 From: norbert at preining.info (Norbert Preining) Date: Thu, 18 Mar 2021 09:18:20 +0900 Subject: Errors after updating to latest revision on Windows 7 In-Reply-To: References: <51f7d5da-873e-f52a-ab5f-1e8a0770c9f4@gmail.com> Message-ID: On Wed, 17 Mar 2021, Cesar Romani wrote: > On .texlive2020 I have some extra fonts I built, together with .enc, > .map, .pdf and other files. Do you mean one doesn't need to do > 'fmtutil-user --all' in order for these fonts to work? Yes, these files are all loaded at run time, and not at format creating time (unless you define your own format which pre-loads the font). > From now on I'll only use 'fmtutil-sys'. That should actually NOT be necessary. tlmgr is doing this for you, it updates all the formats that needs rebuilding if some packages are updated. The only problem now is that you have format files in ~/.texlive2020/texmf-var which means the system wide will NOT be used. Best option for you is: - move the fonts and related files to ~/.texlive2020/texmf-config/ or ~/texmf/ - remove ~/.texlive2020/texmf-var After that there should be no need whatsoever to call fmtutil(-sys/-user). Best Norbert -- PREINING Norbert https://www.preining.info Fujitsu Research Labs + IFMGA Guide + TU Wien + TeX Live + Debian Dev GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13 From wl at gnu.org Thu Mar 18 05:57:46 2021 From: wl at gnu.org (Werner LEMBERG) Date: Thu, 18 Mar 2021 05:57:46 +0100 (CET) Subject: Errors after updating to latest revision on Windows 7 In-Reply-To: References: Message-ID: <20210318.055746.411932769645673978.wl@gnu.org> >> From now on I'll only use 'fmtutil-sys'. > > That should actually NOT be necessary. tlmgr is doing this for you, > it updates all the formats that needs rebuilding if some packages > are updated. In other words: Direct calls to `fmtutil` are only necessary if you bypass `tlmgr` while doing TeXLive updates, for example, if you directly use the TeXLive SVN repository. I'm quite sure the same is true for MiKTeX's package manager. Werner From cs at miktex.org Thu Mar 18 18:39:04 2021 From: cs at miktex.org (Christian Schenk) Date: Thu, 18 Mar 2021 18:39:04 +0100 Subject: save_size: tex.ch vs texmf.cnf Message-ID: In texmf.cnf: save_size = 200000 % for saving values outside current group In tex.ch: @!inf_save_size = 600; @!sup_save_size = 80000; As a user, I would expect that save_size is 200000. But it seems to me that tex.ch cuts it back to 80000? From karl at freefriends.org Thu Mar 18 22:21:39 2021 From: karl at freefriends.org (Karl Berry) Date: Thu, 18 Mar 2021 15:21:39 -0600 Subject: save_size: tex.ch vs texmf.cnf In-Reply-To: Message-ID: <202103182121.12ILLdH3005795@freefriends.org> As a user, I would expect that save_size is 200000. But it seems to me that tex.ch cuts it back to 80000? You're right. I don't think there would be any problem with changing sup_save_size in tex.ch, since apparently it can go up to max_halfword. You could probably do that for MiKTeX, but I don't want to rebuild TL just for that at this point. So I changed texmf.cnf for consistency and will change the code later. Thanks. -k From bvoisin at icloud.com Fri Mar 19 17:40:53 2021 From: bvoisin at icloud.com (Bruno Voisin) Date: Fri, 19 Mar 2021 17:40:53 +0100 Subject: xetex, pstricks, dvipdfmx-unsafe.cfg Message-ID: A recent thread on the XeTeX list, about the inconsistent way in which the updated dvipdfmx.cfg affected various pretesters, has revealed there are currently two versions of dvipdfmx.cfg in people's setup (at least those who installed via mactex, I don't know about other platforms): /usr/local/texlive/2021/texmf-config/dvipdfmx/dvipdfmx.cfg /usr/local/texlive/2021/texmf-dist/dvipdfmx/dvipdfmx.cfg The version in texmf-config, which has precedence, is older and invokes gs with -dDELAYSAFER (= -dNOSAFER). The version in texmf-dist is the updated one, invoking gs with -dSAFER. Bruno Voisin From alexander.sax at uni-graz.at Sat Mar 20 13:24:31 2021 From: alexander.sax at uni-graz.at (alexander sax) Date: Sat, 20 Mar 2021 13:24:31 +0100 Subject: update-tlmgr problem Message-ID: <3cbe4f3b-26f8-16f1-1c1e-83b11e559333@uni-graz.at> Dear all, when I execute update-tlmgr-latest.sh I get the message alex at alex-ThinkPad-P15v-Gen-1:~/Downloads$ ./update-tlmgr-latest.sh Verifying archive integrity... All good. Uncompressing TeX Live Manager Updater? 100% ./runme.sh: Cannot find TeX Live root using kpsewhich --var-value=SELFAUTOPARENT. ./runme.sh: (no tlpkg/texlive.tlpdb and/or tlpkg/tlpobj/.) ./runme.sh: Please set your PATH as needed, otherwise it's hopeless. When I check the PATH (set in .bashrc) I find alex at alex-ThinkPad-P15v-Gen-1:~$ $PATH bash: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/share/texlive/tlpkg:/usr/share/texlive/:/usr/share/texlive/tlpkg/: Any ideas how to make the update work? greetings alex -- Die reinste Form des Wahnsinns ist es, alles beim Alten zu lassen und gleichzeitig zu hoffen, dass sich etwas aendert. Albert Einstein The purest form of insanity is to leave everything as it is and at the same time to hope that things will change. Albert Einstein ========================================================================= Alexander F. Sax e-mail: alexander.sax at uni-graz.at Institut fuer Chemie tel. : +43 316 380 5513 Karl-Franzens-Universitaet Graz FAX : +43 316 380 9850 Heinrichstrasse 28 https://chemie.uni-graz.at/de/computational-chemistry/ A-8010 Graz AUSTRIA From norbert at preining.info Sat Mar 20 22:53:11 2021 From: norbert at preining.info (Norbert Preining) Date: Sat, 20 Mar 2021 21:53:11 +0000 (UTC) Subject: update-tlmgr problem In-Reply-To: <3cbe4f3b-26f8-16f1-1c1e-83b11e559333@uni-graz.at> References: <3cbe4f3b-26f8-16f1-1c1e-83b11e559333@uni-graz.at> Message-ID: <2a98ea99-aeb5-4058-a434-5de7f5560ae2@preining.info> Hi Alexander I guess you are running TeX Live as shipped by your Linux distribution, mighty be Debian based. In this case you cannot update using tlmgr and have to rely on the package updates by the distribution. Best Norbert -- PREINING Norbert????????????????????????????? https://www.preining.info Fujitsu Research Labs + IFMGA ProGuide + TU Wien + TeX Live + Debian Dev GPG: 0x860CDC13?? fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13 Mar 20, 2021 23:01:40 alexander sax : > Dear all, > > when I execute update-tlmgr-latest.sh I get the message > > alex at alex-ThinkPad-P15v-Gen-1:~/Downloads$ ./update-tlmgr-latest.sh > Verifying archive integrity... All good. > Uncompressing TeX Live Manager Updater? 100% > ./runme.sh: Cannot find TeX Live root using kpsewhich --var-value=SELFAUTOPARENT. > ./runme.sh: (no tlpkg/texlive.tlpdb and/or tlpkg/tlpobj/.) > ./runme.sh: Please set your PATH as needed, otherwise it's hopeless. > > When I check the PATH (set in .bashrc) I find > alex at alex-ThinkPad-P15v-Gen-1:~$ $PATH > bash: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/share/texlive/tlpkg:/usr/share/texlive/:/usr/share/texlive/tlpkg/: > > Any ideas how to make the update work? > > greetings alex > From xdzeng96 at gmail.com Sun Mar 21 12:22:34 2021 From: xdzeng96 at gmail.com (Xiangdong Zeng) Date: Sun, 21 Mar 2021 19:22:34 +0800 Subject: ctex package in TeX Live Message-ID: Dear all, I have uploaded the ctex v2.5.6 on CTAN several days ago, however, the ctex package in TeX Live is still v2.5.5 (56705). There were some issues when I uploaded it the first time, but I have fixed them and made another upload. Please check and upload it, and I hope the version 2.5.6 can be packed into the TL 2021 dist. Thank you very much! Xiangdong Zeng -------------- next part -------------- An HTML attachment was scrubbed... URL: From kopp.dev at gmail.com Sun Mar 21 12:38:25 2021 From: kopp.dev at gmail.com (Oliver Kopp) Date: Sun, 21 Mar 2021 12:38:25 +0100 Subject: Version of debian-equivs-2020-ex.txt Message-ID: Dear TUG, I am trying to use https://www.tug.org/texlive/files/debian-equivs-2020-ex.txt for marking packages as installed. This is used, for instance, at the current Docker image for texlive, too (see https://gitlab.com/islandoftex/images/texlive/-/blob/master/Dockerfile.latest#L21). When installing any latex packages, the required texlive packages are installed (e.g., apt-get install latexml installes texlive-base). I think, it is because of the version number contained in debian-equivs-2020: dpkg --compare-versions 2020-1 gt 2020.20210113-1 && echo true || echo false "false" Nevertheless, when using a high number (and a dot), then it is "OK" dpkg --compare-versions 2020.99999999 gt 2020.20210113-1 && echo true || echo false true Would it be possible to change the "Version" in "debian-equivs-2020-ex.txt" to something very high? (Maybe even 2100 to ensure that even if a new texlive package in debian is released, the local texlive installation is still used) Cheers, Oliver -- https://github.com/koppor/ From denis.bitouze at univ-littoral.fr Sun Mar 21 16:08:57 2021 From: denis.bitouze at univ-littoral.fr (=?utf-8?Q?Denis_Bitouz=C3=A9?=) Date: Sun, 21 Mar 2021 16:08:57 +0100 Subject: [tlpkg translations] Weird warnings Message-ID: <87o8fclf1y.fsf@example.com> Hi, FWIW, I noticed weird warnings with the `tlpkg` translations: if (some of) the `.po` files are open with `poedit` (e.g. `fr.po`, `es.po`, `uk.po`): - the first string to translate, "A4", comes with the warning: "... here is the location of the first occurrence" (roughly translated from French) - the second string to translate, "Add %s/texmf-dist/doc/man to MANPATH. [...]", comes with the warning: "Double definition of message" (roughly translated from French). I tried to investigate but didn't find anything suspect in these `.po` files. These strings indeed appear twice but the duplicates are in comments. All the best. -- Denis From siepo at bitmuis.nl Sun Mar 21 16:13:59 2021 From: siepo at bitmuis.nl (Siep Kroonenberg) Date: Sun, 21 Mar 2021 16:13:59 +0100 Subject: [tlpkg translations] Weird warnings In-Reply-To: <87o8fclf1y.fsf@example.com> References: <87o8fclf1y.fsf@example.com> Message-ID: On Sun, Mar 21, 2021 at 04:08:57PM +0100, Denis Bitouz? wrote: > Hi, > > FWIW, I noticed weird warnings with the `tlpkg` translations: if (some > of) the `.po` files are open with `poedit` (e.g. `fr.po`, `es.po`, > `uk.po`): > > - the first string to translate, "A4", comes with the warning: "... here > is the location of the first occurrence" (roughly translated from French) > - the second string to translate, "Add %s/texmf-dist/doc/man to > MANPATH. [...]", comes with the warning: "Double definition of > message" (roughly translated from French). > > I tried to investigate but didn't find anything suspect in these `.po` > files. These strings indeed appear twice but the duplicates are in > comments. Still, these comments are the cause of the warnings. Just remove them. -- Siep Kroonenberg From denis.bitouze at univ-littoral.fr Sun Mar 21 16:49:06 2021 From: denis.bitouze at univ-littoral.fr (Denis =?utf-8?Q?Bitouz=C3=A9?=) Date: Sun, 21 Mar 2021 16:49:06 +0100 (CET) Subject: [tlpkg translations] Weird warnings In-Reply-To: References: <87o8fclf1y.fsf@example.com> Message-ID: <733695589.9734042.1616341746549.JavaMail.zimbra@univ-littoral.fr> Removing these duplicates in comments indeed did the trick: thanks! (Done only for the fr.po file). ----- Mail original ----- > De: "Siep Kroonenberg" > ?: "tex-live" > Envoy?: Dimanche 21 Mars 2021 16:13:59 > Objet: Re: [tlpkg translations] Weird warnings > On Sun, Mar 21, 2021 at 04:08:57PM +0100, Denis Bitouz? wrote: >> Hi, >> >> FWIW, I noticed weird warnings with the `tlpkg` translations: if (some >> of) the `.po` files are open with `poedit` (e.g. `fr.po`, `es.po`, >> `uk.po`): >> >> - the first string to translate, "A4", comes with the warning: "... here >> is the location of the first occurrence" (roughly translated from French) >> - the second string to translate, "Add %s/texmf-dist/doc/man to >> MANPATH. [...]", comes with the warning: "Double definition of >> message" (roughly translated from French). >> >> I tried to investigate but didn't find anything suspect in these `.po` >> files. These strings indeed appear twice but the duplicates are in >> comments. > > Still, these comments are the cause of the warnings. Just remove > them. > > -- > Siep Kroonenberg -- Denis From karl at freefriends.org Sun Mar 21 21:52:48 2021 From: karl at freefriends.org (Karl Berry) Date: Sun, 21 Mar 2021 14:52:48 -0600 Subject: ctex package in TeX Live In-Reply-To: Message-ID: <202103212052.12LKqmMF008239@freefriends.org> Subject: ctex package in TeX Live Hi Xiangdong - ctex is now updated in TL, both the pretest for 2021 and for 2020. Sorry for the delay. --best, karl. From norbert at preining.info Mon Mar 22 05:43:34 2021 From: norbert at preining.info (Norbert Preining) Date: Mon, 22 Mar 2021 13:43:34 +0900 Subject: xetex, pstricks, dvipdfmx-unsafe.cfg In-Reply-To: References: Message-ID: Hi Bruno, > A recent thread on the XeTeX list, about the inconsistent way in which the updated dvipdfmx.cfg affected various pretesters, has revealed there are currently two versions of dvipdfmx.cfg in people's setup (at least those who installed via mactex, I don't know about other platforms): > > /usr/local/texlive/2021/texmf-config/dvipdfmx/dvipdfmx.cfg > /usr/local/texlive/2021/texmf-dist/dvipdfmx/dvipdfmx.cfg > > The version in texmf-config, which has precedence, is older and invokes gs with -dDELAYSAFER (= -dNOSAFER). You need to update the paper configuration by doing tlmgr paper a4 or similar, to make sure the new dvipdfmx.cfg is installed. We are discussing ways how to deal with that automatically. Best Norbert -- PREINING Norbert https://www.preining.info Fujitsu Research Labs + IFMGA Guide + TU Wien + TeX Live + Debian Dev GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13 From bvoisin at icloud.com Mon Mar 22 07:01:42 2021 From: bvoisin at icloud.com (Bruno Voisin) Date: Mon, 22 Mar 2021 07:01:42 +0100 Subject: xetex, pstricks, dvipdfmx-unsafe.cfg In-Reply-To: References: Message-ID: <224B57CB-B79D-4C70-94FF-A713255B32BE@icloud.com> > Le 22 mars 2021 ? 05:43, Norbert Preining a ?crit : > > You need to update the paper configuration by doing > tlmgr paper a4 > or similar, to make sure the new dvipdfmx.cfg is installed. Hi Norbert, I tried that (and, to be sure since the default was already a4 on my setup, setting paper size to letter then back to a4): this doesn't work, the paper size is indeed changed within /usr/local/texlive/2021/texmf-config/dvipdfmx/dvipdfmx.cfg but the rungs invocation remains unchanged and still contains -dDELAYSAFER. Bruno From norbert at preining.info Mon Mar 22 07:32:04 2021 From: norbert at preining.info (Norbert Preining) Date: Mon, 22 Mar 2021 15:32:04 +0900 Subject: xetex, pstricks, dvipdfmx-unsafe.cfg In-Reply-To: <224B57CB-B79D-4C70-94FF-A713255B32BE@icloud.com> References: <224B57CB-B79D-4C70-94FF-A713255B32BE@icloud.com> Message-ID: > but the rungs invocation remains unchanged and still contains -dDELAYSAFER. Indeed, my failure ... ok, scratch that, I will come up with something else. Norbert -- PREINING Norbert https://www.preining.info Fujitsu Research Labs + IFMGA Guide + TU Wien + TeX Live + Debian Dev GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13 From torsten.schuetze at gmx.net Mon Mar 22 12:29:50 2021 From: torsten.schuetze at gmx.net (Torsten Schuetze) Date: Mon, 22 Mar 2021 12:29:50 +0100 Subject: pretest installation failure Message-ID: Hi, under Windows 10 I just downloaded TL pretest 2021 with rsync -a -v -L --delete --exclude="mactex*" rsync://ftp.cstug.cz/pub/tex/local/tlpretest . unzipped install-tl.zip into f:\mirror-texlive-pretest and installed with cd install-tl-20210321 install-tl-windows.bat -repository ../tlpretest I selected complete install into c:/TeX, everything went fine except that I get the warning / failure notice pre-generating all format files, be patient... running fmtutil-sys --no-error-if-no-engine=luajithbtex,luajittex,mfluajit --no-strict --all ... done running path adjustment actions finished with path adjustment actions running package-specific postactions Undefined subroutine &main::debug called at C:/TeX/tlpkg/TeXLive/trans.pl line 40. Compilation failed in require at C:/TeX/tlpkg/tlpostcode/ptex2pdf-tlpost.pl line 164. F:/mirror-texlive-pretest/install-tl-20210321/install-tl: calling post action script tlpkg/tlpostcode/ptex2pdf-tlpost.pl did not succeed in F:/mirror-texlive-pretest/install-tl-20210321, status 255 at F:/mirror-texlive-pretest/install-tl-20210321/tlpkg/TeXLive/TLUtils.pm line 1793. 3 File(s) copied 1 File(s) copied Running fc-cache -v -r finished with package-specific postactions F:/mirror-texlive-pretest/install-tl-20210321/install-tl: errors in installation reported above Probably I myself will never need ptex2pdf, but the error message could by annoying to others. Ciao and thanks for the good work Torsten From norbert at preining.info Mon Mar 22 13:36:39 2021 From: norbert at preining.info (Norbert Preining) Date: Mon, 22 Mar 2021 21:36:39 +0900 Subject: pretest installation failure In-Reply-To: References: Message-ID: Hi Torsten, Very strange ... I cannot reproduce this on Linux, and the code should be the same, but obviously something is different ... I am asking some colleagues whther they can reproduce it. Thanks for reporting. Norbert On Mon, 22 Mar 2021, Torsten Schuetze wrote: > running package-specific postactions > > Undefined subroutine &main::debug called at C:/TeX/tlpkg/TeXLive/trans.pl > line 40. > Compilation failed in require at C:/TeX/tlpkg/tlpostcode/ptex2pdf-tlpost.pl > line 164. -- PREINING Norbert https://www.preining.info Fujitsu Research Labs + IFMGA Guide + TU Wien + TeX Live + Debian Dev GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13 From witiko at gmail.com Mon Mar 22 19:34:08 2021 From: witiko at gmail.com (=?UTF-8?B?VsOtdCBOb3ZvdG7DvQ==?=) Date: Mon, 22 Mar 2021 19:34:08 +0100 Subject: pretest 2021 begin In-Reply-To: <202102252353.11PNrsU2015538@freefriends.org> References: <202102252353.11PNrsU2015538@freefriends.org> Message-ID: Dear Karl, my students and I have several changes for the fithesis, markdown, and csbulletin packages still in the pipeline with estimated time of completion during this week. Is March 22 the final deadline for CTAN updates (in which case, we would just not target the TL2021 DVD) or are there any extensions planned? Best, V?tek p? 26. 2. 2021 v 0:56 odes?latel Karl Berry napsal: > Hi everyone. I think the pretest area is populated with the first build > for TL 2021. See https://tug.org/texlive/pretest.html as usual for > details of how to install (unchanged from previous years), and the list > of notable changes that I've got so far. Additions or corrections to the > news are greatly appreciated. > > The binaries for some of the platforms (x86_64-darwinlegacy, *-freebsd, > -solaris, armhf-linux) have not yet been updated. I expect that to > happen soon. All others are current AFAIK. Dick Koch is creating the > MacTeX/BasicTeX packages and they should also be available soon. > > As I mentioned in passing a day or two ago, this year for the first time > tlnet will continue to be updated during this pretest period. That is, > regular package updates sent to CTAN will normally end up in both tlnet > and tlpretest. (If a package update should only be in the pretest, > and you haven't already told me, please say so in the CTAN upload notes.) > > Please don't let this dissuade you from trying the pretest! Better for > everyone to test now than wait for breakage in the official release. TL > has no dedicated testers or QA department, so it's all up to us > collectively as volunteers. > > Hope it flies, > Karl > -------------- next part -------------- An HTML attachment was scrubbed... URL: From lahcim8 at gmail.com Mon Mar 22 20:22:07 2021 From: lahcim8 at gmail.com (=?utf-8?q?Michal_Vlas=C3=A1k?=) Date: Mon, 22 Mar 2021 20:22:07 +0100 Subject: Missing '\patterns' in school Finnish hyphenation patterns Message-ID: Hello, (This may be urgent to fix in TeX Live if it is to be frozen, but I CC'd Mojca Miklavec and Arthur Rosendahl for potential upstream fix.) I noticed that yesterday's hyph-utf8 release is missing '\patterns' command (and appropriate braces). Compare: Finnish https://tug.org/svn/texlive/trunk/Master/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-fi.tex?revision=58609&view=markup and Finnish school https://tug.org/svn/texlive/trunk/Master/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-fi-x-school.tex?revision=58619&view=markup Also when processing hyph-sq.tex using LuaTeX I get a lot these: ``` warning (hyphenation): a conflicting pattern has been ignored ``` But that is probably not that bad and maybe even intentional? Michal Vlas?k From karl at freefriends.org Mon Mar 22 21:49:19 2021 From: karl at freefriends.org (Karl Berry) Date: Mon, 22 Mar 2021 14:49:19 -0600 Subject: Missing '\patterns' in school Finnish hyphenation patterns In-Reply-To: Message-ID: <202103222049.12MKnJMK008504@freefriends.org> I noticed that yesterday's hyph-utf8 release is missing '\patterns' command (and appropriate braces). Compare: Yes, thanks, I just found that too and fixed it (among other things). Also when processing hyph-sq.tex using LuaTeX I get a lot these: ``` warning (hyphenation): a conflicting pattern has been ignored ``` But that is probably not that bad and maybe even intentional? I got a fatal error from that in XeTeX (and others I think) so it has to be fixed. I will look into reverting to the previous hyph-sq.tex, barring Arthur/Mojca fix. --thanks, karl. From arthur.reutenauer at normalesup.org Mon Mar 22 22:30:53 2021 From: arthur.reutenauer at normalesup.org (Arthur Rosendahl) Date: Mon, 22 Mar 2021 22:30:53 +0100 Subject: Missing '\patterns' in school Finnish hyphenation patterns In-Reply-To: References: Message-ID: <20210322213053.xgcovgbokwnph6wd@phare.normalesup.org> On Mon, Mar 22, 2021 at 08:22:07PM +0100, Michal Vlas?k wrote: > (This may be urgent to fix in TeX Live if it is to be frozen, but I CC'd > Mojca Miklavec and Arthur Rosendahl for potential upstream fix.) Thanks, we?re in contact with Karl. > Also when processing hyph-sq.tex using LuaTeX I get a lot these: > > ``` > warning (hyphenation): a conflicting pattern has been ignored > ``` > > But that is probably not that bad and maybe even intentional? Probably not, these come from upstream and we didn?t have time to test them. Best, Arthur From karl at freefriends.org Mon Mar 22 23:44:32 2021 From: karl at freefriends.org (Karl Berry) Date: Mon, 22 Mar 2021 16:44:32 -0600 Subject: pretest installation failure In-Reply-To: Message-ID: <202103222244.12MMiW9M012848@freefriends.org> > Undefined subroutine &main::debug called at C:/TeX/tlpkg/TeXLive/trans.pl > line 40. Torsten's $^O apparently does not match /^MSWin/ (line 34). That seems scary. But beyond that, ptex2pdf-tlpost.pl was not importing "debug" from TLUtils. I changed that in r58631-2. Hope it's ok. Seems like trans.pl should be loading TLUtils itself and importing the symbols it uses, but I didn't want to make that big of a change at this point. (Plus it should be named TLTrans, and be written as a module, and .. anyway ... :) Hope it flies, Karl From norbert at preining.info Tue Mar 23 03:15:42 2021 From: norbert at preining.info (Norbert Preining) Date: Tue, 23 Mar 2021 11:15:42 +0900 Subject: xetex, pstricks, dvipdfmx-unsafe.cfg In-Reply-To: References: <224B57CB-B79D-4C70-94FF-A713255B32BE@icloud.com> Message-ID: Hi Bruno, > Indeed, my failure ... ok, scratch that, I will come up with something Today's update should fix that by updating the dvipdfmx in texmf-config. Could you take a look whether it works on your computer? Best Norbert -- PREINING Norbert https://www.preining.info Fujitsu Research Labs + IFMGA Guide + TU Wien + TeX Live + Debian Dev GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13 From bvoisin at icloud.com Tue Mar 23 05:17:53 2021 From: bvoisin at icloud.com (Bruno Voisin) Date: Tue, 23 Mar 2021 05:17:53 +0100 Subject: xetex, pstricks, dvipdfmx-unsafe.cfg In-Reply-To: References: <224B57CB-B79D-4C70-94FF-A713255B32BE@icloud.com> Message-ID: <376988F4-1A73-4079-8D42-777642D9E247@icloud.com> Hi Norbert, > Today's update should fix that by updating the dvipdfmx in texmf-config. > Could you take a look whether it works on your computer? Thanks, that worked perfectly (after picking the most recently updated pretest mirror so that today's updates were available). Bruno From norbert at preining.info Tue Mar 23 07:09:11 2021 From: norbert at preining.info (Norbert Preining) Date: Tue, 23 Mar 2021 15:09:11 +0900 Subject: xetex, pstricks, dvipdfmx-unsafe.cfg In-Reply-To: <376988F4-1A73-4079-8D42-777642D9E247@icloud.com> References: <224B57CB-B79D-4C70-94FF-A713255B32BE@icloud.com> <376988F4-1A73-4079-8D42-777642D9E247@icloud.com> Message-ID: > Thanks, that worked perfectly (after picking the most recently updated pretest mirror so that today's updates were available). Thanks for the confirmation! Best Norbert -- PREINING Norbert https://www.preining.info Fujitsu Research Labs + IFMGA Guide + TU Wien + TeX Live + Debian Dev GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13 From siepo at bitmuis.nl Tue Mar 23 11:16:56 2021 From: siepo at bitmuis.nl (Siep Kroonenberg) Date: Tue, 23 Mar 2021 11:16:56 +0100 Subject: pretest installation failure In-Reply-To: <202103222244.12MMiW9M012848@freefriends.org> References: <202103222244.12MMiW9M012848@freefriends.org> Message-ID: On Mon, Mar 22, 2021 at 04:44:32PM -0600, Karl Berry wrote: > > Undefined subroutine &main::debug called at C:/TeX/tlpkg/TeXLive/trans.pl > > line 40. > > Torsten's $^O apparently does not match /^MSWin/ (line 34). > That seems scary. Also: there is sometimes a problem under windows with getting locale information. I noticed this when I got warning messages about ::lang being undefined in trans.pl at the beginning of load_translations if I invoked tlmgr.pl from the command-line on a non-localized windows 10. Since getting locale information is one of the murkiest parts of the windows code, I decided just to add a test whether ::lang was defined and bail out of load_translations if it was not. I plan to investigate this after release. > But beyond that, ptex2pdf-tlpost.pl was not importing "debug" from > TLUtils. I changed that in r58631-2. Hope it's ok. > > Seems like trans.pl should be loading TLUtils itself and importing the > symbols it uses, but I didn't want to make that big of a change at this > point. (Plus it should be named TLTrans, and be written as a module, and > .. anyway ... :) > > Hope it flies, > Karl -- Siep Kroonenberg From hartmut_henkel at gmx.de Wed Mar 24 09:56:23 2021 From: hartmut_henkel at gmx.de (Hartmut Henkel) Date: Wed, 24 Mar 2021 09:56:23 +0100 (CET) Subject: tlpkg UTF-8 Umlauts Problem Message-ID: Hi, when TeX Live is installed, it shows (in german): Schauen Sie in die /usr/local/texlive/2021/index.html fr Links auf die Dokumentation. Die TeX Live Website (https://tug.org/texlive/) enthlt Updates and Korrekturen. TeX Live ist ein vereintes Projekt der TeX Nutzergruppen weltweit, werden Sie Mitglied um ihre Arbeit zu untersttzen. Die Liste der Gruppen finden Sie unter https://tug.org/usergroups.html. Fge /usr/local/texlive/2021/texmf-dist/doc/man zu MANPATH hinzu. Fge /usr/local/texlive/2021/texmf-dist/doc/info zu INFOPATH hinzu. Actually the message above shows in the gnome term (linux) all latin-small u with diaeresis (UTF-8 C3 BC) as "replacement character" (UTF-8 EF BF BD). (This got lost when copying into the mail.) With the same terminal i can read de.po without problem, and all umlauts are there. Hexdump shows that in de.po they are proper 2-byte UTF-8. So at which point between de.po and the Tex Live installer message on the terminal these umlauts might get mangled? Best Regards, Hartmut From siepo at bitmuis.nl Wed Mar 24 10:36:53 2021 From: siepo at bitmuis.nl (Siep Kroonenberg) Date: Wed, 24 Mar 2021 10:36:53 +0100 Subject: tlpkg UTF-8 Umlauts Problem In-Reply-To: References: Message-ID: On Wed, Mar 24, 2021 at 09:56:23AM +0100, Hartmut Henkel wrote: > Hi, > > when TeX Live is installed, it shows (in german): > > Schauen Sie in die /usr/local/texlive/2021/index.html fr Links auf die Dokumentation. > Die TeX Live Website (https://tug.org/texlive/) enthlt Updates and > Korrekturen. TeX Live ist ein vereintes Projekt der TeX Nutzergruppen > weltweit, werden Sie Mitglied um ihre Arbeit zu untersttzen. Die Liste > der Gruppen finden Sie unter https://tug.org/usergroups.html. > > Fge /usr/local/texlive/2021/texmf-dist/doc/man zu MANPATH hinzu. > Fge /usr/local/texlive/2021/texmf-dist/doc/info zu INFOPATH hinzu. > > Actually the message above shows in the gnome term (linux) all > latin-small u with diaeresis (UTF-8 C3 BC) as "replacement character" > (UTF-8 EF BF BD). (This got lost when copying into the mail.) > > With the same terminal i can read de.po without problem, and all umlauts > are there. Hexdump shows that in de.po they are proper 2-byte UTF-8. So > at which point between de.po and the Tex Live installer message on the > terminal these umlauts might get mangled? With urxvt I see the umlauts just fine. What do you get with another terminal? And with the gui installer? According to gucharmap is C3 BC in the Hangul Syllables unicode block. Can you try a different terminal font? -- Siep Kroonenberg From martin at dante.de Wed Mar 24 10:52:29 2021 From: martin at dante.de (Martin Sievers) Date: Wed, 24 Mar 2021 10:52:29 +0100 Subject: tlpkg UTF-8 Umlauts Problem In-Reply-To: References: Message-ID: Am 24.03.21 um 10:36 schrieb Siep Kroonenberg: > Can you try a different terminal font? Dear all, just to add: I noticed the same thing after installation. Changing the font does not solve this as the encoding seems to be wrong as Hartmut said. Best regards, Martin From hartmut_henkel at gmx.de Wed Mar 24 11:21:10 2021 From: hartmut_henkel at gmx.de (Hartmut Henkel) Date: Wed, 24 Mar 2021 11:21:10 +0100 (CET) Subject: tlpkg UTF-8 Umlauts Problem In-Reply-To: References: Message-ID: Dear Siep, On Wed, 24 Mar 2021, Siep Kroonenberg wrote: > On Wed, Mar 24, 2021 at 09:56:23AM +0100, Hartmut Henkel wrote: > > when TeX Live is installed, it shows (in german): > > > > Schauen Sie in die /usr/local/texlive/2021/index.html fr Links auf die Dokumentation. > > Die TeX Live Website (https://tug.org/texlive/) enthlt Updates and > > Korrekturen. TeX Live ist ein vereintes Projekt der TeX Nutzergruppen > > weltweit, werden Sie Mitglied um ihre Arbeit zu untersttzen. Die Liste > > der Gruppen finden Sie unter https://tug.org/usergroups.html. > > > > Fge /usr/local/texlive/2021/texmf-dist/doc/man zu MANPATH hinzu. > > Fge /usr/local/texlive/2021/texmf-dist/doc/info zu INFOPATH hinzu. > > > > Actually the message above shows in the gnome term (linux) all > > latin-small u with diaeresis (UTF-8 C3 BC) as "replacement character" > > (UTF-8 EF BF BD). (This got lost when copying into the mail.) > > > > With the same terminal i can read de.po without problem, and all umlauts > > are there. Hexdump shows that in de.po they are proper 2-byte UTF-8. So > > at which point between de.po and the Tex Live installer message on the > > terminal these umlauts might get mangled? > > With urxvt I see the umlauts just fine. What do you get with another > terminal? And with the gui installer? (always fresh install, with dir. 2021/ removed before) The "install-tl -gui" installer does not translate here, it shows all in english (?!). > According to gucharmap is C3 BC in the Hangul Syllables unicode block. According to an UTF-8 table this is ? / c3 bc / LATIN SMALL LETTER U WITH DIAERESIS. And similar install-tl problem with ?. > Can you try a different terminal font? I just tried non-gui install in an xterm (not gterm), which has normally no problem showing typed umlauts, but the german output from install-tl is mangled the same way, no umlauts. As i understand from Martin, it doesn't not seem to be a terminal problem. Best Regards, Hartmut From siepo at bitmuis.nl Wed Mar 24 11:54:48 2021 From: siepo at bitmuis.nl (Siep Kroonenberg) Date: Wed, 24 Mar 2021 11:54:48 +0100 Subject: tlpkg UTF-8 Umlauts Problem In-Reply-To: References: Message-ID: On Wed, Mar 24, 2021 at 11:21:10AM +0100, Hartmut Henkel wrote: > Dear Siep, > > On Wed, 24 Mar 2021, Siep Kroonenberg wrote: > > On Wed, Mar 24, 2021 at 09:56:23AM +0100, Hartmut Henkel wrote: > > > when TeX Live is installed, it shows (in german): > > > > > > Schauen Sie in die /usr/local/texlive/2021/index.html fr Links auf die Dokumentation. > > > Die TeX Live Website (https://tug.org/texlive/) enthlt Updates and > > > Korrekturen. TeX Live ist ein vereintes Projekt der TeX Nutzergruppen > > > weltweit, werden Sie Mitglied um ihre Arbeit zu untersttzen. Die Liste > > > der Gruppen finden Sie unter https://tug.org/usergroups.html. > > > > > > Fge /usr/local/texlive/2021/texmf-dist/doc/man zu MANPATH hinzu. > > > Fge /usr/local/texlive/2021/texmf-dist/doc/info zu INFOPATH hinzu. > > > > > > Actually the message above shows in the gnome term (linux) all > > > latin-small u with diaeresis (UTF-8 C3 BC) as "replacement character" > > > (UTF-8 EF BF BD). (This got lost when copying into the mail.) > > > > > > With the same terminal i can read de.po without problem, and all umlauts > > > are there. Hexdump shows that in de.po they are proper 2-byte UTF-8. So > > > at which point between de.po and the Tex Live installer message on the > > > terminal these umlauts might get mangled? > > > > With urxvt I see the umlauts just fine. What do you get with another > > terminal? And with the gui installer? > > (always fresh install, with dir. 2021/ removed before) > > The "install-tl -gui" installer does not translate here, it shows all in > english (?!). The GUI relies on Tcl/Tk's msgcat module to determine the default language if no language is specified. I believe that the LC_MESSAGES environment variable is the one that matters: LC_MESSAGES=de_DE.UTF-8 Anyhow, the menu bar lets you switch languages on the fly. > > According to gucharmap is C3 BC in the Hangul Syllables unicode block. > > According to an UTF-8 table this is ? / c3 bc / LATIN SMALL LETTER U > WITH DIAERESIS. And similar install-tl problem with ?. Gucharmap tells me: U+00FC LATIN SMALL LETTER U WITH DIAERESIS. On an Ubuntu Gnome test system I could reproduce the problem, although here gucharmap gave the same 00FC code as on my regular system (archlinux/fvwm). Odd. -- Siep Kroonenberg From arthur.reutenauer at normalesup.org Wed Mar 24 11:57:39 2021 From: arthur.reutenauer at normalesup.org (Arthur Rosendahl) Date: Wed, 24 Mar 2021 11:57:39 +0100 Subject: tlpkg UTF-8 Umlauts Problem In-Reply-To: References: Message-ID: <20210324105739.czgxvmfekwyl66no@phare.normalesup.org> On Wed, Mar 24, 2021 at 10:36:53AM +0100, Siep Kroonenberg wrote: > On Wed, Mar 24, 2021 at 09:56:23AM +0100, Hartmut Henkel wrote: >> Actually the message above shows in the gnome term (linux) all >> latin-small u with diaeresis (UTF-8 C3 BC) as "replacement character" >> (UTF-8 EF BF BD). (This got lost when copying into the mail.) > > According to gucharmap is C3 BC in the Hangul Syllables unicode > block. The Unicode character with (hexadecimal) code C3BC is a hangul syllable. Hartmut is talking about the byte sequence [0xC3, 0xBC] which is the UTF-8 encoding of the Unicode character FC, i. e. ?. Arthur From siepo at bitmuis.nl Wed Mar 24 11:59:43 2021 From: siepo at bitmuis.nl (Siep Kroonenberg) Date: Wed, 24 Mar 2021 11:59:43 +0100 Subject: tlpkg UTF-8 Umlauts Problem In-Reply-To: <20210324105739.czgxvmfekwyl66no@phare.normalesup.org> References: <20210324105739.czgxvmfekwyl66no@phare.normalesup.org> Message-ID: On Wed, Mar 24, 2021 at 11:57:39AM +0100, Arthur Rosendahl wrote: > On Wed, Mar 24, 2021 at 10:36:53AM +0100, Siep Kroonenberg wrote: > > On Wed, Mar 24, 2021 at 09:56:23AM +0100, Hartmut Henkel wrote: > >> Actually the message above shows in the gnome term (linux) all > >> latin-small u with diaeresis (UTF-8 C3 BC) as "replacement character" > >> (UTF-8 EF BF BD). (This got lost when copying into the mail.) > > > > According to gucharmap is C3 BC in the Hangul Syllables unicode > > block. > > The Unicode character with (hexadecimal) code C3BC is a hangul > syllable. Hartmut is talking about the byte sequence [0xC3, 0xBC] > which is the UTF-8 encoding of the Unicode character FC, i. e. ?. Ah, now I understand. -- Siep Kroonenberg From martin at dante.de Wed Mar 24 12:01:01 2021 From: martin at dante.de (Martin Sievers) Date: Wed, 24 Mar 2021 12:01:01 +0100 Subject: tlpkg UTF-8 Umlauts Problem In-Reply-To: References: Message-ID: <82b0e567-60f3-6eab-d538-b22b09786eb4@dante.de> Am 24.03.21 um 10:52 schrieb Martin Sievers: > just to add: I noticed the same thing after installation. Changing the > font does not solve this as the encoding seems to be wrong as Hartmut said. When changing the encoding of the terminal to "Western 8859-1" all umlauts are shown correctly. Best regards, Martin From hartmut_henkel at gmx.de Wed Mar 24 12:09:07 2021 From: hartmut_henkel at gmx.de (Hartmut Henkel) Date: Wed, 24 Mar 2021 12:09:07 +0100 (CET) Subject: tlpkg UTF-8 Umlauts Problem In-Reply-To: <20210324105739.czgxvmfekwyl66no@phare.normalesup.org> References: <20210324105739.czgxvmfekwyl66no@phare.normalesup.org> Message-ID: Dear Masamichi, confirmed, that your patch (the one indented by ">" characters) to install-tl solves the problem here, german Umlauts shown in non-gui install-tl. (Seems your original mail has yet to arrive at tex-live.) Many thanks and Best Regards, Hartmut From siepo at bitmuis.nl Wed Mar 24 12:14:42 2021 From: siepo at bitmuis.nl (Siep Kroonenberg) Date: Wed, 24 Mar 2021 12:14:42 +0100 Subject: tlpkg UTF-8 Umlauts Problem In-Reply-To: References: <20210324105739.czgxvmfekwyl66no@phare.normalesup.org> Message-ID: On Wed, Mar 24, 2021 at 12:09:07PM +0100, Hartmut Henkel wrote: > Dear Masamichi, > > confirmed, that your patch (the one indented by ">" characters) to > install-tl solves the problem here, german Umlauts shown in non-gui > install-tl. (Seems your original mail has yet to arrive at tex-live.) Apparently, perl and the terminal have different ways of determining the encoding. -- Siep Kroonenberg From norbert at preining.info Wed Mar 24 15:39:58 2021 From: norbert at preining.info (Norbert Preining) Date: Wed, 24 Mar 2021 23:39:58 +0900 Subject: tlpkg UTF-8 Umlauts Problem In-Reply-To: References: Message-ID: Hi Hartmut, > Schauen Sie in die /usr/local/texlive/2021/index.html fr Links auf die Dokumentation. What is the output of locale on your system? And what does the terminal emulator you are using expect for an encoding? I just tried: $ export LANG=de_AT.ISO-8859-15 at euro $ locale ocale LANG=de_AT.ISO-8859-15 at euro LANGUAGE= LC_CTYPE="de_AT.ISO-8859-15 at euro" LC_NUMERIC="de_AT.ISO-8859-15 at euro" LC_TIME="de_AT.ISO-8859-15 at euro" LC_COLLATE="de_AT.ISO-8859-15 at euro" LC_MONETARY="de_AT.ISO-8859-15 at euro" LC_MESSAGES="de_AT.ISO-8859-15 at euro" LC_PAPER="de_AT.ISO-8859-15 at euro" LC_NAME="de_AT.ISO-8859-15 at euro" LC_ADDRESS="de_AT.ISO-8859-15 at euro" LC_TELEPHONE="de_AT.ISO-8859-15 at euro" LC_MEASUREMENT="de_AT.ISO-8859-15 at euro" LC_IDENTIFICATION="de_AT.ISO-8859-15 at euro" LC_ALL= $ and changed konsole to expect ISO-8859-15. With that setup, the installation text showed the correct output. ********* My guess is that your terminal expects UTF8, but you have your local set to something none-UTF8. I tried the same with LANG=ja_JP.UTF-8 terminal expection UTF8 and it worked. Only with LANG=ru_RU.KOI8-R I got failures and wide char warnings. So it looks really cryptic Norbert -- PREINING Norbert https://www.preining.info Fujitsu Research Labs + IFMGA Guide + TU Wien + TeX Live + Debian Dev GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13 From norbert at preining.info Wed Mar 24 15:54:45 2021 From: norbert at preining.info (Norbert Preining) Date: Wed, 24 Mar 2021 23:54:45 +0900 Subject: tlpkg UTF-8 Umlauts Problem In-Reply-To: <20210324.193106.1960510024633152049.trueroad@trueroad.jp> References: <20210324.185557.1241313924921680154.trueroad@trueroad.jp> <20210324.193106.1960510024633152049.trueroad@trueroad.jp> Message-ID: On Wed, 24 Mar 2021, Masamichi Hosoda wrote: > If you prefer to support non-UTF-8 consoles, here is a patch for that. > However, the log file is outputed in UTF-8. We cannot expect that the consoles are UTF-8 ... they will be in whatever the respective locale defines. If the locale given encoding and actual terminal encoding does not agree, this is failure by the user or operating system, nothing we should cater to. Anyway, I tried with and without your patch, and I get in both cases the correct result in my konsole **IF** the konsole encoding is correctly adjusted to the encoding defined by the locale setting. Please everyone: if you can reproduce the error under the condition that the encoding defined by the locale and the one your console program expects is the same, then please let us know. Any other combination should be ignored IMHO. Best Norbert -- PREINING Norbert https://www.preining.info Fujitsu Research Labs + IFMGA Guide + TU Wien + TeX Live + Debian Dev GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13 From trueroad at trueroad.jp Wed Mar 24 10:55:57 2021 From: trueroad at trueroad.jp (Masamichi Hosoda) Date: Wed, 24 Mar 2021 18:55:57 +0900 (JST) Subject: tlpkg UTF-8 Umlauts Problem In-Reply-To: References: Message-ID: <20210324.185557.1241313924921680154.trueroad@trueroad.jp> > Am 24.03.21 um 10:36 schrieb Siep Kroonenberg: >> Can you try a different terminal font? > > Dear all, > > just to add: I noticed the same thing after installation. Changing the > font does not solve this as the encoding seems to be wrong as Hartmut > said. Hi all, How about this patch? ``` --- install-tl.org +++ install-tl @@ -189,6 +189,10 @@ &create_uninstaller &maybe_make_ro )); +} else { + binmode (STDIN, ':utf8'); + binmode (STDOUT, ':utf8'); + binmode (STDERR, ':utf8'); } use strict; @@ -2496,11 +2500,8 @@ if (!defined($::LOGFILE)) { # no -logfile option; nothing written yet $::LOGFILENAME = "$vars{'TEXDIR'}/install-tl.log"; - if (open(LOGF,">$::LOGFILENAME")) { + if (open(LOGF,">:utf8", $::LOGFILENAME)) { $::LOGFILE = \*LOGF; - if (win32) { - binmode (LOGF, ':utf8'); - } foreach my $line(@::LOGLINES) { print $::LOGFILE "$line"; } ``` Masamichi Hosoda From trueroad at trueroad.jp Wed Mar 24 11:31:06 2021 From: trueroad at trueroad.jp (Masamichi Hosoda) Date: Wed, 24 Mar 2021 19:31:06 +0900 (JST) Subject: tlpkg UTF-8 Umlauts Problem In-Reply-To: <20210324.185557.1241313924921680154.trueroad@trueroad.jp> References: <20210324.185557.1241313924921680154.trueroad@trueroad.jp> Message-ID: <20210324.193106.1960510024633152049.trueroad@trueroad.jp> >> Am 24.03.21 um 10:36 schrieb Siep Kroonenberg: >>> Can you try a different terminal font? >> >> Dear all, >> >> just to add: I noticed the same thing after installation. Changing the >> font does not solve this as the encoding seems to be wrong as Hartmut >> said. > > Hi all, > > How about this patch? > > ``` > --- install-tl.org > +++ install-tl > @@ -189,6 +189,10 @@ > &create_uninstaller > &maybe_make_ro > )); > +} else { > + binmode (STDIN, ':utf8'); > + binmode (STDOUT, ':utf8'); > + binmode (STDERR, ':utf8'); > } > > use strict; > @@ -2496,11 +2500,8 @@ > if (!defined($::LOGFILE)) { > # no -logfile option; nothing written yet > $::LOGFILENAME = "$vars{'TEXDIR'}/install-tl.log"; > - if (open(LOGF,">$::LOGFILENAME")) { > + if (open(LOGF,">:utf8", $::LOGFILENAME)) { > $::LOGFILE = \*LOGF; > - if (win32) { > - binmode (LOGF, ':utf8'); > - } > foreach my $line(@::LOGLINES) { > print $::LOGFILE "$line"; > } > ``` If you prefer to support non-UTF-8 consoles, here is a patch for that. However, the log file is outputed in UTF-8. ``` --- install-tl.org +++ install-tl @@ -157,13 +157,28 @@ use TeXLive::TLDownload; use TeXLive::TLPaper; -if (win32) { +use Encode::Alias; +eval { require Encode::Locale; Encode::Locale->import (); - binmode (STDIN, ':encoding(console_in)'); - binmode (STDOUT, ':encoding(console_out)'); - binmode (STDERR, ':encoding(console_out)'); + debug("Encode::Locale is loaded.\n"); +}; +if ($@) { + if (win32) { + die ("For Windows, Encode::Locale is required.\n"); + } + debug("Encode::Locale is not found. Assuming all encodings are UTF-8.\n"); + Encode::Alias::define_alias('locale' => 'UTF-8'); + Encode::Alias::define_alias('locale_fs' => 'UTF-8'); + Encode::Alias::define_alias('console_in' => 'UTF-8'); + Encode::Alias::define_alias('console_out' => 'UTF-8'); +} +binmode (STDIN, ':encoding(console_in)'); +binmode (STDOUT, ':encoding(console_out)'); +binmode (STDERR, ':encoding(console_out)'); + +if (win32) { require TeXLive::TLWinGoo; TeXLive::TLWinGoo->import( qw( &is_vista @@ -2496,11 +2511,8 @@ if (!defined($::LOGFILE)) { # no -logfile option; nothing written yet $::LOGFILENAME = "$vars{'TEXDIR'}/install-tl.log"; - if (open(LOGF,">$::LOGFILENAME")) { + if (open(LOGF,">:utf8", $::LOGFILENAME)) { $::LOGFILE = \*LOGF; - if (win32) { - binmode (LOGF, ':utf8'); - } foreach my $line(@::LOGLINES) { print $::LOGFILE "$line"; } ``` Masamichi Hosoda From hartmut_henkel at gmx.de Wed Mar 24 16:11:41 2021 From: hartmut_henkel at gmx.de (Hartmut Henkel) Date: Wed, 24 Mar 2021 16:11:41 +0100 (CET) Subject: tlpkg UTF-8 Umlauts Problem In-Reply-To: References: Message-ID: Hi Norbert, On Wed, 24 Mar 2021, Norbert Preining wrote: > > Schauen Sie in die /usr/local/texlive/2021/index.html fr Links auf > > die Dokumentation. > > What is the output of > locale > on your system? $ locale LANG=de_DE.UTF-8 LANGUAGE= LC_CTYPE="de_DE.UTF-8" LC_NUMERIC="de_DE.UTF-8" LC_TIME="de_DE.UTF-8" LC_COLLATE="de_DE.UTF-8" LC_MONETARY="de_DE.UTF-8" LC_MESSAGES="de_DE.UTF-8" LC_PAPER="de_DE.UTF-8" LC_NAME="de_DE.UTF-8" LC_ADDRESS="de_DE.UTF-8" LC_TELEPHONE="de_DE.UTF-8" LC_MEASUREMENT="de_DE.UTF-8" LC_IDENTIFICATION="de_DE.UTF-8" LC_ALL= (i said good-bye to ISO-8859-* years ago, and this is the default debian/buster setup.) > And what does the terminal emulator you are using expect for an > encoding? All geared for UTF-8; an UTF-8 diacritic appears correctly in the terminal. > I just tried: > > $ export LANG=de_AT.ISO-8859-15 at euro > $ locale > ocale > LANG=de_AT.ISO-8859-15 at euro > LANGUAGE= > LC_CTYPE="de_AT.ISO-8859-15 at euro" > LC_NUMERIC="de_AT.ISO-8859-15 at euro" > LC_TIME="de_AT.ISO-8859-15 at euro" > LC_COLLATE="de_AT.ISO-8859-15 at euro" > LC_MONETARY="de_AT.ISO-8859-15 at euro" > LC_MESSAGES="de_AT.ISO-8859-15 at euro" > LC_PAPER="de_AT.ISO-8859-15 at euro" > LC_NAME="de_AT.ISO-8859-15 at euro" > LC_ADDRESS="de_AT.ISO-8859-15 at euro" > LC_TELEPHONE="de_AT.ISO-8859-15 at euro" > LC_MEASUREMENT="de_AT.ISO-8859-15 at euro" > LC_IDENTIFICATION="de_AT.ISO-8859-15 at euro" > LC_ALL= > $ > > and changed konsole to expect ISO-8859-15. > > With that setup, the installation text showed the correct output. > > ********* > > My guess is that your terminal expects UTF8, but you have your local > set to something none-UTF8. It seems that terminal and locale are matching here, all using UTF-8. My impression is that some Perl package might not yet be fully UTF-8-proof (or locale-proof). > I tried the same with > LANG=ja_JP.UTF-8 terminal expection UTF8 > and it worked. > > Only with > LANG=ru_RU.KOI8-R > I got failures and wide char warnings. > > So it looks really cryptic Yes, indeed. (I guess typing literally "utf8" into the install.tl might also be error-prone, it should be a variable...) Best Regards, Hartmut From martin at dante.de Wed Mar 24 16:32:50 2021 From: martin at dante.de (Martin Sievers) Date: Wed, 24 Mar 2021 16:32:50 +0100 Subject: tlpkg UTF-8 Umlauts Problem In-Reply-To: References: Message-ID: Am 24.03.21 um 16:11 schrieb Hartmut Henkel: > Hi Norbert, > > On Wed, 24 Mar 2021, Norbert Preining wrote: >>> Schauen Sie in die /usr/local/texlive/2021/index.html fr Links auf >>> die Dokumentation. >> >> What is the output of >> locale >> on your system? > > $ locale > LANG=de_DE.UTF-8 > LANGUAGE= > LC_CTYPE="de_DE.UTF-8" > LC_NUMERIC="de_DE.UTF-8" > LC_TIME="de_DE.UTF-8" > LC_COLLATE="de_DE.UTF-8" > LC_MONETARY="de_DE.UTF-8" > LC_MESSAGES="de_DE.UTF-8" > LC_PAPER="de_DE.UTF-8" > LC_NAME="de_DE.UTF-8" > LC_ADDRESS="de_DE.UTF-8" > LC_TELEPHONE="de_DE.UTF-8" > LC_MEASUREMENT="de_DE.UTF-8" > LC_IDENTIFICATION="de_DE.UTF-8" > LC_ALL= > > (i said good-bye to ISO-8859-* years ago, and this is the default > debian/buster setup.) > >> And what does the terminal emulator you are using expect for an >> encoding? > > All geared for UTF-8; an UTF-8 diacritic appears correctly in the > terminal. For the record. Same here. Everything set to UTF-8. Best regards, Martin From siepo at bitmuis.nl Wed Mar 24 21:39:23 2021 From: siepo at bitmuis.nl (Siep Kroonenberg) Date: Wed, 24 Mar 2021 21:39:23 +0100 Subject: tlpkg UTF-8 Umlauts Problem In-Reply-To: References: Message-ID: On Wed, Mar 24, 2021 at 10:36:53AM +0100, Siep Kroonenberg wrote: > On Wed, Mar 24, 2021 at 09:56:23AM +0100, Hartmut Henkel wrote: > > Hi, > > > > when TeX Live is installed, it shows (in german): > > > > Schauen Sie in die /usr/local/texlive/2021/index.html fr Links auf die Dokumentation. > > Die TeX Live Website (https://tug.org/texlive/) enthlt Updates and > > Korrekturen. TeX Live ist ein vereintes Projekt der TeX Nutzergruppen > > weltweit, werden Sie Mitglied um ihre Arbeit zu untersttzen. Die Liste > > der Gruppen finden Sie unter https://tug.org/usergroups.html. > > > > Fge /usr/local/texlive/2021/texmf-dist/doc/man zu MANPATH hinzu. > > Fge /usr/local/texlive/2021/texmf-dist/doc/info zu INFOPATH hinzu. > > > > Actually the message above shows in the gnome term (linux) all > > latin-small u with diaeresis (UTF-8 C3 BC) as "replacement character" > > (UTF-8 EF BF BD). (This got lost when copying into the mail.) > > > > With the same terminal i can read de.po without problem, and all umlauts > > are there. Hexdump shows that in de.po they are proper 2-byte UTF-8. So > > at which point between de.po and the Tex Live installer message on the > > terminal these umlauts might get mangled? > > With urxvt I see the umlauts just fine. What do you get with another Apparently, urxvt sees that the output is latin-something and acts accordingly. The logfile also was latin-something. I guess it is necessary to tell Perl explicitly that we want unicode output. -- Siep Kroonenberg From norbert at preining.info Wed Mar 24 23:18:56 2021 From: norbert at preining.info (Norbert Preining) Date: Thu, 25 Mar 2021 07:18:56 +0900 Subject: tlpkg UTF-8 Umlauts Problem In-Reply-To: <20210324.193106.1960510024633152049.trueroad@trueroad.jp> References: <20210324.185557.1241313924921680154.trueroad@trueroad.jp> <20210324.193106.1960510024633152049.trueroad@trueroad.jp> Message-ID: Hi Masamichi, > If you prefer to support non-UTF-8 consoles, here is a patch for that. > However, the log file is outputed in UTF-8. I have committed this patch after testing it on a variety of combinations (UTF-8 and ISO..). Thanks a lot Best Norbert -- PREINING Norbert https://www.preining.info Fujitsu Research Labs + IFMGA Guide + TU Wien + TeX Live + Debian Dev GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13 From norbert at preining.info Wed Mar 24 23:19:52 2021 From: norbert at preining.info (Norbert Preining) Date: Thu, 25 Mar 2021 07:19:52 +0900 Subject: tlpkg UTF-8 Umlauts Problem In-Reply-To: References: Message-ID: On Wed, 24 Mar 2021, Hartmut Henkel wrote: > All geared for UTF-8; an UTF-8 diacritic appears correctly in the Indeed, I can reproduce this ... was reading somehow that the problem was with iso locales, sorry. I pushed Masamichi's fix which I tested on various setups. Best Norbert -- PREINING Norbert https://www.preining.info Fujitsu Research Labs + IFMGA Guide + TU Wien + TeX Live + Debian Dev GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13 From karl at freefriends.org Thu Mar 25 02:22:12 2021 From: karl at freefriends.org (Karl Berry) Date: Thu, 25 Mar 2021 02:22:12 +0100 Subject: tl21 (and tl20) frozen Message-ID: <202103250122.12P1MCX3020032@tug.org> We hope that tonight's builds are final, for both the upcoming TL21 and the end of TL20. Barring bad bugs found in the next couple days or in the integration testing, what's there now is it. Dick, please go ahead and rebuild the MacTeX packages. (Unless you see some stopper being reported after this. I won't be reading email again until later tomorrow.) Manfred, likewise go ahead and get started with the TeX Collection setup/testing. Thanks to all. -k From denis.bitouze at univ-littoral.fr Thu Mar 25 07:30:14 2021 From: denis.bitouze at univ-littoral.fr (Denis =?utf-8?Q?Bitouz=C3=A9?=) Date: Thu, 25 Mar 2021 07:30:14 +0100 (CET) Subject: tl21 (and tl20) frozen In-Reply-To: <202103250122.12P1MCX3020032@tug.org> References: <202103250122.12P1MCX3020032@tug.org> Message-ID: <226368680.11207478.1616653814111.JavaMail.zimbra@univ-littoral.fr> ----- Mail original ----- > De: "Karl Berry" > ?: "tex-live" > Cc: koch at uoregon.edu > Envoy?: Jeudi 25 Mars 2021 02:22:12 > Objet: tl21 (and tl20) frozen > Thanks to all. -k Many thanks to you for the hard and good work, Karl! -- Denis From manfred at dante.de Fri Mar 26 07:22:50 2021 From: manfred at dante.de (Manfred Lotz) Date: Fri, 26 Mar 2021 07:22:50 +0100 Subject: tl21 (and tl20) frozen In-Reply-To: <202103250122.12P1MCX3020032@tug.org> References: <202103250122.12P1MCX3020032@tug.org> Message-ID: <20210326072250.3c2a8d78@hogwart> On Thu, 25 Mar 2021 02:22:12 +0100 Karl Berry wrote: > We hope that tonight's builds are final, for both the upcoming TL21 > and the end of TL20. Barring bad bugs found in the next couple days > or in the integration testing, what's there now is it. > > Dick, please go ahead and rebuild the MacTeX packages. (Unless you see > some stopper being reported after this. I won't be reading email again > until later tomorrow.) > > Manfred, likewise go ahead and get started with the TeX Collection > setup/testing. > > Thanks to all. -k Sure, will do. -- Manfred From arash at gnu.org Fri Mar 26 10:55:23 2021 From: arash at gnu.org (Arash Esbati) Date: Fri, 26 Mar 2021 10:55:23 +0100 Subject: smflatex in TeXlive? In-Reply-To: <202103142336.12ENaJPG006512@freefriends.org> (Karl Berry's message of "Sun, 14 Mar 2021 17:36:19 -0600") References: <202103142336.12ENaJPG006512@freefriends.org> Message-ID: <86ft0ifddg.fsf@gnu.org> Karl Berry writes: > Re smflatex, now that the license is fixed, I realize there is another > issue: the .sty names are generic (documents.sty, bull.sty, etc.). I > can't install that. Arash (or anyone), if you want it in TL, > please contact the maintainer and ask him/her to prefix *all* runtime > names (under tex//) with smf or some such uniquifier. (Some have it now.) I dropped a line to the mail address `revues at smf.ens.fr' which is mentioned in the README and it bounced: A message that you sent could not be delivered to one or more of its recipients. This is a permanent error. The following address(es) failed: revues at smf.ens.fr host nef.ens.fr [129.199.96.32] SMTP error from remote mail server after RCPT TO:: 550 5.7.1 ... server [dmi.ens.fr] for rejected address saying "... User unknown" Sorry, can't help here anymore. I'm CC'ing also CTAN to let them know about the no-op mail address and the possible unmaintained status of the package. Best, Arash From arthur.reutenauer at normalesup.org Fri Mar 26 11:15:12 2021 From: arthur.reutenauer at normalesup.org (Arthur Rosendahl) Date: Fri, 26 Mar 2021 11:15:12 +0100 Subject: smflatex in TeXlive? In-Reply-To: <86ft0ifddg.fsf@gnu.org> References: <202103142336.12ENaJPG006512@freefriends.org> <86ft0ifddg.fsf@gnu.org> Message-ID: <20210326101511.yjs2khxzc3jhjr4m@phare.normalesup.org> On Fri, Mar 26, 2021 at 10:55:23AM +0100, Arash Esbati wrote: > I dropped a line to the mail address `revues at smf.ens.fr' which is > mentioned in the README and it bounced: Try: antoine.chambert-loir at math.univ-paris-diderot.fr, which seems to be the current email address of the maintainer named on CTAN. Arthur