I have a new mac, using os x leopard. I first installed texmaker, this seemed to go well. I next downloaded i-installer, and then followed the instructions from the guide (http://guides.macrumors.com/Installing_Latex_on_a_Mac) under the "second (more difficult) option" paragraph, which had me install & configure the package 'gwTeX based on TeX Live' and then install & configure 'Ghostscript 8'. All downloads & installations went smoothly.
At first, texmaker would not work at all. So, I changed the latex path (under preferences) from its default to my directory's 'pdftex' file (it would not let me choose the 'latex' file, since it is an alias pointing to the 'pdftex' file. So I chose the alias's target instead). Now when I hit the quickbuild button, something does happen. I get some errors (printed below) and it created a PDF file with the exact text that is in the .tex file (for example, the first line, "\documentclass[10pt,letterpaper]{article}" appears in my PDF)
Here are examples of the types of errors I get:
---------------------------------
line 1 -> ! Undefined control sequence. \documentclass
line 2 -> ! Undefined control sequence. \usepackage
...
! Undefined control sequence.
l.1 \documentclass
[10pt,letterpaper]{article}
The control sequence at the end of the top line
of your error message was never \def'ed
...
----------------------------------
I'm not sure what the problem is. Should I not be using pdftex? If not, what do I use ('latex' is an alias that points to 'pdftex'!) Any suggestions would be appreciated.
At first, texmaker would not work at all. So, I changed the latex path (under preferences) from its default to my directory's 'pdftex' file (it would not let me choose the 'latex' file, since it is an alias pointing to the 'pdftex' file. So I chose the alias's target instead). Now when I hit the quickbuild button, something does happen. I get some errors (printed below) and it created a PDF file with the exact text that is in the .tex file (for example, the first line, "\documentclass[10pt,letterpaper]{article}" appears in my PDF)
Here are examples of the types of errors I get:
---------------------------------
line 1 -> ! Undefined control sequence. \documentclass
line 2 -> ! Undefined control sequence. \usepackage
...
! Undefined control sequence.
l.1 \documentclass
[10pt,letterpaper]{article}
The control sequence at the end of the top line
of your error message was never \def'ed
...
----------------------------------
I'm not sure what the problem is. Should I not be using pdftex? If not, what do I use ('latex' is an alias that points to 'pdftex'!) Any suggestions would be appreciated.