summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/ksp-thesis/demo/full/content/front/publications.tex
blob: 675ee6f4f12a2794c498985694251ea525201d46 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
%%% publications
%%% ---------------------------------------------------------------------------
%\pdfbookmark{Publications}{pdf:Publications}
\addchap{Publications}
Some ideas and figures have appeared previously in the following publications:

\bigskip

Put your publications here. You might consider using the \texttt{biblatex} package, for example with the following code:

\begin{verbatim}
\begin{refsection}
\nocite{publication_1,publication_2}
\setlength{\bibitemsep}{.5\baselineskip}
\setlength{\bibhang}{0pt}
\printbibliography[heading=none]
\end{refsection}
\end{verbatim}