Unexpected indention in bibliography items (beamer)Place bibliography items at bottom of frameCite bibliography in beamerBeamer Bibliography Iconno items shown bibliography beamerBibliography in LaTeX with Biblatex and Biber as backendCiting (author, journalabbr., year) neededCiting from an Encyclopedia with sub vocebeamer not showing bibliographyReferences & Bibliography in BeamerBeamer: Bibliography and AtBeginSection
System.debug(JSON.Serialize(o)) Not longer shows full string
Why not increase contact surface when reentering the atmosphere?
Return the Closest Prime Number
What does "I’d sit this one out, Cap," imply or mean in the context?
What is paid subscription needed for in Mortal Kombat 11?
What is the best translation for "slot" in the context of multiplayer video games?
Pre-amplifier input protection
Replace character with another only if repeated and not part of a word
How to write papers efficiently when English isn't my first language?
Is a stroke of luck acceptable after a series of unfavorable events?
Why are there no referendums in the US?
Can the discrete variable be a negative number?
Did Dumbledore lie to Harry about how long he had James Potter's invisibility cloak when he was examining it? If so, why?
How to safely derail a train during transit?
Crossing the line between justified force and brutality
Increase performance creating Mandelbrot set in python
Unreliable Magic - Is it worth it?
Is oxalic acid dihydrate considered a primary acid standard in analytical chemistry?
Go Pregnant or Go Home
How did Arya survive the stabbing?
Method to test if a number is a perfect power?
Would this custom Sorcerer variant that can only learn any verbal-component-only spell be unbalanced?
Customer Requests (Sometimes) Drive Me Bonkers!
Do sorcerers' Subtle Spells require a skill check to be unseen?
Unexpected indention in bibliography items (beamer)
Place bibliography items at bottom of frameCite bibliography in beamerBeamer Bibliography Iconno items shown bibliography beamerBibliography in LaTeX with Biblatex and Biber as backendCiting (author, journalabbr., year) neededCiting from an Encyclopedia with sub vocebeamer not showing bibliographyReferences & Bibliography in BeamerBeamer: Bibliography and AtBeginSection
I have a minimal example where the bibliography entry is intended. I cannot imagine that this is expected behavior. Am I doing something wrong?
documentclassbeamer
usepackage[backend=bibtex8]biblatex
usepackagefilecontents
beginfilecontentsmybib.bib
@inproceedingsdoe2017,
title=A really interesting and long title to illustrate the problem,
author=Doe, John,
booktitle=Some International Conference on Something Really Interesting,
pages=100--200,
year=2017
endfilecontents
bibliographymybib
begindocument
beginframePublications
nocitedoe2017
printbibliography
endframe
enddocument
Output:
beamer biblatex bibliographies
add a comment |
I have a minimal example where the bibliography entry is intended. I cannot imagine that this is expected behavior. Am I doing something wrong?
documentclassbeamer
usepackage[backend=bibtex8]biblatex
usepackagefilecontents
beginfilecontentsmybib.bib
@inproceedingsdoe2017,
title=A really interesting and long title to illustrate the problem,
author=Doe, John,
booktitle=Some International Conference on Something Really Interesting,
pages=100--200,
year=2017
endfilecontents
bibliographymybib
begindocument
beginframePublications
nocitedoe2017
printbibliography
endframe
enddocument
Output:
beamer biblatex bibliographies
2
What indentation are you talking about? The fact that the second and third lines start roughly at the same position as the first line in general? (This would be intentional and is normal for lists in LaTeX.) Or do you mean that there is a slightly misalignment so that the first line starts a tad wider to the right than the other lines? (That probably needs a bit of adjusting and looking at. Not a lot of people seem to be bothered by it, though... otherwise we would have seen more questions about that.)
– moewe
15 hours ago
1
I expect that "J" of "John" is properly aligned with "p" of "problem". When I have multiline items in an itemize environment they are also properly aligned and the first line of each item is not shifted a bit to the right.
– user179157
15 hours ago
2
Ah OK, I'll have something ready for that in a moment.
– moewe
15 hours ago
Thanks! That really does the trick. I wonder why this never bothered anyone...
– user179157
14 hours ago
Well, the space is quite small and if people cite ten or more papers or use a non-numeric style the issue will (probably) not appear because the space reserved for the label is going to be large enough for the icon (though arguably excessive).
– moewe
14 hours ago
add a comment |
I have a minimal example where the bibliography entry is intended. I cannot imagine that this is expected behavior. Am I doing something wrong?
documentclassbeamer
usepackage[backend=bibtex8]biblatex
usepackagefilecontents
beginfilecontentsmybib.bib
@inproceedingsdoe2017,
title=A really interesting and long title to illustrate the problem,
author=Doe, John,
booktitle=Some International Conference on Something Really Interesting,
pages=100--200,
year=2017
endfilecontents
bibliographymybib
begindocument
beginframePublications
nocitedoe2017
printbibliography
endframe
enddocument
Output:
beamer biblatex bibliographies
I have a minimal example where the bibliography entry is intended. I cannot imagine that this is expected behavior. Am I doing something wrong?
documentclassbeamer
usepackage[backend=bibtex8]biblatex
usepackagefilecontents
beginfilecontentsmybib.bib
@inproceedingsdoe2017,
title=A really interesting and long title to illustrate the problem,
author=Doe, John,
booktitle=Some International Conference on Something Really Interesting,
pages=100--200,
year=2017
endfilecontents
bibliographymybib
begindocument
beginframePublications
nocitedoe2017
printbibliography
endframe
enddocument
Output:
beamer biblatex bibliographies
beamer biblatex bibliographies
asked 15 hours ago
user179157user179157
454
454
2
What indentation are you talking about? The fact that the second and third lines start roughly at the same position as the first line in general? (This would be intentional and is normal for lists in LaTeX.) Or do you mean that there is a slightly misalignment so that the first line starts a tad wider to the right than the other lines? (That probably needs a bit of adjusting and looking at. Not a lot of people seem to be bothered by it, though... otherwise we would have seen more questions about that.)
– moewe
15 hours ago
1
I expect that "J" of "John" is properly aligned with "p" of "problem". When I have multiline items in an itemize environment they are also properly aligned and the first line of each item is not shifted a bit to the right.
– user179157
15 hours ago
2
Ah OK, I'll have something ready for that in a moment.
– moewe
15 hours ago
Thanks! That really does the trick. I wonder why this never bothered anyone...
– user179157
14 hours ago
Well, the space is quite small and if people cite ten or more papers or use a non-numeric style the issue will (probably) not appear because the space reserved for the label is going to be large enough for the icon (though arguably excessive).
– moewe
14 hours ago
add a comment |
2
What indentation are you talking about? The fact that the second and third lines start roughly at the same position as the first line in general? (This would be intentional and is normal for lists in LaTeX.) Or do you mean that there is a slightly misalignment so that the first line starts a tad wider to the right than the other lines? (That probably needs a bit of adjusting and looking at. Not a lot of people seem to be bothered by it, though... otherwise we would have seen more questions about that.)
– moewe
15 hours ago
1
I expect that "J" of "John" is properly aligned with "p" of "problem". When I have multiline items in an itemize environment they are also properly aligned and the first line of each item is not shifted a bit to the right.
– user179157
15 hours ago
2
Ah OK, I'll have something ready for that in a moment.
– moewe
15 hours ago
Thanks! That really does the trick. I wonder why this never bothered anyone...
– user179157
14 hours ago
Well, the space is quite small and if people cite ten or more papers or use a non-numeric style the issue will (probably) not appear because the space reserved for the label is going to be large enough for the icon (though arguably excessive).
– moewe
14 hours ago
2
2
What indentation are you talking about? The fact that the second and third lines start roughly at the same position as the first line in general? (This would be intentional and is normal for lists in LaTeX.) Or do you mean that there is a slightly misalignment so that the first line starts a tad wider to the right than the other lines? (That probably needs a bit of adjusting and looking at. Not a lot of people seem to be bothered by it, though... otherwise we would have seen more questions about that.)
– moewe
15 hours ago
What indentation are you talking about? The fact that the second and third lines start roughly at the same position as the first line in general? (This would be intentional and is normal for lists in LaTeX.) Or do you mean that there is a slightly misalignment so that the first line starts a tad wider to the right than the other lines? (That probably needs a bit of adjusting and looking at. Not a lot of people seem to be bothered by it, though... otherwise we would have seen more questions about that.)
– moewe
15 hours ago
1
1
I expect that "J" of "John" is properly aligned with "p" of "problem". When I have multiline items in an itemize environment they are also properly aligned and the first line of each item is not shifted a bit to the right.
– user179157
15 hours ago
I expect that "J" of "John" is properly aligned with "p" of "problem". When I have multiline items in an itemize environment they are also properly aligned and the first line of each item is not shifted a bit to the right.
– user179157
15 hours ago
2
2
Ah OK, I'll have something ready for that in a moment.
– moewe
15 hours ago
Ah OK, I'll have something ready for that in a moment.
– moewe
15 hours ago
Thanks! That really does the trick. I wonder why this never bothered anyone...
– user179157
14 hours ago
Thanks! That really does the trick. I wonder why this never bothered anyone...
– user179157
14 hours ago
Well, the space is quite small and if people cite ten or more papers or use a non-numeric style the issue will (probably) not appear because the space reserved for the label is going to be large enough for the icon (though arguably excessive).
– moewe
14 hours ago
Well, the space is quite small and if people cite ten or more papers or use a non-numeric style the issue will (probably) not appear because the space reserved for the label is going to be large enough for the icon (though arguably excessive).
– moewe
14 hours ago
add a comment |
1 Answer
1
active
oldest
votes
In order to be able to align the lines in the bibliography properly biblatex
measures the width of all bibliography labels and uses the longest label to set the list parameters.
But by default beamer
replaces the standard labels that biblatex
would output with its little icons. Those icons may have a slightly different width than the actual labels and so small misalignments can occur in the first line of the bibliography entry if the icon is wider than the calculated label (on the other hand the left margin might be excessive in case the calculated length is far larger than the icon width).
I have reported the issue at https://github.com/josephwright/beamer/issues/531 to discuss a better (hopefully automatic) solution, but in the meantime you can set the relevant biblatex
-calculated width manually (or rather you can manually set a minimum value). After a look at the beamer
sources 14pt
looks like a good minimum value.
documentclassbeamer
usepackage[backend=biber]biblatex
addbibresourcebiblatex-examples.bib
setlengthlabelnumberwidth14pt
begindocument
beginframePublications
nocitesigfridsson
printbibliography
endframe
enddocument
add a comment |
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%2f481724%2funexpected-indention-in-bibliography-items-beamer%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
In order to be able to align the lines in the bibliography properly biblatex
measures the width of all bibliography labels and uses the longest label to set the list parameters.
But by default beamer
replaces the standard labels that biblatex
would output with its little icons. Those icons may have a slightly different width than the actual labels and so small misalignments can occur in the first line of the bibliography entry if the icon is wider than the calculated label (on the other hand the left margin might be excessive in case the calculated length is far larger than the icon width).
I have reported the issue at https://github.com/josephwright/beamer/issues/531 to discuss a better (hopefully automatic) solution, but in the meantime you can set the relevant biblatex
-calculated width manually (or rather you can manually set a minimum value). After a look at the beamer
sources 14pt
looks like a good minimum value.
documentclassbeamer
usepackage[backend=biber]biblatex
addbibresourcebiblatex-examples.bib
setlengthlabelnumberwidth14pt
begindocument
beginframePublications
nocitesigfridsson
printbibliography
endframe
enddocument
add a comment |
In order to be able to align the lines in the bibliography properly biblatex
measures the width of all bibliography labels and uses the longest label to set the list parameters.
But by default beamer
replaces the standard labels that biblatex
would output with its little icons. Those icons may have a slightly different width than the actual labels and so small misalignments can occur in the first line of the bibliography entry if the icon is wider than the calculated label (on the other hand the left margin might be excessive in case the calculated length is far larger than the icon width).
I have reported the issue at https://github.com/josephwright/beamer/issues/531 to discuss a better (hopefully automatic) solution, but in the meantime you can set the relevant biblatex
-calculated width manually (or rather you can manually set a minimum value). After a look at the beamer
sources 14pt
looks like a good minimum value.
documentclassbeamer
usepackage[backend=biber]biblatex
addbibresourcebiblatex-examples.bib
setlengthlabelnumberwidth14pt
begindocument
beginframePublications
nocitesigfridsson
printbibliography
endframe
enddocument
add a comment |
In order to be able to align the lines in the bibliography properly biblatex
measures the width of all bibliography labels and uses the longest label to set the list parameters.
But by default beamer
replaces the standard labels that biblatex
would output with its little icons. Those icons may have a slightly different width than the actual labels and so small misalignments can occur in the first line of the bibliography entry if the icon is wider than the calculated label (on the other hand the left margin might be excessive in case the calculated length is far larger than the icon width).
I have reported the issue at https://github.com/josephwright/beamer/issues/531 to discuss a better (hopefully automatic) solution, but in the meantime you can set the relevant biblatex
-calculated width manually (or rather you can manually set a minimum value). After a look at the beamer
sources 14pt
looks like a good minimum value.
documentclassbeamer
usepackage[backend=biber]biblatex
addbibresourcebiblatex-examples.bib
setlengthlabelnumberwidth14pt
begindocument
beginframePublications
nocitesigfridsson
printbibliography
endframe
enddocument
In order to be able to align the lines in the bibliography properly biblatex
measures the width of all bibliography labels and uses the longest label to set the list parameters.
But by default beamer
replaces the standard labels that biblatex
would output with its little icons. Those icons may have a slightly different width than the actual labels and so small misalignments can occur in the first line of the bibliography entry if the icon is wider than the calculated label (on the other hand the left margin might be excessive in case the calculated length is far larger than the icon width).
I have reported the issue at https://github.com/josephwright/beamer/issues/531 to discuss a better (hopefully automatic) solution, but in the meantime you can set the relevant biblatex
-calculated width manually (or rather you can manually set a minimum value). After a look at the beamer
sources 14pt
looks like a good minimum value.
documentclassbeamer
usepackage[backend=biber]biblatex
addbibresourcebiblatex-examples.bib
setlengthlabelnumberwidth14pt
begindocument
beginframePublications
nocitesigfridsson
printbibliography
endframe
enddocument
edited 14 hours ago
answered 14 hours ago
moewemoewe
95.1k10115358
95.1k10115358
add a comment |
add a comment |
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%2f481724%2funexpected-indention-in-bibliography-items-beamer%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
2
What indentation are you talking about? The fact that the second and third lines start roughly at the same position as the first line in general? (This would be intentional and is normal for lists in LaTeX.) Or do you mean that there is a slightly misalignment so that the first line starts a tad wider to the right than the other lines? (That probably needs a bit of adjusting and looking at. Not a lot of people seem to be bothered by it, though... otherwise we would have seen more questions about that.)
– moewe
15 hours ago
1
I expect that "J" of "John" is properly aligned with "p" of "problem". When I have multiline items in an itemize environment they are also properly aligned and the first line of each item is not shifted a bit to the right.
– user179157
15 hours ago
2
Ah OK, I'll have something ready for that in a moment.
– moewe
15 hours ago
Thanks! That really does the trick. I wonder why this never bothered anyone...
– user179157
14 hours ago
Well, the space is quite small and if people cite ten or more papers or use a non-numeric style the issue will (probably) not appear because the space reserved for the label is going to be large enough for the icon (though arguably excessive).
– moewe
14 hours ago