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