--- Begin Message ---
Subject: |
texlive-latex-ms description is incorrect -- doesn't contain everyshi |
Date: |
Tue, 17 Jan 2023 21:07:00 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.6.0 |
Hi,
I'm trying to use 'pdfjam' from texlive-tiny.
When I run it, I get a message that 'pdfpages' wasn't installed, so I
add texlive-latex-pdfpages to the environemnts. Likewise, I add
texlive-latex-eso-pic. Then it says that everyshi isn't found, so I try
to add that as well.
According to the second search result of "guix search everyshi",
everyshi can be found in texlive-latex-ms:
name: texlive-latex-ms
version: 59745
outputs:
+ out: everything
systems: x86_64-linux i686-linux
dependencies:
location: gnu/packages/tex.scm:8471:2
homepage: https://ctan.org/pkg/ms
license: LPPL 1.3c+
synopsis: Various LATEX packages by Martin Schröder
description: A bundle of LATEX packages by Martin Schröder; the collection comprises:
+
+ * `count1to', make use of fixed TEX counters;
+
+ * `everysel', set commands to execute every time a font is selected;
+
+ * `everyshi', set commands to execute whenever a page is shipped out;
+
+ * `multitoc', typeset the table of contents in multiple columns;
+
+ * `prelim2e', mark typeset pages as preliminary; and
+
+ * `ragged2e', typeset ragged text and allow hyphenation.
relevance: 2
However, when I add this to the environment, I get the same 'not
installed' error message. Going by the contents "guix build
texlive-latex-ms", it only contains 'count1to' and 'multitoc', so the
other items should be removed from the list, or the other LaTeX packages
must be made part of this Guix package.
(Also, standard capitalisation (*) is LaTeX and TeX, not LATEX or TEX.)
Then, I try the first search result: texlive-everyshi, which appears to
work. (I have to add 'texlive-pdflscape', 'texlive-generic-iftex' too,
but that's another matter.).
Greetings,
Maxime.
(*) As used on https://www.latex-project.org/ and https://tug.org/index.html
Greetings,
Maxime.
OpenPGP_0x49E3EE22191725EE.asc
Description: OpenPGP public key
OpenPGP_signature
Description: OpenPGP digital signature
--- End Message ---
--- Begin Message ---
Subject: |
Re: texlive-latex-ms description is incorrect -- doesn't contain everyshi |
Date: |
Fri, 06 Sep 2024 15:14:14 +0200 |
Hello,
> According to the second search result of "guix search everyshi",
> everyshi can be found in texlive-latex-ms:
>
> > name: texlive-latex-ms
> > version: 59745
> > outputs:
> > + out: everything
> > systems: x86_64-linux i686-linux
> > dependencies:
> > location: gnu/packages/tex.scm:8471:2
> > homepage: https://ctan.org/pkg/ms
> > license: LPPL 1.3c+
> > synopsis: Various LATEX packages by Martin Schröder
> > description: A bundle of LATEX packages by Martin Schröder; the collection
> > comprises:
> > +
> > + * `count1to', make use of fixed TEX counters;
> > +
> > + * `everysel', set commands to execute every time a font is selected;
> > +
> > + * `everyshi', set commands to execute whenever a page is shipped out;
> > +
> > + * `multitoc', typeset the table of contents in multiple columns;
> > +
> > + * `prelim2e', mark typeset pages as preliminary; and
> > +
> > + * `ragged2e', typeset ragged text and allow hyphenation.
> > relevance: 2
>
> However, when I add this to the environment, I get the same 'not
> installed' error message. Going by the contents "guix build
> texlive-latex-ms", it only contains 'count1to' and 'multitoc', so the
> other items should be removed from the list, or the other LaTeX packages
> must be made part of this Guix package.
In current TeX Live, texlive-latex-ms is deprecated in favor of
texlive-ms. The description of the latter correctly mentions only
"count1to" and "multitoc".
Closing.
Thank you.
Regards,
--
Nicolas Goaziou
--- End Message ---