unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#65472: texlive split packages are missing isodate.sty, wallpaper.sty, and dashrule.sty
@ 2023-08-23 11:06 Dr. Arne Babenhauserheide
  2023-08-24  9:25 ` Josselin Poiret via Bug reports for GNU Guix
  2023-08-24  9:44 ` Nicolas Goaziou
  0 siblings, 2 replies; 3+ messages in thread
From: Dr. Arne Babenhauserheide @ 2023-08-23 11:06 UTC (permalink / raw)
  To: 65472

[-- Attachment #1: Type: text/plain, Size: 705 bytes --]

Hi,


after switching to split texlive packages (via texlive-scheme-medium),
my documents fail to compile.

I cannot find split packages for isodate.sty, wallpaper.sty, and dashrule.sty


Minimal reproduction:

--- file: test.tex ---
\documentclass{memoir}
\usepackage[iso,german]{isodate}
\usepackage{wallpaper}
\usepackage{dashrule}
\usepackage{everypage}
\begin{document}
\end{document}


guix shell --pure texlive-scheme-medium test

! LaTeX Error: File `isodate.sty' not found.
! LaTeX Error: File `wallpaper.sty' not found.
! LaTeX Error: File `dashrule.sty' not found.


Best wishes,
Arne
-- 
Unpolitisch sein
heißt politisch sein,
ohne es zu merken.
draketo.de

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 1125 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#65472: texlive split packages are missing isodate.sty, wallpaper.sty, and dashrule.sty
  2023-08-23 11:06 bug#65472: texlive split packages are missing isodate.sty, wallpaper.sty, and dashrule.sty Dr. Arne Babenhauserheide
@ 2023-08-24  9:25 ` Josselin Poiret via Bug reports for GNU Guix
  2023-08-24  9:44 ` Nicolas Goaziou
  1 sibling, 0 replies; 3+ messages in thread
From: Josselin Poiret via Bug reports for GNU Guix @ 2023-08-24  9:25 UTC (permalink / raw)
  To: Dr. Arne Babenhauserheide, 65472

[-- Attachment #1: Type: text/plain, Size: 681 bytes --]

Hi,

"Dr. Arne Babenhauserheide" <arne_bab@web.de> writes:

> guix shell --pure texlive-scheme-medium test
>
> ! LaTeX Error: File `isodate.sty' not found.
> ! LaTeX Error: File `wallpaper.sty' not found.
> ! LaTeX Error: File `dashrule.sty' not found.

The medium texlive scheme does not contain these packages upstream
either I believe.  Guix doesn't have them packaged, but a quick `guix
shell subversion -- guix import texlive isodate` should do it :) I
usually use manifests for all my tex needs, and add uncontributed
packages there, although with the latest texlive update it seems most of
them have been added to Guix proper.

Best,
-- 
Josselin Poiret

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 682 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#65472: texlive split packages are missing isodate.sty, wallpaper.sty, and dashrule.sty
  2023-08-23 11:06 bug#65472: texlive split packages are missing isodate.sty, wallpaper.sty, and dashrule.sty Dr. Arne Babenhauserheide
  2023-08-24  9:25 ` Josselin Poiret via Bug reports for GNU Guix
@ 2023-08-24  9:44 ` Nicolas Goaziou
  1 sibling, 0 replies; 3+ messages in thread
From: Nicolas Goaziou @ 2023-08-24  9:44 UTC (permalink / raw)
  To: Dr. Arne Babenhauserheide; +Cc: 65472-done

Hello,

"Dr. Arne Babenhauserheide" <arne_bab@web.de> writes:

> after switching to split texlive packages (via texlive-scheme-medium),
> my documents fail to compile.
>
> I cannot find split packages for isodate.sty, wallpaper.sty, and dashrule.sty
>
>
> Minimal reproduction:
>
> --- file: test.tex ---
> \documentclass{memoir}
> \usepackage[iso,german]{isodate}
> \usepackage{wallpaper}
> \usepackage{dashrule}
> \usepackage{everypage}
> \begin{document}
> \end{document}
>
>
> guix shell --pure texlive-scheme-medium test
>
> ! LaTeX Error: File `isodate.sty' not found.
> ! LaTeX Error: File `wallpaper.sty' not found.
> ! LaTeX Error: File `dashrule.sty' not found.

Thank you for switching to modular TeX Live!

At the time of writing, despite my best efforts, it only covers 70% of
the full TeX Live distribution. Or, to put it differently, it still
misses roughly 1300 packages. All these packages are located in the
"latexextra" collection, which is therefore the last one to package.
I need more time to finish this.

Meanwhile, the importer is quite helpful to fill in the blanks. For
example, the output of

  guix shell subversion -- guix import texlive isodate

required adding "license:" prefix to the license, and minimal editing of
the description.

I committed the three packages you mention in this bug report in my last
push, so I'm closing this.

Regards,
-- 
Nicolas Goaziou




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-08-24 10:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-23 11:06 bug#65472: texlive split packages are missing isodate.sty, wallpaper.sty, and dashrule.sty Dr. Arne Babenhauserheide
2023-08-24  9:25 ` Josselin Poiret via Bug reports for GNU Guix
2023-08-24  9:44 ` Nicolas Goaziou

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).