BibTeX, biblatex and biber ⇒ references misaligned
-
- Posts: 5
- Joined: Mon Jul 13, 2020 4:47 pm
references misaligned
Hi, My last few references were always misaligned with the previous ones, and I tried changing the name of the author of the last few references, if they started with an A, they could align with the previous ones, which was odd.
can someone help me ?? thanks !!
can someone help me ?? thanks !!
- Attachments
-
- latex referenence.PNG (144.38 KiB) Viewed 5375 times
NEW: TikZ book now 40% off at Amazon.com for a short time.
- Stefan Kottwitz
- Site Admin
- Posts: 10320
- Joined: Mon Mar 10, 2008 9:44 pm
references misaligned
Welcome to the forum!
Can you post the content (or start) of the file
Stefan
Can you post the content (or start) of the file
mylit.bbl
here, as code or as attachment?Stefan
LaTeX.org admin
-
- Posts: 5
- Joined: Mon Jul 13, 2020 4:47 pm
references misaligned
Hi,
The attachment is mylit.bib, thanks for your quick reply.
The attachment is mylit.bib, thanks for your quick reply.
- Attachments
-
- mylit.bib
- (30.68 KiB) Downloaded 259 times
-
- Posts: 5
- Joined: Mon Jul 13, 2020 4:47 pm
references misaligned
Stefan Kottwitz wrote:Welcome to the forum!
Can you post the content (or start) of the filemylit.bbl
here, as code or as attachment?
Stefan
Hi Stefan,
The attachment is mylit.bib, thanks for your quick reply.
- Attachments
-
- mylit.bib
- (30.68 KiB) Downloaded 285 times
- Stefan Kottwitz
- Site Admin
- Posts: 10320
- Joined: Mon Mar 10, 2008 9:44 pm
references misaligned
Well, that's the .bib file and not the .bbl file. Can you send that?
Stefan
Stefan
LaTeX.org admin
-
- Posts: 5
- Joined: Mon Jul 13, 2020 4:47 pm
references misaligned
ah, sorry.Stefan Kottwitz wrote:Well, that's the .bib file and not the .bbl file. Can you send that?
Stefan
- Attachments
-
- output (1).bbl
- (10.09 KiB) Downloaded 265 times
- Stefan Kottwitz
- Site Admin
- Posts: 10320
- Joined: Mon Mar 10, 2008 9:44 pm
references misaligned
In the .bbl file, I see two issues.
In line 69, there is an & symbol (ampersand) that is understood as alignment symbol in LaTeX:
And, in line 269 there is an underscore _, that forces math mode since it's a math command (for a subscript):
Stefan
In line 69, there is an & symbol (ampersand) that is understood as alignment symbol in LaTeX:
Write \& instead in your bibliography.Structural role extraction & mining in large graphs.
And, in line 269 there is an underscore _, that forces math mode since it's a math command (for a subscript):
Write \_ for an underscore in text. That issue causes the misalignment.\newblock {\em Nucleic Acids Research}, 33(suppl_1):D433--D437, 01 2005.
Stefan
LaTeX.org admin
-
- Posts: 5
- Joined: Mon Jul 13, 2020 4:47 pm
references misaligned
Thank you so much !!Stefan Kottwitz wrote:In the .bbl file, I see two issues.
In line 69, there is an & symbol (ampersand) that is understood as alignment symbol in LaTeX:
Write \& instead in your bibliography.Structural role extraction & mining in large graphs.
And, in line 269 there is an underscore _, that forces math mode since it's a math command (for a subscript):
Write \_ for an underscore in text. That issue causes the misalignment.\newblock {\em Nucleic Acids Research}, 33(suppl_1):D433--D437, 01 2005.
Stefan