unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#42449: texlive: l3regex.sty not shipped with texlive-latex-l3kernel
@ 2020-07-20 21:22 Jonathan Brielmaier
  2020-07-21 10:07 ` Ricardo Wurmus
  0 siblings, 1 reply; 4+ messages in thread
From: Jonathan Brielmaier @ 2020-07-20 21:22 UTC (permalink / raw)
  To: 42449

I'm using a latex "theme" called moderncv
(https://github.com/xdanaux/moderncv).

In `moderncv.cls` it states a dependency on l3regex:
```
\RequirePackage{l3regex}
```

But I couldn't find any texlive package providing `l3regex.sty`.
According to https://www.ctan.org/pkg/l3regex it should be included in
`texlive-latex-l3kernel`.

But something is wrong with the build:
```
find $(guix build --source texlive-latex-l3kernel) -name "*regex*"
/gnu/store/46sm302ggnmk5hcr08psiazj24svpp5d-texlive-latex-l3kernel-51265-checkout/l3regex.dtx

find $(guix build texlive-latex-l3kernel) -name "*regex*"
[no result].
```




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

* bug#42449: texlive: l3regex.sty not shipped with texlive-latex-l3kernel
  2020-07-20 21:22 bug#42449: texlive: l3regex.sty not shipped with texlive-latex-l3kernel Jonathan Brielmaier
@ 2020-07-21 10:07 ` Ricardo Wurmus
  2020-07-21 10:29   ` Jonathan Brielmaier
  0 siblings, 1 reply; 4+ messages in thread
From: Ricardo Wurmus @ 2020-07-21 10:07 UTC (permalink / raw)
  To: Jonathan Brielmaier; +Cc: 42449


Hi,

> But I couldn't find any texlive package providing `l3regex.sty`.
> According to https://www.ctan.org/pkg/l3regex it should be included in
> `texlive-latex-l3kernel`.
>
> But something is wrong with the build:
> ```
> find $(guix build --source texlive-latex-l3kernel) -name "*regex*"
> /gnu/store/46sm302ggnmk5hcr08psiazj24svpp5d-texlive-latex-l3kernel-51265-checkout/l3regex.dtx
>
> find $(guix build texlive-latex-l3kernel) -name "*regex*"
> [no result].
> ```

Thanks for the report.  Yes, the “texlive-latex-l3kernel” package is
incomplete.  Most of the packages whose names follow the
“texlive-{latex,tex,generic}-*” pattern are incomplete because they
predate the introduction of “texlive-origin” (and more importantly
“svn-multi-fetch”).

For all of these packages we need to write replacements that include all
source files as listed in $(guix build texlive-bin)/share/tlpkg/texlive.tlpdb

-- 
Ricardo




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

* bug#42449: texlive: l3regex.sty not shipped with texlive-latex-l3kernel
  2020-07-21 10:07 ` Ricardo Wurmus
@ 2020-07-21 10:29   ` Jonathan Brielmaier
  2020-07-21 11:52     ` Ricardo Wurmus
  0 siblings, 1 reply; 4+ messages in thread
From: Jonathan Brielmaier @ 2020-07-21 10:29 UTC (permalink / raw)
  To: Ricardo Wurmus; +Cc: 42449

On 21.07.20 12:07, Ricardo Wurmus wrote: > Thanks for the report.  Yes,
the “texlive-latex-l3kernel” package is
> incomplete.  Most of the packages whose names follow the
> “texlive-{latex,tex,generic}-*” pattern are incomplete because they
> predate the introduction of “texlive-origin” (and more importantly
> “svn-multi-fetch”).
>
> For all of these packages we need to write replacements that include all
> source files as listed in $(guix build texlive-bin)/share/tlpkg/texlive.tlpdb

Oke, I understand. So do we have examples of completely working texlive
packages where I can have a look and try to do the same for l3kernel?




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

* bug#42449: texlive: l3regex.sty not shipped with texlive-latex-l3kernel
  2020-07-21 10:29   ` Jonathan Brielmaier
@ 2020-07-21 11:52     ` Ricardo Wurmus
  0 siblings, 0 replies; 4+ messages in thread
From: Ricardo Wurmus @ 2020-07-21 11:52 UTC (permalink / raw)
  To: Jonathan Brielmaier; +Cc: 42449


Jonathan Brielmaier <jonathan.brielmaier@web.de> writes:

> On 21.07.20 12:07, Ricardo Wurmus wrote: > Thanks for the report.  Yes,
> the “texlive-latex-l3kernel” package is
>> incomplete.  Most of the packages whose names follow the
>> “texlive-{latex,tex,generic}-*” pattern are incomplete because they
>> predate the introduction of “texlive-origin” (and more importantly
>> “svn-multi-fetch”).
>>
>> For all of these packages we need to write replacements that include all
>> source files as listed in $(guix build texlive-bin)/share/tlpkg/texlive.tlpdb
>
> Oke, I understand. So do we have examples of completely working texlive
> packages where I can have a look and try to do the same for l3kernel?

Yes.  Examples include “texlive-charter” (to replace
“texlive-fonts-charter”), “texlive-xypic” (to replace
“texlive-fonts-xypic” and “texlive-generic-xypic”), “texlive-xcolor”
(replacing “texlive-latex-xcolor”), etc.

Search for deprecated-package in tex.scm and you should find more
examples.

-- 
Ricardo




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

end of thread, other threads:[~2020-07-21 11:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-20 21:22 bug#42449: texlive: l3regex.sty not shipped with texlive-latex-l3kernel Jonathan Brielmaier
2020-07-21 10:07 ` Ricardo Wurmus
2020-07-21 10:29   ` Jonathan Brielmaier
2020-07-21 11:52     ` Ricardo Wurmus

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