Skip to content

Instantly share code, notes, and snippets.

@bosmacs
Created July 21, 2012 14:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bosmacs/3155904 to your computer and use it in GitHub Desktop.
Save bosmacs/3155904 to your computer and use it in GitHub Desktop.
org-mode latex listings
;; 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