White horizontal space











up vote
0
down vote

favorite












I know the possible ways to add white space between two texts, as explained and answered here.
What I'm struggling to set is a white space before one word, nothing that I tried worked except this:



documentclass[11pt]{article}
usepackage{tcolorbox}
begin{document}
noindentfcolorbox{black}{white}{
parbox{textwidth}{
Usage: export.py \
begin{tabular}{lp{5cm}}
& Save the ...

end{tabular}}}
end{document}


My question is: can I get this output from the line in a different way or this is the only way to have a white space before a word? enter image description here



EDIT: update the code; the everything is inside a parbox and I cannot use quad, qquad or hspace.



EDIT2: I need to create a box with inside the option for a script in a similar way they are presented in the terminal:



enter image description here










share|improve this question
























  • You can add some horizontal predefined space with quad for example. Or more general, hspace{1cm} (use with caution).
    – Sigur
    Nov 26 at 13:07










  • Explain better what you wish. There could be a better way to type it. For example, move Usage: in the first cell of the table and export.py to the second cell, 1st row.
    – Sigur
    Nov 26 at 13:09












  • isn't this a description list, something like begin{description} item[export.py] Save the ... then with suitable style for the list item labels being applied?
    – David Carlisle
    Nov 26 at 13:10










  • I update the question.
    – toom501
    Nov 26 at 13:20















up vote
0
down vote

favorite












I know the possible ways to add white space between two texts, as explained and answered here.
What I'm struggling to set is a white space before one word, nothing that I tried worked except this:



documentclass[11pt]{article}
usepackage{tcolorbox}
begin{document}
noindentfcolorbox{black}{white}{
parbox{textwidth}{
Usage: export.py \
begin{tabular}{lp{5cm}}
& Save the ...

end{tabular}}}
end{document}


My question is: can I get this output from the line in a different way or this is the only way to have a white space before a word? enter image description here



EDIT: update the code; the everything is inside a parbox and I cannot use quad, qquad or hspace.



EDIT2: I need to create a box with inside the option for a script in a similar way they are presented in the terminal:



enter image description here










share|improve this question
























  • You can add some horizontal predefined space with quad for example. Or more general, hspace{1cm} (use with caution).
    – Sigur
    Nov 26 at 13:07










  • Explain better what you wish. There could be a better way to type it. For example, move Usage: in the first cell of the table and export.py to the second cell, 1st row.
    – Sigur
    Nov 26 at 13:09












  • isn't this a description list, something like begin{description} item[export.py] Save the ... then with suitable style for the list item labels being applied?
    – David Carlisle
    Nov 26 at 13:10










  • I update the question.
    – toom501
    Nov 26 at 13:20













up vote
0
down vote

favorite









up vote
0
down vote

favorite











I know the possible ways to add white space between two texts, as explained and answered here.
What I'm struggling to set is a white space before one word, nothing that I tried worked except this:



documentclass[11pt]{article}
usepackage{tcolorbox}
begin{document}
noindentfcolorbox{black}{white}{
parbox{textwidth}{
Usage: export.py \
begin{tabular}{lp{5cm}}
& Save the ...

end{tabular}}}
end{document}


My question is: can I get this output from the line in a different way or this is the only way to have a white space before a word? enter image description here



EDIT: update the code; the everything is inside a parbox and I cannot use quad, qquad or hspace.



EDIT2: I need to create a box with inside the option for a script in a similar way they are presented in the terminal:



enter image description here










share|improve this question















I know the possible ways to add white space between two texts, as explained and answered here.
What I'm struggling to set is a white space before one word, nothing that I tried worked except this:



documentclass[11pt]{article}
usepackage{tcolorbox}
begin{document}
noindentfcolorbox{black}{white}{
parbox{textwidth}{
Usage: export.py \
begin{tabular}{lp{5cm}}
& Save the ...

end{tabular}}}
end{document}


My question is: can I get this output from the line in a different way or this is the only way to have a white space before a word? enter image description here



EDIT: update the code; the everything is inside a parbox and I cannot use quad, qquad or hspace.



EDIT2: I need to create a box with inside the option for a script in a similar way they are presented in the terminal:



enter image description here







spacing






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Nov 26 at 14:02









Raaja

2,0742525




2,0742525










asked Nov 26 at 13:02









toom501

515




515












  • You can add some horizontal predefined space with quad for example. Or more general, hspace{1cm} (use with caution).
    – Sigur
    Nov 26 at 13:07










  • Explain better what you wish. There could be a better way to type it. For example, move Usage: in the first cell of the table and export.py to the second cell, 1st row.
    – Sigur
    Nov 26 at 13:09












  • isn't this a description list, something like begin{description} item[export.py] Save the ... then with suitable style for the list item labels being applied?
    – David Carlisle
    Nov 26 at 13:10










  • I update the question.
    – toom501
    Nov 26 at 13:20


















  • You can add some horizontal predefined space with quad for example. Or more general, hspace{1cm} (use with caution).
    – Sigur
    Nov 26 at 13:07










  • Explain better what you wish. There could be a better way to type it. For example, move Usage: in the first cell of the table and export.py to the second cell, 1st row.
    – Sigur
    Nov 26 at 13:09












  • isn't this a description list, something like begin{description} item[export.py] Save the ... then with suitable style for the list item labels being applied?
    – David Carlisle
    Nov 26 at 13:10










  • I update the question.
    – toom501
    Nov 26 at 13:20
















You can add some horizontal predefined space with quad for example. Or more general, hspace{1cm} (use with caution).
– Sigur
Nov 26 at 13:07




You can add some horizontal predefined space with quad for example. Or more general, hspace{1cm} (use with caution).
– Sigur
Nov 26 at 13:07












Explain better what you wish. There could be a better way to type it. For example, move Usage: in the first cell of the table and export.py to the second cell, 1st row.
– Sigur
Nov 26 at 13:09






Explain better what you wish. There could be a better way to type it. For example, move Usage: in the first cell of the table and export.py to the second cell, 1st row.
– Sigur
Nov 26 at 13:09














isn't this a description list, something like begin{description} item[export.py] Save the ... then with suitable style for the list item labels being applied?
– David Carlisle
Nov 26 at 13:10




isn't this a description list, something like begin{description} item[export.py] Save the ... then with suitable style for the list item labels being applied?
– David Carlisle
Nov 26 at 13:10












I update the question.
– toom501
Nov 26 at 13:20




I update the question.
– toom501
Nov 26 at 13:20










1 Answer
1






active

oldest

votes

















up vote
0
down vote



accepted










Not a complete answer, but, just a starting point for you:



documentclass[11pt]{article}
usepackage{tcolorbox}
begin{document}
color{white}
noindentfcolorbox{black}{black}{
parbox{textwidth}{
begin{tabular}{lp{5cm}}
Usage:& export.py \
& Save the ...\
Options:&\
multicolumn{1}{r}{-h,}&-{}-help \
multicolumn{1}{r}{-p,}&-{}-please continue\
multicolumn{1}{r}{-f,}&-{}-from here\
end{tabular}}}
end{document}


which will give you:



enter image description here






share|improve this answer





















  • Thank you, looks good to me. :)
    – toom501
    Nov 26 at 14:32











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
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f461818%2fwhite-horizontal-space%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



accepted










Not a complete answer, but, just a starting point for you:



documentclass[11pt]{article}
usepackage{tcolorbox}
begin{document}
color{white}
noindentfcolorbox{black}{black}{
parbox{textwidth}{
begin{tabular}{lp{5cm}}
Usage:& export.py \
& Save the ...\
Options:&\
multicolumn{1}{r}{-h,}&-{}-help \
multicolumn{1}{r}{-p,}&-{}-please continue\
multicolumn{1}{r}{-f,}&-{}-from here\
end{tabular}}}
end{document}


which will give you:



enter image description here






share|improve this answer





















  • Thank you, looks good to me. :)
    – toom501
    Nov 26 at 14:32















up vote
0
down vote



accepted










Not a complete answer, but, just a starting point for you:



documentclass[11pt]{article}
usepackage{tcolorbox}
begin{document}
color{white}
noindentfcolorbox{black}{black}{
parbox{textwidth}{
begin{tabular}{lp{5cm}}
Usage:& export.py \
& Save the ...\
Options:&\
multicolumn{1}{r}{-h,}&-{}-help \
multicolumn{1}{r}{-p,}&-{}-please continue\
multicolumn{1}{r}{-f,}&-{}-from here\
end{tabular}}}
end{document}


which will give you:



enter image description here






share|improve this answer





















  • Thank you, looks good to me. :)
    – toom501
    Nov 26 at 14:32













up vote
0
down vote



accepted







up vote
0
down vote



accepted






Not a complete answer, but, just a starting point for you:



documentclass[11pt]{article}
usepackage{tcolorbox}
begin{document}
color{white}
noindentfcolorbox{black}{black}{
parbox{textwidth}{
begin{tabular}{lp{5cm}}
Usage:& export.py \
& Save the ...\
Options:&\
multicolumn{1}{r}{-h,}&-{}-help \
multicolumn{1}{r}{-p,}&-{}-please continue\
multicolumn{1}{r}{-f,}&-{}-from here\
end{tabular}}}
end{document}


which will give you:



enter image description here






share|improve this answer












Not a complete answer, but, just a starting point for you:



documentclass[11pt]{article}
usepackage{tcolorbox}
begin{document}
color{white}
noindentfcolorbox{black}{black}{
parbox{textwidth}{
begin{tabular}{lp{5cm}}
Usage:& export.py \
& Save the ...\
Options:&\
multicolumn{1}{r}{-h,}&-{}-help \
multicolumn{1}{r}{-p,}&-{}-please continue\
multicolumn{1}{r}{-f,}&-{}-from here\
end{tabular}}}
end{document}


which will give you:



enter image description here







share|improve this answer












share|improve this answer



share|improve this answer










answered Nov 26 at 14:10









Raaja

2,0742525




2,0742525












  • Thank you, looks good to me. :)
    – toom501
    Nov 26 at 14:32


















  • Thank you, looks good to me. :)
    – toom501
    Nov 26 at 14:32
















Thank you, looks good to me. :)
– toom501
Nov 26 at 14:32




Thank you, looks good to me. :)
– toom501
Nov 26 at 14:32


















draft saved

draft discarded




















































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.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f461818%2fwhite-horizontal-space%23new-answer', 'question_page');
}
);

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







Popular posts from this blog

Biblatex bibliography style without URLs when DOI exists (in Overleaf with Zotero bibliography)

ComboBox Display Member on multiple fields

Is it possible to collect Nectar points via Trainline?