Sujet : Re: [LaTeX][PGF/TikZ] Undefined control sequence error for PGF intersections.
De : ram (at) *nospam* zedat.fu-berlin.de (Stefan Ram)
Groupes : comp.text.texDate : 31. Aug 2024, 19:14:25
Autres entêtes
Organisation : Stefan Ram
Message-ID : <t-20240831191358@ram.dialup.fu-berlin.de>
References : 1
Annada Behera <
segfault@tilde.green> wrote or quoted:
% Mark intersection points and draw dashed lines
\foreach \n in {1,...,\t} {
. . .
What is undefined?
Looks like "\t" is on the fritz or not pulling its weight,
since the loop seems to be cruising when we swap "\t" for "4":
\foreach \n in {1,...,4} {
. That error message was probably about as clear as LA smog.