]> AND Private Git Repository - mpi-energy2.git/commit
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
Fix pdflatex warning about multiple pdfs with page group.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Thu, 6 Nov 2014 13:47:30 +0000 (14:47 +0100)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Thu, 6 Nov 2014 13:47:30 +0000 (14:47 +0100)
commit44e73bc744e4e46f7377334b777c1bf8988d6ba4
tree1737ccf451c11f487e7abc09e7b0a48068205459
parenta0238967f9c961d8b4f66a1f2b9e8b88e49b5dec
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
fig/three_scenarios.pdf