I am going back to some old TeX code (huge project) and running into major bitrot. I am for the moment getting this error message:
! Package tikz Error: Sorry, some package has redefined the meaning of the math
-mode dollar sign. This is incompatible with tikz and its calc library and migh
t cause unrecoverable errors.
See the tikz package documentation for explanation.
I am trying to find the explanation promised but can't find anything when searching for that error message in the: https://www.bu.edu/math/files/2013/08/tikzpgfmanual.pdf
Am I looking at the wrong place?
texdoc tikzand hit enter. I can't see that it is explained there though. At least not the error. – Torbjørn T. Jun 02 '17 at 15:25previewpackage. Some info. I worked problem around by using\documentclass[preview]{standalone}instead of preview package. – anton_rh Nov 17 '21 at 18:42