The currfile package provides macros for holding the file name information (dir, base name, extension, full name and full path) for files read by LaTeX's \input and \include macros
5
votes
2answers
99 views
Can't get real currfile if used in precompiled .fmt file
Background:
I am not sure if this is a bug with the currfile package, or if I not properly using the package, or perhaps an issue with using .fmt files. BTW, this is my first attempt at using .fmt ...
2
votes
0answers
129 views
Incompatibility between currfile and enumitem? [closed]
The MWE below yields:
Missing number, treated as zero.
<to be read again>
enit@cv@currfiledepth
\item
testing.
for the itemize ...
4
votes
1answer
172 views
Corrupted TeXLive2012 installation? (Option clash for currfile)
Background:
As per Manually copy older TeXLive2011 from one Mac to a new Mac, I attempted to get TeXLive2010 and TeXLive2011 (with the latest libraries) on a newer mac. The older releases are not ...
9
votes
1answer
260 views
In a multiple file LaTeX document, is there a way to tag each page with the file that generated it?
I've got a LaTeX document that's build from many smaller files. When I'm editing text or formulas I usually look for some characteristic text and do something like:
find -name "*.tex" > t
grep -n ...