I have used LaTeX for over 10 years now, and thought I knew how it works...big mistake!
Here's my problem:
I recently upgraded to Ubuntu 12.04 (or installed it from scratch to be exact), and installed texlive-full (as I always had done before).
Now when I try to compile a document (from the directory where my input file is), I get the following error:
Code: Select all
This is pdfTeX, Version 3.1415926-1.40.10 (TeX Live 2009/Debian)
entering extended mode
! I can't find file `presentation.tex'.
Code: Select all
This is pdfTeX, Version 3.1415926-1.40.10 (TeX Live 2009/Debian)
entering extended mode
(/home/my_name/Desktop/presentationJune2012/presentation.tex
! Undefined control sequence.
l.1 \documentclass
[dvipsnames,table,t,hyperref]{beamer}
The whole thing makes absolutely no sense to me....why does it not find a file which is in the same directory? I tried with other documents, and get the same error.
Any ideas what could be wrong? I suspect it is my OS rather than the LaTeX distribution, but no idea how to fix it...
Thanks!