码迷,mamicode.com
首页 > 其他好文 > 详细

LaTex 入门2

时间:2014-12-02 22:39:58      阅读:174      评论:0      收藏:0      [点我收藏+]

标签:latex

以book模板为例:


\documentclass{book}
\usepackage{amsmath}
\begin{document}

\title{This is my book}
\author{kirchhoff}
\date{} %用于去掉maketitle默认输入的日期
\maketitle
\tableofcontents %生成目录
\mainmatter %表示文章正文部分开始了,这样能影响目录的起始页码

\part{elementary} %part1
\chapter{introduction}
\section{first section}
\subsection{I like LaTex}

\chapter{balabala}
\chapter{summary}


\part{advanced} %part2
\chapter{introduction}
\chapter{conclusion}

\end{document}


LaTex 入门2

标签:latex

原文地址:http://blog.csdn.net/wdkirchhoff/article/details/41683627

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!