Browse Source

Escape curly brackets in texinfo LaTeX example block

* org.texi (Images in LaTeX export): Escape curly brackets in LaTeX
example.
David Maus 14 years ago
parent
commit
3433861e62
1 changed files with 2 additions and 2 deletions
  1. 2 2
      doc/org.texi

+ 2 - 2
doc/org.texi

@@ -10221,9 +10221,9 @@ For example the @code{#+ATTR_LaTeX:} line below is exported as the
 @example
 @example
 #+ATTR_LaTeX: placement=[<options>]\footnotesize
 #+ATTR_LaTeX: placement=[<options>]\footnotesize
 
 
-\begin{figure}[<options>]\footnotesize
+\begin@{figure@}[<options>]\footnotesize
 ...
 ...
-\end{figure}
+\end@{figure@}
 @end example
 @end example
 
 
 If you would like to let text flow around the image, add the word @samp{wrap}
 If you would like to let text flow around the image, add the word @samp{wrap}