From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: Outreachy project infrastructure Date: Thu, 22 Nov 2018 14:12:40 +0100 Message-ID: <87d0qx2r3r.fsf@elephly.net> References: <87muq231ca.fsf@elephly.net> <87h8ga2hhg.fsf@elephly.net> 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]:45063) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gPonM-0007Tj-M6 for guix-devel@gnu.org; Thu, 22 Nov 2018 08:13:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gPonJ-0006cV-IS for guix-devel@gnu.org; Thu, 22 Nov 2018 08:13:24 -0500 Received: from sender-of-o51.zoho.com ([135.84.80.216]:21028) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gPonJ-0006aX-8R for guix-devel@gnu.org; Thu, 22 Nov 2018 08:13:21 -0500 In-reply-to: List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: t_w_@freenet.de Cc: guix-devel@gnu.org Hi Thorsten, > On 21/11/2018 23.28, Ricardo Wurmus wrote: >>> Thank you very much for the workflow as well as for the suggested tools= . I >>> did not know that slides were created with inkscape :) > >> I=E2=80=99ve been using Inkscape for all of my presentations (after expo= rting to >> PDF). It=E2=80=99s more flexible than software made specifically for >> presentations, but the flexibility comes at the cost of convenience >> (e.g. in Inkscape you have one file per slide, and to create a slide >> deck you need to combine all these files to a single PDF with another >> tool like Ghostscript). In this project I think the flexibility >> outweighs these minor drawbacks. > > Years ago, I created dozens of presentations with Impress (then > OpenOffice, now it would be LibreOffice). I shudder at the though of > doing more involved presentations with Inkscape, even though it's my > primary bread and butter tool :) > > Impress may quite likely be the most mature and full-featured Free > Software WYSIWYG presentation tool. That said, of course it may seem a > bit clunky and the file format is not suited for versioning and > manipulation from external tools. [=E2=80=A6] > Main issues I see in using Inkscape for presentations: > 1. Lack of master pages (page templates) > 2. Lack of text-styles > 3. Much harder to see and edit the sequence of pages For live presentations I would agree with you, but for our videos presentation features (like slide transitions, templates, bullet lists, etc) are much less important than the flexibility and expressivity provided by an SVG drawing tool like Inkscape. I=E2=80=99d be a little disappointed if the video looked like it came strai= ght out of Powerpoint / Impress ;) > Still, the concept of using several layers in one file might be > worthwhile. An export script could toggle layer visibility before > calling inkscape with --export-ps (or -png or -pdf). This can easily get crowded, in my experience, as pretty slides are sometimes much more easily edited and laid out with the help of multiple layers. I think it=E2=80=99s easier to handle separate files in the Makefile, but y= our snippet could come in handy in case we end up using just one layered SVG file in the end. Thank you! -- Ricardo