From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thierry Banel Subject: Leslie Lamport has a foot in the 21st century Date: Sat, 08 Oct 2016 10:40:20 +0200 Message-ID: <57F8B0F4.9090407@free.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]:40274) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bsnBB-0007m1-AG for emacs-orgmode@gnu.org; Sat, 08 Oct 2016 04:40:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bsnB9-0006ZG-7M for emacs-orgmode@gnu.org; Sat, 08 Oct 2016 04:40:24 -0400 Received: from smtp5-g21.free.fr ([2a01:e0c:1:1599::14]:3709) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bsnB9-0006Xd-1T for emacs-orgmode@gnu.org; Sat, 08 Oct 2016 04:40:23 -0400 Received: from [IPv6:2a01:e35:2e21:def0:582f:51a8:96ea:c085] (unknown [IPv6:2a01:e35:2e21:def0:582f:51a8:96ea:c085]) by smtp5-g21.free.fr (Postfix) with ESMTP id 709375FF6C for ; Sat, 8 Oct 2016 10:40:21 +0200 (CEST) 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 Last week I attended a lecture by Leslie Lamport, author of LaTex: "How to Write a 21st Century Proof". His answer: write in a structured, hierarchical way. At the deepest level lie obvious assertions on which the proof is built. The best medium, he said, is hypertext. Hypertext gives the ability to fold or show low details. But wait... I know a about a software that just do that. How is it called? Yes I remember: Emacs Org Mode. He went on: we should get rid of our 17th century habit of writing on dead trees. PDF was designed for printing, and cannot do hypertext. If I follow him, Org Mode should probably focus more on Html (hypertext) export than on PDF-LaTex (paper). I tried both. IMO PDF-LaTex is an order of magnitude more difficult than Html. And I have already written papers in Tex & LaTex in the past. In Html we have CSS, which gives us tons of flexibility. We have Firebug to understand CSS. We have MathJax to write maths in Html with LaTex quality standard. In Org Mode we have a CSS starting point: http://orgmode.org/org.cssorg.css. We have org-info-js which is easy to set up and pleasant to use: http://orgmode.org/worg/code/org-info-js/ But... Is Leslie killing LaTex?