Open rebcabin opened 8 years ago
I knew about that; I have it in my Emacs configuration file (as you can see when looking at the PDF, or in my Emacs-Leuven project).
Though, to be sure others can compile the doc with that setting by default, I've added an Emacs local variable in the source document itself.
Did you have another idea?
I found recently that your refcard doesn't format properly in recent versions of emacs and org-mode
... the listings blocks get a "verbatim" environment instead of a "lstlistings" environment. The fix is to put the emacs-lisp line
(setq org-latex-listings t)
somewhere in your org file so that it gets evaluated. There is more info here: http://stackoverflow.com/questions/21005885/export-org-mode-code-block-and-result-with-different-styles/21007117#21007117