J'y arrive pas, grrrrrr
Voila mes sources, selon l'exemple de bibtopic:
****************************************************************************************
% books.bib
@Book{book1,
address = {Zurich},
editor = {GUELLER, Peter and BREU, Thomas},
isbn = {3-7281-2305-6},
keywords = {PNR 25 Ville et transport; VILLE; POLITIQUE URBAINE;
TRANSPORTS
URBAINS; DEVELOPPEMENT URBAIN; SUISSE;
COUTS/ECONOMIES/FISC/EMPLOI; VOLUME DU
TRAFIC/REPARTITION
MODALE/MOBILITE; CONCEPTIONS GLOBALES},
note = {(Version en allemand : UR 863)},
pagecount = {127 p. ; 24 cm},
publisher = {vdf ; Geneve : Georg},
title = {Conjuguer l'urbain au futur - une entreprise
collective},
unit = {BIBCEDEC},
year = 1996
}
@Book{book2,
address = {New Brunswick},
editor = {RIST, Ray C.},
isbn = {0 88738 297 5},
keywords = {EVALUATION; ADMINISTRATION; public; GESTION},
pagecount = {IX, 184 p. : ill. ; 24 cm},
publisher = {Transaction Publishers},
title = {{PROGRAM} evaluation and the management of government},
unit = {BIBCEAT},
year = 1989
}
****************************************************************************************
****************************************************************************************
% articles.bib
@Article{art1,
author = {Ravasi, M. and Tenze, L. and Mattavelli, M.},
details = {http://infoscience.epfl.ch/search.py?recid=61960},
documenturl =
{http://infoscience.epfl.ch/getfile.py?mode=best&recid=61960},
journal = {{IEEE} {T}ransactions on {C}ircuits and {S}ystems for
{V}ideo
{T}echnology},
number = {8},
pages = {671--677},
status = {PUBLISHED},
title = {A {S}calable {A}nd {P}rogrammable {A}rchitecture
{F}or 2-{D} {DWT}
{D}ecoding},
unit = {LTS},
volume = {12},
year = 2002
}
@Article{art2,
abstract = {We present a new contour segmentation method for
femoral head detection
in CT images. The principal idea underlying our
approach
is to represent the contour using active rays. Each
ray
has internal energy (continuity and smoothness
constraints), as well as external energy
(image-oriented
edges and global a-priori knowledge). The causal
nature
of this representation allows a globally optimal,
non-iterative solution to be found using dynamic
programming. Moreover, even pathological bone
structures
can be automatically segmented. Several clinical
situations on pelvis CT scan with hip degenerative
change
shows that this approach is more efficient than
conventional methods. In this paper, we describe our
method and discuss how it can be used to create
graphical
3D models of the hip that are suitable for
preoperative
planning.},
affiliation = {EPFL},
author = {Marti, G and Baur, C and Zambelli, PY},
details = {http://infoscience.epfl.ch/search.py?recid=62690},
documenturl =
{http://infoscience.epfl.ch/getfile.py?recid=62690&mode=best},
journal = {Technology {H}ealth {C}are.},
keywords = {Segmentation; Dynamic Programming; Active Rays},
number = {4},
pages = {315 -- 322},
review = {REVIEWED},
status = {PUBLISHED},
title = {Optimal femoral head contour segmentation in {CT}
images using dynamic
programming},
unit = {LSRO2},
volume = {12},
year = 2004
}
****************************************************************************************
****************************************************************************************
%main.tex
\documentclass[10pt]{article}
\usepackage{bibtopic}
\begin{document}
\bibliographystyle{alpha}
\section{Testing}
Let's cite all the books:
\cite{book1} and \cite{book2}
and articles:
\cite{art1} and \cite{art2}.
% Début des références
\begin{btSect}{books}
\section{References from books}
\btPrintCited
\end{btSect}
\begin{btSect}[plain]{articles}
\section{References from articles}
\btPrintCited
\section{Articles not cited}
\btPrintNotCited
\end{btSect}
\end{document}
****************************************************************************************
J'ai des warnings qui disent qu'il ne peux pas trouver les entrées de
la database....
Quelqu'un peurrait-il fournir un exemple qui marche ? Merci d'avance!