emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Exporting math code containing a cases environment to LaTeX
@ 2016-03-12 17:49 Francesco Turco
  2016-03-12 18:16 ` Eric S Fraga
  0 siblings, 1 reply; 5+ messages in thread
From: Francesco Turco @ 2016-03-12 17:49 UTC (permalink / raw)
  To: emacs-orgmode

Why the following piece of Org Mode document doesn't display correctly
when exported to a PDF document via LaTeX?

  \[n!=
  \begin{cases}
    1 & n=0 \\
    n(n-1)! & n\ge 1 \\
  \end{cases}
  \]

It is displayed at the left instead of center of the document.
Moreover the \[ and \] symbols are not removed in the final document.

I can fix the problem by replacing \[ and \] with \begin{displaymath}
end \end{displaymath} respectively:

  \begin{displaymath}  
  n!=
  \begin{cases}
    1 & n=0 \\
    n(n-1)! & n\ge 1 \\
  \end{cases}
  \end{displaymath}

Is this the best way to fix the problem? Am I missing a better solution?

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

end of thread, other threads:[~2016-03-13  9:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-12 17:49 Exporting math code containing a cases environment to LaTeX Francesco Turco
2016-03-12 18:16 ` Eric S Fraga
2016-03-12 18:33   ` Francesco Turco
2016-03-13  8:13     ` Eric S Fraga
2016-03-13  9:35       ` Francesco Turco

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).