Tagged Questions
2
votes
1answer
499 views
Referencing externalized pgfplots with subfig and cleverref
I use pgfplots to produce a vast amount of images in my document. Due to limited LaTeX memory, I am forced to use \tikzexternalize. Moreover, I also use the subfig package to group several pictures ...
14
votes
2answers
474 views
Error with cleveref + enumerate + tikz-qtree
I get an error in my document in the following circumstance:
Using the cleveref package
And the tikz-qtree package (for drawing syntax trees)
Inside an enumerate environment
Here's a MWE:
...