From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id D8AD4A05D3 for ; Thu, 23 May 2019 13:16:15 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id ABBF95689; Thu, 23 May 2019 13:16:15 +0200 (CEST) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 575BB14EC; Thu, 23 May 2019 13:16:14 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 23 May 2019 04:16:13 -0700 X-ExtLoop1: 1 Received: from irsmsx102.ger.corp.intel.com ([163.33.3.155]) by orsmga008.jf.intel.com with ESMTP; 23 May 2019 04:16:12 -0700 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.133]) by IRSMSX102.ger.corp.intel.com ([169.254.2.108]) with mapi id 14.03.0415.000; Thu, 23 May 2019 12:16:11 +0100 From: "Mcnamara, John" To: Thomas Monjalon , "dev@dpdk.org" , "Kovacevic, Marko" CC: "stable@dpdk.org" Thread-Topic: [PATCH 1/3] doc: robustify PDF build Thread-Index: AQHVENz8HTEPTrwDg02GaOsava3N8aZ4kAmg Date: Thu, 23 May 2019 11:16:10 +0000 Message-ID: References: <20190522202842.19818-1-thomas@monjalon.net> <20190522202842.19818-2-thomas@monjalon.net> In-Reply-To: <20190522202842.19818-2-thomas@monjalon.net> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMjA3ZjVmODctNDJkZi00ZjA2LWJjMzAtYjkxN2YxY2E2ZTA3IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiSU1uaG9INlRzWVYyR2U0WFVjNk13eFwvckFuM0dcL0ViS0p0emF5KzZCT3I1djN2TDFBeG1ueEhta0dpUURKdkFNIn0= dlp-product: dlpe-windows dlp-version: 11.0.600.7 dlp-reaction: no-action x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH 1/3] doc: robustify PDF build X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > -----Original Message----- > From: Thomas Monjalon [mailto:thomas@monjalon.net] > Sent: Wednesday, May 22, 2019 9:29 PM > To: dev@dpdk.org; Mcnamara, John ; Kovacevic, > Marko > Cc: stable@dpdk.org > Subject: [PATCH 1/3] doc: robustify PDF build >=20 > In some environment like the current dpdk.org server, there can be some > errors due to symbols in titles, as it was the case before this commit in > DPDK 18.05: > 551d148944dc ("doc: remove flow API migration section") >=20 > ! LaTeX Error: Bad math environment delimiter. >=20 > It can be avoided thanks to the Latex command \robustify. >=20 Acked-by: John McNamara