summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-10-12 21:31:39 +0000
committerKarl Berry <karl@freefriends.org>2008-10-12 21:31:39 +0000
commit6e1166e67347cca517a82d0075f78823d010e872 (patch)
treed2f51ddfe9976a151c586c757bcef8824a2e17e9 /Master/texmf-dist/doc
parenta28176d1d2664b3e37428691e8b215d8008a043b (diff)
rm hilowres, nonfree
git-svn-id: svn://tug.org/texlive/trunk@10944 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r--Master/texmf-dist/doc/latex/hilowres/readme.txt12
1 files changed, 0 insertions, 12 deletions
diff --git a/Master/texmf-dist/doc/latex/hilowres/readme.txt b/Master/texmf-dist/doc/latex/hilowres/readme.txt
deleted file mode 100644
index 263bb636fce..00000000000
--- a/Master/texmf-dist/doc/latex/hilowres/readme.txt
+++ /dev/null
@@ -1,12 +0,0 @@
-hilowres is a package that can be used to simplify a global inclusion of
-low resolution versions of high resolution images, if each pair of files
-have the same basename (e.g. bird_low.eps and bird.eps). The package is
-a totally uncomplicated wrapper around the \includegraphics command of the
-graphicx package.
-
-Example usage: \hilowfig[width=3in]{bird}. If the option `low' is
-specified when loading the package, then the low resolution version
-(i.e. bird_low.eps) is used, otherwise the high resolution version (i.e.
-bird.eps) is used.
-
-Author: Johann Gerell <jogerell@acc.umu.se>