=== tableofcontents === ko.TeX에서 차례의 이름을 재정의하는 명령인 \ksnamedef은 더 이상 제공되지 않는다. 대신 다음의 명령을 사용할 수 있다. {{{#!tex \renewcommand{\contentsname}{순서} }}} 이 명령은 \begin{document} 다음에 와야한다. 만약 반드시 preamble에서 해야 한다면 다음 명령을 사용한다. {{{#!tex \AtBeginDocument{\renewcommand{\contentsname}{순서}} }}}