(define-module (thomaslabs packages tex) #:use-module (guix packages) #:use-module ((guix licenses) #:prefix license:) #:use-module (guix build-system texlive)) (define-public texlive-circuitikz (package (name "texlive-circuitikz") (version (number->string %texlive-revision)) (source (texlive-origin name version (list "doc/latex/circuitikz/" "tex/latex/circuitikz/" "tex/generic/circuitikz/" "tex/context/third/circuitikz/") (base32 "00zh7pxshi0fikzr3hnr4bwkn8zm45qscqh7jhdg1w6p09h9wi0k"))) (build-system texlive-build-system) (home-page "") (synopsis "") (description "") (license license:lppl))) (define-public texlive-esdiff (package (name "texlive-esdiff") (version (number->string %texlive-revision)) (source (texlive-origin name version (list "doc/latex/esdiff/" "tex/latex/esdiff/") (base32 "1qivxp937zmndzb5569dabq6x1gnq40kvyyhmf1srkkk3fy5admp"))) (build-system texlive-build-system) (home-page "") (synopsis "") (description "") (license license:lppl))) (define-public texlive-pgfplots (package (name "texlive-pgfplots") (version (number->string %texlive-revision)) (source (texlive-origin name version (list "doc/latex/pgfplots/" "tex/latex/pgfplots/" "tex/generic/pgfplots/" "tex/plain/pgfplots/" "scripts/pgfplots/") (base32 "0dz6f1ap69pvjkdd1sp49882p3nzs12vpniawpmwf9962b3vmlij"))) (build-system texlive-build-system) (home-page "") (synopsis "") (description "") (license license:lppl))) (define-public texlive-mhchem (package (name "texlive-mhchem") (version (number->string %texlive-revision)) (source (texlive-origin name version (list "tex/latex/mhchem/") (base32 "07dnb38z8p5a46fp8rx3nqhqni0lwg48wzi2bc2nxb4yb0wlcfai"))) (build-system texlive-build-system) (home-page "") (synopsis "") (description "") (license license:lppl)))