escaping brackets in description environmentHow to draw this tableEscaping square bracesMore on dealing with...
Symbol used to indicate indivisibility
"Spoil" vs "Ruin"
What is the evidence for the "tyranny of the majority problem" in a direct democracy context?
Why should universal income be universal?
Did arcade monitors have same pixel aspect ratio as TV sets?
What percentage of fillings performed today are done with mercury amalgam?
Added a new user on Ubuntu, set password not working?
Pre-mixing cryogenic fuels and using only one fuel tank
How to follow the Halacha?
Store Credit Card Information in Password Manager?
Why did the Mercure fail?
When were female captains banned from Starfleet?
Redundant comparison & "if" before assignment
2.8 Why are collections grayed out? How can I open them?
Problem with TransformedDistribution
C++ debug/print custom type with GDB : the case of nlohmann json library
Is it safe to use olive oil to clean the ear wax?
Has any country ever had 2 former presidents in jail simultaneously?
What was this official D&D 3.5e Lovecraft-flavored rulebook?
Is it improper etiquette to ask your opponent what his/her rating is before the game?
Is the U.S. Code copyrighted by the Government?
On a tidally locked planet, would time be quantized?
Non-trope happy ending?
How do you make your own symbol when Detexify fails?
escaping brackets in description environment
How to draw this tableEscaping square bracesMore on dealing with long description environment items in beamerBig brackets around TextDescription environment with customized labelsForce itemize inside description onto a new linecustomize description environmentMultiline brackets within a {description} environmentHiding description part of item in description environmentControl the description environment itembracket as ordinary symbol in math mode
i didn't find a working solution to escape brackets [ ] inside a description.
begin{description}
item[$ chmod [options] mode textless filename textgreater] change filepermissions: chmod -v u+rwx myfile.txt
end{description}
should produce:
$ chmod [options] mode change filepermissions: chmod -v u+rwx myfile.txt
brackets delimiters description
add a comment |
i didn't find a working solution to escape brackets [ ] inside a description.
begin{description}
item[$ chmod [options] mode textless filename textgreater] change filepermissions: chmod -v u+rwx myfile.txt
end{description}
should produce:
$ chmod [options] mode change filepermissions: chmod -v u+rwx myfile.txt
brackets delimiters description
item[texttt{$ chmod [options] mode <filename>}]If you don't want a typewriter font, just removetexttt(not the braces) and usetextlessandtextgreater.
– egreg
Apr 29 '18 at 9:24
add a comment |
i didn't find a working solution to escape brackets [ ] inside a description.
begin{description}
item[$ chmod [options] mode textless filename textgreater] change filepermissions: chmod -v u+rwx myfile.txt
end{description}
should produce:
$ chmod [options] mode change filepermissions: chmod -v u+rwx myfile.txt
brackets delimiters description
i didn't find a working solution to escape brackets [ ] inside a description.
begin{description}
item[$ chmod [options] mode textless filename textgreater] change filepermissions: chmod -v u+rwx myfile.txt
end{description}
should produce:
$ chmod [options] mode change filepermissions: chmod -v u+rwx myfile.txt
brackets delimiters description
brackets delimiters description
asked Apr 29 '18 at 9:22
novskinovski
53939
53939
item[texttt{$ chmod [options] mode <filename>}]If you don't want a typewriter font, just removetexttt(not the braces) and usetextlessandtextgreater.
– egreg
Apr 29 '18 at 9:24
add a comment |
item[texttt{$ chmod [options] mode <filename>}]If you don't want a typewriter font, just removetexttt(not the braces) and usetextlessandtextgreater.
– egreg
Apr 29 '18 at 9:24
item[texttt{$ chmod [options] mode <filename>}] If you don't want a typewriter font, just remove texttt (not the braces) and use textless and textgreater.– egreg
Apr 29 '18 at 9:24
item[texttt{$ chmod [options] mode <filename>}] If you don't want a typewriter font, just remove texttt (not the braces) and use textless and textgreater.– egreg
Apr 29 '18 at 9:24
add a comment |
1 Answer
1
active
oldest
votes
Simply put the brackets in a group:
documentclass{article}
begin{document}
begin{description}
item[$ chmod {[options]} mode textless filename textgreater] change filepermissions: chmod -v u+rwx myfile.txt
end{description}
end{document}

Could you please make these cells able to contains very long text and keep it vertical without break it into tow lines in this question tex.stackexchange.com/questions/429128/how-to-draw-this-table
– Educ
Apr 29 '18 at 13:13
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%2f429132%2fescaping-brackets-in-description-environment%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
Simply put the brackets in a group:
documentclass{article}
begin{document}
begin{description}
item[$ chmod {[options]} mode textless filename textgreater] change filepermissions: chmod -v u+rwx myfile.txt
end{description}
end{document}

Could you please make these cells able to contains very long text and keep it vertical without break it into tow lines in this question tex.stackexchange.com/questions/429128/how-to-draw-this-table
– Educ
Apr 29 '18 at 13:13
add a comment |
Simply put the brackets in a group:
documentclass{article}
begin{document}
begin{description}
item[$ chmod {[options]} mode textless filename textgreater] change filepermissions: chmod -v u+rwx myfile.txt
end{description}
end{document}

Could you please make these cells able to contains very long text and keep it vertical without break it into tow lines in this question tex.stackexchange.com/questions/429128/how-to-draw-this-table
– Educ
Apr 29 '18 at 13:13
add a comment |
Simply put the brackets in a group:
documentclass{article}
begin{document}
begin{description}
item[$ chmod {[options]} mode textless filename textgreater] change filepermissions: chmod -v u+rwx myfile.txt
end{description}
end{document}

Simply put the brackets in a group:
documentclass{article}
begin{document}
begin{description}
item[$ chmod {[options]} mode textless filename textgreater] change filepermissions: chmod -v u+rwx myfile.txt
end{description}
end{document}

edited 1 min ago
answered Apr 29 '18 at 9:44
BernardBernard
174k776206
174k776206
Could you please make these cells able to contains very long text and keep it vertical without break it into tow lines in this question tex.stackexchange.com/questions/429128/how-to-draw-this-table
– Educ
Apr 29 '18 at 13:13
add a comment |
Could you please make these cells able to contains very long text and keep it vertical without break it into tow lines in this question tex.stackexchange.com/questions/429128/how-to-draw-this-table
– Educ
Apr 29 '18 at 13:13
Could you please make these cells able to contains very long text and keep it vertical without break it into tow lines in this question tex.stackexchange.com/questions/429128/how-to-draw-this-table
– Educ
Apr 29 '18 at 13:13
Could you please make these cells able to contains very long text and keep it vertical without break it into tow lines in this question tex.stackexchange.com/questions/429128/how-to-draw-this-table
– Educ
Apr 29 '18 at 13:13
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%2f429132%2fescaping-brackets-in-description-environment%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
item[texttt{$ chmod [options] mode <filename>}]If you don't want a typewriter font, just removetexttt(not the braces) and usetextlessandtextgreater.– egreg
Apr 29 '18 at 9:24