From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Lundin Subject: Re: org-reveal questions Date: Fri, 23 Oct 2015 09:58:01 -0500 Message-ID: <87wpud639i.fsf@fastmail.fm> References: <87wpue5cq9.fsf@ucl.ac.uk> <8737x2ashh.fsf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43919) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZpdnF-00013N-KU for emacs-orgmode@gnu.org; Fri, 23 Oct 2015 10:58:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZpdnA-0005fw-HX for emacs-orgmode@gnu.org; Fri, 23 Oct 2015 10:58:09 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:36372) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZpdnA-0005ff-BI for emacs-orgmode@gnu.org; Fri, 23 Oct 2015 10:58:04 -0400 In-Reply-To: (Xebar Saram's message of "Fri, 23 Oct 2015 12:20:41 +0300") 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 Cc: fabrice.popineau@centralesupelec.fr, org mode Xebar Saram writes: > On Fri, Oct 23, 2015 at 12:09 PM, Fabrice Popineau > wrote: > > > To answer the first question : > - load bootstrap in the section of your slides > - then you can add div's with class col-xs-6 for example and split > your frame in 2 columns. > > Thank you so much Fabrice for your helpful reply. > would it be ok to ask to elaborate more on the technical terms such as > divs, col-xs-6 etc as im not very technical and pretty new to > exporting to slide shows (also have zero html and css knowledge) Customizing reveal.js slides does require css and html knowledge. You can change the theme (or link to your own custom stylesheet in the header of your reveal html). You might also try searching online for custom themes that meet your specifications. Beamer is also great, but customizing beamer to look precisely the way you want it requires knowledge of LaTeX. In short, simple slide export from org-mode is fine if you are OK with the existing themes, templates. But more customization that will generally require knowledge of the relevant markup. Matt