all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* generating latex tables in emacs
@ 2010-02-26  8:41 Daniel Dalton
  2010-02-26 14:06 ` Eric Abrahamsen
  0 siblings, 1 reply; 8+ messages in thread
From: Daniel Dalton @ 2010-02-26  8:41 UTC (permalink / raw
  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




^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: generating latex tables in emacs
       [not found] <mailman.1914.1267173689.14305.help-gnu-emacs@gnu.org>
@ 2010-02-26 12:32 ` Sergei
  0 siblings, 0 replies; 8+ messages in thread
From: Sergei @ 2010-02-26 12:32 UTC (permalink / raw
  To: help-gnu-emacs

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




^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: generating latex tables in emacs
  2010-02-26  8:41 generating latex tables in emacs Daniel Dalton
@ 2010-02-26 14:06 ` Eric Abrahamsen
  2010-02-26 15:20   ` Lennart Borgman
  2010-02-27 13:10   ` Daniel Dalton
  0 siblings, 2 replies; 8+ messages in thread
From: Eric Abrahamsen @ 2010-02-26 14:06 UTC (permalink / raw
  To: Daniel Dalton, help-gnu-emacs


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/

> Thanks for any help,
> Dan
>
>





^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: generating latex tables in emacs
  2010-02-26 14:06 ` Eric Abrahamsen
@ 2010-02-26 15:20   ` Lennart Borgman
  2010-02-27 13:04     ` Daniel Dalton
  2010-02-27 13:10   ` Daniel Dalton
  1 sibling, 1 reply; 8+ messages in thread
From: Lennart Borgman @ 2010-02-26 15:20 UTC (permalink / raw
  To: Eric Abrahamsen; +Cc: help-gnu-emacs

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/



On Fri, Feb 26, 2010 at 3:06 PM, Eric Abrahamsen <girzel@gmail.com> wrote:
>
> 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/
>
>> Thanks for any help,
>> Dan
>>
>>
>
>
>
>




^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: generating latex tables in emacs
  2010-02-26 15:20   ` Lennart Borgman
@ 2010-02-27 13:04     ` Daniel Dalton
  0 siblings, 0 replies; 8+ messages in thread
From: Daniel Dalton @ 2010-02-27 13:04 UTC (permalink / raw
  To: Lennart Borgman; +Cc: help-gnu-emacs

[-- Attachment #1: Type: text/plain, Size: 1271 bytes --]

Hi Lennart,

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

Dan

On Fri, Feb 26, 2010 at 04:20:56PM +0100, Lennart Borgman wrote:
> 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/
> 
> 
> 
> On Fri, Feb 26, 2010 at 3:06 PM, Eric Abrahamsen <girzel@gmail.com> wrote:
> >
> > 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/
> >
> >> Thanks for any help,
> >> Dan
> >>
> >>
> >
> >
> >
> >

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: generating latex tables in emacs
  2010-02-26 14:06 ` Eric Abrahamsen
  2010-02-26 15:20   ` Lennart Borgman
@ 2010-02-27 13:10   ` Daniel Dalton
  2010-02-27 14:48     ` Eric Abrahamsen
  1 sibling, 1 reply; 8+ messages in thread
From: Daniel Dalton @ 2010-02-27 13:10 UTC (permalink / raw
  To: Eric Abrahamsen; +Cc: help-gnu-emacs

[-- Attachment #1: Type: text/plain, Size: 342 bytes --]

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

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: generating latex tables in emacs
  2010-02-27 13:10   ` Daniel Dalton
@ 2010-02-27 14:48     ` Eric Abrahamsen
  2010-02-27 22:33       ` Daniel Dalton
  0 siblings, 1 reply; 8+ messages in thread
From: Eric Abrahamsen @ 2010-02-27 14:48 UTC (permalink / raw
  To: help-gnu-emacs


On Feb 27, 2010, at 9:10 PM, Daniel Dalton wrote:

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

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





^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: generating latex tables in emacs
  2010-02-27 14:48     ` Eric Abrahamsen
@ 2010-02-27 22:33       ` Daniel Dalton
  0 siblings, 0 replies; 8+ messages in thread
From: Daniel Dalton @ 2010-02-27 22:33 UTC (permalink / raw
  To: help-gnu-emacs

[-- Attachment #1: Type: text/plain, Size: 1271 bytes --]

Ah yes, I had a read of the org-mode documentation, and understand
now. That simplifies things a lot. 

Thanks!
Dan

On Sat, Feb 27, 2010 at 10:48:16PM +0800, Eric Abrahamsen wrote:
> 
> On Feb 27, 2010, at 9:10 PM, Daniel Dalton wrote:
> 
> >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?
> 
> 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
> 
> 

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2010-02-27 22:33 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-26  8:41 generating latex tables in emacs Daniel Dalton
2010-02-26 14:06 ` Eric Abrahamsen
2010-02-26 15:20   ` Lennart Borgman
2010-02-27 13:04     ` Daniel Dalton
2010-02-27 13:10   ` Daniel Dalton
2010-02-27 14:48     ` Eric Abrahamsen
2010-02-27 22:33       ` Daniel Dalton
     [not found] <mailman.1914.1267173689.14305.help-gnu-emacs@gnu.org>
2010-02-26 12:32 ` Sergei

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.