emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Matt Price <moptop99@gmail.com>
To: Xebar Saram <zeltakc@gmail.com>, org mode <emacs-orgmode@gnu.org>
Subject: Re: org-reveal questions
Date: Fri, 23 Oct 2015 12:15:50 -0400	[thread overview]
Message-ID: <CAN_Dec9WwJMfq-Y0=qLxLzK3e3Mcj1Kko1cyxmmnoe6kiHxdMw@mail.gmail.com> (raw)
In-Reply-To: <87wpue5cq9.fsf@ucl.ac.uk>

[-- Attachment #1: Type: text/plain, Size: 1710 bytes --]

On Fri, Oct 23, 2015 at 2:18 AM, Eric S Fraga <e.fraga@ucl.ac.uk> 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
>
>

[-- Attachment #2: Type: text/html, Size: 2571 bytes --]

  parent reply	other threads:[~2015-10-23 16:15 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-23  5:16 org-reveal questions Xebar Saram
2015-10-23  6:18 ` Eric S Fraga
2015-10-23  6:45   ` Xebar Saram
2015-10-23  8:39     ` Eric S Fraga
2015-10-23  9:09       ` Fabrice Popineau
2015-10-23  9:20         ` Xebar Saram
2015-10-23 14:58           ` Matt Lundin
2015-10-23 16:08           ` Matt Price
2015-11-22 14:25             ` Xebar Saram
2015-11-22 15:50               ` Eric S Fraga
2015-11-22 16:47                 ` Xebar Saram
2015-11-22 21:58                   ` Matt Price
2015-11-23  2:55                     ` John Hendy
2015-12-03  9:07                       ` Xebar Saram
2015-12-04 14:55                         ` John Hendy
2015-12-04 15:49                           ` Xebar Saram
2015-12-04 18:52                             ` John Hendy
2015-12-03  9:10                     ` Xebar Saram
2015-10-23 13:27         ` Andreas Leha
2015-10-23 16:15   ` Matt Price [this message]
2015-10-25 20:46     ` Eric S Fraga
2015-10-25 22:01       ` Matt Price
2015-10-26 16:34         ` Matt Price
2015-10-27 14:41         ` Eric S Fraga
2015-10-26 15:43       ` Xebar Saram

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='CAN_Dec9WwJMfq-Y0=qLxLzK3e3Mcj1Kko1cyxmmnoe6kiHxdMw@mail.gmail.com' \
    --to=moptop99@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=zeltakc@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).