%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Header-file for generating a DIN A0 size poster. % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % write the body of the text in a file named contents.tex % % compile with latex, and run dvips % % 1) for A0 output: % % on SGIs: % % dvips -ta0 -tlandscape -f posterL > posterL.ps % % on Suns: % % dvips -Pa0 -f posterL > posterL.ps % % (needs config.a0 file) % % 2) for small A4 output: % % dvips -ta4 -tlandscape -x250 -f posterL > posterL.ps % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%