Search found 1 match

by sevillad
Wed Mar 09, 2011 12:35 pm
Forum: AUCTeX
Topic: Question on adding custom commands to AUCTeX
Replies: 0
Views: 21445

Question on adding custom commands to AUCTeX

Hi,

I am trying to create a command which runs latex on a poster .tex file, then converts the dvi to a pdf. I have managed to do it more or less, by adding to "Tex Command List" in the options the following command:

latex %s && dvipdf %s

However, if some error occurs during the first part, for ...