Re: [O] Exporting to LaTeX to use it with \input

2013-01-25 Thread Myles English

Hi Seweryn,

Seweryn Kokot writes:

> I would like to have a main text of the document in LaTeX and only some parts 
> as
> org files (using tables and babel functionality). Then these files I want to
> export to .tex files and include to the main tex file with \input{myorgfile1}.
> My question: is it possible to export to LaTeX without preamble and postable? 
> Or
> how to automatically get rid of this redundant text to use it in
> \input?

Have a look at the standalone package, it ignores everything before
\begin{document} in the \input file.

You might be able to see the documentation by typing:

$ texdoc standalone


Myles



[O] Exporting to LaTeX to use it with \input

2013-01-24 Thread Seweryn Kokot
Hi,

I would like to have a main text of the document in LaTeX and only some parts as
org files (using tables and babel functionality). Then these files I want to
export to .tex files and include to the main tex file with \input{myorgfile1}.
My question: is it possible to export to LaTeX without preamble and postable? Or
how to automatically get rid of this redundant text to use it in \input?

Thanks in advance,
Seweryn