References numbering aligned along with description Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)How to get two column references with author-year stylea bibliography with uncited referencesDropping article title in references with natbibMark selected references in bibliography with an asteriskAdd numbering to referencesProblem with numbering of references in chaptersFormatting for Back References in Bibliography using NatbibRe-numbering referencesUsing citet when using numeric numbering along with chapterbibProblem with the spacing of the biblography references

Bonus calculation: Am I making a mountain out of a molehill?

List numbering with letters

IndentationError when pasting code in Python 3 interpreter mode

If 'B is more likely given A', then 'A is more likely given B'

Gastric acid as a weapon

Is there a service that would inform me whenever a new direct route is scheduled from a given airport?

How can I fade player when goes inside or outside of the area?

Should I call the interviewer directly, if HR aren't responding?

Did Xerox really develop the first LAN?

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

What does the "x" in "x86" represent?

How to zip specific files that are located in subdirectories

Why is there no army of Iron-Mans in the MCU?

Why is black pepper both grey and black?

Do I really need recursive chmod to restrict access to a folder?

When to stop saving and start investing?

Can inflation occur in a positive-sum game currency system such as the Stack Exchange reputation system?

How should I respond to a player wanting to catch a sword between their hands?

How do I keep my slimes from escaping their pens?

Why don't the Weasley twins use magic outside of school if the Trace can only find the location of spells cast?

How is the internal pullup resistor in a microcontroller wired?

Letter Boxed validator

What are the motives behind Cersei's orders given to Bronn?

What makes black pepper strong or mild?



References numbering aligned along with description



Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)How to get two column references with author-year stylea bibliography with uncited referencesDropping article title in references with natbibMark selected references in bibliography with an asteriskAdd numbering to referencesProblem with numbering of references in chaptersFormatting for Back References in Bibliography using NatbibRe-numbering referencesUsing citet when using numeric numbering along with chapterbibProblem with the spacing of the biblography references










0















I have the following MWE:



documentclass[12pt]report
%-> For bibliography
usepackage[numbers, super, sort&compress]natbib
%-> Remove square brackets from list of References
renewcommandbibnumfmt[1]#1
%-> Generate dummy text
usepackagelipsum


begindocument
lipsum[1-2]

And here, in this paragraph, I need to cite someone~citeClrT10ca. This reference will appear in the bibliography area below.

lipsum[3]



bibliographystyleabntex2-num
bibliographybib
enddocument


with bib file content:



@articleClrT10ca,
author = Tracey M. Clarke and James R. Durrant,
title = Charge Photogeneration in Organic Solar Cells,
journal = Chemical Reviews,
volume = 110,
number = 11,
pages = 6736-6767,
year = 2010


My question is: how to change the bibliography entries to be displayed according to the following image?



enter image description here



Notes: the blue dotted lines show the undesired left horizontal spacing from first line and its followings. I would like to manage boldface instead of italicized.



Obs: I searched many places on this feature and got nothing. So this is not a duplicate on those who answered to consider renewcommand@biblabel[1]#1hfill or similar.



Thank you!









