summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/import/README
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-02-27 03:01:13 +0000
committerNorbert Preining <norbert@preining.info>2020-02-27 03:01:13 +0000
commitcfcab0823d16bb9acd6d6a7d3f80a7b2176a6260 (patch)
tree4db3d6f79edb6570d6c812c4962a4322c0605534 /macros/latex/contrib/import/README
parent2dfd6df5d1db270dc874c6c319d51eed43defb91 (diff)
CTAN sync 202002270301
Diffstat (limited to 'macros/latex/contrib/import/README')
-rw-r--r--macros/latex/contrib/import/README15
1 files changed, 15 insertions, 0 deletions
diff --git a/macros/latex/contrib/import/README b/macros/latex/contrib/import/README
new file mode 100644
index 0000000000..2a3886a506
--- /dev/null
+++ b/macros/latex/contrib/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.
+