You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
766 B

%DO_NOT_MODIFY{
%This file is the starting point for all notes
%TITLE, AUTHOR, YEAR, ABSTRACT will be automatyically replaced with respect to the associated bibfile
%All texnote much share the same style so that we can compile them all together without problem
%You can edit the style file using: papers texnote edit_template -S
\documentclass{article}
\usepackage{template/style}
\begin{document}
\begin{center}
\Large{\textbf{TITLE}} \\ [0.2cm]
\small{\textsc{AUTHOR}} \\ [0.2cm]
\normalsize{\textsc{YEAR}} \\ [1cm]
\end{center}
\begin{abstract}
ABSTRACT
\end{abstract}
%You can edit the following of this file using: papers texnote edit_template -B
%}
%WRITE YOUR NOTES FROM HERE
%\section{Notes}
% Write your notes here
%DO_NOT_MODIFY{
\end{document}
%}