Thanks for the tikz extension, works perfectly. I took me however some time to figure out some details in the setup. Some extra documentation will save time for future users.
- The
preamble option is excellent, but I found no documentation, I had to look in the sources to see how it worked.
- The extension adds a small border (2bp) to the generated pictures, which you sometimes don't want (or set differently). This can easily be changed once you understand that the LaTeX document class
standalone is used: \standaloneconfig{border=0pt}. But again I had to read the ruby sources to figure this out. (Maybe this can also be a diagram option.)
- For some tikz extension libraries, e.g. graphdrawing, lualatex is required instead of pdflatex. I solved this simply by setting
-a pdlflatex=/bin/lualatex. This also seems worthwhile to document.
Thanks for the tikz extension, works perfectly. I took me however some time to figure out some details in the setup. Some extra documentation will save time for future users.
preambleoption is excellent, but I found no documentation, I had to look in the sources to see how it worked.standaloneis used:\standaloneconfig{border=0pt}. But again I had to read the ruby sources to figure this out. (Maybe this can also be a diagram option.)-a pdlflatex=/bin/lualatex. This also seems worthwhile to document.