share


























    0















    I have the following MWE:



    documentclass[12pt]report
    %-> For bibliography
    usepackage[numbers, super, sort&compress]natbib
    %-> Remove square brackets from list of References
    renewcommandbibnumfmt[1]#1
    %-> Generate dummy text
    usepackagelipsum


    begindocument
    lipsum[1-2]

    And here, in this paragraph, I need to cite someone~citeClrT10ca. This reference will appear in the bibliography area below.

    lipsum[3]



    bibliographystyleabntex2-num
    bibliographybib
    enddocument


    with bib file content:



    @articleClrT10ca,
    author = Tracey M. Clarke and James R. Durrant,
    title = Charge Photogeneration in Organic Solar Cells,
    journal = Chemical Reviews,
    volume = 110,
    number = 11,
    pages = 6736-6767,
    year = 2010


    My question is: how to change the bibliography entries to be displayed according to the following image?



    enter image description here



    Notes: the blue dotted lines show the undesired left horizontal spacing from first line and its followings. I would like to manage boldface instead of italicized.



    Obs: I searched many places on this feature and got nothing. So this is not a duplicate on those who answered to consider renewcommand@biblabel[1]#1hfill or similar.



    Thank you!









    share
























      0












      0








      0








      I have the following MWE:



      documentclass[12pt]report
      %-> For bibliography
      usepackage[numbers, super, sort&compress]natbib
      %-> Remove square brackets from list of References
      renewcommandbibnumfmt[1]#1
      %-> Generate dummy text
      usepackagelipsum


      begindocument
      lipsum[1-2]

      And here, in this paragraph, I need to cite someone~citeClrT10ca. This reference will appear in the bibliography area below.

      lipsum[3]



      bibliographystyleabntex2-num
      bibliographybib
      enddocument


      with bib file content:



      @articleClrT10ca,
      author = Tracey M. Clarke and James R. Durrant,
      title = Charge Photogeneration in Organic Solar Cells,
      journal = Chemical Reviews,
      volume = 110,
      number = 11,
      pages = 6736-6767,
      year = 2010


      My question is: how to change the bibliography entries to be displayed according to the following image?



      enter image description here



      Notes: the blue dotted lines show the undesired left horizontal spacing from first line and its followings. I would like to manage boldface instead of italicized.



      Obs: I searched many places on this feature and got nothing. So this is not a duplicate on those who answered to consider renewcommand@biblabel[1]#1hfill or similar.



      Thank you!









      share














      I have the following MWE:



      documentclass[12pt]report
      %-> For bibliography
      usepackage[numbers, super, sort&compress]natbib
      %-> Remove square brackets from list of References
      renewcommandbibnumfmt[1]#1
      %-> Generate dummy text
      usepackagelipsum


      begindocument
      lipsum[1-2]

      And here, in this paragraph, I need to cite someone~citeClrT10ca. This reference will appear in the bibliography area below.

      lipsum[3]



      bibliographystyleabntex2-num
      bibliographybib
      enddocument


      with bib file content:



      @articleClrT10ca,
      author = Tracey M. Clarke and James R. Durrant,
      title = Charge Photogeneration in Organic Solar Cells,
      journal = Chemical Reviews,
      volume = 110,
      number = 11,
      pages = 6736-6767,
      year = 2010


      My question is: how to change the bibliography entries to be displayed according to the following image?



      enter image description here



      Notes: the blue dotted lines show the undesired left horizontal spacing from first line and its followings. I would like to manage boldface instead of italicized.



      Obs: I searched many places on this feature and got nothing. So this is not a duplicate on those who answered to consider renewcommand@biblabel[1]#1hfill or similar.



      Thank you!







      bibliographies formatting natbib





      share












      share










      share



      share










      asked 5 mins ago









      BrasilBrasil

      4242412




      4242412




















          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%2f485042%2freferences-numbering-aligned-along-with-description%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%2f485042%2freferences-numbering-aligned-along-with-description%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.

          Join wedge with single bond in chemfigHow to make only one part of double bond bold with chemfig?Crossing bonds in chemfigjoining atoms in chemfig. Two adjacent molculesHow do I selectively change bond length in chemfig?Ugly bond joints in chemfigchemfig: reaction above arrowUsing the mhchem and chemfig packages in conjunctionBonding to specific element letter using chemfigResonance hybrids in chemfigScale chemfig molecule in beamer with tikzWhy does this chemfig bond with a hook start in the middle of the atom?

          Are small insurances worth itIs insurance worth it if you can afford to replace the item? If not, when is it?Is accident insurance worth it for my kids who play sportsIs insuring property for more than it is worth allowed?At what point does it become worth it to file an insurance claim?Are wage loss insurance programs worth the cost compared to having an emergency fund?When is an event worth insuring against?Is insurance worth it if you can afford to replace the item? If not, when is it?FHA loan just commenced : Any way to get any of the up-front mortgage insurance back?Which types of insurances do I need to buy?Should I carry less renter's insurance if I can self-insure?Mortgage Adviser Signed Me Up For Multiple Home and Life Insurances (UK)Why many travel insurances don't cover country of nationality?