Created
July 21, 2012 14:08
-
-
Save bosmacs/3155904 to your computer and use it in GitHub Desktop.
org-mode latex listings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;; export code as listings | |
(setq org-export-latex-listings t) | |
;; customize latex packages for syntax highlighting | |
(require 'org-latex) | |
(add-to-list 'org-export-latex-packages-alist '("" "listings")) | |
(add-to-list 'org-export-latex-packages-alist '("" "color")) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment