From mboxrd@z Thu Jan 1 00:00:00 1970 From: Uwe Brauer Subject: Bug: html export with math formula fails: array [7.8.03] Date: Sun, 01 Jul 2012 00:25:39 +0200 Message-ID: <87pq8gwi70.fsf@mat.ucm.es> Reply-To: Uwe Brauer Mime-Version: 1.0 Content-Type: multipart/related; boundary="=-=-=" Return-path: Received: from eggs.gnu.org ([208.118.235.92]:49685) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sl670-0001am-OF for emacs-orgmode@gnu.org; Sat, 30 Jun 2012 18:25:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Sl66y-0007CK-J8 for emacs-orgmode@gnu.org; Sat, 30 Jun 2012 18:25:54 -0400 Received: from mail-wg0-f49.google.com ([74.125.82.49]:48360) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sl66y-0007CE-6a for emacs-orgmode@gnu.org; Sat, 30 Jun 2012 18:25:52 -0400 Received: by wgbds1 with SMTP id ds1so2947863wgb.30 for ; Sat, 30 Jun 2012 15:25:48 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org --=-=-= Content-Type: text/plain 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 "\\" 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 '(# 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 "" 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]" ) --=-=-= Content-Type: text/html Content-Disposition: attachment; filename=test2.html Test equation

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
--=-=-= Content-Type: text/html Content-Disposition: attachment; filename=test3.html Test equation

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
--=-=-=--