Skip to content

Instantly share code, notes, and snippets.

@fmitha
Created March 1, 2019 22:01
Show Gist options
  • Save fmitha/181ca2647044faa8277b178ef11561d0 to your computer and use it in GitHub Desktop.
Save fmitha/181ca2647044faa8277b178ef11561d0 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]{scans/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