summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/classicthesis/FrontBackmatter/Publications.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/classicthesis/FrontBackmatter/Publications.tex')
-rw-r--r--macros/latex/contrib/classicthesis/FrontBackmatter/Publications.tex16
1 files changed, 16 insertions, 0 deletions
diff --git a/macros/latex/contrib/classicthesis/FrontBackmatter/Publications.tex b/macros/latex/contrib/classicthesis/FrontBackmatter/Publications.tex
new file mode 100644
index 0000000000..0e90baf4fb
--- /dev/null
+++ b/macros/latex/contrib/classicthesis/FrontBackmatter/Publications.tex
@@ -0,0 +1,16 @@
+%*******************************************************
+% Publications
+%*******************************************************
+\pdfbookmark[1]{Publications}{publications}
+\chapter*{Publications}\graffito{This is just an early --~and currently ugly~-- test!}
+This might come in handy for PhD theses: some ideas and figures have appeared previously in the following publications:
+
+%\noindent Put your publications from the thesis here. The packages \texttt{multibib} or \texttt{bibtopic} etc. can be used to handle multiple different bibliographies in your document.
+
+\begin{refsection}[ownpubs]
+ \small
+ \nocite{*} % is local to to the enclosing refsection
+ \printbibliography[heading=none]
+\end{refsection}
+
+\emph{Attention}: This requires a separate run of \texttt{bibtex} for your \texttt{refsection}, \eg, \texttt{ClassicThesis1-blx} for this file. You might also use \texttt{biber} as the backend for \texttt{biblatex}. See also \url{http://tex.stackexchange.com/questions/128196/problem-with-refsection}.