[TxMt] Using TextMate to create Multiple Choice Tests

Charilaos Skiadas skiadas at hanover.edu
Tue Jan 9 20:20:26 UTC 2007


On Jan 9, 2007, at 1:33 PM, Zeitler Andreas wrote:

> Hi out there,
>
> Sorry to disturb you during Steve is showing the new iPhone. But i  
> have a little question. I am using TextMate to compile my LaTeX  
> Documents. I was just asking if i can use LaTeX to create a Test or  
> Quiz. And yes you can! If you are using the package exam. So i was  
> downloading some examples hit Command+R and the compiler said that  
> he is missing some exam.sty
>
> Can someone help me out?
>
It is possible you don't have the exam package installed. Try running  
this on the terminal and see if you get something back:

locate exam.cls

Btw, exam is not a package, it is a document class, so you should  
access it via:

\documentclass{exam}
......

There is a TextMate Template creating a basic exam for you (File ->  
New From Template -> LaTeX -> Exam). Here you can find documentation  
for the class: http://www-math.mit.edu/~psh/#ExamCls

> Thanks
>

Haris





More information about the textmate mailing list