3.10 pre release

This commit is contained in:
EthanDeng
2020-02-08 20:06:27 +08:00
parent 083ef244ac
commit 8ca2077cb4
7 changed files with 471 additions and 376 deletions

View File

@@ -6,7 +6,7 @@
\author{Ethan Deng \& Liam Huang}
\institute{Elegant\LaTeX{} Program}
\date{\today}
\version{3.10*}
\version{3.10}
\bioinfo{Bio}{Information}
\extrainfo{Victory won\rq t come to us unless we go to it. }
@@ -675,34 +675,4 @@ This appendix covers some of the basic mathematics used in econometrics. We brie
\sum_{i=1}^n x_i \equiv x_1 + x_2 +\cdots + x_n
\end{equation}
\chapter{A Minimal Example}
\begin{lstlisting}[frame=single]
\documentclass{elegantbook}
% title info
\title{Title}
\subtitle{Subtitle is here}
% bio info
\author{Your Name}
\institute{XXX University}
\date{\today}
% extra info
\version{1.00}
\begin{document}
\maketitle
\frontmatter
\tableofcontents
\mainmatter
% add preface chapter here if needed
\chapter{Example Chapter Title}
The content of chapter one.
\bibliography{reference}
\end{document}
\end{lstlisting}
\end{document}