Question mark instead of citation when using bib Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Citation/bib style with biblatexnatbib | Question Mark instead of CitationQuestion mark or bold citation key instead of citation numberFor missing references, how to get the citation key instead of a question mark?Question mark in output instead of citation numberQuestion marks instead of citationQuestion marks instead of citations when using includeQuestion mark instead of number reference - texmaker + mendleyCitation undefined on input - citation appearing as question markinterrogation point (question mark) instead of citation call-out

Overriding an object in memory with placement new

What's the purpose of writing one's academic biography in the third person?

How widely used is the term Treppenwitz? Is it something that most Germans know?

Why did the IBM 650 use bi-quinary?

Should I use a zero-interest credit card for a large one-time purchase?

What to do with chalk when deepwater soloing?

51k Euros annually for a family of 4 in Berlin: Is it enough?

The logistics of corpse disposal

Output the ŋarâþ crîþ alphabet song without using (m)any letters

Error "illegal generic type for instanceof" when using local classes

List of Python versions

String `!23` is replaced with `docker` in command line

How to answer "Have you ever been terminated?"

What does the word "veer" mean here?

How to deal with a team lead who never gives me credit?

List *all* the tuples!

How can I make names more distinctive without making them longer?

2001: A Space Odyssey's use of the song "Daisy Bell" (Bicycle Built for Two); life imitates art or vice-versa?

ListPlot join points by nearest neighbor rather than order

If a contract sometimes uses the wrong name, is it still valid?

Can a non-EU citizen traveling with me come with me through the EU passport line?

What is the meaning of the new sigil in Game of Thrones Season 8 intro?

Fundamental Solution of the Pell Equation

Why was the term "discrete" used in discrete logarithm?



Question mark instead of citation when using bib



Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Citation/bib style with biblatexnatbib | Question Mark instead of CitationQuestion mark or bold citation key instead of citation numberFor missing references, how to get the citation key instead of a question mark?Question mark in output instead of citation numberQuestion marks instead of citationQuestion marks instead of citations when using includeQuestion mark instead of number reference - texmaker + mendleyCitation undefined on input - citation appearing as question markinterrogation point (question mark) instead of citation call-out










0















  • Hi, I'm new to LaTeX and I have problems trying to cite things in my document. I seem to have set up everything correctly but I still get a question mark symbol instead when I try to cite something. Here's my code (it is a pre-built template from school so sorry if it seems long!):

documentclass[12pt,french]memoir



%Modules obligatoires
usepackagebabel
usepackage[T1]fontenc
usepackage[utf8]inputenc
usepackagegraphicx
usepackage[margin=1in]geometry
usepackagehyperref
usepackageurl
usepackagearray
usepackagebooktabs
usepackageenumitem
usepackagecite
usepackagenatbib
bibliographystyleapacite
usepackagecaption



%Modules mathématiques et scientifiques
usepackageamsmath,amsthm,amssymb
usepackagesiunitx
sisetuplocale = FR,
separate-uncertainty = true
usepackagegensymb



%Modules optionnels
usepackagefloat %pour [H] dans les figures
usepackagepdflscape %en paysage avec beginlandscape



% --------------------------------------------------------------
% Configuration
% --------------------------------------------------------------



%Informations sur le titre, les auteurs, etc.



newcommandtitreLe phénomène d'interférence créé par les ondes de la voix
newcommandauteurCharles-Antoine textscDrouin
Tristan textscForgues
Francis textscGiguère
Olivia-Rose textscJalbert-Trudel

newcommandgroupe01
newcommandprofAlexis textscLévesque-Morin
newcommandcoursActivité d'intégration en physique
203-FZZ-03
newcommanddepartementphysique



% --------------------------------------------------------------
% Fin de la configuration
% --------------------------------------------------------------



graphicspathfigures/../figures/ %relative path to figures folder in memoire



addtocaptionsfrenchrenewcommandlistfigurenameListe des figures
renewcommandfrenchtablenametextscTableau
newcommandsource[1]caption*hfill small Source: #1 %Ajout de source dans les figures



makeatletter
def@makechapterhead#1%
vspace*10p@%
parindent z@ raggedright normalfont
ifnum c@secnumdepth >m@ne
if@mainmatter
Hugebfseries thechapter.space%
fi
fi
interlinepenalty@M
Huge bfseries #1parnobreak
vskip 30p@

makeatother



%numérotation des sous section
setsecnumdepthsubsection



%Sous-section dans la table des matière
maxtocdepthsection



%Sans double numérotation. Peut être désactivé pour une numérotation par chapitre
counterwithoutfigurechapter
counterwithouttablechapter
counterwithoutequationchapter



%pagetitre
newlengthdrop
newcommand*pagetitre%
thispagestyleempty
begingroup
Large

noindent auteur
Groupe groupe

par
vfill
centering
hugebfseries titre par

vspace2cm
Travail présenté à monsieur prof par
vspace0.5cm
noindent cours
vfill
large Département de departement
Programme Sciences de la nature
Cégep Sainte-Foy
todaypar
null
endgroup



%Création du documents
begindocument
bibliographystyleieeetran



pagetitre
openany
pagenumberingroman
pagestyleplain
newpage



includeresume
includeabstract



newpage
tableofcontents
newpage
listoftables
newpage
listoffigures
newpage
pagenumberingarabic



includeintroduction



includetheorie



includeresultats



includeanalyse



includeconclusion



bibliographymybib



enddocument



  • Here's the book that I want to cite:

@booklafrance_physique._2015,
address = Montréal (Québec),
title = Physique. 3, 3,,
isbn = 978-2-7650-3726-2 978-2-8041-9082-8,
language = French,
publisher = Chenelière éducation,
author = Lafrance, René and Parent, Jean,
year = 2015,
note = OCLC: 904283240



  • When I cite it, I use:

citelafrance_physique._2015



  • When I check my finished document, I see a bold question mark instead of a 1... Thanks in advance for the help!!!








share







New contributor




