Circle symbol compatible with square and triangleIs there a circle symbol?Is there a circle symbol?“Closed” (square) root symbolUsing leftroot, uproot with closed square root symbolIs there a math symbol for right(-angled) triangle?Quarterly filled circle symbolTriangle inequality symbolLooped square (Bowen knot) symbol?How can I typeset the math symbol with a circle and a rectangle attached to it?A symbol of triangle with “infinite” lengthSquare integral symbol
Little Lost Robot
Move arrows along a contour
What is my clock telling me to do?
How to prevent a single-element caster from being useless against immune foes?
Why does the Rust compiler not optimize code assuming that two mutable references cannot alias?
What are the cons of stateless password generators?
What does "in official capacity" mean?
How did the SysRq key get onto modern keyboards if it's rarely used?
How did astronauts using rovers tell direction without compasses on the Moon?
Is it unprofessional to mention your cover letter and resume are best viewed in Chrome?
Why would anyone ever invest in a cash-only etf?
Find all the numbers in one file that are not in another file in python
What Marvel character has this 'W' symbol?
Can you continue the movement of a Bonus Action Dash granted by Expeditious Retreat if your Concentration is broken mid-move?
How do I say "this is why…"?
How do discovery writers hibernate?
What are the closest international airports in different countries?
Solve equation using Mathematica
Why is this photograph shot with Delta 400 and developed with D76 1+1 so grainy
Is it possible to tell if a child will turn into a Hag?
Was the Psych theme song written for the show?
Correct word for a little toy that always stands up?
Scam? Checks via Email
Embedded C - Most elegant way to insert a delay
Circle symbol compatible with square and triangle
Is there a circle symbol?Is there a circle symbol?“Closed” (square) root symbolUsing leftroot, uproot with closed square root symbolIs there a math symbol for right(-angled) triangle?Quarterly filled circle symbolTriangle inequality symbolLooped square (Bowen knot) symbol?How can I typeset the math symbol with a circle and a rectangle attached to it?A symbol of triangle with “infinite” lengthSquare integral symbol
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I need a circle symbol that is somehow compatible (from a layout point of view) with square and triangle. As you can see in the following example
documentclassarticle
usepackageamsmath
usepackageamsthm
usepackageamsfonts
begindocument
$circ AB$, $bigcirc AB$, $square ABCD$, $triangle ABC$,
enddocument
the square and the triangle are a perfect match, but none of the circle symbols match. Is there a way to get a circle aligned with bottom line of the text and with a comparable height as the other two symbols? In maths mode.

I've seen this question, but is not the right one for my situation:
Is there a circle symbol?
math-mode symbols
add a comment |
I need a circle symbol that is somehow compatible (from a layout point of view) with square and triangle. As you can see in the following example
documentclassarticle
usepackageamsmath
usepackageamsthm
usepackageamsfonts
begindocument
$circ AB$, $bigcirc AB$, $square ABCD$, $triangle ABC$,
enddocument
the square and the triangle are a perfect match, but none of the circle symbols match. Is there a way to get a circle aligned with bottom line of the text and with a comparable height as the other two symbols? In maths mode.

I've seen this question, but is not the right one for my situation:
Is there a circle symbol?
math-mode symbols
add a comment |
I need a circle symbol that is somehow compatible (from a layout point of view) with square and triangle. As you can see in the following example
documentclassarticle
usepackageamsmath
usepackageamsthm
usepackageamsfonts
begindocument
$circ AB$, $bigcirc AB$, $square ABCD$, $triangle ABC$,
enddocument
the square and the triangle are a perfect match, but none of the circle symbols match. Is there a way to get a circle aligned with bottom line of the text and with a comparable height as the other two symbols? In maths mode.

