﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
10309	pdflatex document generation fail due to 'gif' file format	seung lee	Jacob	"pdflatex does support only 'jpeg' or 'png' image format. current django release(1.0.2) contains 7 gif images : 
{{{
ls@ls-dev:~/work/Django-1.0.2-final/docs$ find . -name ""*gif""
./obsolete/_images/objecttools_02.gif
./obsolete/_images/formrow.gif
./obsolete/_images/objecttools_01.gif
./obsolete/_images/module.gif
./_static/docicons-philosophy.gif
./_static/docicons-note.gif
./_static/docicons-behindscenes.gif
}}}

convert gif to png and change gif entry in .css works fine.

to reproduce)
 1. cd ~%DJANGO_HOME%/docs
 1. make latex PAPER=a4
 1. cd _build/latex
 1. make all-pdf

thanks for great web framework. :)
"		closed	Documentation	dev		fixed	latex, pdf		Accepted	0	0	0	0	0	0
