emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Rasmus <rasmus.pank@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Re: Org as a publishing toolkit
Date: Wed, 11 May 2011 10:09:30 +0200	[thread overview]
Message-ID: <iqdg5f$mke$2@dough.gmane.org> (raw)
In-Reply-To: BANLkTi=+wqCQ3fCRA7ED3a_9jGsM5NB3hg@mail.gmail.com

Marcelo de Moraes Serpa <celoserpa@gmail.com> writes:

> 1) Cover image
> 2) The sub-cover:
>
>    "Title""
>  My Name
>    Date
>
> 3) TOC
>
> 4) Intro, chapters...
>
> How could I do that?

This is /one/ way, and the way I'd do it.

You'd need to do that specifically. I'd advice you to use my favorite
document class, KOMA-script, or Memoir, which is also superb. 

Then, you'd need to tell Org not to make a title, toc etc. I have no
idea how you'd do that, but I'd like to know. Alternatively, you could
redefine \maketitle, but it is more cumbersome in my opinion.

Third, you would want to specify your first page. In KOMA-Script lingo.
#+begin_src LaTeX
\begin{titlepage}
 \begin{center}
     \thispagestyle{empty}
      \vspace*{1cm}
      {\huge Title}}}\\
       \rule{\textwidth}{.5pt}\\
      \vspace{2.5em}
      {\larger{Author}}\\
      \vfill
      \includegraphics[width=\textwidth]{fig/67424_scape_stamp.pdf}
      \vfill
  \end{center}
\end{titlepage}
\cleardoublepage % depending on your setup
\tableofcontents
#+end_src

Something like that anyhow. You could probably use Org-babel in some
clever way.

–Rasmus

-- 
Sent from my Emacs

  parent reply	other threads:[~2011-05-11  8:08 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-10 17:52 Org as a publishing toolkit Marcelo de Moraes Serpa
2011-05-10 18:31 ` Thomas S. Dye
2011-05-10 18:48   ` Marcelo de Moraes Serpa
2011-05-10 19:19     ` Thomas S. Dye
2011-05-10 20:53       ` Marcelo de Moraes Serpa
2011-05-10 21:35         ` Thomas S. Dye
2011-05-10 21:39           ` Marcelo de Moraes Serpa
2011-05-10 22:26             ` Thomas S. Dye
2011-05-11  0:41               ` Marcelo de Moraes Serpa
2011-05-11  1:40                 ` prad
2011-05-11  4:52         ` Avdi Grimm
2011-05-11  8:09         ` Rasmus [this message]
2011-05-12  6:52     ` Eric S Fraga
2011-05-11 15:15 ` Mike McLean
2011-05-11 16:10   ` Marcelo de Moraes Serpa
2011-05-11 16:33     ` Nick Dokos
2011-05-14 12:32       ` Mike McLean

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='iqdg5f$mke$2@dough.gmane.org' \
    --to=rasmus.pank@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).