summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/import/README
diff options
context:
space:
mode:
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.
+