1
vote
1answer
244 views

adding text onto pdf pages

This is related to the post How can I superimpose LaTeX / TeX output over a PDF file?. One of the answers is (which is the one I'm using now): \documentclass[12pt]{article} \usepackage{pdfpages} ...
4
votes
1answer
1k views

Overlay LaTeX/TeX coding easily on PDF with 300 pages

I've been looking for a way to overlay TeX/LaTeX i.e maths language etc (everything LaTeX is designed for) onto a background document containing 310 pages combined together in a PDF file. So far I ...
7
votes
1answer
393 views

Can I add tikzpictures to pages included with pdfpages

I would like to decorate pages of some pdf documents with tikzpictures. My idea was to include them with pdfpages, and then draw a tikzpicture overlay on top of the page. ...