mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
doc: texlive-build-system: Mention #:tex-engine argument.
* doc/guix.texi (Build Systems): Mention #:TEX-ENGINE. Also fix capitalization for Metafont.
This commit is contained in:
parent
e99e70503e
commit
24e6732b15
1 changed files with 5 additions and 4 deletions
|
@ -10003,11 +10003,12 @@ files in the inputs.
|
||||||
|
|
||||||
By default it tries to run @code{luatex} on all @file{.ins} files, and
|
By default it tries to run @code{luatex} on all @file{.ins} files, and
|
||||||
if it fails to find any, on all @file{.dtx} files. A different engine
|
if it fails to find any, on all @file{.dtx} files. A different engine
|
||||||
and format can be specified with the @code{#:tex-format} argument.
|
and format can be specified with, respectively, the @code{#:tex-engine}
|
||||||
Different build targets can be specified with the @code{#:build-targets}
|
and @code{#:tex-format} arguments. Different build targets can be
|
||||||
argument, which expects a list of file names.
|
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
|
It also generates font metrics (i.e., @file{.tfm} files) out of Metafont
|
||||||
files whenever possible. Likewise, it can also create TeX formats
|
files whenever possible. Likewise, it can also create TeX formats
|
||||||
(i.e., @file{.fmt} files) listed in the @code{#:create-formats}
|
(i.e., @file{.fmt} files) listed in the @code{#:create-formats}
|
||||||
argument.
|
argument.
|
||||||
|
|
Loading…
Reference in a new issue