emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: basic org questions


From: Tim Cross
Subject: Re: basic org questions
Date: Wed, 16 Sep 2020 14:31:20 +1000
User-agent: mu4e 1.5.5; emacs 27.1.50

Emanuel Berg via General discussions about Org-mode. <emacs-orgmode@gnu.org> 
writes:

> Tim Cross wrote:
>
>> #+latex_class: korma-article
>
> user-error: Unknown LaTeX class ‘korma-article’

That probably indicates you have not got the necessary Latex packages
installed. It was mainly an example of using a different document class
style (there are many). Depending on what platform your on, some of
these additional classes are in a separate package, often called
something like latex-extra or latex-styles-extra or similar.

>
>> #+latex_header:  \setlength{\parindent}{0pt}
>
> Yes, that's removed the indentation but didn't insert
> a blank line...

#+latex_header: \parskip 1.5ex 

might work. Again, this stuff is controlled by the specific latex
document class your using. When you need to make 'tweaks' like this,
google latex commands and then use things like #+latex_header: to set
them. 

-- 
Tim Cross



reply via email to

[Prev in Thread] Current Thread [Next in Thread]