mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 06:42:14 -05:00
gnu: Add texlive-hep-paper.
* gnu/packages/tex.scm (texlive-hep-paper): New variable.
This commit is contained in:
parent
db92196628
commit
6772083e57
1 changed files with 25 additions and 0 deletions
|
@ -15982,6 +15982,31 @@ (define-public texlive-hep-math-font
|
|||
macros are adjusted to give more consistently the naively expected results.")
|
||||
(license license:lppl1.3c)))
|
||||
|
||||
(define-public texlive-hep-paper
|
||||
(package
|
||||
(name "texlive-hep-paper")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/hep-paper/"
|
||||
"source/latex/hep-paper/"
|
||||
"tex/latex/hep-paper/")
|
||||
(base32
|
||||
"05dx8vsyr8ylvfqs3s9krjrqml8qivwlwhga4ghbnd3nkkqkx95a")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/hep-paper")
|
||||
(synopsis "Publications in @emph{High Energy Physics}")
|
||||
(description
|
||||
"This package aims to provide a single style file containing most
|
||||
configurations and macros necessary to write appealing publications in
|
||||
@emph{High Energy Physics}. Instead of reinventing the wheel by introducing
|
||||
newly created macros, hep-paper preferably loads third party packages as long
|
||||
as they are light-weight enough. For usual publications it suffices to load
|
||||
the @code{hep-paper} package, without optional arguments, in addition to the
|
||||
@code{article} class.")
|
||||
(license license:lppl1.3c)))
|
||||
|
||||
(define-public texlive-hep-reference
|
||||
(package
|
||||
(name "texlive-hep-reference")
|
||||
|
|
Loading…
Reference in a new issue