~bzg/worg

b0353e4e60c71c61f8ac224b021c87db992ba6c2 — Ihor Radchenko 8 months ago 0634eed
org-syntax.org (LaTeX Environments): Fix description

* org-syntax.org (LaTeX Environments): Clarify that arbitrary text can
follow \begin{NAME} on the same line.
1 files changed, 3 insertions(+), 1 deletions(-)

M org-syntax.org
M org-syntax.org => org-syntax.org +3 -1
@@ 1090,12 1090,14 @@ The following example contains three affiliated keywords:
LaTeX environments are structured according to the following pattern:

#+begin_example
\begin{NAME}
\begin{NAME}EXTRA
CONTENTS
\end{NAME}
#+end_example

+ NAME :: A non-empty string consisting of alphanumeric or asterisk characters
+ EXTRA (optional) :: A string which does not contain the substring
  =\end{NAME}=.
+ CONTENTS (optional) :: A string which does not contain the substring
  =\end{NAME}=.