mcnees / LaTeX-Graph-Paper

Make your own quadrille, graph, hex, etc paper! Uses the pgf/TikZ package for LaTeX, which should be part of any modern TeX installation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Incompatible with old versions of TikZ (as recent as TexLive 2018)

tdwiser opened this issue · comments

Some features are used and assumptions are made that break when the package is used on TeXLive 2018. (Maybe I'm just too stubborn having not upgraded lately.)

  • dash line option shortcut doesn't exist; need to use dash pattern and dash phase
  • Bug in TikZ patterns.meta library; overwrites part of the pgf pattern library (workaround by importing the library later)
  • Old version is very sensitive to spaces; fix by removing a newline

Pull request incoming...