-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomment.cut
More file actions
18 lines (14 loc) · 724 Bytes
/
comment.cut
File metadata and controls
18 lines (14 loc) · 724 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
\section{Conclusion} %% More section can be added as per requirement
This section's content...
%-------------------------------------------------------------
%% Here example is given for writing a bibliography
\begin{thebibliography}{9}
\bibitem{ConcreteMath}
R.L. Graham, D.E. Knuth, and O. Patashnik, \emph{Concrete
mathematics}, Addison-Wesley, Reading, MA, 1989.
\bibitem{Wikipedia}
Donald E. Knuth, The \emph{TeXbook}, Addison–Wesley, Boston, 1986, p. 1.
\bibitem{wiki2}
Leslie Lamport (April 23, 2007). ``The Writings of Leslie Lamport: \emph{LaTeX: A Document Preparation System".}
\end{thebibliography}
%------------------------------------------------------------------------