KTUG 한국 텍 사용자 그룹

Menu

KTUG :: Q&A 마당 › 한글+영어 차례

yihoze | 2020.06.16 13:15:48 | 메뉴 건너뛰기 쓰기

한글 문서 뒤에 영어 문서를 붙여서 만드는 경우 차례가 따로 나오도록 다음과 같이 만들었습니다. 한 번 컴파일하면 북마크가 제대로 나오지만 한 번 더 컴파일하면 뒤의 문서 즉 영어 차례만 북마크에 나옵니다. 이를 어떻게 해결할 수 있을지요.

\documentclass{oblivoir}

\usepackage{fapapersize}
\usefapapersize{*,*,30mm,*,30mm,*}

\cftinsertcode{KOREAN}{}
\cftinsertcode{ENGLISH}{\changetocdepth{-10}}

\begin{document}
\cftinserthook{toc}{KOREAN}
\tableofcontents
\chapter{한글}
\section{여기까지}

\cftinsertcode{KOREAN}{\changetocdepth{-10}}
\cftinsertcode{ENGLISH}{\changetocdepth{2}}
\cftinserthook{toc}{ENGLISH}
\tableofcontents
\chapter{English}
\section{Hitherto}

\end{document}

댓글 [1]

댓글 쓰기

목록

KTUG 한국 텍 사용자 그룹