emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Bastien <bzg@altern.org>
To: Steve Prud'Homme <sprudhom@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: Org-mode for school work
Date: Wed, 21 Dec 2011 10:04:33 +0100	[thread overview]
Message-ID: <87hb0ufg7y.fsf@gnu.org> (raw)
In-Reply-To: <CAN6y2uhDNZGugdP+QGWivBd=sgpx1j8gx9g2WQVBxA4v7ZraNg@mail.gmail.com> (Steve Prud'Homme's message of "Wed, 21 Dec 2011 00:31:05 -0500")

Hi Steve,

"Steve Prud'Homme" <sprudhom@gmail.com> writes:

> I realy like the org-mode. I use it for my school work. I have a
> questions about litle things like :
>
> 1. It is possible when i export a org file in pdf to make a title
> page verticaly centered.

This depends on the LaTeX class you use -- from memory, the class
"report" dedicates one page to the title page, and centers the title
vertically (or somewhat close.)

> 2. It is possible when i export a org file in pdf It is possible to
> do a page brake after the table of content

Just use \pagebreak in your Org file.

> 3. It is possible when i export a org file in pdf It is possible give
> the text a interline of 1.5 for certain part of the text.

#+LaTeX: \renewcommand{\baselinestretch}{1.5}

before the part you want to modify, and

#+LaTeX: \renewcommand{\baselinestretch}{1}

to go back to a normal interline after this part.

> 4. When i make table i use table - create (ex: 7x3). It is possible
> to merge cell like in word(example first row 1 colomn second row 4
> column)

No.

> 5. It is possible when i export a org file in pdf It is possible to
> set the font size

Yes - customize `org-export-latex-classes' to your needs, adding 
\documentclass[11pt]{article} where it makes sense.

> 6. Finaly it is possible to make a table that i use a lot a form that
> i can fill and it is possible with i don't know a short-cut or
> something to call this form when i need it.

It's not currently possible, but we can imagine a helper function for
that.  For now I would suggest: just store the empty table in a register:
select the table, `C-x r s', then `C-x r i' when you want to insert the
empty table again.

> Please excuse my english, i'm french

J'ai réussi à comprendre à peu près :)

HTH!

-- 
 Bastien

  reply	other threads:[~2011-12-21  9:03 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-21  5:31 Org-mode for school work Steve Prud'Homme
2011-12-21  9:04 ` Bastien [this message]
2011-12-21 10:00   ` Christian Moe
2011-12-21 13:54     ` Steve Prud'Homme
2011-12-21 17:01       ` Nick Dokos
2011-12-21 16:30 ` Nick Dokos

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=87hb0ufg7y.fsf@gnu.org \
    --to=bzg@altern.org \
    --cc=emacs-orgmode@gnu.org \
    --cc=sprudhom@gmail.com \
    /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).