[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#62493: xelatex won't render fonts correctly without full texlive
From: |
John Kehayias |
Subject: |
bug#62493: xelatex won't render fonts correctly without full texlive |
Date: |
Wed, 29 Mar 2023 19:35:40 +0000 |
Hi Ricardo,
On Wed, Mar 29, 2023 at 05:32 PM, Ricardo Wurmus wrote:
> John Kehayias <john.kehayias@protonmail.com> writes:
>
>> Exported revision 59745.
>> svn: E160013: File not found: revision 66702, path
>> '/tags/texlive-2021.3/Master/texmf-dist/tcode'
>> command "svn" "export" "--non-interactive" "--trust-server-cert"
>> "-r" "59745"
>> "svn://www.tug.org/texlive/tags/texlive-2021.3/Master/texmf-dist/tcode/"
>> "/tmp/guix-directory.XcAtR6/tcode/" failed with status 1
>
> The importer is naive and assumes that any file in tlpdb starts with
> “texmf-dist/”. For the xetex package there’s a file
> “tlpkg/tlpostcode/xetex.pl” and if you drop the same number of
> characters that you would for “texmf-dist/” you end up with
> “tcode/xetex.pl”.
>
> Oops!
I see you pushed some fixes for this (I didn't try with -r as that kept running
for a while and might have tried to generate a whole lot of the dependency
tree), thanks! I do get an import for xetex now.
And on that note I see cbf731ae481b434e657b05c80b4a32282e5d112b which adds
texlive-xetex.
I can confirm with guix shell texlive-base texlive-fontspec texlive-xetex --
xelatex test.tex the output pdf has proper quotation marks and the log looks
clean.
Many thanks!
John