emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] Bug: html export with math formula fails: array [7.8.03]


From: Uwe Brauer
Subject: [O] Bug: html export with math formula fails: array [7.8.03]
Date: Sun, 01 Jul 2012 00:25:39 +0200
User-agent: Gnus/5.110018 (No Gnus v0.18) XEmacs/21.5-b31 (linux)



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]"
 )


Test equation

\[ 
EVal=
\begin {array}{cc} 
u&0<br/>
0&u\\
0&0\\
0&0
\end{array} 
\]

Date: 2012-07-01 00:20:42 CEST

Author: Uwe Brauer

Org version 7.8.03 with Emacs version 21

Validate XHTML 1.0

Test equation

\[ 
EVal=


[[file:ltxpng/test2_036843e35ec16858633d4feec029e76828c1b8d5.png]]

 
\]

Date: 2012-07-01 00:18:38 CEST

Author: Uwe Brauer

Org version 7.8.03 with Emacs version 21

Validate XHTML 1.0

reply via email to

[Prev in Thread] Current Thread [Next in Thread]