Skip to content

Instantly share code, notes, and snippets.

@KyanainsGate
Last active December 26, 2017 05:15
Show Gist options
  • Save KyanainsGate/e741a9b7646f4e2de27babd624ced9f7 to your computer and use it in GitHub Desktop.
Save KyanainsGate/e741a9b7646f4e2de27babd624ced9f7 to your computer and use it in GitHub Desktop.
[latex]: table of contents style setting (header)

source

\begin{document}
\pagestyle{empty}
\tableofcontents%目次のページ番号を削除したい
\clearpage%%%これをいれるのが重要.
%いれないと目次の最終ページがどうなるか見てましょう.
\pagestyle{plain}%%jreportのデフォルトのpagestyle
\setcounter{page}{1}%%これで,1章1ページ目が-1-に

\chapter{1}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment