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 `()`










3















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.










share|improve this question

















  • 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















3















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.










share|improve this question

















  • 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













3












3








3








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.










share|improve this question














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






share|improve this question













share|improve this question











share|improve this question




share|improve this question










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, the scalerel package might help. Please give a more firm example of desired usage.

    – Steven B. Segletes
    19 mins ago












  • 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







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










1 Answer
1






active

oldest

votes


















1














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


enter image description here






share|improve this answer

























    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
    );



    );













    draft saved

    draft discarded


















    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









    1














    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


    enter image description here






    share|improve this answer





























      1














      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


      enter image description here






      share|improve this answer



























        1












        1








        1







        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


        enter image description here






        share|improve this answer















        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


        enter image description here







        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited 4 mins ago

























        answered 13 mins ago









        Steven B. SegletesSteven B. Segletes

        161k9205416




        161k9205416



























            draft saved

            draft discarded
















































            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.




            draft saved


            draft discarded














            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





















































            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







            Popular posts from this blog

            How should I use the fbox command correctly to avoid producing a Bad Box message?How to put a long piece of text in a box?How to specify height and width of fboxIs there an arrayrulecolor-like command to change the rule color of fbox?What is the command to highlight bad boxes in pdf?Why does fbox sometimes place the box *over* the graphic image?how to put the text in the boxHow to create command for a box where text inside the box can automatically adjust?how can I make an fbox like command with certain color, shape and width of border?how to use fbox in align modeFbox increase the spacing between the box and it content (inner margin)how to change the box height of an equationWhat is the use of the hbox in a newcommand command?

            152 Atala Notae | Nexus externi | Tabula navigationis"Discovery Circumstances: Numbered Minor Planets"2000152Small-Body Database

            Doxepinum Nexus interni Notae | Tabula navigationis3158DB01142WHOa682390"Structural Analysis of the Histamine H1 Receptor""Transdermal and Topical Drug Administration in the Treatment of Pain""Antidepressants as antipruritic agents: A review"