emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Nick Dokos <nicholas.dokos@hp.com>
To: prayner@unimelb.edu.au
Cc: emacs-orgmode@gnu.org
Subject: Re: superscripts, tables and latex
Date: Fri, 07 Sep 2012 00:58:22 -0400	[thread overview]
Message-ID: <4167.1346993902@alphaville> (raw)
In-Reply-To: Message from Peter Rayner <prayner@unimelb.edu.au> of "Fri, 07 Sep 2012 14:33:45 +1000." <20553.31017.989309.210313@raynernix2.earthsci.unimelb.edu.au>

Peter Rayner <prayner@unimelb.edu.au> wrote:

> Nick Dokos writes:
> ... description of using new exporter=20
> This doesn't *appear* to help. I say "appear" because I can never be
> absolutely sure I'm using the new exporter. I accessed it with
> m-x org-export-dispatch
> l
> which generates=20
> ----------------------------------------------------------------------
> % Created 2012-09-07 Fri 14:30
> \documentclass[11pt]{article}
> \usepackage[utf8]{inputenc}
> \usepackage[T1]{fontenc}
> \usepackage{fixltx2e}
> \usepackage{graphicx}
> \usepackage{longtable}
> \usepackage{float}
> \usepackage{wrapfig}
> \usepackage{soul}
> \usepackage{textcomp}
> \usepackage{marvosym}
> \usepackage{wasysym}
> \usepackage{latexsym}
> \usepackage{amssymb}
> \usepackage{hyperref}
> \tolerance=3D1000
> \providecommand{\alert}[1]{\textbf{#1}}
> \author{Peter Rayner}
> \date{\today}
> \title{test}
> \hypersetup{
>   pdfkeywords=3D{},
>   pdfsubject=3D{},
>   pdfcreator=3D{Generated by Org mode N/A in Emacs 24.1.1.}}
> \begin{document}
> 
> \maketitle
> 
> 
> \section*{section heading}
> \label{sec-1}
> 
>  Objective    Temporal scale    Spatial Scale (km)         Requirement =
>    =20
> ------------+-----------------+--------------------------+-------------=
> +---=20
>  Vegetation   Weekly (target)   200=E2=80=931000  0.3gC m$^{\mathrm{-2}=
> }$ d$^{\mathrm{-1}}$
> Land surface  Annual  2000  5/25 g C m$^{\mathrm{-2}}$ yr$^{\mathrm{-1}=
> }$
> Ocean fluxes  Annual  2500  3 g C m$^{\mathrm{-2}}$ yr$^{\mathrm{-1}}$
> Anthropogenic  Annual  300  4 g C m$^{\mathrm{-2}}$ yr$^{\mathrm{-1}}$
> 
> 
> \begin{center}
> \begin{tabular}{llrl}
> Objective & Temporal scale & Spatial Scale (km) & Requirement\\
> \hline
> Vegetation & Weekly (target) & 200=E2=80=931000 & 0.3gC m\^\{-2\} d\^\{=
> -1\}\\
> Land surface & Annual & 2000 & 5/25 g C m\^\{-2\} yr\^\{-1\}\\
> Ocean fluxes & Annual & 2500 & 3 g C m\^\{-2\} yr\^\{-1\}\\
> Anthropogenic & Annual & 300 & 4 g C m\^\{-2\} yr\^\{-1\}\\
> \end{tabular}
> \end{center}
> % Generated by Org mode N/A in Emacs 24.1.1.
> \end{document}
> ----------------------------------------------------------------------
> It looks sufficiently different from the previous version to convince
> me it is the new exporter being used here but with the same problem.
> thanks again
> Peter
> 

I get:

--8<---------------cut here---------------start------------->8---
% Created 2012-09-07 Fri 00:54
\documentclass[11pt]{article}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{fixltx2e}
\usepackage{graphicx}
\usepackage{longtable}
\usepackage{float}
\usepackage{wrapfig}
\usepackage{soul}
\usepackage{textcomp}
\usepackage{marvosym}
\usepackage{wasysym}
\usepackage{latexsym}
\usepackage{amssymb}
\usepackage[pdfborder={0,0,0},colorlinks=true]{hyperref}
\tolerance=1000
\usepackage{minted}
\author{Nick Dokos}
\date{\today}
\title{superscripts-in-table}
\hypersetup{
  pdfkeywords={},
  pdfsubject={},
  pdfcreator={Generated by Org mode 7.9.1 in Emacs 24.1.50.1.}}
\begin{document}

\maketitle


\section*{section heading}
\label{sec-1}

Objective    Temporal scale    Spatial Scale (km)         Requirement
------------+-----------------+--------------------------+-------------+---
Vegetation   Weekly (target)   200=E2=80=931000  0.3gC m$^\mathrm{-2}$ d$^\mathrm{-1}$
Land surface  Annual  2000  5/25 g C m$^\mathrm{-2}$ yr$^\mathrm{-1}$
Ocean fluxes  Annual  2500  3 g C m$^\mathrm{-2}$ yr$^\mathrm{-1}$
Anthropogenic  Annual  300  4 g C m$^\mathrm{-2}$ yr$^\mathrm{-1}$


\begin{center}
\begin{tabular}{llrl}
Objective & Temporal scale & Spatial Scale (km) & Requirement\\
 &  &  & \\
\hline
Vegetation & Weekly (target) & 200=E2=80=931000 & 0.3gC m$^\mathrm{-2}$ d$^\mathrm{-1}$\\
Land surface & Annual & 2000 & 5/25 g C m$^\mathrm{-2}$ yr$^\mathrm{-1}$\\
Ocean fluxes & Annual & 2500 & 3 g C m$^\mathrm{-2}$ yr$^\mathrm{-1}$\\
Anthropogenic & Annual & 300 & 4 g C m$^\mathrm{-2}$ yr$^\mathrm{-1}$\\
\end{tabular}
\end{center}
% Generated by Org mode 7.9.1 in Emacs 24.1.50.1.
\end{document}
--8<---------------cut here---------------end--------------->8---


with  the versions indicated above. Apart from the mangled Vegatation Spatial
Scale entry (something that some mailer did along the way), everything
else looks good to me.

Nick

  reply	other threads:[~2012-09-07  4:58 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-09-06 12:44 superscripts, tables and latex Peter Rayner
     [not found] ` <peter.julien.rayner@gmail.com>
2012-09-06 14:23   ` Nick Dokos
2012-09-06 15:27     ` Jambunathan K
2012-09-06 18:39     ` Nick Dokos
2012-09-07  4:33     ` Peter Rayner
2012-09-07  4:58       ` Nick Dokos [this message]
2012-09-07 12:54     ` Peter Rayner
2012-09-07 16:03   ` Nick Dokos

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4167.1346993902@alphaville \
    --to=nicholas.dokos@hp.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=prayner@unimelb.edu.au \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).