Matt Trescott

Results 3 comments of Matt Trescott

Also wanted to note that you can set the text color with `\renewcommand*{\sphinxstyletheadfamily}{\leavevmode\color{white}}` for example. For this to work, you should make sure to use LuaLaTeX and load the `luacolor`...

Just a general comment from my experience using `\rowcolors`: unfortunately, this only produces good results when printed. For on-screen display, most PDF viewers will have issues (see [SE question](https://tex.stackexchange.com/questions/490663/solution-for-disappearing-table-cell-borders-with-rowcolor-in-the-pdf-viewer-de)). Maybe...

Maybe you could emit a custom event each time a `create_thing` directive is encountered, and when creating a `list_things` node, `connect()` (using `functools.partial` to pass the `list_things` instance) a callback...