all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Robert McDonald <r-mcdonald@northwestern.edu>
Subject: Re: AucTeX 11.83 and MikTeX 2.5
Date: Sun, 17 Sep 2006 14:32:21 GMT	[thread overview]
Message-ID: <V%cPg.2232$vJ2.1336@newssvr12.news.prodigy.com> (raw)
In-Reply-To: <v9ejubhd95.fsf@marauder.physik.uni-ulm.de>

Reiner Steib wrote:
> I'd be surprised if yap really can handle all pstricks and psfrag
> tricks.  (But I don't use Windows and so i don't know yap.)

I think your instinct is correct: I believe that yap calls dvips as a 
helper program (there is a "render method" menu item, and one choice is 
dvips). However it is done, Yap can now display files with postscript 
specials and also perform inverse search on them. I'm impressed.

> Customize `TeX-output-view-style'.  In other words, delete the
> "^pstricks$\\|^pst-\\|^psfrag$" entry there.
> 

Well, I'm a nitwit. I had tried deleting that entry but I forgot to 
byte-compile the file afterwards, so the change had no effect.

In case this is of interest to anyone else, I have edited one entry and 
added one entry to tex-mik.el to make auctex 11.83 work better with 
MikTeX 2.5. (This is trial and error, so suggestions and corrections are 
welcome.):

; new command to compile with source specials
(unless (get 'LaTeX-command 'saved-value)
   (setq LaTeX-command
         "latex -src-specials -interaction=nonstopmode %t"))

; changed last line to have yap open at current cursor location.
(unless (get 'TeX-view-style 'saved-value)
   (setq TeX-view-style '(("^epsf$" "start %f")
			 ("." "yap -1 -s%n%b %d"))))


Thanks for your help Reiner!

Bob

  reply	other threads:[~2006-09-17 14:32 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-09-16 17:36 AucTeX 11.83 and MikTeX 2.5 Robert McDonald
2006-09-16 18:34 ` Reiner Steib
2006-09-17 14:32   ` Robert McDonald [this message]
2006-09-17 15:53     ` Ralf Angeli
2006-09-17 19:06       ` Robert McDonald
2006-09-20  9:04         ` yaakov.oshman
2006-09-20 21:48           ` Robert McDonald

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='V%cPg.2232$vJ2.1336@newssvr12.news.prodigy.com' \
    --to=r-mcdonald@northwestern.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.