summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2015-12-12 22:44:30 +0000
committermarkd <markd@pkgsrc.org>2015-12-12 22:44:30 +0000
commitb8db1fedf3a760c05fe47a7de221ef605558ae29 (patch)
tree0ccd5356ad2ac2798102075edd7da3202289ca6b /print
parent1114a752850897c2e6d94b8c0002bca89f6a5633 (diff)
downloadpkgsrc-b8db1fedf3a760c05fe47a7de221ef605558ae29.tar.gz
Add tex-mathdots{,-doc} 0.9
Redefines \ddots and \vdots, and defines \iddots. The dots produced by \iddots slant in the opposite direction to \ddots. All the commands are designed to change size appropriately in scripts, as well as in response to LaTeX size changing commands. The commands may also be used in plain TeX.
Diffstat (limited to 'print')
-rw-r--r--print/tex-mathdots-doc/DESCR1
-rw-r--r--print/tex-mathdots-doc/Makefile13
-rw-r--r--print/tex-mathdots-doc/PLIST6
-rw-r--r--print/tex-mathdots-doc/distinfo6
-rw-r--r--print/tex-mathdots/DESCR5
-rw-r--r--print/tex-mathdots/Makefile13
-rw-r--r--print/tex-mathdots/PLIST3
-rw-r--r--print/tex-mathdots/distinfo6
8 files changed, 53 insertions, 0 deletions
diff --git a/print/tex-mathdots-doc/DESCR b/print/tex-mathdots-doc/DESCR
new file mode 100644
index 00000000000..2e9791bfa16
--- /dev/null
+++ b/print/tex-mathdots-doc/DESCR
@@ -0,0 +1 @@
+Documentation for tex-mathdots.
diff --git a/print/tex-mathdots-doc/Makefile b/print/tex-mathdots-doc/Makefile
new file mode 100644
index 00000000000..eaddd9f199b
--- /dev/null
+++ b/print/tex-mathdots-doc/Makefile
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2015/12/12 22:44:30 markd Exp $
+
+DISTNAME= mathdots.doc
+PKGNAME= tex-${DISTNAME:S/./-/}-0.9
+TEXLIVE_REV= 34301
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://ctan.org/pkg/mathdots
+COMMENT= Documentation for tex-mathdots
+LICENSE= lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/print/tex-mathdots-doc/PLIST b/print/tex-mathdots-doc/PLIST
new file mode 100644
index 00000000000..81b983eb51e
--- /dev/null
+++ b/print/tex-mathdots-doc/PLIST
@@ -0,0 +1,6 @@
+@comment $NetBSD: PLIST,v 1.1 2015/12/12 22:44:30 markd Exp $
+share/texmf-dist/doc/generic/mathdots/README
+share/texmf-dist/doc/generic/mathdots/mathdots.pdf
+share/texmf-dist/doc/generic/mathdots/mdotest.pdf
+share/texmf-dist/doc/generic/mathdots/mdotest.tex
+share/texmf-dist/doc/generic/mathdots/plmdotest.tex
diff --git a/print/tex-mathdots-doc/distinfo b/print/tex-mathdots-doc/distinfo
new file mode 100644
index 00000000000..822c55b8f77
--- /dev/null
+++ b/print/tex-mathdots-doc/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2015/12/12 22:44:30 markd Exp $
+
+SHA1 (tex-mathdots-34301/mathdots.doc.tar.xz) = ceae0195f1735d4c13c1b6baea5029f8bef21ce2
+RMD160 (tex-mathdots-34301/mathdots.doc.tar.xz) = a0986fa80542062d259ab1f173f9156e2da6ec10
+SHA512 (tex-mathdots-34301/mathdots.doc.tar.xz) = d178ebcaece1076fb769230c50f23f5a886fb12dd668d1db59ffe070a3356065ad3a8f36223e7506dfa3d88b49da15e3f784a7c5fdb59e36448f708af0ccbac6
+Size (tex-mathdots-34301/mathdots.doc.tar.xz) = 397300 bytes
diff --git a/print/tex-mathdots/DESCR b/print/tex-mathdots/DESCR
new file mode 100644
index 00000000000..d12bd127812
--- /dev/null
+++ b/print/tex-mathdots/DESCR
@@ -0,0 +1,5 @@
+Redefines \ddots and \vdots, and defines \iddots. The dots
+produced by \iddots slant in the opposite direction to \ddots.
+All the commands are designed to change size appropriately in
+scripts, as well as in response to LaTeX size changing
+commands. The commands may also be used in plain TeX.
diff --git a/print/tex-mathdots/Makefile b/print/tex-mathdots/Makefile
new file mode 100644
index 00000000000..42e5646a41d
--- /dev/null
+++ b/print/tex-mathdots/Makefile
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2015/12/12 22:44:30 markd Exp $
+
+DISTNAME= mathdots
+PKGNAME= tex-${DISTNAME}-0.9
+TEXLIVE_REV= 34301
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://ctan.org/pkg/mathdots
+COMMENT= Commands to produce dots in math that respect font size
+LICENSE= lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/print/tex-mathdots/PLIST b/print/tex-mathdots/PLIST
new file mode 100644
index 00000000000..72fc21550b2
--- /dev/null
+++ b/print/tex-mathdots/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2015/12/12 22:44:30 markd Exp $
+share/texmf-dist/tex/generic/mathdots/mathdots.sty
+share/texmf-dist/tex/generic/mathdots/mathdots.tex
diff --git a/print/tex-mathdots/distinfo b/print/tex-mathdots/distinfo
new file mode 100644
index 00000000000..eb5fb277c9f
--- /dev/null
+++ b/print/tex-mathdots/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2015/12/12 22:44:30 markd Exp $
+
+SHA1 (tex-mathdots-34301/mathdots.tar.xz) = 071fca454205294778e43c092e070e9725006669
+RMD160 (tex-mathdots-34301/mathdots.tar.xz) = 973f0027869dab42d87b6f4d9e1ce0a0a3272277
+SHA512 (tex-mathdots-34301/mathdots.tar.xz) = 14a66ddd9bad335cef31a312e9e01254e589718eeb8436ae1e46e6dbd3cef52621cedaa4ca9c239c3d7c04db7d758b2428564ff8a14c06a9bce7d66eb62db8c5
+Size (tex-mathdots-34301/mathdots.tar.xz) = 2164 bytes