Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

generating latex tables in emacs

3 views
Skip to first unread message

Daniel Dalton

unread,
Feb 26, 2010, 3:41:16 AM2/26/10
to Help-gnu-emacs
Hi,

What packages or techniques are people using to generate tables in
emacs? I need to generate a latex table, but I don't have time to code
it.

Thanks for any help,
Dan


Sergei

unread,
Feb 26, 2010, 7:32:46 AM2/26/10
to
On Feb 26, 2:41 pm, Daniel Dalton <d.dal...@iinet.net.au> wrote:
> Hi,

> What packages or techniques are people using to generate tables in
> emacs? I need to generate a latex table, but I don't have time to code
> it.

Have a look table.el (for latex and html).
Also the wiki-like muse.el for complete articles.

--
Sergio


Eric Abrahamsen

unread,
Feb 26, 2010, 9:06:39 AM2/26/10
to Daniel Dalton, help-gn...@gnu.org

On Feb 26, 2010, at 4:41 PM, Daniel Dalton wrote:

> Hi,
>
> What packages or techniques are people using to generate tables in
> emacs? I need to generate a latex table, but I don't have time to code
> it.

It looks from your emails like you could use an easy method of
generating both LaTeX and HTML -- using Org-Mode and exporting to
various other formats can be a good way of doing that. You'll have to
read up on Org-Mode, of course, but it's relatively simple to use and
you're going to have to learn something or other, after all.

E

http://orgmode.org/

Lennart Borgman

unread,
Feb 26, 2010, 10:20:56 AM2/26/10
to Eric Abrahamsen, help-gn...@gnu.org
Hi Daniel,

You could also try zen coding for html:

http://www.emacswiki.org/emacs/ZenCoding

This is also included in nXhtml, which in itself might be of interest for you.

If you want to try nXhtml then currently use the beta from here:

http://ourcomments.org/Emacs/DL/elisp/nxhtml/beta/

Daniel Dalton

unread,
Feb 27, 2010, 8:04:50 AM2/27/10
to Lennart Borgman, help-gn...@gnu.org
Hi Lennart,

Thanks for that I'll take a look at that.

Dan

signature.asc

Daniel Dalton

unread,
Feb 27, 2010, 8:10:06 AM2/27/10
to Eric Abrahamsen, help-gn...@gnu.org
On Fri, Feb 26, 2010 at 10:06:39PM +0800, Eric Abrahamsen wrote:
>
> to read up on Org-Mode, of course, but it's relatively simple to use
> and you're going to have to learn something or other, after all.

Very true, I shall do that. Is that based on the table-insert command,
or is aucmode's table handling separate?

Thanks!
Dan

signature.asc

Eric Abrahamsen

unread,
Feb 27, 2010, 9:48:16 AM2/27/10
to help-gn...@gnu.org

Hmm, not quite sure what you mean. Org-Mode has it's own, very easy to
use table format (just ASCII tables). If you export an orgmode
document to LaTeX it will turn the ascii tables into LaTeX tables
(inserting the appropriate usepackage statements at the top). If
you're not doing anything terribly sneaky you can use the standard
export settings, and have org mode do the entire export-to-latex-
process-with-latex-and-open-resulting-pdf dance all with one command.

Alter the command, and the same ascii tables turn into html tables,
and the html document is opened in your default browser.

E

>
> Thanks!
> Dan

Daniel Dalton

unread,
Feb 27, 2010, 5:33:41 PM2/27/10
to help-gn...@gnu.org
Ah yes, I had a read of the org-mode documentation, and understand
now. That simplifies things a lot.

Thanks!
Dan

signature.asc
0 new messages