emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* two latex bugs
@ 2013-07-08 15:05 renato
  2013-07-08 16:19 ` Nick Dokos
  2013-07-10  7:52 ` Eric S Fraga
  0 siblings, 2 replies; 3+ messages in thread
From: renato @ 2013-07-08 15:05 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 988 bytes --]

Hi, 

1) could someone please substitute "last-command-char" with
"last-command-event" in cdlatex.el, as was suggested here [1], to be
able to insert carets and underscores in math-mode?

2) this:

\begin{align}\label{mylabel}
\left\{
\begin{array}{ll}
2+2 =& 4 \\
2+2 \neq & 4
\end{array}
\right.
\end{align}

gets exported badly, i.e. to this (notice how after \end{align}
everything repeats itself with escaping \):

\begin{align}\label{mylabel}
\left\{
\begin{array}{ll}
2+2 =& 4 \\
2+2 \neq & 4
\end{array}
\right.
\end{align}$\backslash$begin\{array\}\{ll\}
2+2 =\& 4 \\
2+2 $\backslash$neq \& 4
$\backslash$end\{array\}
$\backslash$right.
$\backslash$end\{align\}
\begin{array}{ll}
2+2 =& 4 \\
2+2 \neq & 4
\end{array}
\right.
\end{align}

it gets exported fine if \label{mylabel} is on its own line, instead of
right next to \begin{align}


cheers,
renato

[1]
http://lists.gnu.org/archive/html/emacs-orgmode/2013-05/msg00837.html

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 490 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-07-10  7:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-08 15:05 two latex bugs renato
2013-07-08 16:19 ` Nick Dokos
2013-07-10  7:52 ` Eric S Fraga

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).