From: Arnaud Giersch Date: Thu, 6 Nov 2014 13:47:30 +0000 (+0100) Subject: Fix pdflatex warning about multiple pdfs with page group. X-Git-Tag: pdsec15_submission~74 X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/mpi-energy2.git/commitdiff_plain/44e73bc744e4e46f7377334b777c1bf8988d6ba4?hp=44e73bc744e4e46f7377334b777c1bf8988d6ba4 Fix pdflatex warning about multiple pdfs with page group. Fix the following pdflatex warning: pdfTeX warning: pdflatex (file ./fig/three_scenarios.pdf): PDF inclusion: multi ple pdfs with page group included in a single page File was fixed by the following command mv fig/three_scenarios.pdf fig/three_scenarios.pdf~ gs -o fig/three_scenarios.pdf -sDEVICE=pdfwrite \ -dColorConversionStrategy=/sRGB -dProcessColorModel=/DeviceRGB \ fig/three_scenarios.pdf~ See http://tex.stackexchange.com/questions/76273/multiple-pdfs-with-page-group-included-in-a-single-page-warning#78009 ---