[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
448/452: gnu: Add texlive-pslatex.
From: |
guix-commits |
Subject: |
448/452: gnu: Add texlive-pslatex. |
Date: |
Fri, 9 Jun 2023 13:44:29 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 412f2b0c81cbc321719c15d8fa48b16a987302e6
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Jun 9 09:16:41 2023 +0200
gnu: Add texlive-pslatex.
* gnu/packages/tex.scm (texlive-pslatex): New variable.
---
gnu/packages/tex.scm | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 70111d798d..075fac1cf4 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -12118,6 +12118,39 @@ attribute. Pages with this attribute will be
displayed in landscape
orientation by conforming PDF viewers.")
(license license:lppl1.3+)))
+(define-public texlive-pslatex
+ (package
+ (name "texlive-pslatex")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "fonts/map/dvips/pslatex/"
+ "fonts/tfm/public/pslatex/"
+ "fonts/vf/public/pslatex/"
+ "source/latex/pslatex/fontinst/"
+ "source/latex/pslatex/shell/"
+ "tex/latex/pslatex/")
+ (base32
+ "1jazd3wl614c7nxl89aj7bhdahhq3h6rrs3p5cyzwqmw3b8h2zrl")))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pslatex")
+ (synopsis "Use PostScript fonts by default")
+ (description
+ "This package provides a small package that makes LaTeX default to
+standard PostScript fonts. It is basically a merger of the @code{times} and
+the (obsolete) @code{mathptm} packages from the @code{psnfss} suite. You must
+have installed standard LaTeX and the @code{psnfss} PostScript fonts to use
+this package. The main novel feature is that the @code{pslatex} package tries
+to compensate for the visual differences between the Adobe fonts by scaling
+Helvetica by 90%, and condensing Courier (i.e. scaling horizontally) by 85%.
+The package is supplied with a (unix) shell file for a @command{pslatex}
+command that allows standard LaTeX documents to be processed, without needing
+to edit the file. Note that current @code{psnfss} uses a different technique
+for scaling Helvetica, and treats Courier as a lost cause (there are better
+free fixed-width available now, than there were when @code{pslatex} was
+designed). As a result, @code{pslatex} is widely considered obsolete.")
+ (license license:lppl)))
+
(define-public texlive-datetime2
(package
(name "texlive-datetime2")
- 392/452: gnu: texlive-etex: Fix build., (continued)
- 392/452: gnu: texlive-etex: Fix build., guix-commits, 2023/06/09
- 404/452: gnu: texlive-cs: Fix build., guix-commits, 2023/06/09
- 400/452: gnu: texlive-tipa: Fix build., guix-commits, 2023/06/09
- 407/452: gnu: Add texlive-sansmathfonts., guix-commits, 2023/06/09
- 406/452: gnu: texlive-xypic: Fix build., guix-commits, 2023/06/09
- 410/452: gnu: texlive-xindy: Use TEXLIVE-BUILD-SYSTEM and related tools., guix-commits, 2023/06/09
- 414/452: gnu: Add texlive-etex-pkg., guix-commits, 2023/06/09
- 428/452: gnu: texlive-xmltex: Rely on build system to create formats., guix-commits, 2023/06/09
- 431/452: gnu: texlive-jadetex: Rely on build system to create formats., guix-commits, 2023/06/09
- 436/452: guix: texlive importer: Fix build system and arguments for meta-packages., guix-commits, 2023/06/09
- 448/452: gnu: Add texlive-pslatex.,
guix-commits <=
- 21/452: gnu: Add texlive-filehook., guix-commits, 2023/06/09
- 42/452: gnu: texlive-latex-ifplatform -> texlive-ifplatform., guix-commits, 2023/06/09
- 47/452: gnu: texlive-latex-seqsplit -> texlive-seqsplit., guix-commits, 2023/06/09
- 48/452: gnu: texlive-generic-listofitems -> texlive-listofitems., guix-commits, 2023/06/09
- 70/452: gnu: texlive-latex-xkeyval -> texlive-xkeyval., guix-commits, 2023/06/09
- 66/452: gnu: Add texlive-atenddvi., guix-commits, 2023/06/09
- 73/452: gnu: texlive-latex-changebar -> texlive-changebar., guix-commits, 2023/06/09
- 100/452: gnu: texlive-latex-ucs -> texlive-ucs., guix-commits, 2023/06/09
- 95/452: gnu: Add texlive-luatexbase., guix-commits, 2023/06/09
- 121/452: gnu: texlive-fonts-iwona -> texlive-iwona., guix-commits, 2023/06/09