Can't add title to reference in achemso bibliography












1















I'm trying to submit an article to The Journal of Physical Chemistry, using acshemso template at Overleaf.
There are no titles of the references, but it's necessary according to journal rules.



I changed ctrl-article-title to "yes" in acs-achemso.bib file of the template:



 @Control{achemso-control,
ctrl-article-title = "yes",
ctrl-chapter-title = "no",
ctrl-etal-number = "15",
ctrl-etal-firstonly = "yes",


Nothing changed.



I tried to use package downloaded by the link from author guidelines, but it also without the titles of the references.



Please, help me. It's my first time using Tex, so I can't imagine what can I do to manage appearance of references titles.










share|improve this question



























    1















    I'm trying to submit an article to The Journal of Physical Chemistry, using acshemso template at Overleaf.
    There are no titles of the references, but it's necessary according to journal rules.



    I changed ctrl-article-title to "yes" in acs-achemso.bib file of the template:



     @Control{achemso-control,
    ctrl-article-title = "yes",
    ctrl-chapter-title = "no",
    ctrl-etal-number = "15",
    ctrl-etal-firstonly = "yes",


    Nothing changed.



    I tried to use package downloaded by the link from author guidelines, but it also without the titles of the references.



    Please, help me. It's my first time using Tex, so I can't imagine what can I do to manage appearance of references titles.










    share|improve this question

























      1












      1








      1








      I'm trying to submit an article to The Journal of Physical Chemistry, using acshemso template at Overleaf.
      There are no titles of the references, but it's necessary according to journal rules.



      I changed ctrl-article-title to "yes" in acs-achemso.bib file of the template:



       @Control{achemso-control,
      ctrl-article-title = "yes",
      ctrl-chapter-title = "no",
      ctrl-etal-number = "15",
      ctrl-etal-firstonly = "yes",


      Nothing changed.



      I tried to use package downloaded by the link from author guidelines, but it also without the titles of the references.



      Please, help me. It's my first time using Tex, so I can't imagine what can I do to manage appearance of references titles.










      share|improve this question














      I'm trying to submit an article to The Journal of Physical Chemistry, using acshemso template at Overleaf.
      There are no titles of the references, but it's necessary according to journal rules.



      I changed ctrl-article-title to "yes" in acs-achemso.bib file of the template:



       @Control{achemso-control,
      ctrl-article-title = "yes",
      ctrl-chapter-title = "no",
      ctrl-etal-number = "15",
      ctrl-etal-firstonly = "yes",


      Nothing changed.



      I tried to use package downloaded by the link from author guidelines, but it also without the titles of the references.



      Please, help me. It's my first time using Tex, so I can't imagine what can I do to manage appearance of references titles.







      bibliographies achemso






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Oct 5 '17 at 19:25









      obogomolobogomol

      82




      82






















          2 Answers
          2






          active

          oldest

          votes


















          0














          Article titles are not included by default. You have to specify what sort of journal you are writing for, then the achemso package will adapt the document style according to its guidelines.



          For example, if you are writing an article for the "Journal of Physical Chemistry A", you should have this at the start of your document:



          documentclass[journal=jpcafh]{achemso}


          The list of available journals can be found on page 4 of the achemso documentation.



          Here is a full working example:



          documentclass[journal=jpcafh]{achemso}
          title{MWE}
          begin{document}
          Test cite{myreference}
          bibliography{achs_jpcafh121_7139}
          end{document}


          with a random reference:



          @article{myreference,
          author = {Jåstad, Eirik O. and Torheim, Turid and Villeneuve, Kathleen M. and Kvaal, Knut and Hole, Eli O. and Sagstuen, Einar and Malinen, Eirik and Futsaether, Cecilia M.},
          title = {In Quest of the Alanine R3 Radical: Multivariate EPR Spectral Analyses of X-Irradiated Alanine in the Solid State},
          journal = {The Journal of Physical Chemistry A},
          volume = {121},
          number = {38},
          pages = {7139-7147},
          year = {2017},
          doi = {10.1021/acs.jpca.7b06447},
          note ={PMID: 28829916},
          URL = {http://dx.doi.org/10.1021/acs.jpca.7b06447},
          eprint = {http://dx.doi.org/10.1021/acs.jpca.7b06447}
          }


          Result:



          References






          share|improve this answer
























          • I've changed default [journal=jacsat,manuscript=article]{achemso} to documentclass[journal=jpcafh,manuscript=article]{achemso} and it works! @SDF, thank you so much!

            – obogomol
            Oct 7 '17 at 20:45













          • @obogomol You're welcome ;-) If you like my answer and it was helpful, please consider upvoting (by clicking on the arrows next to the score) and/or marking it as the accepted answer (by clicking on the checkmark ✓). By the way, I see it's your first time here, so welcome to TeX.SX! You can have a look at our starter guide to familiarize yourself further with our format.

            – SDF
            Oct 8 '17 at 10:05



















          0














          Editorial guidelines for journals change in time. In some, the article title was
          not required previously, but is required now. In some, "et al." was required after 10 authors, now all authors must be listed.



          In ACS journals, this should be handled by the achemso package automatically. But the
          package is not updated too often, and behavior must be changed from the default.
          Example:



          documentclass[journal=nalefd,manuscript=letter,layout=twocolumn]{achemso}

          specifies the proper journal (Nano Letters) and the layout. Add the following
          two lines below if needed:

          setkeys{acs}{maxauthors = 0} % will list all authors

          setkeys{acs}{articletitle = true} % will suppress showing article title





          share|improve this answer





















          • 1





            If achemso deviates from documented requirements you can open an issue at github.com/josephwright/achemso/issues

            – moewe
            Jan 18 at 15:57











          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%2f394750%2fcant-add-title-to-reference-in-achemso-bibliography%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          2 Answers
          2






          active

          oldest

          votes








          2 Answers
          2






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          0














          Article titles are not included by default. You have to specify what sort of journal you are writing for, then the achemso package will adapt the document style according to its guidelines.



          For example, if you are writing an article for the "Journal of Physical Chemistry A", you should have this at the start of your document:



          documentclass[journal=jpcafh]{achemso}


          The list of available journals can be found on page 4 of the achemso documentation.



          Here is a full working example:



          documentclass[journal=jpcafh]{achemso}
          title{MWE}
          begin{document}
          Test cite{myreference}
          bibliography{achs_jpcafh121_7139}
          end{document}


          with a random reference:



          @article{myreference,
          author = {Jåstad, Eirik O. and Torheim, Turid and Villeneuve, Kathleen M. and Kvaal, Knut and Hole, Eli O. and Sagstuen, Einar and Malinen, Eirik and Futsaether, Cecilia M.},
          title = {In Quest of the Alanine R3 Radical: Multivariate EPR Spectral Analyses of X-Irradiated Alanine in the Solid State},
          journal = {The Journal of Physical Chemistry A},
          volume = {121},
          number = {38},
          pages = {7139-7147},
          year = {2017},
          doi = {10.1021/acs.jpca.7b06447},
          note ={PMID: 28829916},
          URL = {http://dx.doi.org/10.1021/acs.jpca.7b06447},
          eprint = {http://dx.doi.org/10.1021/acs.jpca.7b06447}
          }


          Result:



          References






          share|improve this answer
























          • I've changed default [journal=jacsat,manuscript=article]{achemso} to documentclass[journal=jpcafh,manuscript=article]{achemso} and it works! @SDF, thank you so much!

            – obogomol
            Oct 7 '17 at 20:45













          • @obogomol You're welcome ;-) If you like my answer and it was helpful, please consider upvoting (by clicking on the arrows next to the score) and/or marking it as the accepted answer (by clicking on the checkmark ✓). By the way, I see it's your first time here, so welcome to TeX.SX! You can have a look at our starter guide to familiarize yourself further with our format.

            – SDF
            Oct 8 '17 at 10:05
















          0














          Article titles are not included by default. You have to specify what sort of journal you are writing for, then the achemso package will adapt the document style according to its guidelines.



          For example, if you are writing an article for the "Journal of Physical Chemistry A", you should have this at the start of your document:



          documentclass[journal=jpcafh]{achemso}


          The list of available journals can be found on page 4 of the achemso documentation.



          Here is a full working example:



          documentclass[journal=jpcafh]{achemso}
          title{MWE}
          begin{document}
          Test cite{myreference}
          bibliography{achs_jpcafh121_7139}
          end{document}


          with a random reference:



          @article{myreference,
          author = {Jåstad, Eirik O. and Torheim, Turid and Villeneuve, Kathleen M. and Kvaal, Knut and Hole, Eli O. and Sagstuen, Einar and Malinen, Eirik and Futsaether, Cecilia M.},
          title = {In Quest of the Alanine R3 Radical: Multivariate EPR Spectral Analyses of X-Irradiated Alanine in the Solid State},
          journal = {The Journal of Physical Chemistry A},
          volume = {121},
          number = {38},
          pages = {7139-7147},
          year = {2017},
          doi = {10.1021/acs.jpca.7b06447},
          note ={PMID: 28829916},
          URL = {http://dx.doi.org/10.1021/acs.jpca.7b06447},
          eprint = {http://dx.doi.org/10.1021/acs.jpca.7b06447}
          }


          Result:



          References






          share|improve this answer
























          • I've changed default [journal=jacsat,manuscript=article]{achemso} to documentclass[journal=jpcafh,manuscript=article]{achemso} and it works! @SDF, thank you so much!

            – obogomol
            Oct 7 '17 at 20:45













          • @obogomol You're welcome ;-) If you like my answer and it was helpful, please consider upvoting (by clicking on the arrows next to the score) and/or marking it as the accepted answer (by clicking on the checkmark ✓). By the way, I see it's your first time here, so welcome to TeX.SX! You can have a look at our starter guide to familiarize yourself further with our format.

            – SDF
            Oct 8 '17 at 10:05














          0












          0








          0







          Article titles are not included by default. You have to specify what sort of journal you are writing for, then the achemso package will adapt the document style according to its guidelines.



          For example, if you are writing an article for the "Journal of Physical Chemistry A", you should have this at the start of your document:



          documentclass[journal=jpcafh]{achemso}


          The list of available journals can be found on page 4 of the achemso documentation.



          Here is a full working example:



          documentclass[journal=jpcafh]{achemso}
          title{MWE}
          begin{document}
          Test cite{myreference}
          bibliography{achs_jpcafh121_7139}
          end{document}


          with a random reference:



          @article{myreference,
          author = {Jåstad, Eirik O. and Torheim, Turid and Villeneuve, Kathleen M. and Kvaal, Knut and Hole, Eli O. and Sagstuen, Einar and Malinen, Eirik and Futsaether, Cecilia M.},
          title = {In Quest of the Alanine R3 Radical: Multivariate EPR Spectral Analyses of X-Irradiated Alanine in the Solid State},
          journal = {The Journal of Physical Chemistry A},
          volume = {121},
          number = {38},
          pages = {7139-7147},
          year = {2017},
          doi = {10.1021/acs.jpca.7b06447},
          note ={PMID: 28829916},
          URL = {http://dx.doi.org/10.1021/acs.jpca.7b06447},
          eprint = {http://dx.doi.org/10.1021/acs.jpca.7b06447}
          }


          Result:



          References






          share|improve this answer













          Article titles are not included by default. You have to specify what sort of journal you are writing for, then the achemso package will adapt the document style according to its guidelines.



          For example, if you are writing an article for the "Journal of Physical Chemistry A", you should have this at the start of your document:



          documentclass[journal=jpcafh]{achemso}


          The list of available journals can be found on page 4 of the achemso documentation.



          Here is a full working example:



          documentclass[journal=jpcafh]{achemso}
          title{MWE}
          begin{document}
          Test cite{myreference}
          bibliography{achs_jpcafh121_7139}
          end{document}


          with a random reference:



          @article{myreference,
          author = {Jåstad, Eirik O. and Torheim, Turid and Villeneuve, Kathleen M. and Kvaal, Knut and Hole, Eli O. and Sagstuen, Einar and Malinen, Eirik and Futsaether, Cecilia M.},
          title = {In Quest of the Alanine R3 Radical: Multivariate EPR Spectral Analyses of X-Irradiated Alanine in the Solid State},
          journal = {The Journal of Physical Chemistry A},
          volume = {121},
          number = {38},
          pages = {7139-7147},
          year = {2017},
          doi = {10.1021/acs.jpca.7b06447},
          note ={PMID: 28829916},
          URL = {http://dx.doi.org/10.1021/acs.jpca.7b06447},
          eprint = {http://dx.doi.org/10.1021/acs.jpca.7b06447}
          }


          Result:



          References







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Oct 6 '17 at 9:16









          SDFSDF

          7851311




          7851311













          • I've changed default [journal=jacsat,manuscript=article]{achemso} to documentclass[journal=jpcafh,manuscript=article]{achemso} and it works! @SDF, thank you so much!

            – obogomol
            Oct 7 '17 at 20:45













          • @obogomol You're welcome ;-) If you like my answer and it was helpful, please consider upvoting (by clicking on the arrows next to the score) and/or marking it as the accepted answer (by clicking on the checkmark ✓). By the way, I see it's your first time here, so welcome to TeX.SX! You can have a look at our starter guide to familiarize yourself further with our format.

            – SDF
            Oct 8 '17 at 10:05



















          • I've changed default [journal=jacsat,manuscript=article]{achemso} to documentclass[journal=jpcafh,manuscript=article]{achemso} and it works! @SDF, thank you so much!

            – obogomol
            Oct 7 '17 at 20:45













          • @obogomol You're welcome ;-) If you like my answer and it was helpful, please consider upvoting (by clicking on the arrows next to the score) and/or marking it as the accepted answer (by clicking on the checkmark ✓). By the way, I see it's your first time here, so welcome to TeX.SX! You can have a look at our starter guide to familiarize yourself further with our format.

            – SDF
            Oct 8 '17 at 10:05

















          I've changed default [journal=jacsat,manuscript=article]{achemso} to documentclass[journal=jpcafh,manuscript=article]{achemso} and it works! @SDF, thank you so much!

          – obogomol
          Oct 7 '17 at 20:45







          I've changed default [journal=jacsat,manuscript=article]{achemso} to documentclass[journal=jpcafh,manuscript=article]{achemso} and it works! @SDF, thank you so much!

          – obogomol
          Oct 7 '17 at 20:45















          @obogomol You're welcome ;-) If you like my answer and it was helpful, please consider upvoting (by clicking on the arrows next to the score) and/or marking it as the accepted answer (by clicking on the checkmark ✓). By the way, I see it's your first time here, so welcome to TeX.SX! You can have a look at our starter guide to familiarize yourself further with our format.

          – SDF
          Oct 8 '17 at 10:05





          @obogomol You're welcome ;-) If you like my answer and it was helpful, please consider upvoting (by clicking on the arrows next to the score) and/or marking it as the accepted answer (by clicking on the checkmark ✓). By the way, I see it's your first time here, so welcome to TeX.SX! You can have a look at our starter guide to familiarize yourself further with our format.

          – SDF
          Oct 8 '17 at 10:05











          0














          Editorial guidelines for journals change in time. In some, the article title was
          not required previously, but is required now. In some, "et al." was required after 10 authors, now all authors must be listed.



          In ACS journals, this should be handled by the achemso package automatically. But the
          package is not updated too often, and behavior must be changed from the default.
          Example:



          documentclass[journal=nalefd,manuscript=letter,layout=twocolumn]{achemso}

          specifies the proper journal (Nano Letters) and the layout. Add the following
          two lines below if needed:

          setkeys{acs}{maxauthors = 0} % will list all authors

          setkeys{acs}{articletitle = true} % will suppress showing article title





          share|improve this answer





















          • 1





            If achemso deviates from documented requirements you can open an issue at github.com/josephwright/achemso/issues

            – moewe
            Jan 18 at 15:57
















          0














          Editorial guidelines for journals change in time. In some, the article title was
          not required previously, but is required now. In some, "et al." was required after 10 authors, now all authors must be listed.



          In ACS journals, this should be handled by the achemso package automatically. But the
          package is not updated too often, and behavior must be changed from the default.
          Example:



          documentclass[journal=nalefd,manuscript=letter,layout=twocolumn]{achemso}

          specifies the proper journal (Nano Letters) and the layout. Add the following
          two lines below if needed:

          setkeys{acs}{maxauthors = 0} % will list all authors

          setkeys{acs}{articletitle = true} % will suppress showing article title





          share|improve this answer





















          • 1





            If achemso deviates from documented requirements you can open an issue at github.com/josephwright/achemso/issues

            – moewe
            Jan 18 at 15:57














          0












          0








          0







          Editorial guidelines for journals change in time. In some, the article title was
          not required previously, but is required now. In some, "et al." was required after 10 authors, now all authors must be listed.



          In ACS journals, this should be handled by the achemso package automatically. But the
          package is not updated too often, and behavior must be changed from the default.
          Example:



          documentclass[journal=nalefd,manuscript=letter,layout=twocolumn]{achemso}

          specifies the proper journal (Nano Letters) and the layout. Add the following
          two lines below if needed:

          setkeys{acs}{maxauthors = 0} % will list all authors

          setkeys{acs}{articletitle = true} % will suppress showing article title





          share|improve this answer















          Editorial guidelines for journals change in time. In some, the article title was
          not required previously, but is required now. In some, "et al." was required after 10 authors, now all authors must be listed.



          In ACS journals, this should be handled by the achemso package automatically. But the
          package is not updated too often, and behavior must be changed from the default.
          Example:



          documentclass[journal=nalefd,manuscript=letter,layout=twocolumn]{achemso}

          specifies the proper journal (Nano Letters) and the layout. Add the following
          two lines below if needed:

          setkeys{acs}{maxauthors = 0} % will list all authors

          setkeys{acs}{articletitle = true} % will suppress showing article title






          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited Jan 18 at 14:58









          Raaja

          2,9432934




          2,9432934










          answered Jan 18 at 14:51









          David TomanekDavid Tomanek

          1




          1








          • 1





            If achemso deviates from documented requirements you can open an issue at github.com/josephwright/achemso/issues

            – moewe
            Jan 18 at 15:57














          • 1





            If achemso deviates from documented requirements you can open an issue at github.com/josephwright/achemso/issues

            – moewe
            Jan 18 at 15:57








          1




          1





          If achemso deviates from documented requirements you can open an issue at github.com/josephwright/achemso/issues

          – moewe
          Jan 18 at 15:57





          If achemso deviates from documented requirements you can open an issue at github.com/josephwright/achemso/issues

          – moewe
          Jan 18 at 15:57


















          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%2f394750%2fcant-add-title-to-reference-in-achemso-bibliography%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

          Biblatex bibliography style without URLs when DOI exists (in Overleaf with Zotero bibliography)

          ComboBox Display Member on multiple fields

          Is it possible to collect Nectar points via Trainline?