You are not logged in.

#1 2010-03-16 22:13:20

iamsmrt
Member
Registered: 2009-08-12
Posts: 138

LaTeX (AUCTeX) strange fonts and other problems

It appears that I'm missing some latex fonts because things are looking weird. The top is what I currently have, the bottom is an old document:

YmXPE.png

I've recently reinstalled arch and now my latex/auctex stuff seems to be very disagreeable even though I have the most recent versions of each package. I cannot change my default viewer from evince (http://bbs.archlinux.org/viewtopic.php? … 64#p726264) and the old shortcut for it no longer works. My knowledge of emacs customization is very basic so if someone could please point me in the right direction, I'd be very grateful.

Last edited by iamsmrt (2010-03-16 22:13:56)

Offline

#2 2010-03-20 16:41:01

iamsmrt
Member
Registered: 2009-08-12
Posts: 138

Re: LaTeX (AUCTeX) strange fonts and other problems

bump sad

Offline

#3 2010-03-20 17:42:40

Pank
Member
From: IT
Registered: 2009-06-13
Posts: 371

Re: LaTeX (AUCTeX) strange fonts and other problems

Please make sure that you are in fact using AUCTeX and not the build in LaTeX functionalities of Emacs. I am not aware of changes in regards to shortcuts in 11.86.

--Rasmus


Arch x64 on Thinkpad X200s/W530

Offline

#4 2010-03-20 21:51:43

iamsmrt
Member
Registered: 2009-08-12
Posts: 138

Re: LaTeX (AUCTeX) strange fonts and other problems

Pank wrote:

Please make sure that you are in fact using AUCTeX and not the build in LaTeX functionalities of Emacs. I am not aware of changes in regards to shortcuts in 11.86.

--Rasmus

It appears like I'm using AUCTeX from what I can tell (addition of pdflatex/pdfview buttons in gnu emacs). I just reinstalled it and pacman told me of two additional lines to add to my .emacs file so it now looks like, where the bolded lines are the ones I just added:

;; Required for auctex                                                          
(require 'tex-site)                                                             
(setq TeX-auto-save t)
(setq TeX-parse-self t)
[b](load "auctex.el" nil t t)
(load "preview-latex.el" nil t t)[/b]

Last edited by iamsmrt (2010-03-20 21:53:13)

Offline

#5 2010-03-21 19:23:05

iamsmrt
Member
Registered: 2009-08-12
Posts: 138

Re: LaTeX (AUCTeX) strange fonts and other problems

bump

Offline

#6 2010-03-23 01:20:40

iamsmrt
Member
Registered: 2009-08-12
Posts: 138

Re: LaTeX (AUCTeX) strange fonts and other problems

One last bump sad

Offline

#7 2010-03-23 01:28:43

bernarcher
Forum Fellow
From: Germany
Registered: 2009-02-17
Posts: 2,281

Re: LaTeX (AUCTeX) strange fonts and other problems

Not sure if this solves your problem, but these are my ~/.emacs file auctex related settings:

;; TeX definitions
(load "auctex.el" nil t t)
(load "preview-latex.el" nil t t)
;; AUCTeX specifics    
(setq TeX-auto-save t)
(setq TeX-parse-self t)
(setq-default TeX-master nil)

Loading and configuring just the other way around. Not sure yet whether this really matters. But at least it does work properly around here.

Last edited by bernarcher (2010-03-23 01:33:32)


To know or not to know ...
... the questions remain forever.

Offline

Board footer

Powered by FluxBB