Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • This won't compile at my place as of today. The fix is explained here : add \RequirePackage{luatex85} as the very first line, a temporary workaround until standalone is updated. Commented Oct 25, 2016 at 16:29
  • Hi @mark-wibrow, I would like to use your code with a little change: I would like to be able to change the background color of some hexagons, inserting some conditional code. I don't know where to insert it, though. A simple line like "\ifthenelse{\n=2}{fill=blue!30,}{}" won't work. How could I do? Commented Nov 2, 2016 at 17:31