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: Hongyi Zhao
Subject: Re: Outline based LaTeX source code navigation.
Date: Tue, 9 May 2023 10:17:56 +0800

On Tue, May 9, 2023 at 9:13 AM Hongyi Zhao <hongyi.zhao@gmail.com> wrote:
>
> On Tue, May 9, 2023 at 8:51 AM Hongyi Zhao <hongyi.zhao@gmail.com> wrote:
> >
> > Hi here,
> >
> > I'm not sure whether there is a convenient way to generate an outline
> > based on the current master tex source file to facilitate the source
> > code navigation.
>
> Based on the description here [1-2], it seems that the outshine
> package should be used for this purpose.

I tried the following configuration, but I still don't know how to
show the outline:

(use-package outshine
  :demand t
  :init
  (defvar outline-minor-mode-prefix "\M-#")
  ;; https://github.com/alphapapa/outshine#activation
  :hook
  (LaTeX-mode . outshine-mode)
)

> [1] https://www.gnu.org/software/auctex/manual/auctex/Outline.html
> [2] https://github.com/alphapapa/outshine#credits
>
> Regards,
> Zhao



reply via email to

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