alphapapa / outshine

Org-mode for non-Org buffers
GNU General Public License v2.0
212 stars 23 forks source link

Outline based LaTeX source code navigation. #95

Closed hongyi-zhao closed 1 year ago

hongyi-zhao commented 1 year ago

I'm not sure whether this package can help me to generate an outline based on the current master TeX source file to facilitate the source code navigation. Currently, I tried the following configuration, but I still cannot 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)
)

Any tips will be appreciated.

Regards, Zhao

alphapapa commented 1 year ago

Hello,

Please see related issues, i.e. https://github.com/alphapapa/outshine/issues?q=is%3Aissue+latex

hongyi-zhao commented 1 year ago

I checked the above issue list, but still failed to find any clues.

alphapapa commented 1 year ago

Did you look at the issues in the list, or did you look at the list of issues?

hongyi-zhao commented 1 year ago

I found some configuration related code snippets here:

https://github.com/alphapapa/outshine/issues/63 https://github.com/alphapapa/outshine/issues/85