Archive

Archive for June, 2008

PhD thesis in LaTeX

June 19, 2008 Pawel Szczesny 6 comments

For the record: here you can see a single (still unfinished) page of my PhD thesis prepared in LaTeX. I used PhD thesis style prepared by Jamie Stevens and wrote the whole thing using Kile editor. An image on the margin can be inserted with command:

\marginpar{
     \centering{
         \includegraphics[width=3cm]{image.pdf}
     }
     Caption text
}