From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935604AbcHJUJe (ORCPT ); Wed, 10 Aug 2016 16:09:34 -0400 Received: from mx2.suse.de ([195.135.220.15]:49720 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752218AbcHJUJb (ORCPT ); Wed, 10 Aug 2016 16:09:31 -0400 Date: Wed, 10 Aug 2016 22:09:29 +0200 From: "Luis R. Rodriguez" To: Jani Nikula Cc: Mauro Carvalho Chehab , "Luis R. Rodriguez" , linux-doc@vger.kernel.org, "linux-kernel@vger.kernel.org" , Mauro Carvalho Chehab , Daniel Vetter , Jonathan Corbet , Markus Heiser Subject: Re: [RFC PATCH 0/3] Documentation: switch to pdflatex and fix pdf build Message-ID: <20160810200929.GR3296@wotan.suse.de> References: <20160810120535.27570309@vela.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Aug 10, 2016 at 06:54:06PM +0300, Jani Nikula wrote: > Hi Luis, all - > > With these you should be able to get started with pdf generation. It's a > quick transition to pdflatex, the patches are not very pretty, but the > pdf output is. Patch 3/3 works as an example where to add your stuff > (latex_documents in conf.py) and how. > > Mauro, please look at patch 1/3 for a quick fix for the media build. > > Markus, you can now unleash your "I told you so" on the rst2pdf. ;) > Thanks this works! It would be nice to have a target for tex so one can then just worry about fixing the errors generated to generate the tex file. Otherwise I have to hit CTRL C right beore pdflatex is called. Luis