Variation of spacing in between words
up vote
0
down vote
favorite
I'd like to ask if some variation of spacing in between words is normal? In some cases it seems to me that after a full stop and the next words there is a larger space than usual.
The pictures hopefully shows what I mean. The space is before "Another finding..."
I'm seeing this in various locations throughout the document. Is there an explanation for this behaviour?

spacing
add a comment |
up vote
0
down vote
favorite
I'd like to ask if some variation of spacing in between words is normal? In some cases it seems to me that after a full stop and the next words there is a larger space than usual.
The pictures hopefully shows what I mean. The space is before "Another finding..."
I'm seeing this in various locations throughout the document. Is there an explanation for this behaviour?

spacing
It looks a bit odd, but without the code it is difficult to debug. Your quote symbols are wrong.
– Ulrike Fischer
3 hours ago
2
Addfrenchspacingbeforebegin{document}.
– egreg
2 hours ago
Possible duplicate: Is a period after an abbreviation the same as an end of sentence period?
– Werner
2 hours ago
1
Possible duplicate of Is a period after an abbreviation the same as an end of sentence period?
– Henri Menke
45 mins ago
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I'd like to ask if some variation of spacing in between words is normal? In some cases it seems to me that after a full stop and the next words there is a larger space than usual.
The pictures hopefully shows what I mean. The space is before "Another finding..."
I'm seeing this in various locations throughout the document. Is there an explanation for this behaviour?

spacing
I'd like to ask if some variation of spacing in between words is normal? In some cases it seems to me that after a full stop and the next words there is a larger space than usual.
The pictures hopefully shows what I mean. The space is before "Another finding..."
I'm seeing this in various locations throughout the document. Is there an explanation for this behaviour?

