Tagged Questions
4
votes
1answer
208 views
pdftex and interaction=batchmode and xwatermark
I try to compile this file:
\documentclass[10pt,openany,titlepage]{book}%
\usepackage{lipsum}%
\usepackage{xcolor}%
\usepackage[printwatermark,default-first-page=10]{xwatermark}%
...
6
votes
2answers
2k views
pdflatex bash script to supress all output except error messages?
I have a bash script which I use to compile a file with pdflatex twice (to make sure it sorts out references properly, etc.). This is the 'latexbuild' script I use:
module load ctan
pdflatex ...