thorstengrothe
thorstengrothe
I found something similar [here](https://github.com/tom-tan/auctex-latexmk/issues/31) but the issue was closed so I open a new one, I hope this is ok I got this settings in my latexmkrc file: ```...
Hi, first of all I love this package and use it every day! To hide all buffers starting with a * you have this function in centauer-buffer-groups ``` (defun centaur-tabs-buffer-groups...
I'm using ryo with auctex and have a small issue with my major mode key setting, see here: ``` (ryo-modal-major-mode-keys 'latex-mode ("q" LaTeX-fill-environment) ("E" LaTeX-close-environment) ) ``` `LaTeX-fill-environment` is working...
Hello, I'm converting all my exsheets exercises to xsim, so far it works really well. I found out that if the document is compiled with synctex one can only jump...
I'm in the process of finding the right modal mode for me, now I'm testing [Boon Mode](https://github.com/jyp/boon). So tried to make telephone-line compatible with Boon on my own. I added...
I think this is useful because you can see in the modline if you are in command mode or insert mode, look here:   The author of the [package](https://github.com/dbordak/telephone-line)...
I customized a custom agenda command for my german exams look here  I would like to have a more german like format for the dates on the right side...
I got some `%section` commands for structuring my document. This way the `%sections` are not seen by latex and I can fold them with latex-extra. But `latex/next-section` does not work...
Hi, first of all, very nice package! I want to wrap numbers with `laas-wrap-previous-object` like `123,45 -> \num{123,45}` I tried ` ",num" (lambda () (interactive) (laas-wrap-previous-object "num"))` and got `123,\num{45}`...