From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Price Subject: Re: org-reveal questions Date: Fri, 23 Oct 2015 12:15:50 -0400 Message-ID: References: <87wpue5cq9.fsf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a11c3c6beca7e9a0522c7ecbb Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41795) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zpf0S-0002y7-2p for emacs-orgmode@gnu.org; Fri, 23 Oct 2015 12:15:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zpf0Q-0008S9-SG for emacs-orgmode@gnu.org; Fri, 23 Oct 2015 12:15:51 -0400 Received: from mail-ig0-x22b.google.com ([2607:f8b0:4001:c05::22b]:33955) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zpf0Q-0008Rw-NA for emacs-orgmode@gnu.org; Fri, 23 Oct 2015 12:15:50 -0400 Received: by igbni9 with SMTP id ni9so37798678igb.1 for ; Fri, 23 Oct 2015 09:15:50 -0700 (PDT) In-Reply-To: <87wpue5cq9.fsf@ucl.ac.uk> 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: Xebar Saram , org mode --001a11c3c6beca7e9a0522c7ecbb Content-Type: text/plain; charset=UTF-8 On Fri, Oct 23, 2015 at 2:18 AM, Eric S Fraga wrote: > On Friday, 23 Oct 2015 at 08:16, Xebar Saram wrote: > > Hi all > > > > for all you org-reveal users, excuse me for these questions that may seem > > trivial but as a new reveal/org-reveal user i havent been able to address > > them :) > > > > 1) how does one add images not below the text but on the left/right of > the > > text? > > 2) can i change the fonts size per slide or even better per specific > > line/region? > > 3) can slide headers be placed higher up on the slide? currently when the > > text is spares it seems like the header starts in the middle of the slide > > I may be wrong but I think you are asking too much from org-reveal. If > you want this level of customisation, you may need to go to the HTML > directly or, if you want to stick with org, use beamer... > The response in my last email applies here too -- you will need to do some css customization. 1. you will need to add css classes & ATTR_HTML headers; it's not too hard, actually. something like: img.float-left { float:left; } ATTR_HTML: :class float-left etc. 2. as above, but change the font'size element: p.small { fo-nt-size: 0.6em; } etc. 3. Getting the headers to move higher up is a little tricky bdecause javascript is in charge of the vertical alignment; I am not quite satisfied with the way that reveal.js handles this, and don't have a solution. Eric's right -- you'll have to learn either CSS or latex, it's up to you which one to invest in. I use css in other work, so I've taken that rouute; latex is still a foreign language to me. m > -- > : Eric S Fraga (0xFFFCF67D), Emacs 25.0.50.2, Org release_8.3.2-161-gd2ac25 > > --001a11c3c6beca7e9a0522c7ecbb Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable


On Fri, Oct 23, 2015 at 2:18 AM, Eric S Fraga <e.fraga@ucl.ac.uk&g= t; wrote:
On Frid= ay, 23 Oct 2015 at 08:16, Xebar Saram wrote:
> Hi all
>
> for all you org-reveal users, excuse me for these questions that may s= eem
> trivial but as a new reveal/org-reveal user i havent been able to addr= ess
> them :)
>
> 1) how does one add images not below the text but on the left/right of= the
> text?
> 2) can i change the fonts size per slide or even better per specific > line/region?
> 3) can slide headers be placed higher up on the slide? currently when = the
> text is spares it seems like the header starts in the middle of the sl= ide

I may be wrong but I think you are asking too much from org-reveal.= =C2=A0 If
you want this level of customisation, you may need to go to the HTML
directly or, if you want to stick with org, use beamer...
<= div>
The response in my last email applies here too -- you wi= ll need to do some css customization.

1. you will need t= o add css classes & ATTR_HTML headers; it's not too hard, actually.= =C2=A0 something like:
img.float-left {
float:l= eft;
}

ATTR_HTML:=C2=A0 :class float-left

etc.

2. as above, but change the font'size elem= ent:
p.small {
fo-nt-size: 0.6em;
}

<= /div>
etc.
3. Getting the headers to move higher up is a = little tricky bdecause javascript is in charge of the vertical alignment; I= am not quite satisfied with the way that reveal.js handles this, and don&#= 39;t have a solution.=C2=A0

Eric's right = -- you'll have to learn either CSS or latex, it's up to you which o= ne to invest in.=C2=A0 I use css in other work, so I've taken that rouu= te; latex is still a foreign language to me.=C2=A0

m
--
: Eric S Fraga (0xFFFCF67D), Emacs 25.0.50.2, Org release_8.3.2-161-gd2ac25=


--001a11c3c6beca7e9a0522c7ecbb--