Star/Wye electrical connection math symbolThe √ symbol in the unicode-math package$VDash$ Symbol in AMS math packages?Getting items above and below a compound math symbolmath symbol : bar touching an omegaMissing $ inserted when using custom math symbolUsing newcommand to create a math symbolMath symbol explanation in the same lineFormatting of a star in the right upper corner of a product symbolAlign vector symbol with upright math letternewcommand: Combine (optional) star and optional parameter
How can I tell some body that I want to be his or her friend?
Does a druid starting with a bow start with no arrows?
What is the intuition behind short exact sequences of groups; in particular, what is the intuition behind group extensions?
Issue with type force PATH search
GFCI outlets - can they be repaired? Are they really needed at the end of a circuit?
Why doesn't using multiple commands with a || or && conditional work?
I'm going to France and my passport expires June 19th
Is it possible to create a QR code using text?
Why "Having chlorophyll without photosynthesis is actually very dangerous" and "like living with a bomb"?
Personal Teleportation: From Rags to Riches
What method can I use to design a dungeon difficult enough that the PCs can't make it through without killing them?
Infinite Abelian subgroup of infinite non Abelian group example
What exploit are these user agents trying to use?
Arrow those variables!
What is the formal way to express the meaning of a variable?
Why does ы have a soft sign in it?
What does it mean to describe someone as a butt steak?
How to prevent "they're falling in love" trope
Can a rocket refuel on Mars from water?
Is "remove commented out code" correct English?
Aircraft with solar-panels?
Asymptotics of orbits on graphs
What about the virus in 12 Monkeys?
Why is the ratio of two extensive quantities always intensive?
Star/Wye electrical connection math symbol
The √ symbol in the unicode-math package$VDash$ Symbol in AMS math packages?Getting items above and below a compound math symbolmath symbol : bar touching an omegaMissing $ inserted when using custom math symbolUsing newcommand to create a math symbolMath symbol explanation in the same lineFormatting of a star in the right upper corner of a product symbolAlign vector symbol with upright math letternewcommand: Combine (optional) star and optional parameter
I am writing lots of mathematics within electrical engineering, where I often need to specify which of two connection types I am talking about.
One is called Delta, specified with a triangle $Delta$
. The other is called Wye/Star, a three legged star with $120degree$
separated legs, like in the picture below.
What I wish for is a way to inline with the mathematics write $wye$
and get the depicted symbol the same way I get $Delta$
, but I am not very experienced with defining new symbols...
macros amsmath
add a comment |
I am writing lots of mathematics within electrical engineering, where I often need to specify which of two connection types I am talking about.
One is called Delta, specified with a triangle $Delta$
. The other is called Wye/Star, a three legged star with $120degree$
separated legs, like in the picture below.
What I wish for is a way to inline with the mathematics write $wye$
and get the depicted symbol the same way I get $Delta$
, but I am not very experienced with defining new symbols...
macros amsmath
add a comment |
I am writing lots of mathematics within electrical engineering, where I often need to specify which of two connection types I am talking about.
One is called Delta, specified with a triangle $Delta$
. The other is called Wye/Star, a three legged star with $120degree$
separated legs, like in the picture below.
What I wish for is a way to inline with the mathematics write $wye$
and get the depicted symbol the same way I get $Delta$
, but I am not very experienced with defining new symbols...
macros amsmath
I am writing lots of mathematics within electrical engineering, where I often need to specify which of two connection types I am talking about.
One is called Delta, specified with a triangle $Delta$
. The other is called Wye/Star, a three legged star with $120degree$
separated legs, like in the picture below.
What I wish for is a way to inline with the mathematics write $wye$
and get the depicted symbol the same way I get $Delta$
, but I am not very experienced with defining new symbols...
macros amsmath
macros amsmath
edited Mar 26 at 14:53
E. l4d3
asked Mar 26 at 14:25
E. l4d3E. l4d3
31018
31018
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
I made one leg a bit thicker, in the manner of Delta
.
Works across math styles.
documentclassarticle
usepackagerotating,stackengine,scalerel
newcommandwyescalerel*stackengine-1pt%
rotatebox[origin=c]30rule10pt.9ptkern-1pt%
rotatebox[origin=c]-30rule10pt1.3pt%
rule.9pt10ptOcFFSDelta
begindocument
$Deltawye
scriptstyleDeltawye
scriptscriptstyleDeltawye$
enddocument
Merely changing the instances of 30
and -30
to 40
and -40
will change the aspect, while scalerel
will take care of the scaling automatically:
add a comment |
TikZ? (Scalable line width added, great thanks to marmot!)
documentclassarticle
usepackagetikz
usepackageamssymb
newcommandwyemathbintikz[x=1ex,y=1ex]draw[line width=.1ex] (0,0)--(45:1)--++(-45:1) (45:1)--++(0,1);
begindocument
$1wye2$ Huge $1wye2$
enddocument
documentclassarticle
usepackagetikz
usepackageamssymb
newcommandwyemathbintikz[x=1ex,y=1ex]draw[line width=.1ex] (0,0)--(30:1)--++(-30:1) (30:1)--++(0,1);
begindocument
$1wye2$ Huge $1wye2$
enddocument
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%2f481532%2fstar-wye-electrical-connection-math-symbol%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
I made one leg a bit thicker, in the manner of Delta
.
Works across math styles.
documentclassarticle
usepackagerotating,stackengine,scalerel
newcommandwyescalerel*stackengine-1pt%
rotatebox[origin=c]30rule10pt.9ptkern-1pt%
rotatebox[origin=c]-30rule10pt1.3pt%
rule.9pt10ptOcFFSDelta
begindocument
$Deltawye
scriptstyleDeltawye
scriptscriptstyleDeltawye$
enddocument
Merely changing the instances of 30
and -30
to 40
and -40
will change the aspect, while scalerel
will take care of the scaling automatically:
add a comment |
I made one leg a bit thicker, in the manner of Delta
.
Works across math styles.
documentclassarticle
usepackagerotating,stackengine,scalerel
newcommandwyescalerel*stackengine-1pt%
rotatebox[origin=c]30rule10pt.9ptkern-1pt%
rotatebox[origin=c]-30rule10pt1.3pt%
rule.9pt10ptOcFFSDelta
begindocument
$Deltawye
scriptstyleDeltawye
scriptscriptstyleDeltawye$
enddocument
Merely changing the instances of 30
and -30
to 40
and -40
will change the aspect, while scalerel
will take care of the scaling automatically:
add a comment |
I made one leg a bit thicker, in the manner of Delta
.
Works across math styles.
documentclassarticle
usepackagerotating,stackengine,scalerel
newcommandwyescalerel*stackengine-1pt%
rotatebox[origin=c]30rule10pt.9ptkern-1pt%
rotatebox[origin=c]-30rule10pt1.3pt%
rule.9pt10ptOcFFSDelta
begindocument
$Deltawye
scriptstyleDeltawye
scriptscriptstyleDeltawye$
enddocument
Merely changing the instances of 30
and -30
to 40
and -40
will change the aspect, while scalerel
will take care of the scaling automatically:
I made one leg a bit thicker, in the manner of Delta
.
Works across math styles.
documentclassarticle
usepackagerotating,stackengine,scalerel
newcommandwyescalerel*stackengine-1pt%
rotatebox[origin=c]30rule10pt.9ptkern-1pt%
rotatebox[origin=c]-30rule10pt1.3pt%
rule.9pt10ptOcFFSDelta
begindocument
$Deltawye
scriptstyleDeltawye
scriptscriptstyleDeltawye$
enddocument
Merely changing the instances of 30
and -30
to 40
and -40
will change the aspect, while scalerel
will take care of the scaling automatically:
edited Mar 26 at 14:42
answered Mar 26 at 14:37
Steven B. SegletesSteven B. Segletes
160k9205414
160k9205414
add a comment |
add a comment |
TikZ? (Scalable line width added, great thanks to marmot!)
documentclassarticle
usepackagetikz
usepackageamssymb
newcommandwyemathbintikz[x=1ex,y=1ex]draw[line width=.1ex] (0,0)--(45:1)--++(-45:1) (45:1)--++(0,1);
begindocument
$1wye2$ Huge $1wye2$
enddocument
documentclassarticle
usepackagetikz
usepackageamssymb
newcommandwyemathbintikz[x=1ex,y=1ex]draw[line width=.1ex] (0,0)--(30:1)--++(-30:1) (30:1)--++(0,1);
begindocument
$1wye2$ Huge $1wye2$
enddocument
add a comment |
TikZ? (Scalable line width added, great thanks to marmot!)
documentclassarticle
usepackagetikz
usepackageamssymb
newcommandwyemathbintikz[x=1ex,y=1ex]draw[line width=.1ex] (0,0)--(45:1)--++(-45:1) (45:1)--++(0,1);
begindocument
$1wye2$ Huge $1wye2$
enddocument
documentclassarticle
usepackagetikz
usepackageamssymb
newcommandwyemathbintikz[x=1ex,y=1ex]draw[line width=.1ex] (0,0)--(30:1)--++(-30:1) (30:1)--++(0,1);
begindocument
$1wye2$ Huge $1wye2$
enddocument
add a comment |
TikZ? (Scalable line width added, great thanks to marmot!)
documentclassarticle
usepackagetikz
usepackageamssymb
newcommandwyemathbintikz[x=1ex,y=1ex]draw[line width=.1ex] (0,0)--(45:1)--++(-45:1) (45:1)--++(0,1);
begindocument
$1wye2$ Huge $1wye2$
enddocument
documentclassarticle
usepackagetikz
usepackageamssymb
newcommandwyemathbintikz[x=1ex,y=1ex]draw[line width=.1ex] (0,0)--(30:1)--++(-30:1) (30:1)--++(0,1);
begindocument
$1wye2$ Huge $1wye2$
enddocument
TikZ? (Scalable line width added, great thanks to marmot!)
documentclassarticle
usepackagetikz
usepackageamssymb
newcommandwyemathbintikz[x=1ex,y=1ex]draw[line width=.1ex] (0,0)--(45:1)--++(-45:1) (45:1)--++(0,1);
begindocument
$1wye2$ Huge $1wye2$
enddocument
documentclassarticle
usepackagetikz
usepackageamssymb
newcommandwyemathbintikz[x=1ex,y=1ex]draw[line width=.1ex] (0,0)--(30:1)--++(-30:1) (30:1)--++(0,1);
begindocument
$1wye2$ Huge $1wye2$
enddocument
edited Mar 26 at 15:12
answered Mar 26 at 14:36
JouleVJouleV
10.5k22559
10.5k22559
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%2f481532%2fstar-wye-electrical-connection-math-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