6 lines | 169 chars
1 | % Modification to plaintext.sty to suppress page headings |
2 | % and make pages contiguous when processed with dvi2txt |
3 | |
4 | \pagestyle{empty} |
5 | \advance\voffset by -2\baselineskip |
6 |
1 | % Modification to plaintext.sty to suppress page headings |
2 | % and make pages contiguous when processed with dvi2txt |
3 | |
4 | \pagestyle{empty} |
5 | \advance\voffset by -2\baselineskip |
6 |