mbox series

[bug#56849,0/8] gnu: Add several TeX packages.

Message ID cover.1659229280.git.philip@philipmcgrath.com
Headers show
Series gnu: Add several TeX packages. | expand

Message

Philip McGrath July 31, 2022, 1:06 a.m. UTC
Hi,

This patch series adds several TeX Live packages. There isn't really a
unifying theme---they can all be applied independently---but I hoped sending
them as a series might be easier to review.

 -Philip

Philip McGrath (8):
  gnu: Add texlive-abstract.
  gnu: Add texlive-breqn.
  gnu: Add texlive-comment.
  gnu: Add texlive-datatool.
  gnu: Add texlive-physics.
  gnu: Add texlive-sourcesanspro.
  gnu: Add texlive-sourceserifpro.
  gnu: Add texlive-sourcecodepro.

 gnu/packages/tex.scm | 223 +++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 223 insertions(+)


base-commit: d1c6b8db5a30f9e428d018156dadb12927c485f8

Comments

Ludovic Courtès Aug. 5, 2022, 12:47 p.m. UTC | #1
Hi Philip,

Philip McGrath <philip@philipmcgrath.com> skribis:

>   gnu: Add texlive-abstract.
>   gnu: Add texlive-breqn.
>   gnu: Add texlive-comment.
>   gnu: Add texlive-datatool.
>   gnu: Add texlive-physics.
>   gnu: Add texlive-sourcesanspro.
>   gnu: Add texlive-sourceserifpro.
>   gnu: Add texlive-sourcecodepro.

Applied!

However, I had a hash mismatch on texlive-abstract.  I compared with
what ‘guix import texlive’ gives, and ended up adding
“tex/latex/abstract/” and adjusting the hash.

Please let me know if anything’s wrong.

Thanks,
Ludo’.