Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 97ef0ced authored by Roberto Di Cosmo's avatar Roberto Di Cosmo
Browse files

Support direct export to LaTeX for org-mode users

parent 53801594
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
#
/usr/bin/emacs $1 --batch --eval="\
(progn \
(require 'ox-latex) \
(org-latex-export-to-latex) \
)"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment