[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
74/243: gnu: Add texlive-visualfaq.
From: |
guix-commits |
Subject: |
74/243: gnu: Add texlive-visualfaq. |
Date: |
Fri, 11 Aug 2023 08:45:43 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 6997004bab23e8b9441f88234a83e1d0f9097aa9
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 4 12:35:03 2023 +0200
gnu: Add texlive-visualfaq.
* gnu/packages/tex.scm (texlive-visualfaq): New variable.
---
gnu/packages/tex.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 06fdf08a47..0867b52d60 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -16955,6 +16955,27 @@ able to use them originally in a school setting such
as on worksheets.")
diagrams for lectures or assignment sheets.")
(license license:lppl)))
+(define-public texlive-visualfaq
+ (package
+ (name "texlive-visualfaq")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/visualfaq/")
+ (base32
+ "0fjx5y95n8bhsnwsw34sazbgygznvw76z01rrxmn1bp8za7751n0")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/visualfaq")
+ (synopsis "Visual LaTeX FAQ")
+ (description
+ "Having trouble finding the answer to a LaTeX question? The @emph{Visual
+LaTeX FAQ} is a search interface that presents over a hundred typeset samples
+of frequently requested document formatting. Simply click on a hyperlinked
+piece of text and the @emph{Visual LaTeX FAQ} will send your web browser to
+the appropriate page in the TeX FAQ.")
+ (license license:lppl)))
+
(define-public texlive-visualpstricks
(package
(name "texlive-visualpstricks")
- 227/243: gnu: Add texlive-feupphdteses., (continued)
- 227/243: gnu: Add texlive-feupphdteses., guix-commits, 2023/08/11
- 229/243: gnu: Add texlive-latexcheat-ptbr., guix-commits, 2023/08/11
- 216/243: gnu: Add texlive-mex., guix-commits, 2023/08/11
- 241/243: gnu: Add texlive-lshort-spanish., guix-commits, 2023/08/11
- 222/243: gnu: Add texlive-tex-virtual-academy-pl., guix-commits, 2023/08/11
- 94/243: gnu: Add texlive-babel-romanian., guix-commits, 2023/08/11
- 179/243: gnu: Add texlive-templates-sommer., guix-commits, 2023/08/11
- 93/243: gnu: Add texlive-babel-piedmontese., guix-commits, 2023/08/11
- 171/243: gnu: Add texlive-lshort-german., guix-commits, 2023/08/11
- 187/243: gnu: Add texlive-translation-europecv-de., guix-commits, 2023/08/11
- 74/243: gnu: Add texlive-visualfaq.,
guix-commits <=
- 167/243: gnu: Add texlive-koma-script-examples., guix-commits, 2023/08/11
- 188/243: gnu: Add texlive-translation-filecontents-de., guix-commits, 2023/08/11
- 192/243: gnu: Add texlive-umlaute., guix-commits, 2023/08/11
- 234/243: gnu: Add texlive-collection-langportuguese., guix-commits, 2023/08/11
- 233/243: gnu: Add texlive-xypic-tut-pt., guix-commits, 2023/08/11
- 235/243: gnu: Add texlive-babel-catalan., guix-commits, 2023/08/11
- 76/243: gnu: Add texlive-yet-another-guide-latex2e., guix-commits, 2023/08/11
- 77/243: gnu: Add texlive-collection-langenglish., guix-commits, 2023/08/11
- 82/243: gnu: Add texlive-babel-croatian., guix-commits, 2023/08/11
- 87/243: gnu: Add texlive-babel-kurmanji., guix-commits, 2023/08/11