mirror of
https://github.com/ElegantLaTeX/ElegantBook.git
synced 2026-01-26 04:14:35 +08:00
3.10 pre release
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user