Replies: 1 comment 3 replies
-
Recently I've started to write my own LaTeX plugin. Apart from compilation, it supports autocompletion for environments, labels and bibliographic references. It's still work in progress, but already useful, I believe. In order to parse the LaTeX file, the plugin uses regular expressions with capture groups (submatches). Since this is not supported by micro at present (compare #3552), the plugin needs a custom branch from my fork of micro. See the installation instructions for the plugin. Feedback is welcome! |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I really want to use micro to edit latex, however I haven't seen any plugins for it. Has anyone heard of/seen a latex plugin I could help develop? There's an issue talking about it but that's pretty much it. If I can't find any, I'll star my own!
Beta Was this translation helpful? Give feedback.
All reactions