mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: Add texlive-quicktype.
* gnu/packages/tex.scm (texlive-quicktype): New variable.
This commit is contained in:
parent
07369f131c
commit
0e5e7ffb19
1 changed files with 20 additions and 0 deletions
|
@ -93402,6 +93402,26 @@ (define-public texlive-qsymbols
|
|||
@code{stmaryrd} package.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public texlive-quicktype
|
||||
(package
|
||||
(name "texlive-quicktype")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/quicktype/"
|
||||
"tex/latex/quicktype/")
|
||||
(base32
|
||||
"1aza4qdzqylv8h2gdzq83m8hs4n8lf3f6l4x2gf3q9mg2v0gms2x")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/quicktype")
|
||||
(synopsis "LaTeX package for quick typesetting")
|
||||
(description
|
||||
"This package is intended for the quick typesetting of basic LaTeX documents
|
||||
using shortcuts to existing commands and specific commands for quick
|
||||
formatting and creation of tables and title pages with a graphic image.")
|
||||
(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