I've seen this question, but is not the right one for my situation:
Is there a circle symbol?
math-mode symbols
I need a circle symbol that is somehow compatible (from a layout point of view) with square and triangle. As you can see in the following example
documentclassarticle
usepackageamsmath
usepackageamsthm
usepackageamsfonts
begindocument
$circ AB$, $bigcirc AB$, $square ABCD$, $triangle ABC$,
enddocument
the square and the triangle are a perfect match, but none of the circle symbols match. Is there a way to get a circle aligned with bottom line of the text and with a comparable height as the other two symbols? In maths mode.

I've seen this question, but is not the right one for my situation:
Is there a circle symbol?
math-mode symbols
math-mode symbols
asked 8 hours ago
PeptideChainPeptideChain
4292 silver badges9 bronze badges
4292 silver badges9 bronze badges
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
You can scale bigcirc down:
documentclassarticle
usepackageamsmath
usepackageamsthm
usepackageamssymb
usepackagegraphicx
makeatletter
DeclareRobustCommandiscirclemathordmathpaletteis@circlerelax
newcommandis@circle[2]%
begingroup
sboxz@raiseboxdepth$m@th#1bigcirc$%
sboxtw@$#1square$%
resizebox!httw@useboxz@%
endgroup
makeatother
begindocument
$iscircle AB$, $square ABCD$, $triangle ABC$,
enddocument

I was entering my answer but one time Davide beat with a slingshot, Goliath :-)
– Sebastiano
7 hours ago
add a comment |
Some other possibilities: use ocircle from wasysym, raised slightly (the regular symbol is rendered below the baseline), or use TikZ and print a tight circle around a lower case letter (but don't print the letter).
The commands can be defined in a simple way that scales with the font but not with sub- and superscript, or as a more math-aware version using mathchoice. The solution in the other answer is also included, note that the circle is a little flat in the subscript of the normal size example, but round in the Huge version.
documentclassarticle
usepackageamsmath
usepackageamsthm
usepackageamsfonts
usepackagewasysym
usepackagetikz
makeatletter
DeclareRobustCommandiscirclemathordmathpaletteis@circlerelax
newcommandis@circle[2]%
begingroup
sboxz@raiseboxdepth$m@th#1bigcirc$%
sboxtw@$#1square$%
resizebox!httw@useboxz@%
endgroup
makeatother
newcommandwacircsimpleraisebox0.2ex$ocircle$
newcommandtkzcircsimpletikznode[circle,inner sep=0,outer sep=0,draw]$phantomo$
newcommandwacircscalemathchoice%
raisebox0.2ex$displaystyleocircle$%
raisebox0.2ex$textstyleocircle$%
raisebox0.2ex$scriptstyleocircle$%
raisebox0.2ex$scriptscriptstyleocircle$%
newcommandtkzcircscalemathchoice%
tikznode[circle,inner sep=0,outer sep=0,draw]$displaystyle phantomo$%
tikznode[circle,inner sep=0,outer sep=0,draw]$textstyle phantomo$%
tikznode[circle,inner sep=0,outer sep=0,draw]$scriptstyle phantomo$%
tikznode[circle,inner sep=0,outer sep=0,draw]$scriptscriptstyle phantomo$%
begindocument
$squareiscircle BA_iscircle AB_iscircle AB$
$squarewacircsimple BA_wacircsimple AB_wacircsimple AB$
$squarewacircscale BA_wacircscale AB_wacircscale AB$
$squaretkzcircsimple BA_tkzcircsimple AB_tkzcircsimple AB$
$squaretkzcircscale BA_tkzcircscale AB_tkzcircscale AB$
Huge
$squareiscircle BA_iscircle AB_iscircle AB$
$squarewacircsimple BA_wacircsimple AB_wacircsimple AB$
$squarewacircscale BA_wacircscale AB_wacircscale AB$
$squaretkzcircsimple BA_tkzcircsimple AB_tkzcircsimple AB$
$squaretkzcircscale BA_tkzcircscale AB_tkzcircscale AB$
enddocument

In my opinion the TikZ version looks better in the normal font (considering line width) but in the Huge version the wasysym symbol looks better.
Very nice solution (tikz). Upvoted. And your solution has the advantage that you could change the line thickness of the circle in such a way that it is equal to the one of the square; this being the only perceivable drawback of the solution of egreg. One could adapt the line width for every style, couldn't?
– PeptideChain
5 hours ago
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%2f502274%2fcircle-symbol-compatible-with-square-and-triangle%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
You can scale bigcirc down:
documentclassarticle
usepackageamsmath
usepackageamsthm
usepackageamssymb
usepackagegraphicx
makeatletter
DeclareRobustCommandiscirclemathordmathpaletteis@circlerelax
newcommandis@circle[2]%
begingroup
sboxz@raiseboxdepth$m@th#1bigcirc$%
sboxtw@$#1square$%
resizebox!httw@useboxz@%
endgroup
makeatother
begindocument
$iscircle AB$, $square ABCD$, $triangle ABC$,
enddocument

I was entering my answer but one time Davide beat with a slingshot, Goliath :-)
– Sebastiano
7 hours ago
add a comment |
You can scale bigcirc down:
documentclassarticle
usepackageamsmath
usepackageamsthm
usepackageamssymb
usepackagegraphicx
makeatletter
DeclareRobustCommandiscirclemathordmathpaletteis@circlerelax
newcommandis@circle[2]%
begingroup
sboxz@raiseboxdepth$m@th#1bigcirc$%
sboxtw@$#1square$%
resizebox!httw@useboxz@%
endgroup
makeatother
begindocument
$iscircle AB$, $square ABCD$, $triangle ABC$,
enddocument

