Created
March 1, 2019 22:03
-
-
Save fmitha/b6c529e6128c7d03ceaf7f9698adba72 to your computer and use it in GitHub Desktop.
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
\documentclass[12pt]{article} | |
\usepackage{tikz} | |
\usepackage{underscore} % Breaks if uncommented | |
\usepackage{grffile} | |
\usepackage{pdfpages} | |
\begin{document} | |
\includepdf[pagecommand= | |
{\begin{tikzpicture}[remember picture, overlay] | |
\end{tikzpicture}} | |
,pages=1]{blank_blank.pdf} | |
\end{document} | |
%%% Local Variables: | |
%%% mode: latex | |
%%% TeX-master: "test_includepdf" | |
%%% End: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment