Page Layout ⇒ Custom bib style unnumbered
Custom bib style unnumbered
%%%%
To make in unsrt I select appropriate option after this dialog:
ORDERING OF REFERENCES (if non-author/year and non-alph)
(*) Alphabetical by all authors
(c) Citation order (unsorted, like unsrt.bst)
(d) Year ordered and then by authors
(r) Reverse year ordered and then by authors
Select:
%%%%
But for making it unnumbered, I am confused...there don't seem to be any options to suppress numbering with custom bib. An additional complicating factor is that I am using bibtopic to sort my references into multiple bibliography sections. How can I suppress numbering ?
HERE IS THE CODE:
\documentclass[8pt]{article}
\usepackage{vmargin}
\usepackage{multirow}
%%%Multiple Bibliographies%%%
\usepackage{bibtopic}
\usepackage{textcomp}
%\usepackage{amsmath}
\setlength{\parindent}{0pt}%Set paragraph indentation to zero
%\usepackage[T1]{fontenc}
\renewcommand*\familydefault{\sfdefault} %% Only if the base font of the document is to be sans serif
\begin{document}
\nocite{a,b,c,d}
{\bf PEER-REVIEWED JOURNAL ARTICLES} \\
\vspace{-0.1 in}
\nocite{a}
\bibliographystyle{0610custom}
\begin{btSect}{Pubspeer}
\btPrintCited
\end{btSect}
{\bf BOOK CHAPTERS AND REFERENCE TEXTS} \\
\vspace{-0.1 in}
\nocite{b}
\bibliographystyle{0610custom}
\begin{btSect}{PubsBooks}
\btPrintCited
\end{btSect}
{\bf REFEREED CONFERENCE PROCEEDINGS} \\
\vspace{-0.1 in}
\nocite{c}
\bibliographystyle{0610custom}
\begin{btSect}{Pubsconf}
\btPrintCited
\end{btSect}
{\bf OTHER PUBLICATIONS} \\
\vspace{-0.1 in}
\nocite{d}
\bibliographystyle{0610custom}
\begin{btSect}{Pubsother}
\btPrintCited
\end{btSect}
\end{document}
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis