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
    12 hours ago










  • 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
    12 hours ago












  • 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
    12 hours ago










  • I update the question.
    – toom501
    12 hours ago















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
    12 hours ago










  • 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
    12 hours ago












  • 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
    12 hours ago










  • I update the question.
    – toom501
    12 hours ago













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 11 hours ago









Raaja

1,9662523




1,9662523










asked 12 hours ago









toom501

515




515












  • You can add some horizontal predefined space with quad for example. Or more general, hspace{1cm} (use with caution).
    – Sigur
    12 hours ago










  • 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
    12 hours ago












  • 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
    12 hours ago










  • I update the question.
    – toom501
    12 hours ago


















  • You can add some horizontal predefined space with quad for example. Or more general, hspace{1cm} (use with caution).
    – Sigur
    12 hours ago










  • 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
    12 hours ago












  • 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
    12 hours ago










  • I update the question.
    – toom501
    12 hours ago
















You can add some horizontal predefined space with quad for example. Or more general, hspace{1cm} (use with caution).
– Sigur
12 hours ago




You can add some horizontal predefined space with quad for example. Or more general, hspace{1cm} (use with caution).
– Sigur
12 hours ago












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
12 hours ago






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
12 hours ago














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
12 hours ago




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
12 hours ago












I update the question.
– toom501
12 hours ago




I update the question.
– toom501
12 hours ago










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
    11 hours ago











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
    11 hours ago















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
    11 hours ago













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 11 hours ago









Raaja

1,9662523




1,9662523












  • Thank you, looks good to me. :)
    – toom501
    11 hours ago


















  • Thank you, looks good to me. :)
    – toom501
    11 hours ago
















Thank you, looks good to me. :)
– toom501
11 hours ago




Thank you, looks good to me. :)
– toom501
11 hours ago


















 

draft saved


draft discarded



















































 


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

Entries order in /etc/network/interfaces

新発田市

Grub takes very long (several minutes) to open Menu (in Multi-Boot-System)