Historique des modifications [retour]
cliquez ici pour masquer/afficher la révision 5

14 Jui '16, 19:07

Bernard's gravatar image

Bernard
4.6k15

> Blockquote Voici une solution, si j'ai bien compris ce que vous souhaitez : il suffit d'utiliser le style par défaut (`numeric`) pour la bibliographie, le style `authortitle` pour les citations, et la commande `\footcite` : \documentclass[french]{article} \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} \usepackage{geometry} \usepackage{fourier, erewhon} \usepackage[scaled =0.92]{cabin} \usepackage{babel} \usepackage[autostyle]{csquotes}% recommended in output (biblatex) \usepackage[backend=biber, autolang=other, citestyle=authortitle, sortcites, autostyle=footnote]{biblatex} \setcounter{biburllcpenalty}{7000} \setcounter{biburlucpenalty}{8000} \def\UrlFont{\sffamily} \let\cite\autocite \DeclareNameFormat{labelname}{% \ifcase\value{uniquename}% \usebibmacro{name:given-family} {\namepartfamily} {\namepartgiven} {\namepartprefix} {\namepartsuffix}% \or \ifuseprefix {\usebibmacro{name:given-family} {\namepartfamily} {\namepartgiveni} {\namepartprefix} {\namepartsuffixi}} {\usebibmacro{name:given-family} {\namepartfamily} {\namepartgiveni} {\namepartprefixi} {\namepartsuffixi}}% \or \usebibmacro{name:family} {\namepartfamily} {\namepartgiven} {\namepartprefix} {\namepartsuffix}% \fi \usebibmacro{name:andothers}} \usepackage{filecontents} \begin{filecontents}{mabiblio.bib} @BOOK{Dodgson, AUTHOR = {Lewis Carroll}, TITLE = {The Hunting of the Snark}, YEAR = {1876}, PUBLISHER = {Macmillan}, LOCATION = {London} } @BOOK{Lear, AUTHOR = {Edward Lear}, TITLE = {Les Sept familles du lac Pipple-Popple}, TITLEADDON = {(The History of the seven families of the lake Pipple-Popple)}, TRANSLATOR = {Simone Lamblin}, PUBLISHER = {Gallimard}, LOCATION = {Paris}, YEAR = {1978}, EDITION = {2}, } @online{nonsense, title = {International Owl \& Pussycat Day, 12 May}, year = 2011, url = {https://teachingnonsenseinschools.wordpress.com}, urldate = {2010-09-30} } \end{filecontents} \addbibresource{mabiblio.bib} \begin{document} \nocite{*} \vspace*{12cm} Deux ouvrages indispensables\footcite{Lear, Dodgson}: \printbibliography% \end{document} ![alt text][1] [1]: http://texnique.fr:80/osqa/upfiles/authortitlewlabel_LIUtFx6.png
cliquez ici pour masquer/afficher la révision 4

14 Jui '16, 19:07

Bernard's gravatar image

Bernard
4.6k15

> Blockquote Voici une solution, si j'ai bien compris ce que vous souhaitez : il suffit d'utiliser le style par défaut (`numeric`) pour la bibliographie, le style `authortitle` pour les citations, et la commande `\footcite` : \documentclass[french]{article} \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} \usepackage{geometry} \usepackage{fourier, erewhon} \usepackage[scaled =0.92]{cabin} \usepackage{babel} \usepackage[autostyle]{csquotes}% recommended in output (biblatex) \usepackage[backend=biber, autolang=other, citestyle=authortitle, sortcites]{biblatex} sortcites, autostyle=footnote]{biblatex} \setcounter{biburllcpenalty}{7000} \setcounter{biburlucpenalty}{8000} \def\UrlFont{\sffamily} \let\cite\autocite \DeclareNameFormat{labelname}{% \ifcase\value{uniquename}% \usebibmacro{name:given-family} {\namepartfamily} {\namepartgiven} {\namepartprefix} {\namepartsuffix}% \or \ifuseprefix {\usebibmacro{name:given-family} {\namepartfamily} {\namepartgiveni} {\namepartprefix} {\namepartsuffixi}} {\usebibmacro{name:given-family} {\namepartfamily} {\namepartgiveni} {\namepartprefixi} {\namepartsuffixi}}% \or \usebibmacro{name:family} {\namepartfamily} {\namepartgiven} {\namepartprefix} {\namepartsuffix}% \fi \usebibmacro{name:andothers}} \usepackage{filecontents} \begin{filecontents}{mabiblio.bib} @BOOK{Dodgson, AUTHOR = {Lewis Carroll}, TITLE = {The Hunting of the Snark}, YEAR = {1876}, PUBLISHER = {Macmillan}, LOCATION = {London} } @BOOK{Lear, AUTHOR = {Edward Lear}, TITLE = {Les Sept familles du lac Pipple-Popple}, TITLEADDON = {(The History of the seven families of the lake Pipple-Popple)}, TRANSLATOR = {Simone Lamblin}, PUBLISHER = {Gallimard}, LOCATION = {Paris}, YEAR = {1978}, EDITION = {2}, } @online{nonsense, title = {International Owl \& Pussycat Day, 12 May}, year = 2011, url = {https://teachingnonsenseinschools.wordpress.com}, urldate = {2010-09-30} } \end{filecontents} \addbibresource{mabiblio.bib} \begin{document} \nocite{*} \vspace*{12cm} Deux ouvrages indispensables\footcite{Lear, Dodgson}: \printbibliography% \end{document} ![alt text][1] [1]: http://texnique.fr:80/osqa/upfiles/authortitlewlabel_LIUtFx6.png
cliquez ici pour masquer/afficher la révision 3

14 Jui '16, 18:55

Bernard's gravatar image

Bernard
4.6k15

cliquez ici pour masquer/afficher la révision 2
Modifié l'affichage des citations.

14 Jui '16, 16:40

Bernard's gravatar image

Bernard
4.6k15

cliquez ici pour masquer/afficher la révision 1

14 Jui '16, 05:22

Bernard's gravatar image

Bernard
4.6k15

C'est votre première visite ici ? Consultez la FAQ !

×