[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[AUCTeX] pstricks style blocked
From: |
Holger Sparr |
Subject: |
[AUCTeX] pstricks style blocked |
Date: |
Thu, 31 May 2007 09:51:07 +0200 |
User-agent: |
Gnus/5.110007 (No Gnus v0.7) Emacs/22.1.50 (gnu/linux) |
Hi,
I wanted to try a pstricks style file found on EmacsWiki
<URI: http://www.emacswiki.org/cgi-bin/wiki/pstricks.el>
Leaving it somewhere on 'TeX-style-path' had no effect at all. I think,
the style file is blocked by:
,----[ (defun LaTeX-common-initialization ... ) in latex.el ]
| [...]
|
| (TeX-add-style-hook "pdftricks" 'TeX-PDF-mode-on)
| (TeX-add-style-hook "dvips" 'TeX-PDF-mode-off)
| (TeX-add-style-hook "pstricks" 'TeX-PDF-mode-off) <---
| (TeX-add-style-hook "psfrag" 'TeX-PDF-mode-off)
|
| [...]
`----
By commenting the marked line pstricks.el gets loaded.
Since editing the source does not seem right, there should be
another solution. What am I supposed to do in such cases?
Thanks in advance,
Holger
--
- [AUCTeX] pstricks style blocked,
Holger Sparr <=