* Removing the title in LaTeX export
@ 2014-07-12 13:36 Julien Cubizolles
2014-07-12 17:15 ` Thomas S. Dye
2014-07-14 12:07 ` Rasmus
0 siblings, 2 replies; 5+ messages in thread
From: Julien Cubizolles @ 2014-07-12 13:36 UTC (permalink / raw)
To: emacs-orgmode
Is there a way to remove the title from during a LaTeX export? the
":with-toc nil" keyword in org-publish-project-alist removes the table
of contents but I "with-title nil" doesn't seem to be recognized.
Julien.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Removing the title in LaTeX export
2014-07-12 13:36 Removing the title in LaTeX export Julien Cubizolles
@ 2014-07-12 17:15 ` Thomas S. Dye
2014-07-14 8:58 ` Julien Cubizolles
2014-07-14 12:07 ` Rasmus
1 sibling, 1 reply; 5+ messages in thread
From: Thomas S. Dye @ 2014-07-12 17:15 UTC (permalink / raw)
To: Julien Cubizolles; +Cc: emacs-orgmode
Aloha Julien,
Julien Cubizolles <j.cubizolles@free.fr> writes:
> Is there a way to remove the title from during a LaTeX export? the
> ":with-toc nil" keyword in org-publish-project-alist removes the table
> of contents but I "with-title nil" doesn't seem to be recognized.
>
> Julien.
I use (setq org-latex-title-command "").
hth,
Tom
--
Thomas S. Dye
http://www.tsdye.com
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Removing the title in LaTeX export
2014-07-12 17:15 ` Thomas S. Dye
@ 2014-07-14 8:58 ` Julien Cubizolles
0 siblings, 0 replies; 5+ messages in thread
From: Julien Cubizolles @ 2014-07-14 8:58 UTC (permalink / raw)
To: emacs-orgmode
tsd@tsdye.com (Thomas S. Dye) writes:
> Aloha Julien,
>
> Julien Cubizolles <j.cubizolles@free.fr> writes:
>
>> Is there a way to remove the title from during a LaTeX export? the
>> ":with-toc nil" keyword in org-publish-project-alist removes the table
>> of contents but I "with-title nil" doesn't seem to be recognized.
>>
>> Julien.
>
> I use (setq org-latex-title-command "").
Good idea, I'll try to use it in the preparation-function property of
org-publish-project-alist.
Julien.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Removing the title in LaTeX export
2014-07-12 13:36 Removing the title in LaTeX export Julien Cubizolles
2014-07-12 17:15 ` Thomas S. Dye
@ 2014-07-14 12:07 ` Rasmus
2014-07-14 14:24 ` Julien Cubizolles
1 sibling, 1 reply; 5+ messages in thread
From: Rasmus @ 2014-07-14 12:07 UTC (permalink / raw)
To: emacs-orgmode
Julien Cubizolles <j.cubizolles@free.fr> writes:
> Is there a way to remove the title from during a LaTeX export? the
> ":with-toc nil" keyword in org-publish-project-alist removes the table
> of contents but I "with-title nil" doesn't seem to be recognized.
Does this give you what you want?
#+TITLE:
* test
It will suppress \maketitle.
If you always want to suppress it Thom's suggestion may suit you
better.
—Rasmus
--
I almost cut my hair, it happened just the other day
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Removing the title in LaTeX export
2014-07-14 12:07 ` Rasmus
@ 2014-07-14 14:24 ` Julien Cubizolles
0 siblings, 0 replies; 5+ messages in thread
From: Julien Cubizolles @ 2014-07-14 14:24 UTC (permalink / raw)
To: emacs-orgmode
Rasmus <rasmus@gmx.us> writes:
> Julien Cubizolles <j.cubizolles@free.fr> writes:
>
>> Is there a way to remove the title from during a LaTeX export? the
>> ":with-toc nil" keyword in org-publish-project-alist removes the table
>> of contents but I "with-title nil" doesn't seem to be recognized.
>
> Does this give you what you want?
>
> #+TITLE:
> * test
>
> It will suppress \maketitle.
>
> If you always want to suppress it Thom's suggestion may suit you
> better.
I want to suppress it selectively, depending on the export backend used,
so Thom's way, in org-publish-project-alist, works best for me.
Julien.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2014-07-14 14:24 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-12 13:36 Removing the title in LaTeX export Julien Cubizolles
2014-07-12 17:15 ` Thomas S. Dye
2014-07-14 8:58 ` Julien Cubizolles
2014-07-14 12:07 ` Rasmus
2014-07-14 14:24 ` Julien Cubizolles
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).