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

            strTok function (thread safe, supports empty tokens, doesn't change string)String case reverse function in CGet line from string functionTDD: String Calculator KataC - K&R getint() variationSimple function to generate an HTML-safe stringGeneric Pairing Heap PerformancePattern for writing a generic string transformation functionChange a string into a function/def activatorC++ string tokenizing without streams, with certain conditionsRead consecutive blanks in array

            How to write “ä” and other umlauts and accented letters in bibliography?Accents in BibTeXSorting references with special characters alphabeticallyUse ae ligature in bibliographyEastern European nameInverted circumflex in BibTexBibTex, non-ascii initials and nameptr fproblems with accent in LatexHow to add a Ø to my bibliography from Jabref?References without accentsTroubles when trying to cite St“omer-Verlet in ”title" field of a bib entryComprehensive list of accented charactersHow to type the letter “i” with two dots (diaeresis) in math mode?Problem with glossary text and accented lettersSpecial character in bibliographyAccented letters, Unicode and LaTeX accentsHow to stop natbib from modifying bibliography styleCitation of a paper with non-standard characters by BibtexWrite accented characters to file using writeHow to group the bibliography alphabetically, if some surnames start with “accented” characters?How can I automatically capitalize significant words in my bibliography?

            Title of papers that have not been submitted to a venue?How “submitted”, “to appear”, “accepted” papers are evaluated in a CV?What percentage of papers submitted to a conference or journal have been previously rejected in the same or another venue?How to automatically extract submitted/accepted dates of many journal papers?Is it okay/common/good to mention the submitted papers in my phd thesis?Can one determine whether somebody's work may have been plagiarized?How to describe a paper for which you have not yet submitted revisions in CV?JCR publication required to enrol in PhD program - is it common?“Full” versions versus “Preliminary” version of result/paper. Are they considered different?How can I prove that my article has not been submitted to another journal?Is there anything that has been tried to stop publication shopping