Ajout dans le main de deux styles de biliographies non triées alphabétiquement
This commit is contained in:
parent
1aff240959
commit
d3bacbdab2
|
@ -1,7 +1,7 @@
|
||||||
%!PS-Adobe-2.0 EPSF-2.0
|
%!PS-Adobe-2.0 EPSF-2.0
|
||||||
%%Title: main-gnuplottex-fig1.tex
|
%%Title: main-gnuplottex-fig1.tex
|
||||||
%%Creator: gnuplot 5.2 patchlevel 6
|
%%Creator: gnuplot 5.2 patchlevel 6
|
||||||
%%CreationDate: Fri Jan 15 22:38:05 2021
|
%%CreationDate: Sun Jan 17 09:22:21 2021
|
||||||
%%DocumentFonts:
|
%%DocumentFonts:
|
||||||
%%BoundingBox: 50 50 410 302
|
%%BoundingBox: 50 50 410 302
|
||||||
%%EndComments
|
%%EndComments
|
||||||
|
@ -441,7 +441,7 @@ SDict begin [
|
||||||
/Creator (gnuplot 5.2 patchlevel 6)
|
/Creator (gnuplot 5.2 patchlevel 6)
|
||||||
% /Producer (gnuplot)
|
% /Producer (gnuplot)
|
||||||
% /Keywords ()
|
% /Keywords ()
|
||||||
/CreationDate (Fri Jan 15 22:38:05 2021)
|
/CreationDate (Sun Jan 17 09:22:21 2021)
|
||||||
/DOCINFO pdfmark
|
/DOCINFO pdfmark
|
||||||
end
|
end
|
||||||
} ifelse
|
} ifelse
|
||||||
|
|
9
main.tex
9
main.tex
|
@ -152,12 +152,21 @@
|
||||||
% Ici se trouve la bibliographie, en style alpha.
|
% Ici se trouve la bibliographie, en style alpha.
|
||||||
% Le titre de la bibliographie peut éventuellement être changé avec la première commande ci-dessous.
|
% Le titre de la bibliographie peut éventuellement être changé avec la première commande ci-dessous.
|
||||||
%\renewcommand{\bibname}{Bibliographie}
|
%\renewcommand{\bibname}{Bibliographie}
|
||||||
|
% Références triées alphabétiquement
|
||||||
\bibliographystyle{alpha}
|
\bibliographystyle{alpha}
|
||||||
|
% Références par ordre d'apparition dans le texte, non triées alphabétiquement
|
||||||
|
%\bibliographystyle{unsrt}
|
||||||
|
% Références par ordre d'apparition, avec première lettre du prénom
|
||||||
|
%\bibliographystyle{ieeetr}
|
||||||
\bibliography{mainbib}
|
\bibliography{mainbib}
|
||||||
|
|
||||||
% Ici se trouvent les ressources web, en style plain.
|
% Ici se trouvent les ressources web, en style plain.
|
||||||
|
% Références triées alphabétiquement
|
||||||
\bibliographystyleweb{plain}
|
\bibliographystyleweb{plain}
|
||||||
|
% Références par ordre d'apparition dans le texte, non triées alphabétiquement
|
||||||
|
%\bibliographystyleweb{unsrt}
|
||||||
\bibliographyweb{webbib}
|
\bibliographyweb{webbib}
|
||||||
|
|
||||||
\cleartooddpage
|
\cleartooddpage
|
||||||
|
|
||||||
% Ici se trouvent les crédits photographiques
|
% Ici se trouvent les crédits photographiques
|
||||||
|
|
Loading…
Reference in New Issue