Parentheses between big and Big The 2019 Stack Overflow Developer Survey Results Are InXeTeX big and small delimiterautomatic size adjustment for nested parenthesesAutomatic matching and scaling delimitersDoes amsmath treat double dollars and `[' `]' delimiters differently?Replace delimiter symbols in Arev Sans for proper scalingAlign $:=$ with $=$ in align/split modeWhat's the usual, standard way to write text in math mode?Doubled parentheses, braces, brackets and angles`sideset` with parenthesessmallmatrix between brackets `[]` instead of parentheses `()`
Is it worth rebuilding a wheel myself to save money?
Poison Arrows Piercing damage reduced to 0, do you still get poisoned?
How to move the player while also allowing forces to affect it
Does a dangling wire really electrocute me if I'm standing in water?
Short story: alien planet where slow students are executed
Springs with some finite mass
Are there any other methods to apply to solving simultaneous equations?
Inflated grade on resume at previous job, might former employer tell new employer?
Are cabin dividers used to "hide" the flex of the airplane?
New order #4: World
Information to fellow intern about hiring?
What is the purpose of trimming the bottom corners of TLC plates?
Why is the design of haulage companies so “special”?
Can one use the reaction spell from the War Caster feat to cast Bigby's Hand?
Is "plugging out" electronic devices an American expression?
Is domain driven design an anti-SQL pattern?
A poker game description that does not feel gimmicky
How can I create a character who can assume the widest possible range of creature sizes?
Access elements in std::string where positon of string is greater than its size
Landlord wants to switch my lease to a "Land contract" to "get back at the city"
sed pattern replace " to " and to \ except json string
How to make payment on the internet without leaving a money trail?
Solve this specific large sparse system of linear equations
What do the Banks children have against barley water?
Parentheses between big and Big
The 2019 Stack Overflow Developer Survey Results Are InXeTeX big and small delimiterautomatic size adjustment for nested parenthesesAutomatic matching and scaling delimitersDoes amsmath treat double dollars and `[' `]' delimiters differently?Replace delimiter symbols in Arev Sans for proper scalingAlign $:=$ with $=$ in align/split modeWhat's the usual, standard way to write text in math mode?Doubled parentheses, braces, brackets and angles`sideset` with parenthesessmallmatrix between brackets `[]` instead of parentheses `()`
Is there a way to create parentheses in math mode that have an extension between that of the commands big
(too small) and Big
(too big)? The amsmath package documentation defines the delimiters in this way:
renewcommandbigbBigg@@ne
renewcommandBigbBigg@1.5
renewcommandbiggbBigg@tw@
renewcommandBiggbBigg@2.5
but if I try with something like
makeatletter
renewcommandPbigbBigg@1.25
makeatother
in the preamble and then I write $Pbig($
in the code, it doesn't work; it only produces the same results as big
or Big
.
amsmath delimiters parentheses
add a comment |
Is there a way to create parentheses in math mode that have an extension between that of the commands big
(too small) and Big
(too big)? The amsmath package documentation defines the delimiters in this way:
renewcommandbigbBigg@@ne
renewcommandBigbBigg@1.5
renewcommandbiggbBigg@tw@
renewcommandBiggbBigg@2.5
but if I try with something like
makeatletter
renewcommandPbigbBigg@1.25
makeatother
in the preamble and then I write $Pbig($
in the code, it doesn't work; it only produces the same results as big
or Big
.
amsmath delimiters parentheses
3
a font only offers a fixed set of designed delimiters then for larger sizes constructs arbitrary size by inserting a straight extender segment. So for the smaller sizes the only option is to load the font at a different size if the supplied sizes are not as required.
– David Carlisle
21 mins ago
Depending on the application, thescalerel
package might help. Please give a more firm example of desired usage.
– Steven B. Segletes
19 mins ago
add a comment |
Is there a way to create parentheses in math mode that have an extension between that of the commands big
(too small) and Big
(too big)? The amsmath package documentation defines the delimiters in this way:
renewcommandbigbBigg@@ne
renewcommandBigbBigg@1.5
renewcommandbiggbBigg@tw@
renewcommandBiggbBigg@2.5
but if I try with something like
makeatletter
renewcommandPbigbBigg@1.25
makeatother
in the preamble and then I write $Pbig($
in the code, it doesn't work; it only produces the same results as big
or Big
.
amsmath delimiters parentheses
Is there a way to create parentheses in math mode that have an extension between that of the commands big
(too small) and Big
(too big)? The amsmath package documentation defines the delimiters in this way:
renewcommandbigbBigg@@ne
renewcommandBigbBigg@1.5
renewcommandbiggbBigg@tw@
renewcommandBiggbBigg@2.5
but if I try with something like
makeatletter
renewcommandPbigbBigg@1.25
makeatother
in the preamble and then I write $Pbig($
in the code, it doesn't work; it only produces the same results as big
or Big
.
amsmath delimiters parentheses
amsmath delimiters parentheses
asked 30 mins ago
TFra6TFra6
353
353
3
a font only offers a fixed set of designed delimiters then for larger sizes constructs arbitrary size by inserting a straight extender segment. So for the smaller sizes the only option is to load the font at a different size if the supplied sizes are not as required.
– David Carlisle
21 mins ago
Depending on the application, thescalerel
package might help. Please give a more firm example of desired usage.
– Steven B. Segletes
19 mins ago
add a comment |
3
a font only offers a fixed set of designed delimiters then for larger sizes constructs arbitrary size by inserting a straight extender segment. So for the smaller sizes the only option is to load the font at a different size if the supplied sizes are not as required.
– David Carlisle
21 mins ago
Depending on the application, thescalerel
package might help. Please give a more firm example of desired usage.
– Steven B. Segletes
19 mins ago
3
3
a font only offers a fixed set of designed delimiters then for larger sizes constructs arbitrary size by inserting a straight extender segment. So for the smaller sizes the only option is to load the font at a different size if the supplied sizes are not as required.
– David Carlisle
21 mins ago
a font only offers a fixed set of designed delimiters then for larger sizes constructs arbitrary size by inserting a straight extender segment. So for the smaller sizes the only option is to load the font at a different size if the supplied sizes are not as required.
– David Carlisle
21 mins ago
Depending on the application, the
scalerel
package might help. Please give a more firm example of desired usage.– Steven B. Segletes
19 mins ago
Depending on the application, the
scalerel
package might help. Please give a more firm example of desired usage.– Steven B. Segletes
19 mins ago
add a comment |
1 Answer
1
active
oldest
votes
Here I use scalerel
package to create a delimiter that is 1.5pt
larger above and below (3 pt total) than big
. I call it pig
. I limit the overall width to 5pt
documentclassarticle
usepackagescalerel,stackengine
newcommandpig[1]scalerel*[5pt]#1ensurestackMathaddstackgap[1.5pt]big#1
newcommandpigl[1]mathopenpig#1
newcommandpigr[1]mathclosepig#1
begindocument
$ bigl( pigl( Bigl($
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');
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%2f483976%2fparentheses-between-big-and-big%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
Here I use scalerel
package to create a delimiter that is 1.5pt
larger above and below (3 pt total) than big
. I call it pig
. I limit the overall width to 5pt
documentclassarticle
usepackagescalerel,stackengine
newcommandpig[1]scalerel*[5pt]#1ensurestackMathaddstackgap[1.5pt]big#1
newcommandpigl[1]mathopenpig#1
newcommandpigr[1]mathclosepig#1
begindocument
$ bigl( pigl( Bigl($
enddocument
add a comment |
Here I use scalerel
package to create a delimiter that is 1.5pt
larger above and below (3 pt total) than big
. I call it pig
. I limit the overall width to 5pt
documentclassarticle
usepackagescalerel,stackengine
newcommandpig[1]scalerel*[5pt]#1ensurestackMathaddstackgap[1.5pt]big#1
newcommandpigl[1]mathopenpig#1
newcommandpigr[1]mathclosepig#1
begindocument
$ bigl( pigl( Bigl($
enddocument
add a comment |
Here I use scalerel
package to create a delimiter that is 1.5pt
larger above and below (3 pt total) than big
. I call it pig
. I limit the overall width to 5pt
documentclassarticle
usepackagescalerel,stackengine
newcommandpig[1]scalerel*[5pt]#1ensurestackMathaddstackgap[1.5pt]big#1
newcommandpigl[1]mathopenpig#1
newcommandpigr[1]mathclosepig#1
begindocument
$ bigl( pigl( Bigl($
enddocument
Here I use scalerel
package to create a delimiter that is 1.5pt
larger above and below (3 pt total) than big
. I call it pig
. I limit the overall width to 5pt
documentclassarticle
usepackagescalerel,stackengine
newcommandpig[1]scalerel*[5pt]#1ensurestackMathaddstackgap[1.5pt]big#1
newcommandpigl[1]mathopenpig#1
newcommandpigr[1]mathclosepig#1
begindocument
$ bigl( pigl( Bigl($
enddocument
edited 4 mins ago
answered 13 mins ago
Steven B. SegletesSteven B. Segletes
161k9205416
161k9205416
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');
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%2f483976%2fparentheses-between-big-and-big%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
3
a font only offers a fixed set of designed delimiters then for larger sizes constructs arbitrary size by inserting a straight extender segment. So for the smaller sizes the only option is to load the font at a different size if the supplied sizes are not as required.
– David Carlisle
21 mins ago
Depending on the application, the
scalerel
package might help. Please give a more firm example of desired usage.– Steven B. Segletes
19 mins ago