From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Steve Prud'Homme" Subject: Re: Org-mode for school work Date: Wed, 21 Dec 2011 08:54:42 -0500 Message-ID: References: <87hb0ufg7y.fsf@gnu.org> <4EF1AE4E.7020504@christianmoe.com> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=14dae93412739708ed04b49a86d6 Return-path: Received: from eggs.gnu.org ([140.186.70.92]:46564) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RdMd8-0005XB-4E for emacs-orgmode@gnu.org; Wed, 21 Dec 2011 08:54:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RdMd1-0000Q0-Un for emacs-orgmode@gnu.org; Wed, 21 Dec 2011 08:54:50 -0500 Received: from mail-gx0-f169.google.com ([209.85.161.169]:47429) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RdMd1-0000Pt-QO for emacs-orgmode@gnu.org; Wed, 21 Dec 2011 08:54:43 -0500 Received: by ggni2 with SMTP id i2so6705529ggn.0 for ; Wed, 21 Dec 2011 05:54:43 -0800 (PST) In-Reply-To: <4EF1AE4E.7020504@christianmoe.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: mail@christianmoe.com Cc: Bastien , emacs-orgmode@gnu.org --14dae93412739708ed04b49a86d6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 2011/12/21 Bastien > Hi Steve, > > "Steve Prud'Homme" 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 > > OK but where in the org file to put the pagebreake after the table of content. When I put the pagebreake in the beginning of the org-file i have a blank page in the begening of my document. > 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. > Cool but it apply on title, not on regular paragraph text > > > 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. > Yes, finaly i found a cool video about this : http://www.youtube.com/watch?v=3D7w3cOypPhDI > > > 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. > It is posible to do that but only when i need it... like the interline. > > > 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=E9ussi =E0 comprendre =E0 peu pr=E8s :) > Ah bein tabarouette ! HTH! --14dae93412739708ed04b49a86d6 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
2011/12/21 Bastien <bzg@altern.org>
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 ti= tle
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

OK but where in the org file to put the=20 pagebreake after the table of content. When I put the pagebreake in the=20 beginning of the org-file i have a blank page in the begening of my=20 document.
Just use \pagebreak in yo= ur Org file.

> 3. It is possible when i export a org file in pdf It is possible give<= br> > 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.
Cool but it apply on title, not on regular paragraph text

> 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.
Yes, finaly i found a cool video about= this : http://www.youtube.com/watch?v=3D7w3cOypPhDI
=A0

> 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<= br> \documentclass[11pt]{article} where it makes sense.
<= div>It is posible to do that but only when i need it... like the interline.=

> 6. Finaly it is possible to make a table that i use a lot a form that<= br> > 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. =A0For 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=E9ussi =E0 comprendre =E0 peu pr=E8s :)
Ah bein tabarouette !

HTH!


--14dae93412739708ed04b49a86d6--