<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Nov 16, 2012, at 4:46 PM, Alain Schremmer wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><span class="Apple-style-span" style="border-collapse: separate; font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; ">However, I have no idea how to make \currfiledir appear in the console. The documentation of currfile has a section entitled "stand-alone usage of currfile-abspath" which I am totally unable to understand. I cannot even decide whether or not it is relevant to what I would like to do. (But it is not a big issue at all. Mostly a matter of "elegance".)<br></span></blockquote></div><br><div>Assuming you're using pdflatex and have included</div><div><br></div><div>\usepackage[abspath]{currfile}</div><div><br></div><div>add the line</div><div><br></div><div><div>\typeout{^^J^^JFILEPATH: \currfileabspath^^J^^J} % or \currfileabsdir</div></div><div><br></div><div>just before \end{document}.</div><div><br></div><div>(I assume you are using TeXShop and the pdflatexmk engine, so that there is no need to to add the -recorder option.)</div><div><br></div><div>Michael</div></body></html>