spacing
spacing
asked 3 hours ago
quepasa
1055
1055
It looks a bit odd, but without the code it is difficult to debug. Your quote symbols are wrong.
– Ulrike Fischer
3 hours ago
2
Addfrenchspacingbeforebegin{document}.
– egreg
2 hours ago
Possible duplicate: Is a period after an abbreviation the same as an end of sentence period?
– Werner
2 hours ago
1
Possible duplicate of Is a period after an abbreviation the same as an end of sentence period?
– Henri Menke
45 mins ago
add a comment |
It looks a bit odd, but without the code it is difficult to debug. Your quote symbols are wrong.
– Ulrike Fischer
3 hours ago
2
Addfrenchspacingbeforebegin{document}.
– egreg
2 hours ago
Possible duplicate: Is a period after an abbreviation the same as an end of sentence period?
– Werner
2 hours ago
1
Possible duplicate of Is a period after an abbreviation the same as an end of sentence period?
– Henri Menke
45 mins ago
It looks a bit odd, but without the code it is difficult to debug. Your quote symbols are wrong.
– Ulrike Fischer
3 hours ago
It looks a bit odd, but without the code it is difficult to debug. Your quote symbols are wrong.
– Ulrike Fischer
3 hours ago
2
2
Add
frenchspacing before begin{document}.– egreg
2 hours ago
Add
frenchspacing before begin{document}.– egreg
2 hours ago
Possible duplicate: Is a period after an abbreviation the same as an end of sentence period?
– Werner
2 hours ago
Possible duplicate: Is a period after an abbreviation the same as an end of sentence period?
– Werner
2 hours ago
1
1
Possible duplicate of Is a period after an abbreviation the same as an end of sentence period?
– Henri Menke
45 mins ago
Possible duplicate of Is a period after an abbreviation the same as an end of sentence period?
– Henri Menke
45 mins ago
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
tex follows the u.s. (typewriting) tradition of having a wider space to indicate the end of a sentence. this will be applied after any punctuation mark that ordinarily occurs at the end of a sentence -- period (full stop), question mark, or exclamation point. a space slightly wider than an ordinary interword space but not as wide as an end-of-sentence space is applied after colons, semicolons or commas. to have spaces that are entirely uniform in width, use frenchspacing (as noted in a comment by @egreg).
this tradition is culturally conditioned. in a context where abbreviations are rampant (e.g., in a physician's directions as to how a prescription is to be taken, or in some legal documents), it does make it easier to determine where sentences end, provided care is taken to distinguish in the input.
unless frenchspacing is used, it is recommended to insert a "" (slash space) after abbreviations that end with a lowercase letter before the period, so that they will not be mistaken for the end of a sentence, or leave unsightly gaps in the middle of text.
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',
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%2f466286%2fvariation-of-spacing-in-between-words%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
up vote
0
down vote
tex follows the u.s. (typewriting) tradition of having a wider space to indicate the end of a sentence. this will be applied after any punctuation mark that ordinarily occurs at the end of a sentence -- period (full stop), question mark, or exclamation point. a space slightly wider than an ordinary interword space but not as wide as an end-of-sentence space is applied after colons, semicolons or commas. to have spaces that are entirely uniform in width, use frenchspacing (as noted in a comment by @egreg).
this tradition is culturally conditioned. in a context where abbreviations are rampant (e.g., in a physician's directions as to how a prescription is to be taken, or in some legal documents), it does make it easier to determine where sentences end, provided care is taken to distinguish in the input.
unless frenchspacing is used, it is recommended to insert a "" (slash space) after abbreviations that end with a lowercase letter before the period, so that they will not be mistaken for the end of a sentence, or leave unsightly gaps in the middle of text.
add a comment |
up vote
0
down vote
tex follows the u.s. (typewriting) tradition of having a wider space to indicate the end of a sentence. this will be applied after any punctuation mark that ordinarily occurs at the end of a sentence -- period (full stop), question mark, or exclamation point. a space slightly wider than an ordinary interword space but not as wide as an end-of-sentence space is applied after colons, semicolons or commas. to have spaces that are entirely uniform in width, use frenchspacing (as noted in a comment by @egreg).
this tradition is culturally conditioned. in a context where abbreviations are rampant (e.g., in a physician's directions as to how a prescription is to be taken, or in some legal documents), it does make it easier to determine where sentences end, provided care is taken to distinguish in the input.
unless frenchspacing is used, it is recommended to insert a "" (slash space) after abbreviations that end with a lowercase letter before the period, so that they will not be mistaken for the end of a sentence, or leave unsightly gaps in the middle of text.
add a comment |
up vote
0
down vote
up vote
0
down vote
tex follows the u.s. (typewriting) tradition of having a wider space to indicate the end of a sentence. this will be applied after any punctuation mark that ordinarily occurs at the end of a sentence -- period (full stop), question mark, or exclamation point. a space slightly wider than an ordinary interword space but not as wide as an end-of-sentence space is applied after colons, semicolons or commas. to have spaces that are entirely uniform in width, use frenchspacing (as noted in a comment by @egreg).
this tradition is culturally conditioned. in a context where abbreviations are rampant (e.g., in a physician's directions as to how a prescription is to be taken, or in some legal documents), it does make it easier to determine where sentences end, provided care is taken to distinguish in the input.
unless frenchspacing is used, it is recommended to insert a "" (slash space) after abbreviations that end with a lowercase letter before the period, so that they will not be mistaken for the end of a sentence, or leave unsightly gaps in the middle of text.
tex follows the u.s. (typewriting) tradition of having a wider space to indicate the end of a sentence. this will be applied after any punctuation mark that ordinarily occurs at the end of a sentence -- period (full stop), question mark, or exclamation point. a space slightly wider than an ordinary interword space but not as wide as an end-of-sentence space is applied after colons, semicolons or commas. to have spaces that are entirely uniform in width, use frenchspacing (as noted in a comment by @egreg).
this tradition is culturally conditioned. in a context where abbreviations are rampant (e.g., in a physician's directions as to how a prescription is to be taken, or in some legal documents), it does make it easier to determine where sentences end, provided care is taken to distinguish in the input.
unless frenchspacing is used, it is recommended to insert a "" (slash space) after abbreviations that end with a lowercase letter before the period, so that they will not be mistaken for the end of a sentence, or leave unsightly gaps in the middle of text.
answered 12 mins ago
barbara beeton
69k9157367
69k9157367
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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%2f466286%2fvariation-of-spacing-in-between-words%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
It looks a bit odd, but without the code it is difficult to debug. Your quote symbols are wrong.
– Ulrike Fischer
3 hours ago
2
Add
frenchspacingbeforebegin{document}.– egreg
2 hours ago
Possible duplicate: Is a period after an abbreviation the same as an end of sentence period?
– Werner
2 hours ago
1
Possible duplicate of Is a period after an abbreviation the same as an end of sentence period?
– Henri Menke
45 mins ago