[Orgmode] Re: A LaTeX class for Org-mode export

2010-11-25 Thread Mike McLean
FWIW, I got past the same error by NOT including the line to add to latex-packages-alist in my .emacs. ;; (add-to-list 'org-export-latex-packages-alist '((AUTO inputenc t))) My configuration is completely different that Srinivs, too: MacOSX - Emacs 24.0.50.2 from source - Org mode from git

Re: [Orgmode] Re: A LaTeX class for Org-mode export

2010-11-25 Thread Thomas S. Dye
Aloha Mike, Inconsolata is a pretty monospace font, but it appears it isn't widely distributed yet. Another drawback is that it doesn't have a bold face or an italics face. Many syntax highlighting schemes use these faces to distinguish comments, reserved words, etc., so Inconsolata is

Re: [Orgmode] Re: A LaTeX class for Org-mode export

2010-09-23 Thread Thomas S. Dye
below: Its value is (pdflatex -interaction nonstopmode %s pdflatex -interaction nonstopmode %s) - Srinivas --- On Wed, 9/22/10, Thomas S. Dye t...@tsdye.com wrote: From: Thomas S. Dye t...@tsdye.com Subject: Re: [Orgmode] Re: A LaTeX class for Org-mode export To: Srinivas Pavani sp

Re: [Orgmode] Re: A LaTeX class for Org-mode export

2010-09-22 Thread Srinivas Pavani
Tom, Thanks for your quick reply. Looks like something went wrong so I reinstalled MikTex 2.8 and tried again. I started off with simple PDFs and slowly built up. I am finally able to get a pdf version that is close to yours. - Srinivas

[Orgmode] Re: A LaTeX class for Org-mode export

2010-09-21 Thread Srinivas
Thomas S. Dye tsd at tsdye.com writes: Tom, I tried to run and produce PDF using Miktex 2.8 on Windows (Emacs 23.1). I get an error: (C:\bin\miktex-2.8\tex\latex\inconsolata\inconsolata.sty)) ! LaTeX Error: File `nil.sty' not found. and the PDF is not produced. I am a newbie at trying LaTeX

Re: [Orgmode] Re: A LaTeX class for Org-mode export

2010-09-21 Thread Thomas S. Dye
Srinivas, I don't know what is causing that. I've never seen it before. Are you able to compile successfully with the times option (which doesn't use the inconsolata font?) All the best, Tom On Sep 21, 2010, at 4:44 PM, Srinivas wrote: Thomas S. Dye tsd at tsdye.com writes: Tom, I

Re: [Orgmode] Re: A LaTeX class for Org-mode export

2010-09-21 Thread Thomas S. Dye
Aloha Srinivas, Good news. I'm not sure what you mean by close, though. In the LaTeX world, a document is supposed produce the same output regardless of the platform or the output device. Close is typically not good enough. Feel free to ask questions when they arise. All the best, Tom