其他语言的目录

其他语言的目录

我想要的是“Innhald”而不是“Contents”。我应该怎么做?

\documentclass[12pt]{book}

\usepackage{verse}
\PassOptionsToPackage{bookmarks, colorlinks=false, hidelinks}{hyperref}
% Use PoetryTeX; http://www.ctan.org/pkg/poetrytex
\usepackage[numberpoems, clearpageafterpoem, useincipits]{poetrytex}

% Use the PA5 paper size
\usepackage[paperwidth=140mm,paperheight=210mm]{geometry}
\begin{document}


%\maketitle
%\makededication

% Number pages with small roman numerals (i, ii, iii, iv...)
\frontmatter

% TOC %
\maketoc

% TOP %
\renewcommand*{\topname}{Dikt} % Name for the table of poems
\maketop

\section{F\o reord}


\newpage
\thispagestyle{empty}

% Start numbering pages with normal arabic numerals.
\mainmatter


\end{document} 

答案1

babel软件包可以通过将目录标题或其他术语(例如“图”)翻译成不同的语言来提供帮助。\usepackage[norsk]{babel}在示例文档中使用可获得所需的结果:

在此处输入图片描述

您可能还想查看选项列表(从手册第 22 页开始babel)。可能norwegianbokmalnorwegiannynorsknynorsk也很有趣。

相关内容