Problem generating pdf file with LaTeX fonts

P�l Gunnar Ellingsen <paalge@...287...>
writes:

I only have a svn version of the repo, but I would like to move to git, but
I get an error when running the code from
http://matplotlib.sourceforge.net/devel/coding_guide.html#using-git

git clone --origin svn git@...3310...:astraw/matplotlib.git

That's not the right address, and we should fix the instructions.
Clone from the address

    git://github.com/matplotlib/matplotlib.git

Also, my instructions earlier were wrong: all of the git@...3310...
addresses require an ssh key, but you can use

    git remote add jkseppan git://github.com/jkseppan/matplotlib.git

to add my repository as a remote.

···

--
Jouni K. Sepp�nen