[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: |
Wed, 10 May 2023 22:51:22 +0800 |
On Wed, May 10, 2023 at 3:58 PM Arash Esbati <arash@gnu.org> wrote:
>
> Hongyi Zhao <hongyi.zhao@gmail.com> writes:
>
> > But I still cannot figure out how to use the method described here:
> > https://www.gnu.org/software/auctex/manual/auctex/Outline.html
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)))
> Did you try 'M-x outline-minor-mode RET' as described here:
But when I try the above command and then `Hide Body`, I still cannot
see the ‘\bibliography’ related stuff, as shown in the attached
screenshot.
>
> https://www.gnu.org/software/emacs/manual/html_node/emacs/Outline-Mode.html#Outline-Mode
>
> This page is linked in the AUCTeX manual page you mentioned above.
> Best, Arash
Regards,
Zhao
image.png
Description: PNG image
- Outline based LaTeX source code navigation., Hongyi Zhao, 2023/05/08
- Re: Outline based LaTeX source code navigation., Hongyi Zhao, 2023/05/08
- Re: Outline based LaTeX source code navigation., Mandar Mitra, 2023/05/09
- Re: Outline based LaTeX source code navigation.,
Hongyi Zhao <=
- Re: Outline based LaTeX source code navigation., Arash Esbati, 2023/05/10
- Re: Outline based LaTeX source code navigation., Hongyi Zhao, 2023/05/10
- Re: Outline based LaTeX source code navigation., Hongyi Zhao, 2023/05/10