From c09a05d06cda29ee13047b5e2e969d778494b49b Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Fri, 19 May 2023 16:29:19 +0200 Subject: guix: texlive-build-system: Generate font metrics. * guix/build/texlive-build-system.scm (install-as-runfiles): (generate-font-metrics): New function. (build): Use INSTALL-AS-RUNFILES. (%standard-phases): Add new phase. --- doc/guix.texi | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc') diff --git a/doc/guix.texi b/doc/guix.texi index a1b624ad6f..2e03e3802f 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -10007,6 +10007,9 @@ and format can be specified with the @code{#:tex-format} argument. Different build targets can be specified with the @code{#:build-targets} argument, which expects a list of file names. +It also generates font metrics (i.e., @file{.tfm} files) out of METAFONT +files whenever possible. + The build system adds only @code{texlive-bin} and @code{texlive-latex-base} (both from @code{(gnu packages tex}) to the inputs. Both can be overridden with the arguments @code{#:texlive-bin} -- cgit 1.4.1