From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jens Lechtenboerger Subject: Re: org-reveal: content side by side Date: Tue, 13 Feb 2018 13:33:12 +0100 Message-ID: <873725rrw7.fsf@wi.uni-muenster.de> References: <87lgg9c96y.fsf@luisa.c0t0d0s0.de> <876073h7d9.fsf@luisa.c0t0d0s0.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49582) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1elZm7-0004is-Da for emacs-orgmode@gnu.org; Tue, 13 Feb 2018 07:33:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1elZm4-00020T-AW for emacs-orgmode@gnu.org; Tue, 13 Feb 2018 07:33:31 -0500 Received: from zivm-wwu1-1.uni-muenster.de ([128.176.192.4]:35162 helo=zivm-wwu1.uni-muenster.de) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1elZm3-0001y4-Pl for emacs-orgmode@gnu.org; Tue, 13 Feb 2018 07:33:28 -0500 In-Reply-To: <876073h7d9.fsf@luisa.c0t0d0s0.de> (Michael Welle's message of "Sun, 11 Feb 2018 16:29:54 +0100") 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" To: Michael Welle Cc: emacs-orgmode@gnu.org On 2018-02-11, Michael Welle wrote: > Looks easy, eh? A header at the top, a footer at the bottom and a lot > of space in between. In some cases, like in [1], I wanted content (e.g. >

Ich...
OS/2 Warp 4

) to be centered horizontally and > vertically between the footer and the header. I created emacs-reveal [0] for my own slides. Contents are centered vertically (default for reveal.js). CSS with =E2=80=9Ctext-align: center= =E2=80=9D can be used for horizontal alignment. The howto for emacs-reveal is available at [1]. First-level headings are centered vertically and horizontally. I just added slide 20 with horizontally centered text (underneath a heading, which=E2=80=94as ugly hack=E2=80=94could just be a non-breaking space I gue= ss). I hope that helps and would be happy to help more. (Responses may be slow in the coming days, though.) Best wishes Jens [0] https://gitlab.com/oer/emacs-reveal [1] https://oer.gitlab.io/emacs-reveal-howto/howto.html