From: Ricardo Wurmus <rekado@elephly.net>
To: Rovanion Luckey <rovanion.luckey@gmail.com>
Cc: Guix Devel <guix-devel@gnu.org>
Subject: Re: How is the LaTeX-related file psfonts.map installed on Guix?
Date: Mon, 03 May 2021 15:44:18 +0200 [thread overview]
Message-ID: <8735v4kk3x.fsf@elephly.net> (raw)
In-Reply-To: <CAAaf0CDXMX2uGd7r1VOoHVKCBzcyv5JgAc2gGAwgn1ghHv8CZw@mail.gmail.com>
Hi Rovanion
there was a problem with the profile hook. It only did half of
the work that “texlive-union” normally does. “texlive-union” is
used for packages only, but some of the steps it performs should
also have been done by the profile hook.
Commit a6b8794c69446730b5f12eb8eefc5ef3b99c97dc fixes this
problem.
I saved your document in a file “doc.tex” and then ran this
command successfully:
guix environment --pure --ad-hoc \
texlive-base \
texlive-url \
texlive-latex-hyperref \
texlive-fonts-ec \
texlive-lm \
texlive-babel-swedish \
texlive-pagenote \
texlive-ifmtarg \
texlive-morefloats \
texlive-sectsty -- pdflatex doc.tex
This produces a PDF file “doc.pdf” with an almost empty page with
the text “Notes”.
There was a warning about Babel, which may indicate some other
problem:
--8<---------------cut here---------------start------------->8---
Package babel Warning: Unknown language `nil'. Very likely you
(babel) requested it in a previous run. Expect some
(babel) wrong results in this run, which should
vanish
(babel) in the next one. Reported on input line 19.
--8<---------------cut here---------------end--------------->8---
--
Ricardo
next prev parent reply other threads:[~2021-05-03 13:44 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-05-02 15:03 How is the LaTeX-related file psfonts.map installed on Guix? Rovanion Luckey
2021-05-03 9:35 ` Andreas Enge
2021-05-03 13:44 ` Ricardo Wurmus [this message]
2021-05-04 16:21 ` Rovanion Luckey
2021-05-04 20:35 ` Ricardo Wurmus
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=8735v4kk3x.fsf@elephly.net \
--to=rekado@elephly.net \
--cc=guix-devel@gnu.org \
--cc=rovanion.luckey@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.