How to cite multiple references at a time in Name Date format? The Next CEO of Stack...

How badly should I try to prevent a user from XSSing themselves?

Can I hook these wires up to find the connection to a dead outlet?

My boss doesn't want me to have a side project

That's an odd coin - I wonder why

How did scripture get the name bible?

Gödel's incompleteness theorems - what are the religious implications?

Could you use a laser beam as a modulated carrier wave for radio signal?

Finitely generated matrix groups whose eigenvalues are all algebraic

Is it reasonable to ask other researchers to send me their previous grant applications?

How to coordinate airplane tickets?

How to show a landlord what we have in savings?

Could a dragon use hot air to help it take off?

How can a day be of 24 hours?

Prodigo = pro + ago?

logical reads on global temp table, but not on session-level temp table

Small nick on power cord from an electric alarm clock, and copper wiring exposed but intact

Compensation for working overtime on Saturdays

pgfplots: How to draw a tangent graph below two others?

Is it a bad idea to plug the other end of ESD strap to wall ground?

Can you teleport closer to a creature you are Frightened of?

Can this transistor (2N2222) take 6 V on emitter-base? Am I reading the datasheet incorrectly?

Is it possible to make a 9x9 table fit within the default margins?

What difference does it make matching a word with/without a trailing whitespace?

How can I prove that a state of equilibrium is unstable?



How to cite multiple references at a time in Name Date format?



The Next CEO of Stack Overflowauthor-year and footnote citations in biblatexCite multiple authors with page referencesCite multiple references with Bibtex?Editing BibTeX stylefile from Biometrics Journal to accommodate their requirementsHow to cite pages with multiple items?Weird citation error for a specific entryCite one time full name + year with biblatexCite where name has multiple wordsMultiple citations with referencesCannot cite references as [1]-[7] format












0















I am new in latex. I am having problem in citing multiple paper/research work at a time. I have explained it below.



In IEEE format research paper, we usually cite multiple references like this.




Soundex is a nice algorithm [3,4,19].




Or sometimes,




Soundex is a nice algorithm [3][4][19].




However, recently I am working on journal. They said, they allowed only Author's name and date style citation. Such as,




This is a single citation (John 2012).




However, they did not mention how to cite multiple references at a time. I need some idea, how to cite multiple references at a time in Name Date format.



In case you need, I have added some code from template.



documentclass{nle}
............
............
......cite{ref01}.
............
............
begin{thebibliography}{}
bibitem[protectcitename{Chaudhuri }2001]{ref01}
Chaudhuri, B.B., “Reversed word dictionary and phonetically similar word grouping based spellchecker to Bangla text”, Proc. LESAL Workshop,Mumbai, 2001.
end{thebibliography}








share







New contributor




Nahid Hossain Shihab is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.

























    0















    I am new in latex. I am having problem in citing multiple paper/research work at a time. I have explained it below.



    In IEEE format research paper, we usually cite multiple references like this.




    Soundex is a nice algorithm [3,4,19].




    Or sometimes,




    Soundex is a nice algorithm [3][4][19].




    However, recently I am working on journal. They said, they allowed only Author's name and date style citation. Such as,




    This is a single citation (John 2012).




    However, they did not mention how to cite multiple references at a time. I need some idea, how to cite multiple references at a time in Name Date format.



    In case you need, I have added some code from template.



    documentclass{nle}
    ............
    ............
    ......cite{ref01}.
    ............
    ............
    begin{thebibliography}{}
    bibitem[protectcitename{Chaudhuri }2001]{ref01}
    Chaudhuri, B.B., “Reversed word dictionary and phonetically similar word grouping based spellchecker to Bangla text”, Proc. LESAL Workshop,Mumbai, 2001.
    end{thebibliography}








    share







    New contributor




    Nahid Hossain Shihab 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








      I am new in latex. I am having problem in citing multiple paper/research work at a time. I have explained it below.



      In IEEE format research paper, we usually cite multiple references like this.




      Soundex is a nice algorithm [3,4,19].




      Or sometimes,




      Soundex is a nice algorithm [3][4][19].




      However, recently I am working on journal. They said, they allowed only Author's name and date style citation. Such as,




      This is a single citation (John 2012).




      However, they did not mention how to cite multiple references at a time. I need some idea, how to cite multiple references at a time in Name Date format.



      In case you need, I have added some code from template.



      documentclass{nle}
      ............
      ............
      ......cite{ref01}.
      ............
      ............
      begin{thebibliography}{}
      bibitem[protectcitename{Chaudhuri }2001]{ref01}
      Chaudhuri, B.B., “Reversed word dictionary and phonetically similar word grouping based spellchecker to Bangla text”, Proc. LESAL Workshop,Mumbai, 2001.
      end{thebibliography}








      share







      New contributor




      Nahid Hossain Shihab is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.












      I am new in latex. I am having problem in citing multiple paper/research work at a time. I have explained it below.



      In IEEE format research paper, we usually cite multiple references like this.




      Soundex is a nice algorithm [3,4,19].




      Or sometimes,




      Soundex is a nice algorithm [3][4][19].




      However, recently I am working on journal. They said, they allowed only Author's name and date style citation. Such as,




      This is a single citation (John 2012).




      However, they did not mention how to cite multiple references at a time. I need some idea, how to cite multiple references at a time in Name Date format.



      In case you need, I have added some code from template.



      documentclass{nle}
      ............
      ............
      ......cite{ref01}.
      ............
      ............
      begin{thebibliography}{}
      bibitem[protectcitename{Chaudhuri }2001]{ref01}
      Chaudhuri, B.B., “Reversed word dictionary and phonetically similar word grouping based spellchecker to Bangla text”, Proc. LESAL Workshop,Mumbai, 2001.
      end{thebibliography}






      xetex citing





      share







      New contributor




      Nahid Hossain Shihab 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




      Nahid Hossain Shihab 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




      Nahid Hossain Shihab is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked 9 mins ago









      Nahid Hossain ShihabNahid Hossain Shihab

      1




      1




      New contributor




      Nahid Hossain Shihab is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      Nahid Hossain Shihab is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      Nahid Hossain Shihab 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
          });


          }
          });






          Nahid Hossain Shihab 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%2f482707%2fhow-to-cite-multiple-references-at-a-time-in-name-date-format%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








          Nahid Hossain Shihab is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded


















          Nahid Hossain Shihab is a new contributor. Be nice, and check out our Code of Conduct.













          Nahid Hossain Shihab is a new contributor. Be nice, and check out our Code of Conduct.












          Nahid Hossain Shihab 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%2f482707%2fhow-to-cite-multiple-references-at-a-time-in-name-date-format%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

          Paper upload error, “Upload failed: The top margin is 0.715 in on page 3, which is below the required...

          Emraan Hashmi Filmografia | Linki zewnętrzne | Menu nawigacyjneGulshan GroverGulshan...

          How can I write this formula?newline and italics added with leqWhy does widehat behave differently if I...