From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f178.google.com (mail-wi0-f178.google.com [209.85.212.178]) by dpdk.org (Postfix) with ESMTP id 421A858F9 for ; Sat, 6 Sep 2014 00:26:24 +0200 (CEST) Received: by mail-wi0-f178.google.com with SMTP id r20so99286wiv.11 for ; Fri, 05 Sep 2014 15:31:11 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=8cDsk0JXa3RcyxgXSZuiWAhr4G/oRCBzKYSkyUjOuI4=; b=FQXwyhUF3/xFOS9N4booeM2MXZcNl2wvah4TnyWEqvODjCK4w7+/aeHIzttlCkWFlz l2IklO5VEyWozb8cqj2P9iXOG3t99Sc+qzCjsIq58ghf267JDlImcm93voXSJR51w3Dc z0vQl65tjmE568EwUAXaDHqzVeZUQhYbdqw3G4zxc7NyUCGqDtJkidQnQDA0WFFf2PlX DVG6soNGSxKdhI59DYoMTSj2YN25f1Ssy+k/N0dHK/0MbjrsqP1RzZHhaR8ziBn7coai AhC/Th07cZ6UdwTBYaXwkPJGxSCpK3G5VyhLtuiuClVjhT/0rybPhBtOZTNUHtwPzyFU jFjg== X-Gm-Message-State: ALoCoQkkO3AkL/M2Knd2Rb6zafPb4/SurlgBH296ZBuX1R/EBO5JMDXLgwvx2xP7rx0Xhb1gnJju X-Received: by 10.194.82.106 with SMTP id h10mr17791803wjy.37.1409956271818; Fri, 05 Sep 2014 15:31:11 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id js2sm2771875wjc.9.2014.09.05.15.31.10 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 05 Sep 2014 15:31:11 -0700 (PDT) From: Thomas Monjalon To: Mika Niemi K Date: Sat, 06 Sep 2014 00:31:02 +0200 Message-ID: <8650595.sSAzyvrE3q@xps13> Organization: 6WIND User-Agent: KMail/4.13.3 (Linux/3.15.8-1-ARCH; KDE/4.13.3; x86_64; ; ) In-Reply-To: <433CF911C88BBE4E9E2B9C3D826E6AC41A394DE2@ESESSMB105.ericsson.se> References: <433CF911C88BBE4E9E2B9C3D826E6AC41A394DE2@ESESSMB105.ericsson.se> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] PDF documents with distiller? X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Sep 2014 22:26:24 -0000 2014-08-25 11:50, Mika Niemi K: > The PDF docs for 1.7.0 were generated differently than before, > causing all figures to be changed to low-resolution bitmaps. > Figure 2 in the Programming Guide also has now unreadable text. > > Is it possible to get the PDF docs for 1.7.x generated like they > were previously, using distiller? I'm not aware of this change. But I know the documentation is planned to move to sphinx (reStructuredText format). Work is in progress. It will be integrated with code. Hope quality will be better. -- Thomas