summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/showdim/README
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-01-23 23:58:43 +0000
committerKarl Berry <karl@freefriends.org>2013-01-23 23:58:43 +0000
commitc1dacde85799a672c29740afe6041f3b3b671d32 (patch)
tree28e9ec6217754bec8713b12b3bd35a8944a49c9c /Master/texmf-dist/doc/latex/showdim/README
parentf868ed130b48508ce8e10c2fb3b96d97c67656e6 (diff)
showdim 2012/12/18 (23jan13)
git-svn-id: svn://tug.org/texlive/trunk@28918 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/showdim/README')
-rw-r--r--Master/texmf-dist/doc/latex/showdim/README26
1 files changed, 26 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/showdim/README b/Master/texmf-dist/doc/latex/showdim/README
new file mode 100644
index 00000000000..c5e51279232
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/showdim/README
@@ -0,0 +1,26 @@
+Copyright 1999 Michael John Downes.
+Copyright 2012 TeX Users Group.
+This file is part of the showdim package, released under the LPPL;
+see showdim.sty for details.
+
+This package (showdim) prints dimensions in various values:
+
+\tenthpt - Print dimen in points, rounded to the nearest tenth
+\tenthpc - Print dimen in picas, rounded to the nearest tenth
+\hundredthpc - Print dimen in picas, rounded to the nearest hundredth
+\tenthpcpt - Print dimen in tenths of a pica and whole points.
+\pttenthpc - Print dimen in points and tenths of a pica.
+\pthundredthpc - Print dimen in points followed by the equivalent in picas
+ (to two decimal places).
+\points - Print dimen rounded to the nearest whole point.
+\picas - Print dimen converted to the nearest whole pica.
+
+This package was written by Michael Downes, who passed away in 2003. He
+released it without a license, which is considered nonfree nowadays. In
+October 2012, his heirs (his children Zoe, Elizabeth, and Mia Downes)
+have all agreed to re-releasing his work under any version of the LaTeX
+Public Project License. Therefore, the package is now released under
+the LPPL, version 1 or (at your option) any later version.
+
+The only change in this release is to the license (and typos).
+The actual code is the same as Michael's last release.