[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Outline based LaTeX source code navigation.
From: |
Hongyi Zhao |
Subject: |
Re: Outline based LaTeX source code navigation. |
Date: |
Thu, 11 May 2023 08:39:08 +0800 |
On Thu, May 11, 2023 at 7:37 AM Hongyi Zhao <hongyi.zhao@gmail.com> wrote:
>
> On Thu, May 11, 2023 at 12:40 AM Arash Esbati <arash@gnu.org> wrote:
> >
> > 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:
> >
> > You should really start sending recipes starting with 'emacs -Q' in
> > order to help people understanding your problems.
>
> Thanks, I'll check it out.
It was caused by my error insert of the following code snippet into my
init.el with redundant `setq`:
(setq TeX-outline-extra
'(("[ \t]*\\\\\\(bib\\)?item\\b" 7)
("\\\\bibliography\\b" 2)))
Now, it works as shown in the attached screenshot.
> > Best, Arash
>
> Regards,
> Zhao
image.png
Description: PNG image
- Re: Outline based LaTeX source code navigation., (continued)