-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.tex
53 lines (40 loc) · 1.23 KB
/
main.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
%
\documentclass{article}
\begin{document}
%+Title
\title{Article Title}
\author{Author}
\date{\today}
\maketitle
%-Title
%+Abstract
\begin{abstract}
There is abstract text that you should replace with your own.
\end{abstract}
%-Abstract
%+Contents
%\tableofcontents
%-Contents
\section{About Template}
This template provides a sample layout of a Standard \LaTeX{} Article.
The front matter has a number of sample entries that you should replace
with your own.
\section{Document Class Options}
The typesetting specification selected by this document template
uses the default class options. There are some class options
supported by this document class. The available options include
setting the paper size, the point size of the font used in the
document body and others.
Let us add some math
$$f(x):=\int_0^1 g(x,y)\mathrm{d}y.$$
\subsection{Customizing Class Options}
Select `Insert', `Document Properties ...', the `Generic' tab
and then modify desired class options in appeared dialog.
Changes will be applied after pressing the ``OK'' button.
%+Bibliography
\begin{thebibliography}{99}
\bibitem{Label1} ...
\bibitem{Label2} ...
\end{thebibliography}
%-Bibliography
\end{document}