auctex
[Top][All Lists]
Advanced

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

Re: Outline based LaTeX source code navigation.


From: Arash Esbati
Subject: Re: Outline based LaTeX source code navigation.
Date: Wed, 10 May 2023 18:38:54 +0200
User-agent: Gnus/5.13 (Gnus v5.13)

Hongyi Zhao <hongyi.zhao@gmail.com> writes:

> I've added the following setting into my init.el according to the above guide:
>
>  (setq TeX-outline-extra
>       '(("[ \t]*\\\\\\(bib\\)?item\\b" 7)
>         ("\\\\bibliography\\b" 2)))

Here is what I tried:

 • emacs -Q
 • Activated AUCTeX with 0 configuration
 • Eval'ed the code above in scratch
 • Opened the file ltnews36.tex
 • M-x outline-minor-mode RET
 • C-c @ C-t

and it looks like this:

PNG image

You should really start sending recipes starting with 'emacs -Q' in
order to help people understanding your problems.

Best, Arash

reply via email to

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