From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Stefanos_Carlstr=C3=B6m?= Subject: Feature request: export vertical/horizontal table lines in math mode [9.0 (release_9.0-16-g8826f2 @ /Users/stefanos/org-mode/lisp/)] Date: Sun, 6 Nov 2016 15:17:35 +0100 Message-ID: <3402DBE9-93F7-4D8F-B52D-CC314EB7C8FE@fysik.lth.se> Mime-Version: 1.0 (Mac OS X Mail 10.0 \(3226\)) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43505) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c3ON8-0001b9-79 for emacs-orgmode@gnu.org; Sun, 06 Nov 2016 09:24:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c3ON4-0007Rf-79 for emacs-orgmode@gnu.org; Sun, 06 Nov 2016 09:24:34 -0500 Received: from mail.fysik.lu.se ([130.235.185.27]:59947) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c3ON3-00072u-SN for emacs-orgmode@gnu.org; Sun, 06 Nov 2016 09:24:30 -0500 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" To: emacs-orgmode@gnu.org In a previous version of Org [Emacs 24.4.90.2 (Org mode 8.2.10) according to an old PDF I have], I could export an Org table as a matrix in math mode and divide the matrix into sub-blocks with the alignment string and \hline's. The former is no longer possible in the HEAD version of Org. This works fine, in normal mode, both vertical/horizontal dividers exported: #+ATTR_LATEX: :align c|c | a | b | |---+---| | c | d | exports to \begin{center} \begin{tabular}{c|c} a & b\\ \hline c & d\\ \end{tabular} \end{center} whereas #+ATTR_LATEX: :mode math :environment array :align c|c :math-prefix = A=3D\left[ :math-suffix \right], | a | b | |-----------+---| | \hline{}c | d | exports to \[ A=3D\left[\begin{array}{cc} a & b \\ \hline{}c & d \\ \end{array}\right], \] First off, I would like the vertical dividing line back. If I could also (maybe via an option) get the horizontal line without manually adding the \hline, it would be fantastic! Cheers, Stefanos Emacs : GNU Emacs 25.1.1 (x86_64-apple-darwin13.4.0, NS appkit-1265.21 = Version 10.9.5 (Build 13F1911)) of 2016-09-21 Package: Org mode version 9.0 (release_9.0-16-g8826f2 @ = /Users/stefanos/org-mode/lisp/) current state: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D (setq org-hide-leading-stars t org-pandoc-epub-rights "Copyright 2016 Stefanos Carlstr=C3=B6m <>" org-tab-first-hook '(org-babel-hide-result-toggle-maybe org-babel-header-arg-expand) outline-minor-mode-hook '(outshine-hook-function) org-latex-classes '(("beamer" "\\documentclass[presentation]{beamer}" ("\\section{%s}" . "\\section*{%s}") ("\\subsection{%s}" . "\\subsection*{%s}") ("\\subsubsection{%s}" . "\\subsubsection*{%s}")) ("article" "\\documentclass[11pt]{article}" ("\\section{%s}" . "\\section*{%s}") ("\\subsection{%s}" . "\\subsection*{%s}") ("\\subsubsection{%s}" . "\\subsubsection*{%s}") ("\\paragraph{%s}" . "\\paragraph*{%s}") ("\\subparagraph{%s}" . "\\subparagraph*{%s}")) ("report" "\\documentclass[11pt]{report}" ("\\part{%s}" . "\\part*{%s}") ("\\chapter{%s}" . "\\chapter*{%s}") ("\\section{%s}" . "\\section*{%s}") ("\\subsection{%s}" . "\\subsection*{%s}") ("\\subsubsection{%s}" . "\\subsubsection*{%s}")) ("book" "\\documentclass[11pt]{book}" ("\\part{%s}" . "\\part*{%s}") ("\\chapter{%s}" . "\\chapter*{%s}") ("\\section{%s}" . "\\section*{%s}") ("\\subsection{%s}" . "\\subsection*{%s}") ("\\subsubsection{%s}" . "\\subsubsection*{%s}")) ("landau-book" "\\documentclass[11pt]{book}" ("\\chapter{%s}" . "\\chapter*{%s}") ("\\section{%s}" . "\\section*{%s}") ("\\subsection{%s}" . "\\subsection*{%s}") ("\\subsubsection{%s}" . "\\subsubsection*{%s}")) ) org-speed-command-hook '(org-speed-command-default-hook org-babel-speed-command-hook) org-occur-hook '(org-first-headline-recenter) org-metaup-hook '(org-babel-load-in-session-maybe) org-html-format-drawer-function #[514 "\207" [] 3 "\n\n(fn NAME = CONTENTS)"] org-format-latex-options '(:foreground default :background default = :scale 2 :html-foreground "Black" :html-background "Transparent" :html-scale 1.0 :matchers ("begin" "$1" "$" "$$" "\\(" "\\[")) org-latex-format-inlinetask-function = 'org-latex-format-inlinetask-default-function org-confirm-shell-link-function 'yes-or-no-p org-ascii-format-inlinetask-function = 'org-ascii-format-inlinetask-default org-latex-pdf-process '("latexmk -pdflatex=3D'pdflatex -shell-escape' = -pdf %f") org-preview-latex-default-process 'imagemagick org-babel-clojure-backend 'cider org-latex-format-headline-function = 'org-latex-format-headline-default-function org-default-notes-file "/Users/stefanos/org/notes.org" org-after-todo-state-change-hook '(org-clock-out-if-current) org-latex-format-drawer-function #[514 "\207" [] 3 "\n\n(fn _ = CONTENTS)"] org-odt-format-headline-function = 'org-odt-format-headline-default-function org-from-is-user-regexp "\\" org-src-mode-hook '(org-src-babel-configure-edit-buffer org-src-mode-configure-edit-buffer) org-agenda-before-write-hook '(org-agenda-add-entry-text) org-babel-pre-tangle-hook '(save-buffer) org-trigger-hook '(org-depend-trigger-todo) org-archive-hook '(org-attach-archive-delete-maybe) org-ascii-format-drawer-function #[771 "=01\207" [] 4 "\n\n(fn NAME = CONTENTS WIDTH)"] org-odt-format-inlinetask-function = 'org-odt-format-inlinetask-default-function org-directory "/Users/stefanos/org" org-cycle-hook '(org-cycle-hide-archived-subtrees = org-cycle-hide-drawers org-cycle-show-empty-lines org-optimize-window-after-visibility-change) org-export-before-processing-hook '(my-auto-tex-cmd) org-babel-python-command "python3" org-download-annotate-function 'org-download-annotate-default org-babel-tangle-lang-exts '(("clojure" . "clj") ("ruby" . "rb") ("D" . = "d") ("C++" . "cpp") ("julia" . "jl") ("python" = . "py") ("emacs-lisp" . "el") ("elisp" . "el")) org-confirm-elisp-link-function 'yes-or-no-p org-metadown-hook '(org-babel-pop-to-session-maybe) org-odt-format-drawer-function #[514 "\207" [] 3 "\n\n(fn NAME = CONTENTS)"] org-babel-after-execute-hook '(org-display-inline-images) org-latex-listings 'minted org-blocker-hook '(org-depend-block-todo) org-html-format-headline-function = 'org-html-format-headline-default-function org-babel-load-languages '((python . t) (emacs-lisp . t) (calc . t) = (julia . t) (C . t) (sh . t) (ruby . t) (clojure . t) = (octave . t)) org-html-format-inlinetask-function = 'org-html-format-inlinetask-default-function org-agenda-files '("~/org/todo.org" "~/org/notes.org") org-clock-out-hook '(org-clock-remove-empty-clock-drawer) org-confirm-babel-evaluate nil )