Tagged Questions
1
vote
1answer
157 views
Debugging TikZ and PGFPlots compatibility issue
I just tried to compile an old TikZ code (which as far as I recall compiled perfectly in the past and was not changed in the meanwhile) and I faced some serious compilation issues related to TikZ.
...
6
votes
1answer
726 views
Install emerald font package on ubuntu
I tried to install the emerald font package on my ubuntu natty box. However if I compile a minimal example like (emerald.tex)
\documentclass{article}
\usepackage{emerald}
\usepackage[T1]{fontenc}
...