I was entering my answer but one time Davide beat with a slingshot, Goliath :-)
– Sebastiano
7 hours ago
add a comment |
You can scale bigcirc down:
documentclassarticle
usepackageamsmath
usepackageamsthm
usepackageamssymb
usepackagegraphicx
makeatletter
DeclareRobustCommandiscirclemathordmathpaletteis@circlerelax
newcommandis@circle[2]%
begingroup
sboxz@raiseboxdepth$m@th#1bigcirc$%
sboxtw@$#1square$%
resizebox!httw@useboxz@%
endgroup
makeatother
begindocument
$iscircle AB$, $square ABCD$, $triangle ABC$,
enddocument

You can scale bigcirc down:
documentclassarticle
usepackageamsmath
usepackageamsthm
usepackageamssymb
usepackagegraphicx
makeatletter
DeclareRobustCommandiscirclemathordmathpaletteis@circlerelax
newcommandis@circle[2]%
begingroup
sboxz@raiseboxdepth$m@th#1bigcirc$%
sboxtw@$#1square$%
resizebox!httw@useboxz@%
endgroup
makeatother
begindocument
$iscircle AB$, $square ABCD$, $triangle ABC$,
enddocument

answered 7 hours ago
egregegreg
759k90 gold badges1985 silver badges3332 bronze badges
759k90 gold badges1985 silver badges3332 bronze badges
I was entering my answer but one time Davide beat with a slingshot, Goliath :-)
– Sebastiano
7 hours ago
add a comment |
I was entering my answer but one time Davide beat with a slingshot, Goliath :-)
– Sebastiano
7 hours ago
I was entering my answer but one time Davide beat with a slingshot, Goliath :-)
– Sebastiano
7 hours ago
I was entering my answer but one time Davide beat with a slingshot, Goliath :-)
– Sebastiano
7 hours ago
add a comment |
Some other possibilities: use ocircle from wasysym, raised slightly (the regular symbol is rendered below the baseline), or use TikZ and print a tight circle around a lower case letter (but don't print the letter).
The commands can be defined in a simple way that scales with the font but not with sub- and superscript, or as a more math-aware version using mathchoice. The solution in the other answer is also included, note that the circle is a little flat in the subscript of the normal size example, but round in the Huge version.
documentclassarticle
usepackageamsmath
usepackageamsthm
usepackageamsfonts
usepackagewasysym
usepackagetikz
makeatletter
DeclareRobustCommandiscirclemathordmathpaletteis@circlerelax
newcommandis@circle[2]%
begingroup
sboxz@raiseboxdepth$m@th#1bigcirc$%
sboxtw@$#1square$%
resizebox!httw@useboxz@%
endgroup
makeatother
newcommandwacircsimpleraisebox0.2ex$ocircle$
newcommandtkzcircsimpletikznode[circle,inner sep=0,outer sep=0,draw]$phantomo$
newcommandwacircscalemathchoice%
raisebox0.2ex$displaystyleocircle$%
raisebox0.2ex$textstyleocircle$%
raisebox0.2ex$scriptstyleocircle$%
raisebox0.2ex$scriptscriptstyleocircle$%
newcommandtkzcircscalemathchoice%
tikznode[circle,inner sep=0,outer sep=0,draw]$displaystyle phantomo$%
tikznode[circle,inner sep=0,outer sep=0,draw]$textstyle phantomo$%
tikznode[circle,inner sep=0,outer sep=0,draw]$scriptstyle phantomo$%
tikznode[circle,inner sep=0,outer sep=0,draw]$scriptscriptstyle phantomo$%
begindocument
$squareiscircle BA_iscircle AB_iscircle AB$
$squarewacircsimple BA_wacircsimple AB_wacircsimple AB$
$squarewacircscale BA_wacircscale AB_wacircscale AB$
$squaretkzcircsimple BA_tkzcircsimple AB_tkzcircsimple AB$
$squaretkzcircscale BA_tkzcircscale AB_tkzcircscale AB$
Huge
$squareiscircle BA_iscircle AB_iscircle AB$
$squarewacircsimple BA_wacircsimple AB_wacircsimple AB$
$squarewacircscale BA_wacircscale AB_wacircscale AB$
$squaretkzcircsimple BA_tkzcircsimple AB_tkzcircsimple AB$
$squaretkzcircscale BA_tkzcircscale AB_tkzcircscale AB$
enddocument

In my opinion the TikZ version looks better in the normal font (considering line width) but in the Huge version the wasysym symbol looks better.
Very nice solution (tikz). Upvoted. And your solution has the advantage that you could change the line thickness of the circle in such a way that it is equal to the one of the square; this being the only perceivable drawback of the solution of egreg. One could adapt the line width for every style, couldn't?
– PeptideChain
5 hours ago
add a comment |
Some other possibilities: use ocircle from wasysym, raised slightly (the regular symbol is rendered below the baseline), or use TikZ and print a tight circle around a lower case letter (but don't print the letter).
The commands can be defined in a simple way that scales with the font but not with sub- and superscript, or as a more math-aware version using mathchoice. The solution in the other answer is also included, note that the circle is a little flat in the subscript of the normal size example, but round in the Huge version.
documentclassarticle
usepackageamsmath
usepackageamsthm
usepackageamsfonts
usepackagewasysym
usepackagetikz
makeatletter
DeclareRobustCommandiscirclemathordmathpaletteis@circlerelax
newcommandis@circle[2]%
begingroup
sboxz@raiseboxdepth$m@th#1bigcirc$%
sboxtw@$#1square$%
resizebox!httw@useboxz@%
endgroup
makeatother
newcommandwacircsimpleraisebox0.2ex$ocircle$
newcommandtkzcircsimpletikznode[circle,inner sep=0,outer sep=0,draw]$phantomo$
newcommandwacircscalemathchoice%
raisebox0.2ex$displaystyleocircle$%
raisebox0.2ex$textstyleocircle$%
raisebox0.2ex$scriptstyleocircle$%
raisebox0.2ex$scriptscriptstyleocircle$%
newcommandtkzcircscalemathchoice%
tikznode[circle,inner sep=0,outer sep=0,draw]$displaystyle phantomo$%
tikznode[circle,inner sep=0,outer sep=0,draw]$textstyle phantomo$%
tikznode[circle,inner sep=0,outer sep=0,draw]$scriptstyle phantomo$%
tikznode[circle,inner sep=0,outer sep=0,draw]$scriptscriptstyle phantomo$%
begindocument
$squareiscircle BA_iscircle AB_iscircle AB$
$squarewacircsimple BA_wacircsimple AB_wacircsimple AB$
$squarewacircscale BA_wacircscale AB_wacircscale AB$
$squaretkzcircsimple BA_tkzcircsimple AB_tkzcircsimple AB$
$squaretkzcircscale BA_tkzcircscale AB_tkzcircscale AB$
Huge
$squareiscircle BA_iscircle AB_iscircle AB$
$squarewacircsimple BA_wacircsimple AB_wacircsimple AB$
$squarewacircscale BA_wacircscale AB_wacircscale AB$
$squaretkzcircsimple BA_tkzcircsimple AB_tkzcircsimple AB$
$squaretkzcircscale BA_tkzcircscale AB_tkzcircscale AB$
enddocument

In my opinion the TikZ version looks better in the normal font (considering line width) but in the Huge version the wasysym symbol looks better.
Very nice solution (tikz). Upvoted. And your solution has the advantage that you could change the line thickness of the circle in such a way that it is equal to the one of the square; this being the only perceivable drawback of the solution of egreg. One could adapt the line width for every style, couldn't?
– PeptideChain
5 hours ago
add a comment |
Some other possibilities: use ocircle from wasysym, raised slightly (the regular symbol is rendered below the baseline), or use TikZ and print a tight circle around a lower case letter (but don't print the letter).
The commands can be defined in a simple way that scales with the font but not with sub- and superscript, or as a more math-aware version using mathchoice. The solution in the other answer is also included, note that the circle is a little flat in the subscript of the normal size example, but round in the Huge version.
documentclassarticle
usepackageamsmath
usepackageamsthm
usepackageamsfonts
usepackagewasysym
usepackagetikz
makeatletter
DeclareRobustCommandiscirclemathordmathpaletteis@circlerelax
newcommandis@circle[2]%
begingroup
sboxz@raiseboxdepth$m@th#1bigcirc$%
sboxtw@$#1square$%
resizebox!httw@useboxz@%
endgroup
makeatother
newcommandwacircsimpleraisebox0.2ex$ocircle$
newcommandtkzcircsimpletikznode[circle,inner sep=0,outer sep=0,draw]$phantomo$
newcommandwacircscalemathchoice%
raisebox0.2ex$displaystyleocircle$%
raisebox0.2ex$textstyleocircle$%
raisebox0.2ex$scriptstyleocircle$%
raisebox0.2ex$scriptscriptstyleocircle$%
newcommandtkzcircscalemathchoice%
tikznode[circle,inner sep=0,outer sep=0,draw]$displaystyle phantomo$%
tikznode[circle,inner sep=0,outer sep=0,draw]$textstyle phantomo$%
tikznode[circle,inner sep=0,outer sep=0,draw]$scriptstyle phantomo$%
tikznode[circle,inner sep=0,outer sep=0,draw]$scriptscriptstyle phantomo$%
begindocument
$squareiscircle BA_iscircle AB_iscircle AB$
$squarewacircsimple BA_wacircsimple AB_wacircsimple AB$
$squarewacircscale BA_wacircscale AB_wacircscale AB$
$squaretkzcircsimple BA_tkzcircsimple AB_tkzcircsimple AB$
$squaretkzcircscale BA_tkzcircscale AB_tkzcircscale AB$
Huge
$squareiscircle BA_iscircle AB_iscircle AB$
$squarewacircsimple BA_wacircsimple AB_wacircsimple AB$
$squarewacircscale BA_wacircscale AB_wacircscale AB$
$squaretkzcircsimple BA_tkzcircsimple AB_tkzcircsimple AB$
$squaretkzcircscale BA_tkzcircscale AB_tkzcircscale AB$
enddocument

In my opinion the TikZ version looks better in the normal font (considering line width) but in the Huge version the wasysym symbol looks better.
Some other possibilities: use ocircle from wasysym, raised slightly (the regular symbol is rendered below the baseline), or use TikZ and print a tight circle around a lower case letter (but don't print the letter).
The commands can be defined in a simple way that scales with the font but not with sub- and superscript, or as a more math-aware version using mathchoice. The solution in the other answer is also included, note that the circle is a little flat in the subscript of the normal size example, but round in the Huge version.
documentclassarticle
usepackageamsmath
usepackageamsthm
usepackageamsfonts
usepackagewasysym
usepackagetikz
makeatletter
DeclareRobustCommandiscirclemathordmathpaletteis@circlerelax
newcommandis@circle[2]%
begingroup
sboxz@raiseboxdepth$m@th#1bigcirc$%
sboxtw@$#1square$%
resizebox!httw@useboxz@%
endgroup
makeatother
newcommandwacircsimpleraisebox0.2ex$ocircle$
newcommandtkzcircsimpletikznode[circle,inner sep=0,outer sep=0,draw]$phantomo$
newcommandwacircscalemathchoice%
raisebox0.2ex$displaystyleocircle$%
raisebox0.2ex$textstyleocircle$%
raisebox0.2ex$scriptstyleocircle$%
raisebox0.2ex$scriptscriptstyleocircle$%
newcommandtkzcircscalemathchoice%
tikznode[circle,inner sep=0,outer sep=0,draw]$displaystyle phantomo$%
tikznode[circle,inner sep=0,outer sep=0,draw]$textstyle phantomo$%
tikznode[circle,inner sep=0,outer sep=0,draw]$scriptstyle phantomo$%
tikznode[circle,inner sep=0,outer sep=0,draw]$scriptscriptstyle phantomo$%
begindocument
$squareiscircle BA_iscircle AB_iscircle AB$
$squarewacircsimple BA_wacircsimple AB_wacircsimple AB$
$squarewacircscale BA_wacircscale AB_wacircscale AB$
$squaretkzcircsimple BA_tkzcircsimple AB_tkzcircsimple AB$
$squaretkzcircscale BA_tkzcircscale AB_tkzcircscale AB$
Huge
$squareiscircle BA_iscircle AB_iscircle AB$
$squarewacircsimple BA_wacircsimple AB_wacircsimple AB$
$squarewacircscale BA_wacircscale AB_wacircscale AB$
$squaretkzcircsimple BA_tkzcircsimple AB_tkzcircsimple AB$
$squaretkzcircscale BA_tkzcircscale AB_tkzcircscale AB$
enddocument

In my opinion the TikZ version looks better in the normal font (considering line width) but in the Huge version the wasysym symbol looks better.
answered 6 hours ago
MarijnMarijn
11.2k1 gold badge6 silver badges40 bronze badges
11.2k1 gold badge6 silver badges40 bronze badges
Very nice solution (tikz). Upvoted. And your solution has the advantage that you could change the line thickness of the circle in such a way that it is equal to the one of the square; this being the only perceivable drawback of the solution of egreg. One could adapt the line width for every style, couldn't?
– PeptideChain
5 hours ago
add a comment |
Very nice solution (tikz). Upvoted. And your solution has the advantage that you could change the line thickness of the circle in such a way that it is equal to the one of the square; this being the only perceivable drawback of the solution of egreg. One could adapt the line width for every style, couldn't?
– PeptideChain
5 hours ago
Very nice solution (tikz). Upvoted. And your solution has the advantage that you could change the line thickness of the circle in such a way that it is equal to the one of the square; this being the only perceivable drawback of the solution of egreg. One could adapt the line width for every style, couldn't?
– PeptideChain
5 hours ago
Very nice solution (tikz). Upvoted. And your solution has the advantage that you could change the line thickness of the circle in such a way that it is equal to the one of the square; this being the only perceivable drawback of the solution of egreg. One could adapt the line width for every style, couldn't?
– PeptideChain
5 hours ago
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%2f502274%2fcircle-symbol-compatible-with-square-and-triangle%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