BibTeX, biblatex and biberModifying ACM or SIAM Bibliography Style

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
hro
Posts: 1
Joined: Wed Feb 08, 2012 10:30 pm

Modifying ACM or SIAM Bibliography Style

Post by hro »

Hi all, (I am a BibTeX noob after 20 years of its use)
My professor (a M$ user) has demanded we use a specific citation style that I have never seen before. It looks similar to the pseudo example at the bottom.

Requirements are:
  1. No repeat citations ( \cite numbers must be reused )
  2. LASTNAME, Firstname., \textit{Book title}, Publisher, city, year
  3. All citations are grouped AND categorised by "entry type" with a bold headword ( pseudo example "Livres" bellow)
  4. All citation numbers must apear in order in the text: ie 1,2,3,4 ( not 1,4,3,8 : acm/siam do this )
  5. And, if this is possible... All citations are also added to same page footnotes ( using Opt. Cit. Loc. Cit. etc )
##### example
Some place in the example text[1] Some other place in the example text[2] Some other place in the example text[3].

Code: Select all

\textbf{BIBLIOGRAPHIE}

\textbf{Livres}

LASTNAME, Firstname., \textit{Book title}, Publisher, city, year

NIETZSCHE, Friedrich., Also sprach Zarathustra,  Waldshut-Tiengen, BW, Germany, Philipp Reclam Jun Verlag GmbH, 1986

\textbf{Publications}

BATESON, Gregory. Vers une écologie de la communication, Tome 1&2, Paris, édition du Seuil, 1980, 286 pages.

\textbf{Ressources électroniques}

HACHET, Pascal , « Les mythes individuels et les mythes familiaux à la lueur de la théorie de l'introjection selon Nicolas Abraham et Maria Torok » , Dialogue,  2001/1 no 151,  p. 112-119.  http://www.cairn.info/revue-dialogue-2001-1-page-112.htm
Any advice? I am grateful for any and all references or direction.

Thanks
hro

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Post Reply