|
|
|
|
|
by jimhefferon
1803 days ago
|
|
The LaTeX below will leave a push-pin symbol in the text, and clicking on it shows the code. \documentclass{article}
\usepackage{attachfile}
\usepackage{lipsum}
\begin{document}\expandafter\attachfile\expandafter{\jobname.tex}
\lipsum[1-150]
\end{document}
|
|