How to make a small $varhexagon$ in latex?How can I change the size of one symbol in an equation?How can I make LaTeX ignore certain math symbols in math mode?Text mode commands/symbols in math modeHow to make circumflexes wider but still of a fixed size in XeTeX?How to create the character Д for math mode?Resizing LaTeX Math mode fontIs there a trident symbol in LaTeX?Math symbols in text modeAngle brackets with commath and Asana Math too large (or small)small capital letters in math environmentMake curvearrowright longer
How do you justify more code being written by following clean code practices?
Would a primitive species be able to learn English from reading books alone?
Why is indicated airspeed rather than ground speed used during the takeoff roll?
Extract substring according to regexp with sed or grep
Trouble reading roman numeral notation with flats
How would a solely written language work mechanically
Would this string work as string?
What properties make a magic weapon befit a Rogue more than a DEX-based Fighter?
How to track Account Description field changes in Field history Tracking?
How to preserve electronics (computers, ipads, phones) for hundreds of years?
Highest stage count that are used one right after the other?
How to split IPA spelling into syllables
Recursively move files within sub directories
Unfrosted light bulb
"Marked down as someone wanting to sell shares." What does that mean?
Capacitor electron flow
What is the purpose of using a decision tree?
Walter Rudin's mathematical analysis: theorem 2.43. Why proof can't work under the perfect set is uncountable.
Turning a hard to access nut?
Air travel with refrigerated insulin
Magnifying glass in hyperbolic space
Output visual diagram of picture
Why is "la Gestapo" feminine?
What is the period/term used describe Giuseppe Arcimboldo's style of painting?
How to make a small $varhexagon$ in latex?
How can I change the size of one symbol in an equation?How can I make LaTeX ignore certain math symbols in math mode?Text mode commands/symbols in math modeHow to make circumflexes wider but still of a fixed size in XeTeX?How to create the character Д for math mode?Resizing LaTeX Math mode fontIs there a trident symbol in LaTeX?Math symbols in text modeAngle brackets with commath and Asana Math too large (or small)small capital letters in math environmentMake curvearrowright longer
I would like to have a command that shrinks down the size of $varhexagon$ from the wasysym package in latex to a very small size.
In principle, $tiny varhexagon$ does what I want, but apparently the command "tiny" is not allowed in math mode.
Is there a way to circumvent this?
math-mode symbols amsmath math-operators
New contributor
add a comment |
I would like to have a command that shrinks down the size of $varhexagon$ from the wasysym package in latex to a very small size.
In principle, $tiny varhexagon$ does what I want, but apparently the command "tiny" is not allowed in math mode.
Is there a way to circumvent this?
math-mode symbols amsmath math-operators
New contributor
scalebox
may be what you want.
– JouleV
10 mins ago
Possible duplicate of How can I change the size of one symbol in an equation?
– CarLaTeX
6 mins ago
add a comment |
I would like to have a command that shrinks down the size of $varhexagon$ from the wasysym package in latex to a very small size.
In principle, $tiny varhexagon$ does what I want, but apparently the command "tiny" is not allowed in math mode.
Is there a way to circumvent this?
math-mode symbols amsmath math-operators
New contributor
I would like to have a command that shrinks down the size of $varhexagon$ from the wasysym package in latex to a very small size.
In principle, $tiny varhexagon$ does what I want, but apparently the command "tiny" is not allowed in math mode.
Is there a way to circumvent this?
math-mode symbols amsmath math-operators
math-mode symbols amsmath math-operators
New contributor
New contributor
New contributor
asked 13 mins ago
J.DoeJ.Doe
1
1
New contributor
New contributor
scalebox
may be what you want.
– JouleV
10 mins ago
Possible duplicate of How can I change the size of one symbol in an equation?
– CarLaTeX
6 mins ago
add a comment |
scalebox
may be what you want.
– JouleV
10 mins ago
Possible duplicate of How can I change the size of one symbol in an equation?
– CarLaTeX
6 mins ago
scalebox
may be what you want.– JouleV
10 mins ago
scalebox
may be what you want.– JouleV
10 mins ago
Possible duplicate of How can I change the size of one symbol in an equation?
– CarLaTeX
6 mins ago
Possible duplicate of How can I change the size of one symbol in an equation?
– CarLaTeX
6 mins ago
add a comment |
1 Answer
1
active
oldest
votes
Indeed, tiny
is a text mode command and thus not allowed in math mode.
What you're probably looking for is
scriptscriptsizevarhexagon
Observe the use of curly braces. They serve to limit the scope of the scriptscriptsize
instruction.
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
);
);
J.Doe 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');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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%2f480418%2fhow-to-make-a-small-varhexagon-in-latex%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
Indeed, tiny
is a text mode command and thus not allowed in math mode.
What you're probably looking for is
scriptscriptsizevarhexagon
Observe the use of curly braces. They serve to limit the scope of the scriptscriptsize
instruction.
add a comment |
Indeed, tiny
is a text mode command and thus not allowed in math mode.
What you're probably looking for is
scriptscriptsizevarhexagon
Observe the use of curly braces. They serve to limit the scope of the scriptscriptsize
instruction.
add a comment |
Indeed, tiny
is a text mode command and thus not allowed in math mode.
What you're probably looking for is
scriptscriptsizevarhexagon
Observe the use of curly braces. They serve to limit the scope of the scriptscriptsize
instruction.
Indeed, tiny
is a text mode command and thus not allowed in math mode.
What you're probably looking for is
scriptscriptsizevarhexagon
Observe the use of curly braces. They serve to limit the scope of the scriptscriptsize
instruction.
answered 13 secs ago
MicoMico
283k31388776
283k31388776
add a comment |
add a comment |
J.Doe is a new contributor. Be nice, and check out our Code of Conduct.
J.Doe is a new contributor. Be nice, and check out our Code of Conduct.
J.Doe is a new contributor. Be nice, and check out our Code of Conduct.
J.Doe 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');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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%2f480418%2fhow-to-make-a-small-varhexagon-in-latex%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');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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
scalebox
may be what you want.– JouleV
10 mins ago
Possible duplicate of How can I change the size of one symbol in an equation?
– CarLaTeX
6 mins ago