genode-manual icon indicating copy to clipboard operation
genode-manual copied to clipboard

Build error for `img/nested_config.pdf`

Open jschlatow opened this issue 3 years ago • 5 comments

When building the foundations, I get a TeX capacity exceeded, sorry [grouping levels=255] error that is caused by img/nested_config.tikz. The same error occurs when I try to build img/nested_config.pdf. Here is an excerpt from the log:

(./tikz-common.tex)) (./nested_config.tikz
! TeX capacity exceeded, sorry [grouping levels=255].
\pgfpicture ->\begingroup 
                          \pgfpicturetrue \global \advance \pgf@picture@seri...
l.66 }

jschlatow avatar Aug 30 '22 09:08 jschlatow

Unfortunately, I have not the slightest idea what this is about.

nfeske avatar Aug 31 '22 15:08 nfeske

That means you cannot reproduce this? Which texlive version are you using?

jschlatow avatar Aug 31 '22 17:08 jschlatow

Using lualatex instead of pdflatex appears to be a solution.

jschlatow avatar Sep 01 '22 10:09 jschlatow

The version I use is pretty old:

$ pdflatex --version
pdfTeX 3.14159265-2.6-1.40.18 (TeX Live 2017/Debian)

It's great that you found a solution.

nfeske avatar Sep 02 '22 07:09 nfeske

I tried pdflatex from texlive 2017, 2019, 2021 and 2022. Only texlive 2017 was able to compile it successfully.

jschlatow avatar Sep 02 '22 08:09 jschlatow