연장하고 싶어요이전 질문예를 들어 \iffalse...\fi
.
예를 들어 여기에서 주석 구분 기호는 <<
및 입니다 >>
.
\documentclass[border=1cm]{standalone}
\begin{document}
\begin{tabular}{cc}
\hline
1st entry <<1st comment>> & 2nd entry <<2nd comment>> \\
\hline
\end{tabular}
\end{document}
답변1
다음 해결 방법은 전혀 권장하지 않습니다. 그 이후에는 더 이상 평소처럼 미만 문자를 사용할 수 없기 때문입니다.
라인 이후
\catcode`<=\active
\def<<#1>>{}
를 사용하여 댓글을 표시할 수 있습니다 <<...>>
. 그러나 <
다른 상황에서 필요한 경우 이는 바람직하지 않은 결과를 초래할 수 있습니다 .