Skip to content

tikz extension: missing documentation #369

Description

@pela9

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.

  1. The preamble option is excellent, but I found no documentation, I had to look in the sources to see how it worked.
  2. 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.)
  3. 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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions