Alignment problem with textbf
I am trying to write the lines with textbf but next line is starting from the left side of the text written in textbf. Is there a way to do something so that next lines start exactly below of text in textbf?
documentclass {article}
begin{document}
textbf{Space using : } There are various things needed to be done in order to do the things in 1000 ways as there are tons of different as well as unique ways to
end{document}
horizontal-alignment
add a comment |
I am trying to write the lines with textbf but next line is starting from the left side of the text written in textbf. Is there a way to do something so that next lines start exactly below of text in textbf?
documentclass {article}
begin{document}
textbf{Space using : } There are various things needed to be done in order to do the things in 1000 ways as there are tons of different as well as unique ways to
end{document}
horizontal-alignment
noindenttextbf{Space using : }
? Orparagraph{Space using : }}
?
– marmot
5 mins ago
Not working I tried
– Isla_Bonita
4 mins ago
add a comment |
I am trying to write the lines with textbf but next line is starting from the left side of the text written in textbf. Is there a way to do something so that next lines start exactly below of text in textbf?
documentclass {article}
begin{document}
textbf{Space using : } There are various things needed to be done in order to do the things in 1000 ways as there are tons of different as well as unique ways to
end{document}
horizontal-alignment
I am trying to write the lines with textbf but next line is starting from the left side of the text written in textbf. Is there a way to do something so that next lines start exactly below of text in textbf?
documentclass {article}
begin{document}
textbf{Space using : } There are various things needed to be done in order to do the things in 1000 ways as there are tons of different as well as unique ways to
end{document}
horizontal-alignment
horizontal-alignment
edited 4 mins ago
marmot
96.3k4111213
96.3k4111213
asked 7 mins ago
Isla_BonitaIsla_Bonita
24218
24218
noindenttextbf{Space using : }
? Orparagraph{Space using : }}
?
– marmot
5 mins ago
Not working I tried
– Isla_Bonita
4 mins ago
add a comment |
noindenttextbf{Space using : }
? Orparagraph{Space using : }}
?
– marmot
5 mins ago
Not working I tried
– Isla_Bonita
4 mins ago
noindenttextbf{Space using : }
? Or paragraph{Space using : }}
?– marmot
5 mins ago
noindenttextbf{Space using : }
? Or paragraph{Space using : }}
?– marmot
5 mins ago
Not working I tried
– Isla_Bonita
4 mins ago
Not working I tried
– Isla_Bonita
4 mins ago
add a comment |
1 Answer
1
active
oldest
votes
On my machine,
documentclass{article}
begin{document}
noindenttextbf{Space using : } There are various things needed to be done in order to do the things in 1000 ways as there are tons of different as well as unique ways to
paragraph{Space using : } There are various things needed to be done in order to do the things in 1000 ways as there are tons of different as well as unique ways to
end{document}
produces
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%2f472997%2falignment-problem-with-textbf%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
On my machine,
documentclass{article}
begin{document}
noindenttextbf{Space using : } There are various things needed to be done in order to do the things in 1000 ways as there are tons of different as well as unique ways to
paragraph{Space using : } There are various things needed to be done in order to do the things in 1000 ways as there are tons of different as well as unique ways to
end{document}
produces
add a comment |
On my machine,
documentclass{article}
begin{document}
noindenttextbf{Space using : } There are various things needed to be done in order to do the things in 1000 ways as there are tons of different as well as unique ways to
paragraph{Space using : } There are various things needed to be done in order to do the things in 1000 ways as there are tons of different as well as unique ways to
end{document}
produces
add a comment |
On my machine,
documentclass{article}
begin{document}
noindenttextbf{Space using : } There are various things needed to be done in order to do the things in 1000 ways as there are tons of different as well as unique ways to
paragraph{Space using : } There are various things needed to be done in order to do the things in 1000 ways as there are tons of different as well as unique ways to
end{document}
produces
On my machine,
documentclass{article}
begin{document}
noindenttextbf{Space using : } There are various things needed to be done in order to do the things in 1000 ways as there are tons of different as well as unique ways to
paragraph{Space using : } There are various things needed to be done in order to do the things in 1000 ways as there are tons of different as well as unique ways to
end{document}
produces
answered 2 mins ago
marmotmarmot
96.3k4111213
96.3k4111213
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%2f472997%2falignment-problem-with-textbf%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
noindenttextbf{Space using : }
? Orparagraph{Space using : }}
?– marmot
5 mins ago
Not working I tried
– Isla_Bonita
4 mins ago