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
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?

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
add a comment |
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?

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
add a comment |
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?

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
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?

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
bibliographies formatting natbib
asked 5 mins ago
BrasilBrasil
4242412
4242412
add a comment |
add a comment |
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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