Re: [O] worg latex example "11 Styling the Frontmatter"

2012-03-09 Thread Myles English
>> On Thu, 08 Mar 2012 18:20:10 -1000, Thomas S Dye said: > Hi Myles, Thanks for making me look more closely at this. There are > two things: > 1) #+BEGIN_abstract ... #+END_abstract requires org-special-blocks. > So, > 2) The abstract text ends up in the title because there is no exp

Re: [O] worg latex example "11 Styling the Frontmatter"

2012-03-08 Thread Thomas S. Dye
Hi Myles, Thanks for making me look more closely at this. There are two things: 1) #+BEGIN_abstract ... #+END_abstract requires org-special-blocks. So, #+BEGIN_SRC emacs-lisp :exports none :results silent (require 'org-special-blocks) (defun org-export-latex-no-toc (depth) (when depth

Re: [O] worg latex example "11 Styling the Frontmatter"

2012-03-08 Thread Myles English
>> On Thu, 08 Mar 2012 13:39:28 -0500, Nick Dokos said: > Myles English wrote: >> >> So the two files are: >> >> ,--- testAbs.org >> -- | #+LATEX_HEADER: >> \input{/home/myles/tmp/bugs/title.tex} | #+BEGIN_abstract | Here is >>

Re: [O] worg latex example "11 Styling the Frontmatter"

2012-03-08 Thread Myles English
>> On Thu, 08 Mar 2012 09:01:01 -1000, Thomas S Dye said: > Aloha Myles, Your example works for me with emacs -q. I had to > change the \input{} command to \input{title}, since I'm not working > at /home/myles. I saved the tex file to title.tex, put it in the > same directory as the org

Re: [O] worg latex example "11 Styling the Frontmatter"

2012-03-08 Thread Thomas S. Dye
Aloha Myles, Your example works for me with emacs -q. I had to change the \input{} command to \input{title}, since I'm not working at /home/myles. I saved the tex file to title.tex, put it in the same directory as the org file, evaluated the source block (with :results silent), and exported. I

Re: [O] worg latex example "11 Styling the Frontmatter"

2012-03-08 Thread Nick Dokos
Myles English wrote: > > So the two files are: > > ,--- testAbs.org -- > | #+LATEX_HEADER: \input{/home/myles/tmp/bugs/title.tex} > | #+BEGIN_abstract > | Here is my abstract, i

Re: [O] worg latex example "11 Styling the Frontmatter"

2012-03-08 Thread Myles English
>> On Thu, 08 Mar 2012 16:29:36 +, Myles English said: > Hi, I am trying to get a custom title page and abstract before the > TOC in a pdf. > Worg has an example on this page: > http://orgmode.org/worg/org-tutorials/org-latex-export.html > at the section titled "11 Styling the Fro

[O] worg latex example "11 Styling the Frontmatter"

2012-03-08 Thread Myles English
Hi, I am trying to get a custom title page and abstract before the TOC in a pdf. Worg has an example on this page: http://orgmode.org/worg/org-tutorials/org-latex-export.html at the section titled "11 Styling the Frontmatter" However, the example doesn't work for me as expected. To reproduce: