Skip to content

Instantly share code, notes, and snippets.

@noel-phelt
Created November 13, 2017 13:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save noel-phelt/dce34f73f278326fee6ea5c5d1174860 to your computer and use it in GitHub Desktop.
Save noel-phelt/dce34f73f278326fee6ea5c5d1174860 to your computer and use it in GitHub Desktop.
texのサンプル
\documentclass{jsreport}
\begin{document}
\title{AtomでTeXを使う}
\author{自分の名前を入れられます}
\date{}
\maketitle
\tableofcontents
\clearpage
\chapter{PDFで出力}
clearページを入れることで、目次と本題のページを分けることができます。
\section{チャプターとセクション}
chapterは章、セクションは節、さらに小さくするとsubsectionまで使えます。
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment