summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-09-08 16:42:12 +0000
committerKarl Berry <karl@freefriends.org>2008-09-08 16:42:12 +0000
commit75aaf68559e1289554ba5b5c13adb692deb643f1 (patch)
tree985108e2a7b4a39ef419a58e6457f1029362cedb /Master/texmf-dist/doc
parent444e0dbe2a012fdc31639b23fc6422cee7e744c1 (diff)
hilowres update (16aug08)
git-svn-id: svn://tug.org/texlive/trunk@10501 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, 12 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/hilowres/readme.txt b/Master/texmf-dist/doc/latex/hilowres/readme.txt
new file mode 100644
index 00000000000..263bb636fce
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/hilowres/readme.txt
@@ -0,0 +1,12 @@
+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>