benleis1 / elispdoc

Emacs elisp documentation package
GNU General Public License v2.0
2 stars 1 forks source link

make variant for LaTeX #1

Open MooersLab opened 5 months ago

MooersLab commented 5 months ago

Your package is very cool! It may promote the posting of more elisp code on GitHub.

I write a lot in LaTeX. It would be helpful to have a variant of this package (i.e., elisptex) that outputs code blocks for the minted package in LaTeX and that converts comments into section headers.

benleis1 commented 5 months ago

I've setup the framework to allow multiple output doc types so this is possible but in the interim pandoc does a good job converting markdown to tex so I would do that for now.

Implementation-wise I could probably wrap pandoc fairly easily.

MooersLab commented 5 months ago

That sounds like a good plan!