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 FirstYearmakeindex FirstYear.nlo -s nomencl.ist -o FirstYear.nls ::bibtex bu1bibtex bu2bibtex bu3bibtex bu4pdflatex -interaction=nonstopmode FirstYearpdflatex -interaction=nonstopmode FirstYear
NEW: TikZ book now 40% off at Amazon.com for a short time.