Skip to content

Instantly share code, notes, and snippets.

@KyanainsGate
KyanainsGate / main.md
Last active December 26, 2017 05:15
[latex]: table of contents style setting (header)

source

\begin{document}
\pagestyle{empty}
\tableofcontents%目次のページ番号を削除したい
\clearpage%%%これをいれるのが重要.
%いれないと目次の最終ページがどうなるか見てましょう.
\pagestyle{plain}%%jreportのデフォルトのpagestyle
\setcounter{page}{1}%%これで,1章1ページ目が-1-に
@uupaa
uupaa / markdown.syntax.md
Last active January 16, 2022 10:17
Markdown Syntax, markdown, md

GitHub, Hatena, Google+ で使える Markdown

GitHub Hatena Google+
<style>
<link> ? ?
<div> YES YES
<h1> YES YES
<br> YES YES