From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Hinsen Subject: Re: REQUEST to Guix Maintainers Date: Wed, 6 Nov 2019 11:23:04 +0100 Message-ID: <64019119-6480-5ec7-3d43-d68c9a2bd94f@fastmail.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:42744) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iSISx-0003Kn-4J for help-guix@gnu.org; Wed, 06 Nov 2019 05:23:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iSISw-0006gt-4d for help-guix@gnu.org; Wed, 06 Nov 2019 05:23:07 -0500 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:50379) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iSISv-0006gb-Ps for help-guix@gnu.org; Wed, 06 Nov 2019 05:23:06 -0500 In-Reply-To: Content-Language: en-US List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Raghav Gururajan , help-guix@gnu.org Hi Raghav, > I tried converting the PDF to EPUB via calibre and the result was > awful. Formatting got messed up. So I thought it would be better if the > epub was generated directly from source? Did you try converting the HTML version to EPUB? Calibre does that as well. EPUB is little more than a packaging convention for a subset of HTML, so this conversion is easier than starting from PDF. Cheers,   Konrad.