1. 程式人生 > >一個LaTeX論文模板

一個LaTeX論文模板

文章目錄

LaTeX \LaTeX 原始碼

% -*- coding: UTF-8 -*-
\documentclass[UTF8]{ctexart}
\usepackage{multicol}
%數學包,這裡沒用到
%\usepackage{amsmath}
\usepackage{indentfirst}
%新增作者資訊
\usepackage{authblk}
\usepackage{graphicx}
%設定標題字型,因為section一般為粗體。
\usepackage{fontspec}
\setCJKmainfont[BoldFont=KaiTi]{SimSun}
%頁碼格式
\pagestyle{plain}
%設定書籤	
\usepackage[bookmarks=true,colorlinks,linkcolor=black]{hyperref}
%英文摘要
\newcommand{\enabstractname}{Abstract}
\newenvironment{enabstract}{%
\quotation
	\par\small
	\mbox{}\hfill{\bfseries \enabstractname}\hfill\mbox{}\par
	\vskip 2.5ex}{\par\vskip 2.5ex} 

\title{\Huge\CJKfamily{zhkai} 黎曼猜想的證明思路}	
\author{倔強的貝吉塔\textsuperscript{1}\quad 
	邁克爾· 阿提亞\textsuperscript{2}\thanks{英國皇家學會前主席,菲爾茲獎和阿貝爾獎雙料得主。}\quad 
	馬克思·普朗克\textsuperscript{3}}
\affil{(\textsuperscript{1}{清華大學佛系}\quad \textsuperscript{2}{英國皇家學會}\quad \textsuperscript{3}{德國威廉皇家學會})}					   								
\date{}		
\begin{document}
	\maketitle
	{
		\footnotetext[1]{清華大學在讀研究生。
		}
	}
	\begin{abstract}
		這篇文章和證明黎曼猜想沒有任何關係,阿提亞先生也沒有參與這篇文章的寫作,普朗克前輩更不可能出現,這篇文章的題目,內容以及摘要完全是用來湊字數的。
	
		\textbf{關鍵字:}黎曼猜想, 湊字數
	\end{abstract}
		
	\begin{enabstract}
		This is the abstract in English.    This is the abstract in English.    This is the abstract in English.    This is the abstract in English.    This is the abstract in English.    This is the abstract in English.    This is the abstract in English.    This is the abstract in English.    This is the abstract in English.    This is the abstract in English.    This is the abstract in English.    This is the abstract in English.    This is the abstract in English.    This is the abstract in English.    This is the abstract in English.    This is the abstract in English.    This is the abstract in English.    This is the abstract in English.    This is the abstract in English.
			
	\textbf{Keywords:}  number, English\footnote[4]{作者:uncle\_gy, 
			來源:CSDN,  
			原文:https://blog.csdn.net/uncle\_gy/article/details/78305644 }
	\end{enabstract} 
\begin{multicols*}{2}%不平衡雙欄,平衡雙欄去掉*		
	\section{\CJKfamily{zhkai}前言}					
	黎曼猜想(或稱黎曼假設)是關於黎曼$\zeta$ 函式$\zeta(s)$的零點分佈的猜想,由數學家波恩哈德·黎曼於1859年提出。德國數學家戴維·希爾伯特在第二屆國際數學家大會上提出了20世紀數學家應當努力解決的23個數學問題,其中便包括黎曼假設。現今克雷數學研究所懸賞的世界七大數學難題中也包括黎曼假設。\footnote[5]{Millennium Problems}
	\section{黎曼猜想的數學模型}
	黎曼$\zeta$函式$\zeta(s)$是級數表示式
	$$
	\zeta(s)=\sum_{n=1}^{\infty}{\frac{1}{n^{s}}}\quad {Re(s)>1,n\in N^{+}}
	$$
	在複平面上的解析延拓。

	敘述從簡,主要不會。	
\end{multicols*}
\end{document}

模板效果圖

模板效果圖
在這裡插入圖片描述