I was directed to use the hobby package from a previous question of mine: Drawing a bent path as a loop in tikz
However, I just don't seem to get the package to work. Here is an MWE:
\documentclass[tikz,border=10pt,png]{standalone}
\usetikzlibrary{hobby}
\begin{document}
\begin{tikzpicture}[use Hobby shortcut]
\draw (0,0) .. (1,1);
\end{tikzpicture}
\end{document}
which results in the following error message:
mwe.tex:6: Undefined control sequence
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
What particularly bothers me here is that LaTeX does not give me information about which control sequence actually is undefined.
The following version strings are in the log file:
This is pdfTeX, Version 3.1415926-2.4-1.40.13 (MiKTeX 2.9) (preloaded format=pdflatex 2013.11.5) 19 FEB 2014 15:40
entering extended mode
**mwe.tex
(<path>\mwe.tex
LaTeX2e <2011/06/27>
I am using the latest version of hobby, 2014-01-24 as installed by the miktex package manager. I'm using Windows 7 x64.
Also, since this paper will be submitted to a journal, is using the hobby package a bad idea? What are the chances that the journal would not be able to compile the document?
TikZto ensure that a journal (or the arXiv) can use any pictures that I create. If you do usehobbyto generate a picture for your paper, send me a link to the paper! – Andrew Stacey Feb 19 '14 at 21:49