escaping brackets in description environmentHow to draw this tableEscaping square bracesMore on dealing with...
What was the exact wording from Ivanhoe of this advice on how to free yourself from slavery?
When were female captains banned from Starfleet?
What is this called? Old film camera viewer?
Can Legal Documents Be Siged In Non-Standard Pen Colors?
L1 and Ln cache: when are they written?
Is this toilet slogan correct usage of the English language?
is this legal and f i dont come up with extra money is the deal off
Creepy dinosaur pc game identification
Count the occurrence of each unique word in the file
Can I sign legal documents with a smiley face?
Redundant comparison & "if" before assignment
Reverse int within the 32-bit signed integer range: [−2^31, 2^31 − 1]
What should you do if you miss a job interview (deliberately)?
Why did the Mercure fail?
Why did the EU agree to delay the Brexit deadline?
copy and scale one figure (wheel)
How to implement a feedback to keep the DC gain at zero for this conceptual passive filter?
What does routing an IP address mean?
Non-trope happy ending?
What should you do when eye contact makes your subordinate uncomfortable?
Which one is correct as adjective “protruding” or “protruded”?
Lowest total scrabble score
Aragorn's "guise" in the Orthanc Stone
Open a doc from terminal, but not by its name
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 17 mins 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