当前位置 : 主页 > 编程语言 > java >

【Latex】Latex小论文模板

来源:互联网 收集:自由互联 发布时间:2022-06-23
\ documentclass { article } \ usepackage { ctexcap , amsmath , graphicx } \ usepackage [ a6paper , centering , scale = 0.8 ] { geometry } \ newenvironment { myquote } { \ begin { quote } \ kaishu \ zihao { - 5 } } { \ end { quote } } \ newt

【Latex】Latex小论文模板_勾股数
【Latex】Latex小论文模板_参考文献_02
【Latex】Latex小论文模板_参考文献_03
【Latex】Latex小论文模板_参考文献_04
【Latex】Latex小论文模板_参考文献_05

\documentclass{article}

\usepackage{ctexcap, amsmath, graphicx}
\usepackage[a6paper, centering, scale=0.8]{geometry}

\newenvironment{myquote}{\begin{quote}\kaishu\zihao{-5}}{\end{quote}}
\newtheorem{thm}{} % thm
\newcommand\degree{^\circ} % \degree

\begin{document}

% cover
\title{\heiti \thanks{}}
\author{\kaishu \thanks{}
\and\kaishu \thanks{}}
\date{\today}
\maketitle

% abstract
\begin{abstract}

\end{abstract}

% contents
\tableofcontents

% charpter1
\section{}
\label{sec:ancient} % ancient
西6\cite{Kline}\footnote{330-275 }47\par 12
\begin{myquote}
广
\end{myquote}
76
\begin{myquote}

\end{myquote}
\ref{fig:xiantu}\cite{quanjing}
\begin{figure}[!ht]\centering
\includegraphics[scale=0.5]{xiantu.pdf}
\caption{\zihao{-5}\kaishu 仿 \label{fig:xiantu}}
\end{figure}

% chapter2
\section{}

\begin{thm}[]

\par $ABC$,$\angle C=90\degree$,
\begin{equation}\label{eq:gougu} % \label{eq:gougu} gougu
AB^2 = BC^2 + AC^2. %
\end{equation}
\end{thm}
\eqref{eq:gougu} \emph{}\ref{sec:ancient}\par % \emph{} \eqref{eq:gougu} \ref{sec:ancient \par
\vspace{3mm} %
\begin{tabular}{|c|c|c|}\hline % {|c|c|c|}\hline... \hline 线
$a$ & $b$ & $c$ \\ \hline % &
3 & 4 & 5 \\ \hline
5 & 12 & 13 \\ \hline
\end{tabular}
($a^2 + b^2 = c^2$) %

%
\begin{thebibliography}{99}
\addcontentsline{toc}{section}{}
\bibitem{1}..,1986.
\bibitem{quanjing}..,20(3),1998.
\bibitem{Kline}..,2002.
\end{thebibliography}

%
\begin{appendix}
\section{}
\end{appendix}
\end{document}


上一篇:【Latex】Latex数学公式总结
下一篇:没有了
网友评论