How to set letter above or below the symbol? Announcing the arrival of Valued Associate #679:...
What LEGO pieces have "real-world" functionality?
Jazz greats knew nothing of modes. Why are they used to improvise on standards?
Unexpected result with right shift after bitwise negation
Can I add database to AWS RDS MySQL without creating new instance?
The following signatures were invalid: EXPKEYSIG 1397BC53640DB551
If A makes B more likely then B makes A more likely"
90's book, teen horror
Is it possible to ask for a hotel room without minibar/extra services?
Can smartphones with the same camera sensor have different image quality?
Unable to start mainnet node docker container
How do I automatically answer y in bash script?
Cauchy Sequence Characterized only By Directly Neighbouring Sequence Members
Working around an AWS network ACL rule limit
Mortgage adviser recommends a longer term than necessary combined with overpayments
How can players take actions together that are impossible otherwise?
Stars Make Stars
What did Darwin mean by 'squib' here?
How to say that you spent the night with someone, you were only sleeping and nothing else?
Why does this iterative way of solving of equation work?
Can a zero nonce be safely used with AES-GCM if the key is random and never used again?
Complexity of many constant time steps with occasional logarithmic steps
Replacing HDD with SSD; what about non-APFS/APFS?
How to say 'striped' in Latin
How to rotate it perfectly?
How to set letter above or below the symbol?
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)How can I make an overset symbol at the same size and height as bar except with a different symbol?Write above the symbol math “subset”Superimpose letter on integral symbolDecrease vertical whitespace when stacking above and below arrowChange vertical space in oversetSymbol: “maps isomorphically”adjusting symbols above letter in mathmodedouble tilde symbol under letterLetter with circle above — not a dot — in math modeHow to print “~” in order to put text above it
I have known overset{K}{|}
to set above. However how to do like this:
stacking-symbols
New contributor
add a comment |
I have known overset{K}{|}
to set above. However how to do like this:
stacking-symbols
New contributor
add a comment |
I have known overset{K}{|}
to set above. However how to do like this:
stacking-symbols
New contributor
I have known overset{K}{|}
to set above. However how to do like this:
stacking-symbols
stacking-symbols
New contributor
New contributor
edited 55 mins ago
JouleV
13.4k22663
13.4k22663
New contributor
asked 1 hour ago
Z MarioZ Mario
61
61
New contributor
New contributor
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Currently, the width of the k=1
determines the width of the stack. If it is needed so that the width of K
determines the width of the stack, please let me know.
documentclass{article}
usepackage{stackengine}
stackMath
begin{document}
$stackunder[2pt]{K}{stackunder[2pt]{%
rule{.6pt}{15pt}mkern2murule{.6pt}{15pt}}{scriptstyle k=1}}$
end{document}
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
});
}
});
Z Mario is a new contributor. Be nice, and check out our Code of Conduct.
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%2f484872%2fhow-to-set-letter-above-or-below-the-symbol%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
Currently, the width of the k=1
determines the width of the stack. If it is needed so that the width of K
determines the width of the stack, please let me know.
documentclass{article}
usepackage{stackengine}
stackMath
begin{document}
$stackunder[2pt]{K}{stackunder[2pt]{%
rule{.6pt}{15pt}mkern2murule{.6pt}{15pt}}{scriptstyle k=1}}$
end{document}
add a comment |
Currently, the width of the k=1
determines the width of the stack. If it is needed so that the width of K
determines the width of the stack, please let me know.
documentclass{article}
usepackage{stackengine}
stackMath
begin{document}
$stackunder[2pt]{K}{stackunder[2pt]{%
rule{.6pt}{15pt}mkern2murule{.6pt}{15pt}}{scriptstyle k=1}}$
end{document}
add a comment |
Currently, the width of the k=1
determines the width of the stack. If it is needed so that the width of K
determines the width of the stack, please let me know.
documentclass{article}
usepackage{stackengine}
stackMath
begin{document}
$stackunder[2pt]{K}{stackunder[2pt]{%
rule{.6pt}{15pt}mkern2murule{.6pt}{15pt}}{scriptstyle k=1}}$
end{document}
Currently, the width of the k=1
determines the width of the stack. If it is needed so that the width of K
determines the width of the stack, please let me know.
documentclass{article}
usepackage{stackengine}
stackMath
begin{document}
$stackunder[2pt]{K}{stackunder[2pt]{%
rule{.6pt}{15pt}mkern2murule{.6pt}{15pt}}{scriptstyle k=1}}$
end{document}
edited 1 hour ago
answered 1 hour ago
Steven B. SegletesSteven B. Segletes
162k9206418
162k9206418
add a comment |
add a comment |
Z Mario is a new contributor. Be nice, and check out our Code of Conduct.
Z Mario is a new contributor. Be nice, and check out our Code of Conduct.
Z Mario is a new contributor. Be nice, and check out our Code of Conduct.
Z Mario is a new contributor. Be nice, and check out our Code of Conduct.
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%2f484872%2fhow-to-set-letter-above-or-below-the-symbol%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