Просмотр исходного кода

Document :environment for LaTeX export of example blocks

Bastien 10 лет назад
Родитель
Сommit
d3fd2d04ba
1 измененных файлов с 9 добавлено и 0 удалено
  1. 9 0
      etc/ORG-NEWS

+ 9 - 0
etc/ORG-NEWS

@@ -321,6 +321,15 @@ more features.  See docstring for details.
 Functions in this filter are applied on the body of the exported
 Functions in this filter are applied on the body of the exported
 document, befor wrapping it within the template.
 document, befor wrapping it within the template.
 
 
+*** New :environment parameter when exporting example blocks to LaTeX
+
+: #+ATTR_LATEX: :environment myverbatim
+: #+BEGIN_EXAMPLE
+: This sentence is false.
+: #+END_EXAMPLE
+
+will be exported using =@samp(myverbatim)= instead of =@samp(verbatim)=.
+
 *** Various improvements on radio tables
 *** Various improvements on radio tables
 
 
 Radio tables feature now relies on Org's export framework ("ox.el").
 Radio tables feature now relies on Org's export framework ("ox.el").