-
Notifications
You must be signed in to change notification settings - Fork 0
/
previously-published-work.tex
43 lines (31 loc) · 1.11 KB
/
previously-published-work.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
\documentclass[letterpaper,DIV=11,english,parskip=half]{scrartcl}
\usepackage{babel}
\usepackage[babel]{microtype}
\usepackage[babel]{csquotes}
\usepackage[svgnames]{xcolor}
\usepackage[backend=biber,url=false,style=ieee,bibstyle=ieee-proc,dashed=false,isbn=false,doi=true]{biblatex}
\bibliography{literature.bib}
\usepackage{hyperref}
\hypersetup{
pdfauthor={{{author}}},
pdftitle={Previously Published Work},
bookmarksnumbered=true,
colorlinks=true,
allcolors=.,
urlcolor=MidnightBlue,
pdflang={en-US},
}
%opening
\title{Previously Published Work}
\author{{{author}}}
\begin{document}
\maketitle
Parts of the submitted work were accepted for presentation at the \textcolor{red}{20XX Conference}~\cite{}.
Results from~\cite{} can be found as parts of \textcolor{red}{Section~I, Section~II, and Section~III} in the submitted work.
However, the new paper significantly extends the previous conference paper, including but not limited to the following points:
\begin{enumerate}
\item Expanded review of existing relevant literature
\item \textcolor{red}{Add more points}
\end{enumerate}
\printbibliography
\end{document}