Charles-Antoine Drouin is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
























    0















    • Hi, I'm new to LaTeX and I have problems trying to cite things in my document. I seem to have set up everything correctly but I still get a question mark symbol instead when I try to cite something. Here's my code (it is a pre-built template from school so sorry if it seems long!):

    documentclass[12pt,french]memoir



    %Modules obligatoires
    usepackagebabel
    usepackage[T1]fontenc
    usepackage[utf8]inputenc
    usepackagegraphicx
    usepackage[margin=1in]geometry
    usepackagehyperref
    usepackageurl
    usepackagearray
    usepackagebooktabs
    usepackageenumitem
    usepackagecite
    usepackagenatbib
    bibliographystyleapacite
    usepackagecaption



    %Modules mathématiques et scientifiques
    usepackageamsmath,amsthm,amssymb
    usepackagesiunitx
    sisetuplocale = FR,
    separate-uncertainty = true
    usepackagegensymb



    %Modules optionnels
    usepackagefloat %pour [H] dans les figures
    usepackagepdflscape %en paysage avec beginlandscape



    % --------------------------------------------------------------
    % Configuration
    % --------------------------------------------------------------



    %Informations sur le titre, les auteurs, etc.



    newcommandtitreLe phénomène d'interférence créé par les ondes de la voix
    newcommandauteurCharles-Antoine textscDrouin
    Tristan textscForgues
    Francis textscGiguère
    Olivia-Rose textscJalbert-Trudel

    newcommandgroupe01
    newcommandprofAlexis textscLévesque-Morin
    newcommandcoursActivité d'intégration en physique
    203-FZZ-03
    newcommanddepartementphysique



    % --------------------------------------------------------------
    % Fin de la configuration
    % --------------------------------------------------------------



    graphicspathfigures/../figures/ %relative path to figures folder in memoire



    addtocaptionsfrenchrenewcommandlistfigurenameListe des figures
    renewcommandfrenchtablenametextscTableau
    newcommandsource[1]caption*hfill small Source: #1 %Ajout de source dans les figures



    makeatletter
    def@makechapterhead#1%
    vspace*10p@%
    parindent z@ raggedright normalfont
    ifnum c@secnumdepth >m@ne
    if@mainmatter
    Hugebfseries thechapter.space%
    fi
    fi
    interlinepenalty@M
    Huge bfseries #1parnobreak
    vskip 30p@

    makeatother



    %numérotation des sous section
    setsecnumdepthsubsection



    %Sous-section dans la table des matière
    maxtocdepthsection



    %Sans double numérotation. Peut être désactivé pour une numérotation par chapitre
    counterwithoutfigurechapter
    counterwithouttablechapter
    counterwithoutequationchapter



    %pagetitre
    newlengthdrop
    newcommand*pagetitre%
    thispagestyleempty
    begingroup
    Large

    noindent auteur
    Groupe groupe

    par
    vfill
    centering
    hugebfseries titre par

    vspace2cm
    Travail présenté à monsieur prof par
    vspace0.5cm
    noindent cours
    vfill
    large Département de departement
    Programme Sciences de la nature
    Cégep Sainte-Foy
    todaypar
    null
    endgroup



    %Création du documents
    begindocument
    bibliographystyleieeetran



    pagetitre
    openany
    pagenumberingroman
    pagestyleplain
    newpage



    includeresume
    includeabstract



    newpage
    tableofcontents
    newpage
    listoftables
    newpage
    listoffigures
    newpage
    pagenumberingarabic



    includeintroduction



    includetheorie



    includeresultats



    includeanalyse



    includeconclusion



    bibliographymybib



    enddocument



    • Here's the book that I want to cite:

    @booklafrance_physique._2015,
    address = Montréal (Québec),
    title = Physique. 3, 3,,
    isbn = 978-2-7650-3726-2 978-2-8041-9082-8,
    language = French,
    publisher = Chenelière éducation,
    author = Lafrance, René and Parent, Jean,
    year = 2015,
    note = OCLC: 904283240



    • When I cite it, I use:

    citelafrance_physique._2015



    • When I check my finished document, I see a bold question mark instead of a 1... Thanks in advance for the help!!!








    share







    New contributor




    Charles-Antoine Drouin is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.






















      0












      0








      0








      • Hi, I'm new to LaTeX and I have problems trying to cite things in my document. I seem to have set up everything correctly but I still get a question mark symbol instead when I try to cite something. Here's my code (it is a pre-built template from school so sorry if it seems long!):

      documentclass[12pt,french]memoir



      %Modules obligatoires
      usepackagebabel
      usepackage[T1]fontenc
      usepackage[utf8]inputenc
      usepackagegraphicx
      usepackage[margin=1in]geometry
      usepackagehyperref
      usepackageurl
      usepackagearray
      usepackagebooktabs
      usepackageenumitem
      usepackagecite
      usepackagenatbib
      bibliographystyleapacite
      usepackagecaption



      %Modules mathématiques et scientifiques
      usepackageamsmath,amsthm,amssymb
      usepackagesiunitx
      sisetuplocale = FR,
      separate-uncertainty = true
      usepackagegensymb



      %Modules optionnels
      usepackagefloat %pour [H] dans les figures
      usepackagepdflscape %en paysage avec beginlandscape



      % --------------------------------------------------------------
      % Configuration
      % --------------------------------------------------------------



      %Informations sur le titre, les auteurs, etc.



      newcommandtitreLe phénomène d'interférence créé par les ondes de la voix
      newcommandauteurCharles-Antoine textscDrouin
      Tristan textscForgues
      Francis textscGiguère
      Olivia-Rose textscJalbert-Trudel

      newcommandgroupe01
      newcommandprofAlexis textscLévesque-Morin
      newcommandcoursActivité d'intégration en physique
      203-FZZ-03
      newcommanddepartementphysique



      % --------------------------------------------------------------
      % Fin de la configuration
      % --------------------------------------------------------------



      graphicspathfigures/../figures/ %relative path to figures folder in memoire



      addtocaptionsfrenchrenewcommandlistfigurenameListe des figures
      renewcommandfrenchtablenametextscTableau
      newcommandsource[1]caption*hfill small Source: #1 %Ajout de source dans les figures



      makeatletter
      def@makechapterhead#1%
      vspace*10p@%
      parindent z@ raggedright normalfont
      ifnum c@secnumdepth >m@ne
      if@mainmatter
      Hugebfseries thechapter.space%
      fi
      fi
      interlinepenalty@M
      Huge bfseries #1parnobreak
      vskip 30p@

      makeatother



      %numérotation des sous section
      setsecnumdepthsubsection



      %Sous-section dans la table des matière
      maxtocdepthsection



      %Sans double numérotation. Peut être désactivé pour une numérotation par chapitre
      counterwithoutfigurechapter
      counterwithouttablechapter
      counterwithoutequationchapter



      %pagetitre
      newlengthdrop
      newcommand*pagetitre%
      thispagestyleempty
      begingroup
      Large

      noindent auteur
      Groupe groupe

      par
      vfill
      centering
      hugebfseries titre par

      vspace2cm
      Travail présenté à monsieur prof par
      vspace0.5cm
      noindent cours
      vfill
      large Département de departement
      Programme Sciences de la nature
      Cégep Sainte-Foy
      todaypar
      null
      endgroup



      %Création du documents
      begindocument
      bibliographystyleieeetran



      pagetitre
      openany
      pagenumberingroman
      pagestyleplain
      newpage



      includeresume
      includeabstract



      newpage
      tableofcontents
      newpage
      listoftables
      newpage
      listoffigures
      newpage
      pagenumberingarabic



      includeintroduction



      includetheorie



      includeresultats



      includeanalyse



      includeconclusion



      bibliographymybib



      enddocument



      • Here's the book that I want to cite:

      @booklafrance_physique._2015,
      address = Montréal (Québec),
      title = Physique. 3, 3,,
      isbn = 978-2-7650-3726-2 978-2-8041-9082-8,
      language = French,
      publisher = Chenelière éducation,
      author = Lafrance, René and Parent, Jean,
      year = 2015,
      note = OCLC: 904283240



      • When I cite it, I use:

      citelafrance_physique._2015



      • When I check my finished document, I see a bold question mark instead of a 1... Thanks in advance for the help!!!








      share







      New contributor




      Charles-Antoine Drouin is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.












      • Hi, I'm new to LaTeX and I have problems trying to cite things in my document. I seem to have set up everything correctly but I still get a question mark symbol instead when I try to cite something. Here's my code (it is a pre-built template from school so sorry if it seems long!):

      documentclass[12pt,french]memoir



      %Modules obligatoires
      usepackagebabel
      usepackage[T1]fontenc
      usepackage[utf8]inputenc
      usepackagegraphicx
      usepackage[margin=1in]geometry
      usepackagehyperref
      usepackageurl
      usepackagearray
      usepackagebooktabs
      usepackageenumitem
      usepackagecite
      usepackagenatbib
      bibliographystyleapacite
      usepackagecaption



      %Modules mathématiques et scientifiques
      usepackageamsmath,amsthm,amssymb
      usepackagesiunitx
      sisetuplocale = FR,
      separate-uncertainty = true
      usepackagegensymb



      %Modules optionnels
      usepackagefloat %pour [H] dans les figures
      usepackagepdflscape %en paysage avec beginlandscape



      % --------------------------------------------------------------
      % Configuration
      % --------------------------------------------------------------



      %Informations sur le titre, les auteurs, etc.



      newcommandtitreLe phénomène d'interférence créé par les ondes de la voix
      newcommandauteurCharles-Antoine textscDrouin
      Tristan textscForgues
      Francis textscGiguère
      Olivia-Rose textscJalbert-Trudel

      newcommandgroupe01
      newcommandprofAlexis textscLévesque-Morin
      newcommandcoursActivité d'intégration en physique
      203-FZZ-03
      newcommanddepartementphysique



      % --------------------------------------------------------------
      % Fin de la configuration
      % --------------------------------------------------------------



      graphicspathfigures/../figures/ %relative path to figures folder in memoire



      addtocaptionsfrenchrenewcommandlistfigurenameListe des figures
      renewcommandfrenchtablenametextscTableau
      newcommandsource[1]caption*hfill small Source: #1 %Ajout de source dans les figures



      makeatletter
      def@makechapterhead#1%
      vspace*10p@%
      parindent z@ raggedright normalfont
      ifnum c@secnumdepth >m@ne
      if@mainmatter
      Hugebfseries thechapter.space%
      fi
      fi
      interlinepenalty@M
      Huge bfseries #1parnobreak
      vskip 30p@

      makeatother



      %numérotation des sous section
      setsecnumdepthsubsection



      %Sous-section dans la table des matière
      maxtocdepthsection



      %Sans double numérotation. Peut être désactivé pour une numérotation par chapitre
      counterwithoutfigurechapter
      counterwithouttablechapter
      counterwithoutequationchapter



      %pagetitre
      newlengthdrop
      newcommand*pagetitre%
      thispagestyleempty
      begingroup
      Large

      noindent auteur
      Groupe groupe

      par
      vfill
      centering
      hugebfseries titre par

      vspace2cm
      Travail présenté à monsieur prof par
      vspace0.5cm
      noindent cours
      vfill
      large Département de departement
      Programme Sciences de la nature
      Cégep Sainte-Foy
      todaypar
      null
      endgroup



      %Création du documents
      begindocument
      bibliographystyleieeetran



      pagetitre
      openany
      pagenumberingroman
      pagestyleplain
      newpage



      includeresume
      includeabstract



      newpage
      tableofcontents
      newpage
      listoftables
      newpage
      listoffigures
      newpage
      pagenumberingarabic



      includeintroduction



      includetheorie



      includeresultats



      includeanalyse



      includeconclusion



      bibliographymybib



      enddocument



      • Here's the book that I want to cite:

      @booklafrance_physique._2015,
      address = Montréal (Québec),
      title = Physique. 3, 3,,
      isbn = 978-2-7650-3726-2 978-2-8041-9082-8,
      language = French,
      publisher = Chenelière éducation,
      author = Lafrance, René and Parent, Jean,
      year = 2015,
      note = OCLC: 904283240



      • When I cite it, I use:

      citelafrance_physique._2015



      • When I check my finished document, I see a bold question mark instead of a 1... Thanks in advance for the help!!!






      biblatex bibliographies texmaker





      share







      New contributor




      Charles-Antoine Drouin is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.










      share







      New contributor




      Charles-Antoine Drouin is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.








      share



      share






      New contributor




      Charles-Antoine Drouin is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked 8 mins ago









      Charles-Antoine DrouinCharles-Antoine Drouin

      1




      1




      New contributor




      Charles-Antoine Drouin is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      Charles-Antoine Drouin is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      Charles-Antoine Drouin is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.




















          0






          active

          oldest

          votes












          Your Answer








          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "85"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );






          Charles-Antoine Drouin is a new contributor. Be nice, and check out our Code of Conduct.









          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f485221%2fquestion-mark-instead-of-citation-when-using-bib%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          Charles-Antoine Drouin is a new contributor. Be nice, and check out our Code of Conduct.









          draft saved

          draft discarded


















          Charles-Antoine Drouin is a new contributor. Be nice, and check out our Code of Conduct.












          Charles-Antoine Drouin is a new contributor. Be nice, and check out our Code of Conduct.











          Charles-Antoine Drouin is a new contributor. Be nice, and check out our Code of Conduct.














          Thanks for contributing an answer to TeX - LaTeX Stack Exchange!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f485221%2fquestion-mark-instead-of-citation-when-using-bib%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Isabella Eugénie Boyer Biographie | Références | Menu de navigationmodifiermodifier le codeComparator to Compute the Relative Value of a U.S. Dollar Amount – 1774 to Present.

          Lioubotyn Sommaire Géographie | Histoire | Population | Notes et références | Liens externes | Menu de navigationlubotin.kharkov.uamodifier« Recensements et estimations de la population depuis 1897 »« Office des statistiques d'Ukraine : population au 1er janvier 2010, 2011 et 2012 »« Office des statistiques d'Ukraine : population au 1er janvier 2011, 2012 et 2013 »Informations officiellesCartes topographiquesCarte routièrem

          Mpande kaSenzangakhona Biographie | Références | Menu de navigationmodifierMpande kaSenzangakhonavoir la liste des auteursm