Ma il mio problema riguarda dei diagrammi commutativi dove al posto di \text{un testo molto lungo} ci sono cose come
`A\otimes(B_1\otimes\dots\otimes B_n)`
Era solo per fare un esempio che ho copiato quel codice… 😀 come oggetto nei diagrammi c’e’ matematica, non testo. Pero’ mi rendo conto che non e’ stato chiarissimo: facciamo che il diagramma che devo disegnare, una volta per tutte, e’
`\[
\xymatrix{*[l] A\otimes(B_1\otimes\dots\otimes B_n) & B \\ C & *[r]A\otimes(B_1\otimes\dots\otimes B_n)}
\]`
Con un solo asterisco ricevo un messaggio di errore
`! Forbidden control sequence found while scanning use of \next@.
\par
l.11 …*[r] A\otimes(B_1\otimes\dots\otimes B_n)}
I suspect you have forgotten a `}', causing me
to read past where you wanted me to stop.
I'll try to recover; but if the error is serious,
you'd better type `E' or `X' now and fix your file.
Runaway argument?`
e se ne metto due, e’ come non aver usato il comando. 🙁