From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Maarten Bergvelt Newsgroups: gmane.emacs.help Subject: Re: pdflatex, emacs in windows.... Date: Mon, 19 Feb 2007 18:37:54 +0000 (UTC) Organization: Department of Mathematics, UIUC. Message-ID: References: Reply-To: bergv@uiuc.edu NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1171910472 9286 80.91.229.12 (19 Feb 2007 18:41:12 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 19 Feb 2007 18:41:12 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Feb 19 19:41:04 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HJDRg-0003W3-NE for geh-help-gnu-emacs@m.gmane.org; Mon, 19 Feb 2007 19:41:04 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HJDRg-0001Nh-4G for geh-help-gnu-emacs@m.gmane.org; Mon, 19 Feb 2007 13:41:04 -0500 Original-Path: shelby.stanford.edu!headwall.stanford.edu!newshub.sdsu.edu!news.ks.uiuc.edu!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 32 Original-NNTP-Posting-Host: u00.math.uiuc.edu Original-X-Trace: news.ks.uiuc.edu 1171910274 5944 130.126.108.30 (19 Feb 2007 18:37:54 GMT) Original-X-Complaints-To: news+abuse@ks.uiuc.edu Original-NNTP-Posting-Date: Mon, 19 Feb 2007 18:37:54 +0000 (UTC) User-Agent: slrn/0.9.7.4 (SunOS) Original-Xref: shelby.stanford.edu gnu.emacs.help:145716 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:41320 Archived-At: In article , wrote: > > What do you folks use to convert tex files to pdf in windows? How do I > set this up to work within emacs? I am sorry if this isn't the > correct forum to address this question to. I assume you have already a TeX installation (e'g. Miktex) Then use the emacs+auctex bundle, see http://www.gnu.org/software/auctex/ and ftp://alpha.gnu.org/gnu/auctex/emacs+auctex-w32-2007-01-26.zip In auctex it is a matter of doing C-c C-c Latex PDF instead of C-c C-c Latex (and there is tab completion, so you don't need to type all of this). I guess you can also set it up to always use latex pdf instead of just latex, read the auctex documentation. Highly recommended. -- Maarten Bergvelt