HappyQuark wrote:pqortic wrote:HappyQuark wrote:With Word, even the smallest change requires that you open 10 separate documents, change them and save them all separately.
why 10 separate documents? you write the SOP in one word file and each time edit part of it. I use word 2007 maybe the new versions that you use works differently!
I have a different SOP for each of the schools I'm applying to and you should too. In general your SOP should include at least some information directly addressing why you are applying to that school. So what I'm referring to is if you tuned each of your SOPs to the individual schools but didn't feel like constantly re-writing the general info that isn't school specific, your only option in word is to copy pasta that info into each separate document. Also, if you decide that any of the info in any of these general sections needs to be changed, you need to go back through all 10 documents separately and edit them. In LaTeX all 10 of my SOP documents reference a single general info file so when I edit that, it edits all of my documents in less time than it takes to open MS Word even once.
I left the formatting pretty much the standard TeX. My file, sans actual content, uses the following format verbatim
__________________________________________________________________
\documentclass[12pt]{paper}
\pagestyle{plain}
%\usepackage{setspace}
%\doublespacing
\usepackage[left=1in,right=1in,top=1in,bottom=1in]{geometry}
\title{Statment of Purpose}
\author{Steve McQueen}
\subtitle{Columbia University}
\begin{document}
\maketitle
\input{PlasmaIntro.tex}
\input{Generalinfo.tex}
Based on my research interests.........
\end{document}
__________________________________________________________________
Well, technically speaking most of the preamble is in a style file, SOP.sty, that I created but once again that was just so I could make all my SOPs as uniform as possible.