Open koppor opened 1 year ago
The parameter filespec is not expanded.
filespec
MWE:
\documentclass{article} \newcommand{\filename}{FileName.bib} \newcommand{\fullpath}{Test.bib} \usepackage{intopdf} \begin{document} \attachandlink[\filename]{\fullpath}[application/x-bibtex]{BibTeX entry of this paper}{BibTeX} \end{document}
PDF:
Instead of "filename", fileName.bib should be shown.
fileName.bib
I tried with the trick \romannumeral-`X, but it did not help.
\romannumeral-`X
You can probably do \expanded{\attachandlink[\filename]{\fullpath}[application/x-bibtex]{BibTeX entry of this paper}{BibTeX}} if you want everything to be expanded for now.
\expanded{\attachandlink[\filename]{\fullpath}[application/x-bibtex]{BibTeX entry of this paper}{BibTeX}}
The parameter
filespec
is not expanded.MWE:
PDF:
Instead of "filename",
fileName.bib
should be shown.I tried with the trick
\romannumeral-`X
, but it did not help.