* Bug: html export with math formula fails: array [7.8.03]
@ 2012-06-30 22:25 Uwe Brauer
0 siblings, 0 replies; only message in thread
From: Uwe Brauer @ 2012-06-30 22:25 UTC (permalink / raw)
To: emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 3293 bytes --]
Hello
Consider the following minimal example (file)
Test equation
\[
EVal=
\begin {array}{cc}
u&0\\
0&u\\
0&0\\
0&0
\end{array}
\]
This is exported correctly to html.
However when I write
\[
EVal=
\begin{array}{cc}
u&0\\
0&u\\
0&0\\
0&0
\end{array}
\]
Without the space in \begin{array}, then the corresponding
equation (image) is not generated correctly, both html
files are attached. I am puzzled.
Uwe Brauer
Emacs : XEmacs 21.5 (beta31) "ginger" [Lucid] (i686-pc-linux, Mule) of Thu Dec 1 2011 on gilgamesch.quim.ucm.es
Package: Org-mode version 7.8.03
current state:
==============
(setq
org-src-mode-hook '(org-src-babel-configure-edit-buffer
org-src-mode-configure-edit-buffer)
org-metaup-hook '(org-babel-load-in-session-maybe)
outline-mode-hook '(hide-body)
org-after-todo-state-change-hook '(org-clock-out-if-current)
org-metadown-hook '(org-babel-pop-to-session-maybe)
org-ctrl-c-ctrl-c-hook '(org-babel-hash-at-point org-babel-execute-safely-maybe)
org-export-preprocess-before-selecting-backend-code-hook '(org-beamer-select-beamer-code)
org-agenda-before-write-hook '(org-agenda-add-entry-text)
org-clock-out-hook '(org-clock-remove-empty-clock-drawer)
org-from-is-user-regexp "\\<Uwe Brauer\\>"
org-table-export-default-format "orgtbl-to-csv"
org-cycle-hook '(org-cycle-hide-archived-subtrees org-cycle-hide-drawers
org-cycle-show-empty-lines
org-optimize-window-after-visibility-change)
org-agenda-include-diary t
outline-minor-mode-hook '(my-outline-keys)
org-babel-pre-tangle-hook '(save-buffer)
org-mode-hook '(#<compiled-function
(from
"/home/oub/xemacs/site-lisp/packages/org-7.8.03/lisp/org.elc")
nil "...(7)"
[org-add-hook change-major-mode-hook org-show-block-all append
local]
5 0x1228> org-babel-hide-all-hashes my-org-keys turn-on-flyspell
iso-accents-mode turn-on-auto-capitalize-mode)
org-confirm-elisp-link-function 'yes-or-no-p
org-speed-command-hook '(org-speed-command-default-hook
org-babel-speed-command-hook)
org-export-interblocks '((lob org-babel-exp-lob-one-liners)
(src org-babel-exp-inline-src-blocks))
org-export-latex-after-initial-vars-hook '(org-beamer-after-initial-vars)
org-export-html-table-tag "<table border=\"2\" cellspacing=\"0\" cellpadding=\"6\" rules=\"all\" frame=\"border\">"
org-blank-before-new-entry nil
org-export-latex-format-toc-function 'org-export-latex-format-toc-default
org-export-with-LaTeX-fragments 'dvipng
org-export-preprocess-before-normalizing-links-hook '(org-remove-file-link-modifiers)
org-confirm-shell-link-function 'yes-or-no-p
org-table-default-size "3x3"
org-export-first-hook '(org-beamer-initialize-open-trackers)
org-tab-first-hook '(org-hide-block-toggle-maybe org-src-native-tab-command-maybe)
org-export-blocks '((src org-babel-exp-src-block nil)
(comment org-export-blocks-format-comment t)
(ditaa org-export-blocks-format-ditaa nil)
(dot org-export-blocks-format-dot nil))
org-occur-hook '(org-first-headline-recenter)
org-export-latex-final-hook '(org-beamer-amend-header org-beamer-fix-toc
org-beamer-auto-fragile-frames
org-beamer-place-default-actions-for-lists)
outline-regexp "\\*+ "
outline-heading-end-regexp "[\n]"
)
[-- Attachment #2: test2.html --]
[-- Type: text/html, Size: 3433 bytes --]
[-- Attachment #3: test3.html --]
[-- Type: text/html, Size: 3447 bytes --]
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-06-30 22:25 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-30 22:25 Bug: html export with math formula fails: array [7.8.03] Uwe Brauer
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).