Extensions to AUCTeX to be able to move up/down, promote and demote sections

StackOverflow https://stackoverflow.com/questions/21999709

  •  16-10-2022
  •  | 
  •  

Вопрос

I remember having read something about extensions to AUCTeX which allow to move up or down chapters, sections, etc. ... even list items. Or to promote them / demote them in a way similar to what Org-mode is capable of.

Though, I can't find any information about that anymore. Did I dream?

Нет правильного решения

Другие советы

You can use outline-minor-mode which then gives you outline-demote and outline-promote.

There is the outline-magic mode which extends the outline-minor mode so you can use it with auctex to move up/down or promote/demote chapters, sections,..., but not list items (to my knowledge!)

https://github.com/tj64/outline-magic.git

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top