How do I superimpose two math symbols?subseteq + circ as a single symbol (“open subset”)How to color math symbols?How do you superimpose two symbols over each other?Why does widehat behave differently if I insert hspace0pt?Symbols in Math ModeMath Symbols Palette?Using mathspec to change digits font in math mode isn't workingLyX: How to combine two math symbols?How to customize math symbols?typeset some unfamiliar math symbolsUsing printeranswers environment, how to print solutions in the box without the title “Solutions”
How can this tool find out registered domains from an IP?
Were Alexander the Great and Hephaestion lovers?
Longest bridge/tunnel that can be cycled over/through?
How can I get an unreasonable manager to approve time off?
Is using haveibeenpwned to validate password strength rational?
Winning Strategy for the Magician and his Apprentice
Giant Steps - Coltrane and Slonimsky
Why can't I use =default for default ctors with a member initializer list
What to do when surprise and a high initiative roll conflict with the narrative?
How do I prevent employees from either switching to competitors or opening their own business?
Is White controlling this game?
How is John Wick 3 a 15 certificate?
What makes Ada the language of choice for the ISS's safety-critical systems?
What can I, as a user, do about offensive reviews in App Store?
Soft question: Examples where lack of mathematical rigour cause security breaches?
How did old MS-DOS games utilize various graphic cards?
Paying more mana for a Flashed creature
You have (3^2 + 2^3 + 2^2) Guesses Left. Figure out the Last one
Can Rydberg constant be in joules?
Non-disclosure agreement in a small business
A IP can traceroute to it, but can not ping
How to communicate to my GM that not being allowed to use stealth isn't fun for me?
Using "subway" as name for London Underground?
Extreme flexible working hours: how to control people and activities?
How do I superimpose two math symbols?
subseteq + circ as a single symbol (“open subset”)How to color math symbols?How do you superimpose two symbols over each other?Why does widehat behave differently if I insert hspace0pt?Symbols in Math ModeMath Symbols Palette?Using mathspec to change digits font in math mode isn't workingLyX: How to combine two math symbols?How to customize math symbols?typeset some unfamiliar math symbolsUsing printeranswers environment, how to print solutions in the box without the title “Solutions”
I want to create a symbol that superimpose top and bot.
I have done this
documentclass[12pt]article
usepackageamsmath
newcommandmoddtophspace-3.17mmbot
begindocument
$modd top bot$
enddocument

But the vertical bar seems too thick. I have detexified the symbol and browsed through the comprehensive list, without success.
math-mode macros symbols
add a comment |
I want to create a symbol that superimpose top and bot.
I have done this
documentclass[12pt]article
usepackageamsmath
newcommandmoddtophspace-3.17mmbot
begindocument
$modd top bot$
enddocument

But the vertical bar seems too thick. I have detexified the symbol and browsed through the comprehensive list, without success.
math-mode macros symbols
Why not a capital sans-serifI(of the appropriate font)?
– Steven B. Segletes
May 22 at 10:37
@StevenB.Segletes Yes, I have tried this but the height should also be the same as the height oftop. I want to create a symbol saying in between top and bottom.
– Denis
May 22 at 10:40
add a comment |
I want to create a symbol that superimpose top and bot.
I have done this
documentclass[12pt]article
usepackageamsmath
newcommandmoddtophspace-3.17mmbot
begindocument
$modd top bot$
enddocument

But the vertical bar seems too thick. I have detexified the symbol and browsed through the comprehensive list, without success.
math-mode macros symbols
I want to create a symbol that superimpose top and bot.
I have done this
documentclass[12pt]article
usepackageamsmath
newcommandmoddtophspace-3.17mmbot
begindocument
$modd top bot$
enddocument

But the vertical bar seems too thick. I have detexified the symbol and browsed through the comprehensive list, without success.
math-mode macros symbols
math-mode macros symbols
edited May 22 at 15:10
Davislor
8,3891535
8,3891535
asked May 22 at 10:35
DenisDenis
2,824621
2,824621
Why not a capital sans-serifI(of the appropriate font)?
– Steven B. Segletes
May 22 at 10:37
@StevenB.Segletes Yes, I have tried this but the height should also be the same as the height oftop. I want to create a symbol saying in between top and bottom.
– Denis
May 22 at 10:40
add a comment |
Why not a capital sans-serifI(of the appropriate font)?
– Steven B. Segletes
May 22 at 10:37
@StevenB.Segletes Yes, I have tried this but the height should also be the same as the height oftop. I want to create a symbol saying in between top and bottom.
– Denis
May 22 at 10:40
Why not a capital sans-serif
I (of the appropriate font)?– Steven B. Segletes
May 22 at 10:37
Why not a capital sans-serif
I (of the appropriate font)?– Steven B. Segletes
May 22 at 10:37
@StevenB.Segletes Yes, I have tried this but the height should also be the same as the height of
top. I want to create a symbol saying in between top and bottom.– Denis
May 22 at 10:40
@StevenB.Segletes Yes, I have tried this but the height should also be the same as the height of
top. I want to create a symbol saying in between top and bottom.– Denis
May 22 at 10:40
add a comment |
2 Answers
2
active
oldest
votes
documentclass[12pt]article
usepackageamsmath,stackengine
newcommandmoddensurestackMathstackengine0pttopbotOcFFL
begindocument
$modd top bot $
enddocument

If you need it at smaller math styles:
documentclass[12pt]article
usepackageamsmath,stackengine,scalerel
newcommandmoddThisStyleensurestackMathstackengine0pt%
SavedStyletopSavedStylebotOcFFL
begindocument
$modd top bot $
$scriptstylemodd top bot $
$scriptscriptstylemodd top bot $
enddocument

