auctex-devel
[Top][All Lists]
Advanced

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

Re: [AUCTeX-devel] reftex-reference not including autoref


From: Alex Branham
Subject: Re: [AUCTeX-devel] reftex-reference not including autoref
Date: Wed, 23 May 2018 16:31:08 -0500
User-agent: mu4e 1.0; emacs 26.1

On Fri 18 May 2018 at 14:40, Arash Esbati <address@hidden> wrote:

> Ikumi Keita <address@hidden> writes:
>
>> In other words, the git checkout directory cannot be used as an
>> alternative of installation.
>
> Hi Keita and Alex,
>
> I'm using AUCTeX out of the git directory for some times now.  I have
> these lines in my init file in order to adjust the paths:
>
>    (add-to-list 'load-path "~/path/to/git/auctex/" t)
>    (load "~/path/to/git/auctex/auctex.el" nil t t)
>    (setq TeX-style-global
>          (expand-file-name "~/path/to/git/auctex/style"))
>
> The only issue I had until now is that I don't get the icons provided by
> AUCTeX in the toolbar.  It looks like this for me:

Thanks. I think I've got it mostly configured now. I do:

make extraclean
./autogen
./configure --prefix=$HOME
make

and have set in my Emacs file before loading auctex:

  (setq TeX-lisp-directory (expand-file-name "~/.emacs.d/lib/auctex"))
  (setq TeX-data-directory (expand-file-name "~/.emacs.d/lib/auctex"))

which seems to work for most things. The only two things I can't seem to
get to work is prettify-symbols-mode (displaying \alpha as α), and the
info manual is missing (the `dir` file isn't getting generated). Any
pointers there appreciated!

Alex



reply via email to

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