Index of /archives/text/CTAN/macros/latex/contrib/import

Icon  Name                                      Last modified      Size  Description
[PARENTDIR] Parent Directory - [TXT] README 2020-04-03 06:06 647 [   ] import.pdf 2020-04-01 19:29 237K [TXT] import.sty 2020-04-01 19:26 6.1K [   ] import.tex 2020-04-01 19:29 5.0K
import.sty    Version 6.2    01-Apr-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.