summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/import/README
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-02-26 22:10:12 +0000
committerKarl Berry <karl@freefriends.org>2020-02-26 22:10:12 +0000
commita16c89d7793f3f99757220e4becd13e5eea7d37b (patch)
tree9e689dc014e82001f9ecb154b124e43f9d076ea5 /Master/texmf-dist/doc/latex/import/README
parentdac4852fc4d8a7e6590019c01f05eb05e16e8821 (diff)
import (26feb20)
git-svn-id: svn://tug.org/texlive/trunk@53932 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/import/README')
-rw-r--r--Master/texmf-dist/doc/latex/import/README15
1 files changed, 15 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/import/README b/Master/texmf-dist/doc/latex/import/README
new file mode 100644
index 00000000000..2a3886a5063
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/import/README
@@ -0,0 +1,15 @@
+import.sty Version 6.0 22-Jan-2020
+Donald Arseneau (asnd@triumf.ca) Vancouver, Canada.
+
+This software is in the public domain; free of any restrictions.
+All right are waived. No obligations are acknowleged.
+
+Two new LaTeX commands, "\import {<full-path>} {<file>}" and
+"\subimport {<path-extension>} {<file>}" are defined to input
+a file from another directory, allowing that file to find its
+own inputs (using \input, \includegraphics etc.) in that directory.
+Alias command names are "\inputfrom" and "\subinputfrom".
+
+Also provided are \includefrom and \subincludefrom, which are
+based on the \include command, rather than \input.
+