add a comment |
You guessed a wrong value of the negative space. You needn't guess, TeX can do the work for you.
documentclassarticle
makeatletter
newcommandmoddmathordmathpalettedenis@moddrelax
newcommanddenis@modd[2]ooalign$m@th#1top$cr$m@th#1bot$cr
makeatother
begindocument
$moddtopbot$
enddocument

See https://tex.stackexchange.com/a/22375/4427 for more information on ooalign.
4
+1 for an answer which does not depend on any packages
– The old JouleV
May 22 at 10:56
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%2f492078%2fhow-do-i-superimpose-two-math-symbols%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
documentclass[12pt]article
usepackageamsmath,stackengine
newcommandmoddensurestackMathstackengine0pttopbotOcFFL
begindocument
$modd top bot $
enddocument

If you need it at smaller math styles:
documentclass[12pt]article
usepackageamsmath,stackengine,scalerel
newcommandmoddThisStyleensurestackMathstackengine0pt%
SavedStyletopSavedStylebotOcFFL
begindocument
$modd top bot $
$scriptstylemodd top bot $
$scriptscriptstylemodd top bot $
enddocument

add a comment |
documentclass[12pt]article
usepackageamsmath,stackengine
newcommandmoddensurestackMathstackengine0pttopbotOcFFL
begindocument
$modd top bot $
enddocument

If you need it at smaller math styles:
documentclass[12pt]article
usepackageamsmath,stackengine,scalerel
newcommandmoddThisStyleensurestackMathstackengine0pt%
SavedStyletopSavedStylebotOcFFL
begindocument
$modd top bot $
$scriptstylemodd top bot $
$scriptscriptstylemodd top bot $
enddocument

add a comment |
documentclass[12pt]article
usepackageamsmath,stackengine
newcommandmoddensurestackMathstackengine0pttopbotOcFFL
begindocument
$modd top bot $
enddocument

If you need it at smaller math styles:
documentclass[12pt]article
usepackageamsmath,stackengine,scalerel
newcommandmoddThisStyleensurestackMathstackengine0pt%
SavedStyletopSavedStylebotOcFFL
begindocument
$modd top bot $
$scriptstylemodd top bot $
$scriptscriptstylemodd top bot $
enddocument

documentclass[12pt]article
usepackageamsmath,stackengine
newcommandmoddensurestackMathstackengine0pttopbotOcFFL
begindocument
$modd top bot $
enddocument

If you need it at smaller math styles:
documentclass[12pt]article
usepackageamsmath,stackengine,scalerel
newcommandmoddThisStyleensurestackMathstackengine0pt%
SavedStyletopSavedStylebotOcFFL
begindocument
$modd top bot $
$scriptstylemodd top bot $
$scriptscriptstylemodd top bot $
enddocument

edited May 22 at 10:44
answered May 22 at 10:39
Steven B. SegletesSteven B. Segletes
166k9210427
166k9210427
add a comment |
add a comment |
You guessed a wrong value of the negative space. You needn't guess, TeX can do the work for you.
documentclassarticle
makeatletter
newcommandmoddmathordmathpalettedenis@moddrelax
newcommanddenis@modd[2]ooalign$m@th#1top$cr$m@th#1bot$cr
makeatother
begindocument
$moddtopbot$
enddocument

See https://tex.stackexchange.com/a/22375/4427 for more information on ooalign.
4
+1 for an answer which does not depend on any packages
– The old JouleV
May 22 at 10:56
add a comment |
You guessed a wrong value of the negative space. You needn't guess, TeX can do the work for you.
documentclassarticle
makeatletter
newcommandmoddmathordmathpalettedenis@moddrelax
newcommanddenis@modd[2]ooalign$m@th#1top$cr$m@th#1bot$cr
makeatother
begindocument
$moddtopbot$
enddocument

See https://tex.stackexchange.com/a/22375/4427 for more information on ooalign.
4
+1 for an answer which does not depend on any packages
– The old JouleV
May 22 at 10:56
add a comment |
You guessed a wrong value of the negative space. You needn't guess, TeX can do the work for you.
documentclassarticle
makeatletter
newcommandmoddmathordmathpalettedenis@moddrelax
newcommanddenis@modd[2]ooalign$m@th#1top$cr$m@th#1bot$cr
makeatother
begindocument
$moddtopbot$
enddocument

See https://tex.stackexchange.com/a/22375/4427 for more information on ooalign.
You guessed a wrong value of the negative space. You needn't guess, TeX can do the work for you.
documentclassarticle
makeatletter
newcommandmoddmathordmathpalettedenis@moddrelax
newcommanddenis@modd[2]ooalign$m@th#1top$cr$m@th#1bot$cr
makeatother
begindocument
$moddtopbot$
enddocument

See https://tex.stackexchange.com/a/22375/4427 for more information on ooalign.
answered May 22 at 10:46
egregegreg
746k8919543295
746k8919543295
4
+1 for an answer which does not depend on any packages
– The old JouleV
May 22 at 10:56
add a comment |
4
+1 for an answer which does not depend on any packages
– The old JouleV
May 22 at 10:56
4
4
+1 for an answer which does not depend on any packages
– The old JouleV
May 22 at 10:56
+1 for an answer which does not depend on any packages
– The old JouleV
May 22 at 10:56
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%2f492078%2fhow-do-i-superimpose-two-math-symbols%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
Why not a capital sans-serif
I(of the appropriate font)?– Steven B. Segletes
May 22 at 10:37
@StevenB.Segletes Yes, I have tried this but the height should also be the same as the height of
top. I want to create a symbol saying in between top and bottom.– Denis
May 22 at 10:40