% LaTeX Template for a book manuscript % % To use: % % Copy into a new file, replace all % [BRACKETED UPPER-CASE TEXT] % with your own, then run the latex command on it. % Use dvips to print the .dvi output \documentclass[12pt,oneside]{report} \usepackage[T1]{fontenc} \usepackage[submit]{manuscript} \author{[AUTHOR NAME]} \authaddr{[AUTHOR STREET ADDRESS]\\ [AUTHOR CITY, STATE \ ZIP]\\ [AUTHOR TELEPHONE NUMBER]} \title{[TITLE OF BOOK]} \headtitle{[SHORT TITLE FOR PAGE HEADERS]} \wordcount{[NUMBER OF WORDS]} \begin{document} \maketitle [THE TEXT OF YOUR MANUSCRIPT GOES HERE. SEPARATE EACH PARAGRAPH WITH A BLANK LINE. TO UNDERLINE WORDS, PUT THEM IN TAGS \emp{LIKE THIS}. TO MAKE A MANUAL PAGE BREAK AT ANY PLACE IN THE MANUSCRIPT, INSERT \newpage AT THE PLACE WHERE YOU WANT THE BREAK.] \end{document}