I am writing my PhD thesis in latex and need to include a publications list (separated from the bibliography) and do not know how to do it! Any idea woul be appreciated! btw, I am not so advanced with latex...

Thanks in advance,
er.
NEW: TikZ book now 40% off at Amazon.com for a short time.
Code: Select all
\usepackage{makeidx}
\usepackage{amsmath,amsfonts}
\usepackage{graphicx,sectsty}
\usepackage{setspace} % ,fancyhdr
\usepackage[sectionbib,globalcitecopy]{bibunits}
% \usepackage{natbib}
\usepackage{shorttoc}
\usepackage[nottoc,numbib,numindex]{tocbibind}
\usepackage{cite}
\usepackage{ifthen}
\usepackage{tikz}
\usetikzlibrary{arrows} % shapes
\usepackage{verbatim}
\usepackage[intoc,noprefix,refpage]{nomencl}
\usepackage{hyperref}
Code: Select all
pdflatex -interaction=nonstopmode FirstYear
makeindex FirstYear.nlo -s nomencl.ist -o FirstYear.nls ::
bibtex bu1
bibtex bu2
bibtex bu3
bibtex bu4
pdflatex -interaction=nonstopmode FirstYear
pdflatex -interaction=nonstopmode FirstYear
NEW: TikZ book now 40% off at Amazon.com for a short time.