automatic replacement of 1+ authors with et. al. in citations in text

How can we prove that any integral in the set of non-elementary integrals cannot be expressed in the form of elementary functions?

Pole-zeros of a real-valued causal FIR system

Why Were Madagascar and New Zealand Discovered So Late?

Is expanding the research of a group into machine learning as a PhD student risky?

What Brexit proposals are on the table in the indicative votes on the 27th of March 2019?

What is paid subscription needed for in Mortal Kombat 11?

Lay out the Carpet

How to Reset Passwords on Multiple Websites Easily?

How to escape string to filename? It is in backup a file append date

Overloading istream>> to read comma-separated input

How to write papers efficiently when English isn't my first language?

How to check is there any negative term in a large list?

How do scammers retract money, while you can’t?

Is a stroke of luck acceptable after a series of unfavorable events?

Type int? vs type int

System.debug(JSON.Serialize(o)) Not longer shows full string

Proof of work - lottery approach

How does Loki do this?

Do sorcerers' subtle spells require a skill check to be unseen?

Is there any reason not to eat food that's been dropped on the surface of the moon?

Does "every" first-order theory have a finitely axiomatizable conservative extension?

Hostile work environment after whistle-blowing on coworker and our boss. What do I do?

India just shot down a satellite from the ground. At what altitude range is the resulting debris field?

You cannot touch me, but I can touch you, who am I?



automatic replacement of 1+ authors with et. al. in citations in text














0















I have looked into multiple questions about this already, but none of the answers seems to work on my problem. I am using biblatex for referencing. When citing in text, i would like to have : (Author et. al. 2010). For now it is working for all my references, but for 2 or 3 articles.



Here is my code



documentclass[12pt,a4paper,oneside]{book}
usepackage[backend=biber,style=authoryear,maxbibnames=20,maxcitenames=1]{biblatex}
addbibresource{mybibliography.bib}
printbibliography


and mybibliography.bib



@article{pinxten2017risk,
title={At-risk at the gate: prediction of study success of first-year science and engineering students in an open-admission university in Flanders—any incremental validity of study strategies?},
author={Pinxten, Maarten and Van Soom, Carolien and Peeters, Christine and De Laet, Tinne and Langie, Greet},
journal={European Journal of Psychology of Education},
pages={1--22},
year={2017},
publisher={Springer}
}


I want to get :



parencite{pinxten2017risk}



(Pinxten et al. 2017)




but instead i get:



parencite{pinxten2017risk}



(Pinxten, Van Soom, et al. 2017)




How can i fix this?









share



























    0















    I have looked into multiple questions about this already, but none of the answers seems to work on my problem. I am using biblatex for referencing. When citing in text, i would like to have : (Author et. al. 2010). For now it is working for all my references, but for 2 or 3 articles.



    Here is my code



    documentclass[12pt,a4paper,oneside]{book}
    usepackage[backend=biber,style=authoryear,maxbibnames=20,maxcitenames=1]{biblatex}
    addbibresource{mybibliography.bib}
    printbibliography


    and mybibliography.bib



    @article{pinxten2017risk,
    title={At-risk at the gate: prediction of study success of first-year science and engineering students in an open-admission university in Flanders—any incremental validity of study strategies?},
    author={Pinxten, Maarten and Van Soom, Carolien and Peeters, Christine and De Laet, Tinne and Langie, Greet},
    journal={European Journal of Psychology of Education},
    pages={1--22},
    year={2017},
    publisher={Springer}
    }


    I want to get :



    parencite{pinxten2017risk}



    (Pinxten et al. 2017)




    but instead i get:



    parencite{pinxten2017risk}



    (Pinxten, Van Soom, et al. 2017)




    How can i fix this?









    share

























      0












      0








      0








      I have looked into multiple questions about this already, but none of the answers seems to work on my problem. I am using biblatex for referencing. When citing in text, i would like to have : (Author et. al. 2010). For now it is working for all my references, but for 2 or 3 articles.



      Here is my code



      documentclass[12pt,a4paper,oneside]{book}
      usepackage[backend=biber,style=authoryear,maxbibnames=20,maxcitenames=1]{biblatex}
      addbibresource{mybibliography.bib}
      printbibliography


      and mybibliography.bib



      @article{pinxten2017risk,
      title={At-risk at the gate: prediction of study success of first-year science and engineering students in an open-admission university in Flanders—any incremental validity of study strategies?},
      author={Pinxten, Maarten and Van Soom, Carolien and Peeters, Christine and De Laet, Tinne and Langie, Greet},
      journal={European Journal of Psychology of Education},
      pages={1--22},
      year={2017},
      publisher={Springer}
      }


      I want to get :



      parencite{pinxten2017risk}



      (Pinxten et al. 2017)




      but instead i get:



      parencite{pinxten2017risk}



      (Pinxten, Van Soom, et al. 2017)




      How can i fix this?









      share














      I have looked into multiple questions about this already, but none of the answers seems to work on my problem. I am using biblatex for referencing. When citing in text, i would like to have : (Author et. al. 2010). For now it is working for all my references, but for 2 or 3 articles.



      Here is my code



      documentclass[12pt,a4paper,oneside]{book}
      usepackage[backend=biber,style=authoryear,maxbibnames=20,maxcitenames=1]{biblatex}
      addbibresource{mybibliography.bib}
      printbibliography


      and mybibliography.bib



      @article{pinxten2017risk,
      title={At-risk at the gate: prediction of study success of first-year science and engineering students in an open-admission university in Flanders—any incremental validity of study strategies?},
      author={Pinxten, Maarten and Van Soom, Carolien and Peeters, Christine and De Laet, Tinne and Langie, Greet},
      journal={European Journal of Psychology of Education},
      pages={1--22},
      year={2017},
      publisher={Springer}
      }


      I want to get :



      parencite{pinxten2017risk}



      (Pinxten et al. 2017)




      but instead i get:



      parencite{pinxten2017risk}



      (Pinxten, Van Soom, et al. 2017)




      How can i fix this?







      biblatex citing overleaf





      share












      share










      share



      share










      asked 24 secs ago









      user1607user1607

      11




      11






















          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
          });


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f481798%2fautomatic-replacement-of-1-authors-with-et-al-in-citations-in-text%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
















          draft saved

          draft discarded




















































          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%2f481798%2fautomatic-replacement-of-1-authors-with-et-al-in-citations-in-text%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

          IEEEtran - How to include ORCID in TeX/PDF with PdfLatexIs there a standard way to include ORCID in TeX /...

          Cicindela nigrior Przypisy | Menu nawigacyjneCicindela varians unicolorManual for the Identification of the...

          Glossaries-extra: Adding glossaries package to “Clas­sicTh­e­sis” template by Dr. André Miede v. 4.6 ...