mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: Add texlive-phfnote.
* gnu/packages/tex.scm (texlive-phfnote): New variable.
This commit is contained in:
parent
8b259567f8
commit
f139fab053
1 changed files with 23 additions and 0 deletions
|
@ -92198,6 +92198,29 @@ (define-public texlive-phffullpagefigure
|
|||
@samp{Figure 3 (on next page): <caption>}.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-phfnote
|
||||
(package
|
||||
(name "texlive-phfnote")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "bibtex/bst/phfnote/" "doc/latex/phfnote/"
|
||||
"source/latex/phfnote/" "tex/latex/phfnote/")
|
||||
(base32
|
||||
"1fx5lpd4wfnjj441xm6d539kfvq88b2gkw8i8k28c2gksjs4hdgx")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/phfnote")
|
||||
(synopsis "Basic formatting for short documents")
|
||||
(description
|
||||
"This package provides basic formatting for short documents such as notes on
|
||||
a specific topic, short documentation, or quick memos. It aims to cover all
|
||||
basic needs for such purposes: include a standard set of relevant packages,
|
||||
a nice title which doesn't take up too much space, better page margin sizes,
|
||||
and some basic styling to make the note look nicer. At the same time, it is
|
||||
highly flexible and customizable.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
;;;
|
||||
;;; Avoid adding new packages to the end of this file. To reduce the chances
|
||||
;;; of a merge conflict, place them above by existing packages with similar
|
||||
|
|
Loading…
Reference in a new issue