Merge branch 'maint'

This commit is contained in:
Nicolas Goaziou 2013-10-26 21:02:22 +02:00
commit 919aaebdc8
1 changed files with 2 additions and 2 deletions

View File

@ -691,8 +691,8 @@ a list containing two strings: the name of the option, and the
value. For example, value. For example,
(setq org-latex-listings-options (setq org-latex-listings-options
'((\"basicstyle\" \"\\small\") '((\"basicstyle\" \"\\\\small\")
(\"keywordstyle\" \"\\color{black}\\bfseries\\underbar\"))) (\"keywordstyle\" \"\\\\color{black}\\\\bfseries\\\\underbar\")))
will typeset the code in a small size font with underlined, bold will typeset the code in a small size font with underlined, bold
black keywords. black keywords.