From: Ricardo Wurmus <rekado@elephly.net>
To: "Ludovic Courtès" <ludo@gnu.org>
Cc: 54220@debbugs.gnu.org, mail@nicolasgoaziou.fr, bauermann@kolabnow.com
Subject: [bug#54220] [PATCH] doc: Add "Using TeX and LaTeX" chapter.
Date: Wed, 02 Mar 2022 11:12:46 +0100 [thread overview]
Message-ID: <87pmn41wh9.fsf@elephly.net> (raw)
In-Reply-To: <20220302095550.17700-1-ludo@gnu.org>
Ludovic Courtès <ludo@gnu.org> writes:
> * doc/guix.texi (Using TeX and LaTeX): New node.
Perfect!
> It’s a top-level chapter, because I couldn’t find any better place, but
> I think it’s fine.
Hmm, maybe in (possibly renamed) “Application Setup”?
> +@cindex @TeX{} packages
> +@cindex @LaTeX{} packages
> +Guix provides packages for the @TeX{} and @LaTeX{} typesetting systems,
> +taken from the @uref{https://www.tug.org/texlive/, @TeX{} Live
> +distribution}. However, because @TeX{} Live is so huge and because
> +finding your way in this maze is tricky, we thought that you, dear user,
> +would welcome guidance on how to deploy the relevant packages so you can
> +compile your @TeX{} and @LaTeX{} documents.
Why single out TeX in particular? TeX Live also includes ConTeXt,
Xe(La)TeX, Lua(La)TeX etc. I guess LaTeX is the most widely known and
TeX is the common basis of them all, so maybe that’s good enough a
reason.
> +the features you need---@code{texlive-latex-listings} for the
> +@code{listings} package, @code{texlive-hyperref} for @code{hyperref},
> +@code{texlive-beamer} for Beamer, @code{texlive-latex-pgf} for PGF/TikZ,
I’d very much like to avoid giving the old names visibility.
“texlive-latex-listings” is old as is “texlive-latex-pgf”. It really
should be “texlive-listings” and “texlive-pgf”. Previously I had not
been aware of the tlpdb, so these packages were literally just an
arbitrary slice of the TeX Live SVN repository and thus had to be named
according to the directory name to disambiguate the package providing
“tex/generic/foo” from the one providing “tex/latex/foo”.
With the svn-multi fetch method we were finally able to fully specify
the source for any given TeX Live package by selecting more than one SVN
location. Together with the tlpdb, which specifies all locations for a
given packgae name, this allowed us to finally include *all* expected
files in “texlive-” packages, and thus removing the need for
disambiguation through package name infixes.
In short: I’d prefer to deprecate all old names and only mention the new
names in the documentation to avoid confusion.
> +@xref{Invoking guix package, @option{--manifest}}, for more on
> +manifests. In the future, we plan to provide packages for @TeX{} Live
> +@dfn{collections}---``meta-packages'' such as @code{fontsrecommended},
> +@code{humanities}, or @code{langarabic} that provide the set of packages
> +needed in this particular domain. That will allow you to list fewer
> +packages.
Working on it!
> +@example
> +$ guix shell texlive-base -- tlmgr info phvr7t
> +tlmgr: cannot find package phvr7t, searching for other matches:
> +
> +Packages containing `phvr7t' in their title/description:
> +
> +Packages containing files matching `phvr7t':
> +helvetic:
> + texmf-dist/fonts/tfm/adobe/helvetic/phvr7t.tfm
> + texmf-dist/fonts/tfm/adobe/helvetic/phvr7tn.tfm
> + texmf-dist/fonts/vf/adobe/helvetic/phvr7t.vf
> + texmf-dist/fonts/vf/adobe/helvetic/phvr7tn.vf
> +tex4ht:
> + texmf-dist/tex4ht/ht-fonts/alias/adobe/helvetic/phvr7t.htf
> +@end example
> +
> +The file is available in the @TeX{} Live @code{helvetic} package, which is
> +known in Guix as @code{texlive-helvetic}. Quite a ride, but we found
> +it!
Perfect!
Thank you!
--
Ricardo
next prev parent reply other threads:[~2022-03-02 10:27 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-02 9:55 [bug#54220] [PATCH] doc: Add "Using TeX and LaTeX" chapter Ludovic Courtès
2022-03-02 10:12 ` Ricardo Wurmus [this message]
2022-03-02 11:40 ` Ludovic Courtès
2022-03-02 12:11 ` Ricardo Wurmus
2022-03-02 13:45 ` zimoun
2022-03-02 18:28 ` bug#54220: " Ludovic Courtès
2022-03-02 13:42 ` [bug#54220] " zimoun
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
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87pmn41wh9.fsf@elephly.net \
--to=rekado@elephly.net \
--cc=54220@debbugs.gnu.org \
--cc=bauermann@kolabnow.com \
--cc=ludo@gnu.org \
--cc=mail@nicolasgoaziou.fr \
/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 public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).