summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/import/README
blob: 8f6f9549c3984d912c846f2ac482cf3c8cf673a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
import.sty    Version 6.1    06-Mar-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.