Last active
December 21, 2015 21:59
-
-
Save alexkrolick/6372152 to your computer and use it in GitHub Desktop.
How to attach a .tex source file to a PDF generated via pdflatex.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\usepackage{embedfile} % for attaching the .tex file to the PDF | |
\embedfile{\jobname.tex} % embed the source |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment