GithubHelp home page GithubHelp logo

Comments (8)

dbitouze avatar dbitouze commented on September 18, 2024

Pourtant, dans la bibliographie de l'ECM suivant :

\documentclass{gzt}
\usepackage{filecontents}
%
\begin{filecontents}{\jobname.bib}
@Book{            sar,
  author        = {Sartre, Jean-Paul},
  title         = {Les mots},
  publisher     = {Gallimard},
  series        = {Folio},
  date          = {1995-12-31},
  location      = {Paris},
  pagetotal     = {210}
}
@book{            tao,
  title         = {Higher Order Fourier Analysis},
  isbn          = {9780821891957},
  date          = {2012},
  pagetotal     = {202},
  publisher     = {American Mathematical Soc.},
  author        = {Tao, Terence},
  reviewer      = {Queffélec, Hervé},
  reviewerinstitution      = {Université Lille 1},
  language      = {english}
}
\end{filecontents}
%
\addbibresource{\jobname.bib}
%
\nocite{sar}
%
\issuesetup{number=145}
%
\begin{document}
\autocite{tao}

\printbibliography
\end{document}

la référence introduite au moyen de \nocite figure bien précédée de son numéro (« [1] ») :

Références
[1] J.-P. Sartre. Les mots. Folio. Paris : Gallimard, 31 déc. 1995. 210 p.
[2] T. Tao. Higher Order Fourier Analysis. Anglais. American Mathematical Soc., 2012. 202 p. isbn : 9780821891957.

Il me faudrait donc un ECM mettant en évidence le problème rencontré.

from gzt.

clairesmf avatar clairesmf commented on September 18, 2024

Ton ECM corresponds à ce que j'ai fait. Par hasard, j'ai eu l'idée de changer le nom du fichier de biblio (BiblioGerard au lieu de Biblio-Gerard) et le problème a été résolu…
Curieux, non ?

Le 13 sept. 2015 à 20:52, Denis Bitouzé [email protected] a écrit :

Pourtant, dans la bibliographie de l'ECM suivant :

\documentclass{gzt}
\usepackage{filecontents}
%
\begin{filecontents}{\jobname.bib}
@book{ sar,
author = {Sartre, Jean-Paul},
title = {Les mots},
publisher = {Gallimard},
series = {Folio},
date = {1995-12-31},
location = {Paris},
pagetotal = {210}
}
@book{ tao,
title = {Higher Order Fourier Analysis},
isbn = {9780821891957},
date = {2012},
pagetotal = {202},
publisher = {American Mathematical Soc.},
author = {Tao, Terence},
reviewer = {Queffélec, Hervé},
reviewerinstitution = {Université Lille 1},
language = {english}
}
\end{filecontents}
%
\addbibresource{\jobname.bib}
%
\nocite{sar}
%
\issuesetup{number=145}
%
\begin{document}
\autocite{tao}

\printbibliography
\end{document}
la référence introduite au moyen de \nocite figure bien précédée de son numéro (« [1] ») :

Références
[1] J.-P. Sartre. Les mots. Folio. Paris : Gallimard, 31 déc. 1995. 210 p.
[2] T. Tao. Higher Order Fourier Analysis. Anglais. American Mathematical Soc., 2012. 202 p. isbn : 9780821891957.
Il me faudrait donc un ECM mettant en évidence le problème rencontré.


Reply to this email directly or view it on GitHub.

from gzt.

clairesmf avatar clairesmf commented on September 18, 2024

Nouveau problème : quand on compile le texte dans le issue.tex, les deux références estampillées \nocite (qui sortent bien finalement dans le texte seul), n'apparaissent pas du tout dans la biblio…..

Peux tu m'aider ?

Le 13 sept. 2015 à 20:52, Denis Bitouzé [email protected] a écrit :

Pourtant, dans la bibliographie de l'ECM suivant :

\documentclass{gzt}
\usepackage{filecontents}
%
\begin{filecontents}{\jobname.bib}
@book{ sar,
author = {Sartre, Jean-Paul},
title = {Les mots},
publisher = {Gallimard},
series = {Folio},
date = {1995-12-31},
location = {Paris},
pagetotal = {210}
}
@book{ tao,
title = {Higher Order Fourier Analysis},
isbn = {9780821891957},
date = {2012},
pagetotal = {202},
publisher = {American Mathematical Soc.},
author = {Tao, Terence},
reviewer = {Queffélec, Hervé},
reviewerinstitution = {Université Lille 1},
language = {english}
}
\end{filecontents}
%
\addbibresource{\jobname.bib}
%
\nocite{sar}
%
\issuesetup{number=145}
%
\begin{document}
\autocite{tao}

\printbibliography
\end{document}
la référence introduite au moyen de \nocite figure bien précédée de son numéro (« [1] ») :

Références
[1] J.-P. Sartre. Les mots. Folio. Paris : Gallimard, 31 déc. 1995. 210 p.
[2] T. Tao. Higher Order Fourier Analysis. Anglais. American Mathematical Soc., 2012. 202 p. isbn : 9780821891957.
Il me faudrait donc un ECM mettant en évidence le problème rencontré.


Reply to this email directly or view it on GitHub.

from gzt.

dbitouze avatar dbitouze commented on September 18, 2024

Il me faudrait l'ensemble pour que je puisse tester.

from gzt.

dbitouze avatar dbitouze commented on September 18, 2024

Il devrait suffire de faire figurer les commandes \nocite dans le corps du fichier esclave, par exemple juste avant \printbibliography. Tu confirmes ?

from gzt.

clairesmf avatar clairesmf commented on September 18, 2024

Je ne comprends pas bien ta réponse. Les \nocite sont bien dans le fichier esclave au bon endroit. Le fichier escalve compile bien mais mais le fichier issue.tex qui ne fait pas ce qu'il faut et c'est pour cela que je t'ai tout envoyé. Si tu regardes le fichier généré par le issue.tex tu verra qu'il manque les références estampillée \nocite…..

Le 15 sept. 2015 à 16:33, Denis Bitouzé [email protected] a écrit :

Il devrait suffire de faire figurer les commandes \nocite dans le corps du fichier esclave, par exemple juste avant \printbibliography. Tu confirmes ?


Reply to this email directly or view it on GitHub.

from gzt.

dbitouze avatar dbitouze commented on September 18, 2024

Sauf erreur de ma part, les 2 commandes \nocite qu'il y avait dans le fichier Gerard.tex que tu m'as envoyé se trouvaient en préambule. Je les ai déplacées dans le corps de ce fichier, juste avant \printbibliography et, depuis, que ce soit dans le fichier autonome Gerard.pdf ou dans le fichier du numéro complet issue.pdf, la biblio à la fin de l'article en question contient :

[1] M. Audin. Les systèmes hamiltoniens et leur intégrabilité. Cours Spécialisés. Société Mathématique de France; EDP
Sciences, 2001.
[2] P. Gérard et S. Grellier. « Invariant Tori for the cubic Szegö equation ». Invent. Math. 187 (2012), p. 707–754. issn :
0020-9910.
[3] S. Grellier et P. Gérard. « The cubic szego equation and hankel operators ». prépublication, arXiv: 1508.06814 [math.AP]
(2015).
[4] S. Nazarenko. Wave turbulence. Lecture Notes in Physics. Springer, Heidelberg, 2011.
[5] V. V. Peller. Hankel operators and their applications. Springer Monographs in Mathematics. Springer-Verlag, New York,
2003.

y compris, donc, les entrées passées en argument de \nocite.

from gzt.

clairesmf avatar clairesmf commented on September 18, 2024

Merci Denis, mais...

pas chez moi…. C'est peut être un problème de cache biber. Je vais essayer de faire les petites manoeuvres depuis le terminal et je te tiens au courant.

Le 15 sept. 2015 à 16:57, Denis Bitouzé [email protected] a écrit :

Sauf erreur de ma part, les 2 commandes \nocite qu'il y avait dans le fichier Gerard.tex que tu m'as envoyé se trouvaient en préambule. Je les ai déplacées dans le corps de ce fichier, juste avant \printbibliography et, depuis, que ce soit dans le fichier autonome Gerard.pdf ou dans le fichier du numéro complet issue.pdf, la biblio à la fin de l'article en question contient :

[1] M. Audin. Les systèmes hamiltoniens et leur intégrabilité. Cours Spécialisés. Société Mathématique de France; EDP
Sciences, 2001.
[2] P. Gérard et S. Grellier. « Invariant Tori for the cubic Szegö equation ». Invent. Math. 187 (2012), p. 707–754. issn :
0020-9910.
[3] S. Grellier et P. Gérard. « The cubic szego equation and hankel operators ». prépublication, arXiv: 1508.06814 math.AP.
[4] S. Nazarenko. Wave turbulence. Lecture Notes in Physics. Springer, Heidelberg, 2011.
[5] V. V. Peller. Hankel operators and their applications. Springer Monographs in Mathematics. Springer-Verlag, New York,
2003.
y compris, donc, les entrées passées en argument de \nocite.


Reply to this email directly or view it on GitHub.

from gzt.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.