瀏覽代碼

Escape curly brackets in texinfo LaTeX example block

* org.texi (Images in LaTeX export): Escape curly brackets in LaTeX
example.
David Maus 14 年之前
父節點
當前提交
3433861e62
共有 1 個文件被更改,包括 2 次插入2 次删除
  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
 #+ATTR_LaTeX: placement=[<options>]\footnotesize
 
-\begin{figure}[<options>]\footnotesize
+\begin@{figure@}[<options>]\footnotesize
 ...
-\end{figure}
+\end@{figure@}
 @end example
 
 If you would like to let text flow around the image, add the word @samp{wrap}