LaTeX models symbol that goes both ways
Is there a LaTeX symbol for models
that goes both ways? All I need is another vertical line at the end.
math-mode symbols logic
add a comment |
Is there a LaTeX symbol for models
that goes both ways? All I need is another vertical line at the end.
math-mode symbols logic
3
Welcome to TeX.SE! Like here?
– marmot
Jan 24 at 6:11
add a comment |
Is there a LaTeX symbol for models
that goes both ways? All I need is another vertical line at the end.
math-mode symbols logic
Is there a LaTeX symbol for models
that goes both ways? All I need is another vertical line at the end.
math-mode symbols logic
math-mode symbols logic
edited Jan 24 at 6:09


JouleV
5,84321549
5,84321549
asked Jan 24 at 6:08


Tim WeahTim Weah
212
212
3
Welcome to TeX.SE! Like here?
– marmot
Jan 24 at 6:11
add a comment |
3
Welcome to TeX.SE! Like here?
– marmot
Jan 24 at 6:11
3
3
Welcome to TeX.SE! Like here?
– marmot
Jan 24 at 6:11
Welcome to TeX.SE! Like here?
– marmot
Jan 24 at 6:11
add a comment |
3 Answers
3
active
oldest
votes
Like this?
documentclass{article}
newcommand{mymod}{models!mid}
begin{document}
[
A mymod B
]
end{document}
add a comment |
Set a new math
rel
ation that join
s models
and rvert
:
documentclass{article}
usepackage{amsmath}
newcommand{modelsm}{mathrel{modelsjoinrelrvert}}
begin{document}
$A modelsm B$
end{document}
add a comment |
It’s in unicode-math
, stix
and stix2
as gleichstark
. The Unicode symbol ⧦ is U+29E6. The default math font, Latin Modern Math, does not contain it as of January 2019, but many others do.
documentclass[varwidth, preview]{standalone}
usepackage{unicode-math}
defaultfontfeatures{Scale = MatchUppercase}
setmainfont{STIX Two Text}[Scale=1.0]
setmathfont{STIX Two Math}
begin{document}
( sigma gleichstark tau )
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
});
}
});
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%2f471593%2flatex-models-symbol-that-goes-both-ways%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
Like this?
documentclass{article}
newcommand{mymod}{models!mid}
begin{document}
[
A mymod B
]
end{document}
add a comment |
Like this?
documentclass{article}
newcommand{mymod}{models!mid}
begin{document}
[
A mymod B
]
end{document}
add a comment |
Like this?
documentclass{article}
newcommand{mymod}{models!mid}
begin{document}
[
A mymod B
]
end{document}
Like this?
documentclass{article}
newcommand{mymod}{models!mid}
begin{document}
[
A mymod B
]
end{document}
answered Jan 24 at 6:22


CarLaTeXCarLaTeX
33.5k551137
33.5k551137
add a comment |
add a comment |
Set a new math
rel
ation that join
s models
and rvert
:
documentclass{article}
usepackage{amsmath}
newcommand{modelsm}{mathrel{modelsjoinrelrvert}}
begin{document}
$A modelsm B$
end{document}
add a comment |
Set a new math
rel
ation that join
s models
and rvert
:
documentclass{article}
usepackage{amsmath}
newcommand{modelsm}{mathrel{modelsjoinrelrvert}}
begin{document}
$A modelsm B$
end{document}
add a comment |
Set a new math
rel
ation that join
s models
and rvert
:
documentclass{article}
usepackage{amsmath}
newcommand{modelsm}{mathrel{modelsjoinrelrvert}}
begin{document}
$A modelsm B$
end{document}
Set a new math
rel
ation that join
s models
and rvert
:
documentclass{article}
usepackage{amsmath}
newcommand{modelsm}{mathrel{modelsjoinrelrvert}}
begin{document}
$A modelsm B$
end{document}
answered Jan 24 at 6:37


WernerWerner
448k709911697
448k709911697
add a comment |
add a comment |
It’s in unicode-math
, stix
and stix2
as gleichstark
. The Unicode symbol ⧦ is U+29E6. The default math font, Latin Modern Math, does not contain it as of January 2019, but many others do.
documentclass[varwidth, preview]{standalone}
usepackage{unicode-math}
defaultfontfeatures{Scale = MatchUppercase}
setmainfont{STIX Two Text}[Scale=1.0]
setmathfont{STIX Two Math}
begin{document}
( sigma gleichstark tau )
end{document}
add a comment |
It’s in unicode-math
, stix
and stix2
as gleichstark
. The Unicode symbol ⧦ is U+29E6. The default math font, Latin Modern Math, does not contain it as of January 2019, but many others do.
documentclass[varwidth, preview]{standalone}
usepackage{unicode-math}
defaultfontfeatures{Scale = MatchUppercase}
setmainfont{STIX Two Text}[Scale=1.0]
setmathfont{STIX Two Math}
begin{document}
( sigma gleichstark tau )
end{document}
add a comment |
It’s in unicode-math
, stix
and stix2
as gleichstark
. The Unicode symbol ⧦ is U+29E6. The default math font, Latin Modern Math, does not contain it as of January 2019, but many others do.
documentclass[varwidth, preview]{standalone}
usepackage{unicode-math}
defaultfontfeatures{Scale = MatchUppercase}
setmainfont{STIX Two Text}[Scale=1.0]
setmathfont{STIX Two Math}
begin{document}
( sigma gleichstark tau )
end{document}
It’s in unicode-math
, stix
and stix2
as gleichstark
. The Unicode symbol ⧦ is U+29E6. The default math font, Latin Modern Math, does not contain it as of January 2019, but many others do.
documentclass[varwidth, preview]{standalone}
usepackage{unicode-math}
defaultfontfeatures{Scale = MatchUppercase}
setmainfont{STIX Two Text}[Scale=1.0]
setmathfont{STIX Two Math}
begin{document}
( sigma gleichstark tau )
end{document}
answered Jan 24 at 23:12
DavislorDavislor
6,6771429
6,6771429
add a comment |
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%2f471593%2flatex-models-symbol-that-goes-both-ways%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
3
Welcome to TeX.SE! Like here?
– marmot
Jan 24 at 6:11