Skip to content

Instantly share code, notes, and snippets.

@fmitha
Created March 1, 2019 22:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fmitha/b6c529e6128c7d03ceaf7f9698adba72 to your computer and use it in GitHub Desktop.
Save fmitha/b6c529e6128c7d03ceaf7f9698adba72 to your computer and use it in GitHub Desktop.
\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