
라벨을 추가할 때 다음이 작동하지 않는 이유를 알 수 없는 것 같습니다. 먼저 작업 예제를 보여드리겠습니다. 각 화살표에 레이블이 있는 간단한 교환 다이어그램이 필요합니다. 작업 예는 다음과 같습니다.
\begin{tikzcd}[matrix scale=2.5, transform shape, nodes={scale=1.5}] % M \arrow{rd}{\varphi} \arrow[r] &N\dar[dashed]{\,\exists!\Phi}\\ &L \end{tikzcd}
이는 다음을 제공합니다:
하지만 여기서 시도한 N의 화살표에 iota를 추가하고 싶습니다.
\begin{tikzcd}[matrix scale=2.5, transform shape, nodes={scale=1.5}] % M \arrow{rd}{\varphi} \arrow[r]{\iota} &N\dar[dashed]{\,\exists!\Phi}\\ &L \end{tikzcd}
하지만 "\endcsname 누락됨" 메시지가 표시되고 이 문제를 해결하는 방법을 알 수 없는 것 같습니다.
답변1
이건 단순한 오타입니다
\arrow{r}{\iota}
아니다
\arrow[r]{\iota}