LaTeX入门学习
详细文件见主页https://download.csdn.net/download/weixin_44439735/13097487:
%-*- coding:UTF8 -8-
%gougu.tex
%勾股定理
\documentclass[UTF8]{ctexart}
\usepackage{geometry}
\geometry{a6paper,centering,scale=0.8} %定义页面使用A4纸,版心居中,长宽占面积的0.8
%\newgeometry{left = 3 cm, right = 3 cm, top=2.5cm, bottom=1.5cm}
\usepackage[format=hang,font=small,textfont=it]{caption} %设置图表格式
\usepackage[nottoc]{tocbibind}%设置目录格式,显示目录本身、参考文献、索引,nottoc不显示目录本身。
\usepackage{graphicx} %引入插入图表的宏包
\usepackage{float} %允许使用浮动表格
\usepackage{amsmath}%数学公式的交叉引用
\newtheorem{thm}{定理}
%\usepackage{hyperref} % 生成书签,需要XeLeTeX编译
%%%%%------正文开始------
\title{\heiti 杂谈勾股定理}
\author{\kaishu 张三}
\date{\today}
\bibliographystyle{plain}
\begin{document}
%\tableofcontents %目录在标题前
\maketitle
\tableofcontents
\begin{abstract}
这是一篇关于勾股定理的小短文。
\end{a