我想要的是“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}