guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: Add texlive-microtype.


From: guix-commits
Subject: branch master updated: gnu: Add texlive-microtype.
Date: Fri, 18 Sep 2020 10:14:21 -0400

This is an automated email from the git hooks/post-receive script.

pgarlick pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 389b71a  gnu: Add texlive-microtype.
389b71a is described below

commit 389b71aa0f756608236565067f2f77ee1f9390da
Author: Paul Garlick <pgarlick@tourbillion-technology.com>
AuthorDate: Fri Sep 18 15:07:27 2020 +0100

    gnu: Add texlive-microtype.
    
    * gnu/packages/tex.scm (texlive-microtype): New variable.
---
 gnu/packages/tex.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 78dd377..3ac6e5e 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -7419,3 +7419,27 @@ units in a standard-looking way.  The package is based 
upon
 @code{nicefrac}, a package for typing fractions.  @code{nicefrac} is
 included in the @code{units} bundle.")
       (license license:gpl3+))))
+
+(define-public texlive-microtype
+  (let ((template (simple-texlive-package
+                   "texlive-microtype"
+                   (list "/doc/latex/microtype/"
+                         "/tex/latex/microtype/")
+                   (base32
+                    "0xmjpzbj4nqmnl5m7xx1bshdk2c8n57rmbvn0j479ypj4wdlq9iy")
+                   #:trivial? #t)))
+    (package
+      (inherit template)
+      (home-page "http://www.ctan.org/pkg/microtype";)
+      (synopsis "Subliminal refinements towards typographical perfection")
+      (description "@code{microtype} provides a LaTeX interface to the
+micro-typographic extensions that were introduced by pdfTeX and have
+since propagated to XeTeX and LuaTeX: most prominently character
+protrusion and font expansion, the adjustment of kerning and interword
+spacing, hyphenatable letterspacing and the possibility to disable all
+or selected ligatures.  These features may be applied to customisable
+sets of fonts.  All micro-typographic aspects of the fonts can be
+configured in a straight-forward and flexible way.  Settings for
+various fonts are provided.  An alternative package @code{letterspace},
+which also works with plain TeX, is included in the bundle.")
+      (license license:lppl1.3c))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]