사용할 때 해당 오류가 발생합니다. \listofnomenclature{ll}
Thesis.cls 파일에 정의되어 있습니다.
}
\newcommand\listnomenclature{Symbols}
\usepackage{longtable}
\newcommand\listofnomenclature[2]{
\btypeout{\listnomenclature}
\addtotoc{\listnomenclature}
\chapter*{\listnomenclature
\@mkboth{
\MakeUppercase\listnomenclature} {\MakeUppercase\listnomenclature}}
\begin{longtable}[c]{#1}#2\end{longtable}\par
\cleardoublepage
}
사용 사례:
\listofnomenclature{ll}
{
\textbf{AC} & \textbf{A}lternating \textbf{C}urrent\\
}
최소한의 예는 여기에서 찾을 수 있습니다:https://www.dropbox.com/sh/crwqkoiqr8crldj/AACGzMkXZEOViP0pnO1zhTs1a?dl=0
이전 프로젝트에서 이것을 사용했는데 잘 작동했습니다 ..
답변1
이상한 이유로 공백을 제거하여 작동합니다.
\listofnomenclature{ll}
{\textbf{AC} & \textbf{A}lternating \textbf{C}urrent\\}
흥미로운 점은 ..를 사용할 때에도 텍스트 출력이 항상 중앙에 있다는 것입니다 \raggedright
. 왜 항상 중앙에 있습니까?