Re: [O] latex markup in org?

2014-06-01 Thread Steven Arntson
John Kitchin writes: > Maybe you can include the sty file as a code block that will be > tangled before export. You should put that block in a section tagged > no-export. Depending on your setup, you may need to make a code block > to build your latex file and/or pdf to make sure the tangling hap

Re: [O] latex markup in org?

2014-06-01 Thread John Kitchin
Maybe you can include the sty file as a code block that will be tangled before export. You should put that block in a section tagged no-export. Depending on your setup, you may need to make a code block to build your latex file and/or pdf to make sure the tangling happens. at the top keep this #+L

Re: [O] latex markup in org?

2014-06-01 Thread Glyn Millington
Steven Arntson writes: > I've been learning to export from org to latex (to pdf), and have had > great success. There's a simplification to the process I'd like to make, > though, if it's possible. > > Right now I use files: file.org and filestyle.sty. The .sty gives > the latex-specific instruct

Re: [O] latex markup in org?

2014-06-01 Thread Omid
Hello Steven, LaTeX .sty files are special. They are not meant to be included in a .tex file. See https://tex.stackexchange.com/questions/91167/why-use-sty-files for more information. Omid Sent from my Emacs On 06/01/2014 02:57 AM, Steven Arntson wrote: > I've been learning to export from org t

[O] latex markup in org?

2014-05-31 Thread Steven Arntson
I've been learning to export from org to latex (to pdf), and have had great success. There's a simplification to the process I'd like to make, though, if it's possible. Right now I use files: file.org and filestyle.sty. The .sty gives the latex-specific instruction, and I point to it from file.org