From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Randby Subject: Re: A modest "framework" for authoring teaching material with org-mode Date: Tue, 20 Dec 2016 17:26:35 -0500 Message-ID: <0b8cac9c-40bd-ffa3-abce-bd9963ca7e46@gmail.com> References: <87wpeueh98.fsf@inf-11879.int-evry.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47953) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cJSrs-000667-NU for emacs-orgmode@gnu.org; Tue, 20 Dec 2016 17:26:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cJSro-0001Jh-Bm for emacs-orgmode@gnu.org; Tue, 20 Dec 2016 17:26:44 -0500 Received: from mail-it0-x243.google.com ([2607:f8b0:4001:c0b::243]:36786) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cJSro-0001IP-6U for emacs-orgmode@gnu.org; Tue, 20 Dec 2016 17:26:40 -0500 Received: by mail-it0-x243.google.com with SMTP id n68so15480538itn.3 for ; Tue, 20 Dec 2016 14:26:38 -0800 (PST) Received: from ?IPv6:2605:a000:121e:ca:2fad:8ebe:280a:af39? ([2605:a000:121e:ca:2fad:8ebe:280a:af39]) by smtp.gmail.com with ESMTPSA id i62sm9657518itb.12.2016.12.20.14.26.36 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 20 Dec 2016 14:26:36 -0800 (PST) In-Reply-To: <87wpeueh98.fsf@inf-11879.int-evry.fr> 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: emacs-orgmode@gnu.org On 12/20/2016 10:45 AM, Olivier Berger wrote: > Hi. > > For teachning this year, I've used a "framework" that consists in a set > of umbrella .org documents which generate various output formats from a > single included .org source. > > The goal is to author only a single "lesson.org" source, and generate both > PDF handbooks (for students or teachers) and Web slides (using > reveal.js, using org-reveal). > > I thinks it may be useful to some, so I've decided to document and > publish it : > > http://www-public.tem-tsp.eu/~berger_o/org-teaching/ > > > An example slides deck (self documenting it) : > http://www-public.tem-tsp.eu/~berger_o/org-teaching/slides.html > and corresponding handbook : > http://www-public.tem-tsp.eu/~berger_o/org-teaching/handbook.pdf > > > Feel free to reuse, adapt, enhance and report. This is very nice. Thanks for sharing. Scott Randby > > Hope this helps. > > Best regards, >