auctex
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [AUCTeX] tex386?


From: Alejandro Jakubi
Subject: Re: [AUCTeX] tex386?
Date: Fri, 24 Mar 2006 21:01:06 -0300

On Fri, 24 Mar 2006, David Kastrup wrote:

I'd guess "latex.bat" is a stone-age batch file lying around somewhere
in your PATH.

Fine, the default configuration entry is latex instead of latex.exe. After
removing latex.bat and seting the path to GSWIN32C.EXE it began working but
some tuning seems to be needed yet:

1. Preview images appear located below the text line and they are displayed in
a small size, in proportion to the text font size.

2. The right end of text in bold (eg highlighted \newpage in bold red) is
missing (eg large part of the last e in \newpage).

Neither of these problems appear in the Linux version (Fedora Core 4). In fact
it displays preview images a bit larger, in proportion to the font size, but a
small excess on this side is fine as it makes pictures more clear.

My current .emacs file is:

======
(custom-set-variables
  ;; custom-set-variables was added by Custom.
  ;; If you edit it by hand, you could mess it up, so be careful.
  ;; Your init file should contain only one such instance.
  ;; If there is more than one, they won't work right.
 '(preview-gs-command "c:\\gs\\gs7.04\\bin\\GSWIN32C.EXE")
 '(size-indication-mode t)
 '(transient-mark-mode t))
(custom-set-faces
  ;; custom-set-faces was added by Custom.
  ;; If you edit it by hand, you could mess it up, so be careful.
  ;; Your init file should contain only one such instance.
  ;; If there is more than one, they won't work right.
 )
;; default frame and color settings
; invoke   M-x list-colors-display    to choose the colors
; comment this if you want to see the default settings
(setq default-frame-alist      '((top . 000) (left . 350)
    (width . 80) (height . 44)  (cursor-color . "red")
;    (background-color . "wheat")
    (vertical-scroll-bars . right)
   ;fonts found on the mailing list, uncomment one at your convenience
   ;(font . "-*-Courier-normal-r-*-*-13-97-*-*-c-*-*-ansi-")
   ;(font . "-*-Courier-normal-r-*-*-15-97-*-*-c-*-*-ansi-")
   ;(font . "-*-Terminal-normal-r-*-*-8-60-*-*-c-*-*-oem-")
   (font . "-*-Terminal-normal-r-*-*-18-60-*-*-c-*-*-oem-")
   ;(font . "-*-Terminal-normal-r-*-*-12-72-*-*-c-80-*-oem-")
   ;(font . "-*-Terminal-normal-r-*-*-8-60-*-*-c-*-*-oem-")
   ;(font . "-*-Terminal-normal-r-*-*-19-142-*-*-c-*-*-oem-")
    )
    )
=======

I have got some of these lines googling elsewhere. Again, I would find very
useful a model configuration file for this precompiled version. I think that
it could save time to many people.

Regards, Alejandro Jakubi






reply via email to

[Prev in Thread] Current Thread [Next in Thread]