General ⇒ Tex doesn't build with \usepackage commands
-
- Posts: 4
- Joined: Sat Aug 22, 2009 5:17 pm
Tex doesn't build with \usepackage commands
I now took a file that worked perfectly fine before uninstall, and found that tex refuses to build it (didn't change a thing in the code). Played around with it, and found that if I remove all the \usepackage lines, it builds everything, but of course completely improperly formatted.
How do I fix this issue? I'd guess it's something to do with packaging updates...
If necessary here is all the code at the beginning of the document:
\documentclass[titlepage]{book}
\usepackage[paperwidth=5.25in,paperheight=8in,margin=.5in]{geometry}
\usepackage{setspace}
\doublespacing
\pagestyle{plain}
\usepackage{ulem}
\setlength{\parindent}{.5cm}
\addvspace{1cm}
\begin{document}
\begin{titlepage}
\pagenumbering{roman}
\vspace*{\fill}
\begingroup
\centering
Thanks for helping in advance!
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
-
- Posts: 4
- Joined: Sat Aug 22, 2009 5:17 pm