blob: 62d7892a127cb195fb03a3a20ed65cd2b75988cc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
README for the `inputtrc' package
Tracing Which File Loads Which
(C) Uwe Lueck 2012/10/10
http://www.contact-ednotes.sty.de.vu
`inputtrc.sty' produces screen/log messages
`<current> INPUTTING <next>' on LaTeX input commands,
<current> and <next> being file names.
The message indents reflect the input nesting level.
This can be turned on and off, and the "indent unit"
can be chosen. `RETURNING TO <current>' may be added.
These messages should help when you otherwise get a screen
message about some input line number and wonder in which
file that is.
The implementation somewhat resembles packages `currfile',
`filehook', `FiNK', and `inputfile'.
Typesetting the documentation requires the 'nicetext' bundle,
http://ctan.org/pkg/nicetext
`inputtrc' is author-maintained in the sense of LPPL below.
`inputtrc.sty', its documentation `inputtrc.pdf', and the
latter's source `inputtrc.tex' can be redistributed and/or
modified under the terms of the LaTeX Project Public License;
either version 1.3c of the License, or any later version.
The latest version of this license is in
http://www.latex-project.org/lppl.txt
We did our best to help you, but there is NO WARRANTY.
Please report bugs, problems, and suggestions via
http://www.contact-ednotes.sty.de.vu
|