mbox series

[bug#61659,0/6] gnu: Add texlive-minted.

Message ID DM5PR03MB31631AF924530D504B2C5512C5A49@DM5PR03MB3163.namprd03.prod.outlook.com
Headers show
Series gnu: Add texlive-minted. | expand

Message

Morgan Smith Feb. 20, 2023, 5:24 p.m. UTC
[PATCH 1/6] gnu: Add texlive-catchfile.
[PATCH 2/6] gnu: texlive-latex-ifplatform: Add needed propagated-inputs.
[PATCH 3/6] gnu: texlive-mdframed: Add needed propagated-inputs.
[PATCH 4/6] gnu: texlive-latex-fancyvrb: Add needed propagated-inputs.
[PATCH 5/6] gnu: Add texlive-fvextra.
[PATCH 6/6] gnu: Add texlive-minted.

Comments

Nicolas Goaziou Feb. 20, 2023, 6 p.m. UTC | #1
Hello,

Morgan.J.Smith@outlook.com writes:

> [PATCH 1/6] gnu: Add texlive-catchfile.
> [PATCH 2/6] gnu: texlive-latex-ifplatform: Add needed propagated-inputs.
> [PATCH 3/6] gnu: texlive-mdframed: Add needed propagated-inputs.
> [PATCH 4/6] gnu: texlive-latex-fancyvrb: Add needed propagated-inputs.
> [PATCH 5/6] gnu: Add texlive-fvextra.
> [PATCH 6/6] gnu: Add texlive-minted.

I gave a glance at these patches. Thanks for them.

texlive-catchfile, texlive-fvextra and texlive-minted are not trivial
packages (in the #:trivial? #t) since they contain ".dtx" or ".ins"
files. Could you try generating the run files from those source files
instead?

Also, descriptions need to start with a complete sentence. For example

  Catches the contents of a file and puts it in a macro.  It requires
  e-TeX.  Both LaTeX and plain TeX are supported.

could simply become :

  Catchfile catches the contents of a file and puts it in a macro.

Regards,
Morgan Smith Feb. 20, 2023, 9:10 p.m. UTC | #2
Hello Nicolas,

I've made the changes you asked for (sent to debbugs as I don't want to
fill up your inbox).  I'm able to compile a latex document using minted
so I think everything is in order on the technical side.  I do seem to
struggle with the English side a little bit :P

I still have no clue how latex works under the hood or what ".dtx" or
".ins" files are but thankfully Guix seems to be shielding me from such
knowledge with thoughtful abstraction layers! :)

Thanks,

Morgan
Nicolas Goaziou Feb. 23, 2023, 2:28 p.m. UTC | #3
Hello,
Morgan Smith <Morgan.J.Smith@outlook.com> writes:

> Hello Nicolas,
>
> I've made the changes you asked for (sent to debbugs as I don't want to
> fill up your inbox).  I'm able to compile a latex document using minted
> so I think everything is in order on the technical side.

Applied. Thank you!

Regards,