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
