Archive for February 12th, 2010

Mafalda

No se parece mucho a "Nancy and Sluggo"?

http://en.wikipedia.org/wiki/File:Nancydetail.png

http://en.wikipedia.org/wiki/File:Nancydetail.png

En el artículo de Wkipedia reconozco a Felipe y Manolo.http://en.wikipedia.org/wiki/Nancy_(comics)

Published in: antiguedades, Comix | on February 12th, 2010 by Adrian Pardini | No Comments »

Pintate algo!

Recién recién acabo de encontrar a Paul Jackson, un tipo que pinta muy pero muy bien con acuarelas. http://pauljackson.com/

Eyecandy Induced Orgasm...

http://pauljackson.com/images_med/crosstown-traffic.jpg

http://pauljackson.com/images_med/crosstown-traffic.jpg

Published in: art | on February 12th, 2010 by Adrian Pardini | No Comments »

Solving the *tex error “I can’t find file `pgflibrarytikzpositioning.code.tex”

Basically it means your PGF installation is waaay old. Like from 2007 if you run Ubuntu 8.04 as I happen to. If you want to find out what your version is compile this short tex file:

\listfiles
\documentclass[]{article}
\usepackage{tikz}
%\usetikzlibrary{positioning}
\begin{document}
a
\end{document}

(found in http://old.nabble.com/I-can't-find-file-`pgflibrarytikzpositioning.code.tex'-td20634766.html)

After that grab a fresh copy from http://sourceforge.net/projects/pgf/. As root remove (or back up somewhere else) /usr/share/texmf/tex/context/pgf , /usr/share/texmf/tex/generic/pgf , /usr/share/texmf/tex/latex/pgf and /usr/share/texmf/tex/plain/pgf. Extract the new pgf and copy the corresponding folders to the same places, run (as root) mktexlsr and you are done.

Published in: LaTeX, software libre | on February 12th, 2010 by Adrian Pardini | No Comments »