Square integral symbolThe symbol for a map which is an isomorphism?Looking for symbol: ShieldHow to define the following symbol to stock one element in one list?Looking for stylized H-symbolHow to create a square-root symbol in non-math modesmall integral symbol in posterSymbol for negated exclamation markIs there a CD icon/symbol for latex?Using Symbol font for extended integrals in LaTeXIntegral sign not covering entire fraction

Gantt Chart like rectangles with log scale

Why does Bach not break the rules here?

Is there a data structure that only stores hash codes and not the actual objects?

My Graph Theory Students

If I can solve Sudoku can I solve Travelling Salesman Problem(TSP)? If yes, how?

How to use deus ex machina safely?

Interplanetary conflict, some disease destroys the ability to understand or appreciate music

Why Choose Less Effective Armour Types?

How to change two letters closest to a string and one letter immediately after a string using notepad++

Employee lack of ownership

Can a druid choose the size of its wild shape beast?

Why would a flight no longer considered airworthy be redirected like this?

Does someone need to be connected to my network to sniff HTTP requests?

Do the common programs (for example: "ls", "cat") in Linux and BSD come from the same source code?

Why do Australian milk farmers need to protest supermarkets' milk price?

Are there other languages, besides English, where the indefinite (or definite) article varies based on sound?

My adviser wants to be the first author

Existence of subset with given Hausdorff dimension

How can I track script which gives me "command not found" right after the login?

Can I use USB data pins as power source

How to explain that I do not want to visit a country due to personal safety concern?

How to deal with taxi scam when on vacation?

Why one should not leave fingerprints on bulbs and plugs?

Are ETF trackers fundamentally better than individual stocks?



Square integral symbol


The symbol for a map which is an isomorphism?Looking for symbol: ShieldHow to define the following symbol to stock one element in one list?Looking for stylized H-symbolHow to create a square-root symbol in non-math modesmall integral symbol in posterSymbol for negated exclamation markIs there a CD icon/symbol for latex?Using Symbol font for extended integrals in LaTeXIntegral sign not covering entire fraction













4















How can I write a square version of the integral sign? I'm looking for something that has the same height as a regular integral sign and looks like this:



enter image description here



Note that this symbol is not found by Detexify and does not appear to be in the comprehensive list of symbols.










share|improve this question









New contributor




John is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















  • Welcome to TeX.SE!

    – Kurt
    9 hours ago















4















How can I write a square version of the integral sign? I'm looking for something that has the same height as a regular integral sign and looks like this:



enter image description here



Note that this symbol is not found by Detexify and does not appear to be in the comprehensive list of symbols.










share|improve this question









New contributor




John is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















  • Welcome to TeX.SE!

    – Kurt
    9 hours ago













4












4








4


0






How can I write a square version of the integral sign? I'm looking for something that has the same height as a regular integral sign and looks like this:



enter image description here



Note that this symbol is not found by Detexify and does not appear to be in the comprehensive list of symbols.










share|improve this question









New contributor




John is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












How can I write a square version of the integral sign? I'm looking for something that has the same height as a regular integral sign and looks like this:



enter image description here



Note that this symbol is not found by Detexify and does not appear to be in the comprehensive list of symbols.







symbols integral






share|improve this question









New contributor




John is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question









New contributor




John is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question








edited 8 hours ago









Sandy G

3,0421323




3,0421323






New contributor




John is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 9 hours ago









JohnJohn

232




232




New contributor




John is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





John is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






John is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












  • Welcome to TeX.SE!

    – Kurt
    9 hours ago

















  • Welcome to TeX.SE!

    – Kurt
    9 hours ago
















Welcome to TeX.SE!

– Kurt
9 hours ago





Welcome to TeX.SE!

– Kurt
9 hours ago










2 Answers
2






active

oldest

votes


















3














You can always build your own symbol. (If you want such integrals also to show up as subscripts, you need to add the corresponding code to the last options of mathchoice.)



documentclassarticle
usepackageamsmath
usepackagetikz
DeclareMathOperator*SquareIntmathchoicetikz[baseline=0.55em]%
draw[line width=0.08em] (-0.2em,0em)
tikz[baseline=0.35em]- (0,-0.2em) -- (0,1.2em) -
begindocument
[ SquareIntlimits_a^bf(x),mathrmdxquadtextvs.quad
intlimits_a^bf(x),mathrmdx]
$SquareIntlimits_a^bf(x),mathrmdxquadtextvs.quad
intlimits_a^bf(x),mathrmdx$
enddocument


enter image description here






share|improve this answer


















  • 1





    TikZ is great !

    – Black Mild
    6 hours ago


















2














You can design your own using rules. This solution measures the height and depth of the integral to ensure exact size.



enter image description here



Here is the code:



documentclassarticle

usepackagecalc % needed to add lengths
usepackageamsmath % needed for DeclareMathOperator

newlengthhght
newlengthdpth

DeclareMathOperatorsqrintmathchoice%
settoheighthght$displaystyleint$settodepthdpth$displaystyleint$% measures int
rule[-dpth].2ex.5ex% lower vert
rule[-dpth].12em.2ex% lower hor
rule[-dpth].2exhght+dpth% main vert
rule[hght-.2ex].12em.2ex% upper hor
rule[hght-.5ex].2ex.5ex% upper vert
settoheighthght$int$settodepthdpth$int$%
rule[-dpth].15ex.4ex%
rule[-dpth].1em.15ex%
rule[-dpth].15exhght+dpth%
rule[hght-.15ex].1em.15ex%
rule[hght-.4ex].15ex.4ex%
settoheighthght$scriptstyleint$settodepthdpth$scriptstyleint$%
rule[-dpth].1ex.3ex%
rule[-dpth].08em.1ex%
rule[-dpth].1exhght+dpth%
rule[hght-.1ex].08em.1ex%
rule[hght-.3ex].1ex.3ex%


begindocument

Inline square integral: $int_0^1sqrint_0^1$, subscripted: $A_int_0^1sqrint_0^1$, or a displayed version:
[
int_0^1sqrint_0^1
]

enddocument


Note that I have not added the code for a scriptscript version. You can adjust the lengths and thicknesses as you wish.






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



    );






    John is a new contributor. Be nice, and check out our Code of Conduct.









    draft saved

    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f479681%2fsquare-integral-symbol%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









    3














    You can always build your own symbol. (If you want such integrals also to show up as subscripts, you need to add the corresponding code to the last options of mathchoice.)



    documentclassarticle
    usepackageamsmath
    usepackagetikz
    DeclareMathOperator*SquareIntmathchoicetikz[baseline=0.55em]%
    draw[line width=0.08em] (-0.2em,0em)
    tikz[baseline=0.35em]- (0,-0.2em) -- (0,1.2em) -
    begindocument
    [ SquareIntlimits_a^bf(x),mathrmdxquadtextvs.quad
    intlimits_a^bf(x),mathrmdx]
    $SquareIntlimits_a^bf(x),mathrmdxquadtextvs.quad
    intlimits_a^bf(x),mathrmdx$
    enddocument


    enter image description here






    share|improve this answer


















    • 1





      TikZ is great !

      – Black Mild
      6 hours ago















    3














    You can always build your own symbol. (If you want such integrals also to show up as subscripts, you need to add the corresponding code to the last options of mathchoice.)



    documentclassarticle
    usepackageamsmath
    usepackagetikz
    DeclareMathOperator*SquareIntmathchoicetikz[baseline=0.55em]%
    draw[line width=0.08em] (-0.2em,0em)
    tikz[baseline=0.35em]- (0,-0.2em) -- (0,1.2em) -
    begindocument
    [ SquareIntlimits_a^bf(x),mathrmdxquadtextvs.quad
    intlimits_a^bf(x),mathrmdx]
    $SquareIntlimits_a^bf(x),mathrmdxquadtextvs.quad
    intlimits_a^bf(x),mathrmdx$
    enddocument


    enter image description here






    share|improve this answer


















    • 1





      TikZ is great !

      – Black Mild
      6 hours ago













    3












    3








    3







    You can always build your own symbol. (If you want such integrals also to show up as subscripts, you need to add the corresponding code to the last options of mathchoice.)



    documentclassarticle
    usepackageamsmath
    usepackagetikz
    DeclareMathOperator*SquareIntmathchoicetikz[baseline=0.55em]%
    draw[line width=0.08em] (-0.2em,0em)
    tikz[baseline=0.35em]- (0,-0.2em) -- (0,1.2em) -
    begindocument
    [ SquareIntlimits_a^bf(x),mathrmdxquadtextvs.quad
    intlimits_a^bf(x),mathrmdx]
    $SquareIntlimits_a^bf(x),mathrmdxquadtextvs.quad
    intlimits_a^bf(x),mathrmdx$
    enddocument


    enter image description here






    share|improve this answer













    You can always build your own symbol. (If you want such integrals also to show up as subscripts, you need to add the corresponding code to the last options of mathchoice.)



    documentclassarticle
    usepackageamsmath
    usepackagetikz
    DeclareMathOperator*SquareIntmathchoicetikz[baseline=0.55em]%
    draw[line width=0.08em] (-0.2em,0em)
    tikz[baseline=0.35em]- (0,-0.2em) -- (0,1.2em) -
    begindocument
    [ SquareIntlimits_a^bf(x),mathrmdxquadtextvs.quad
    intlimits_a^bf(x),mathrmdx]
    $SquareIntlimits_a^bf(x),mathrmdxquadtextvs.quad
    intlimits_a^bf(x),mathrmdx$
    enddocument


    enter image description here







    share|improve this answer












    share|improve this answer



    share|improve this answer










    answered 8 hours ago









    marmotmarmot

    108k5133251




    108k5133251







    • 1





      TikZ is great !

      – Black Mild
      6 hours ago












    • 1





      TikZ is great !

      – Black Mild
      6 hours ago







    1




    1





    TikZ is great !

    – Black Mild
    6 hours ago





    TikZ is great !

    – Black Mild
    6 hours ago











    2














    You can design your own using rules. This solution measures the height and depth of the integral to ensure exact size.



    enter image description here



    Here is the code:



    documentclassarticle

    usepackagecalc % needed to add lengths
    usepackageamsmath % needed for DeclareMathOperator

    newlengthhght
    newlengthdpth

    DeclareMathOperatorsqrintmathchoice%
    settoheighthght$displaystyleint$settodepthdpth$displaystyleint$% measures int
    rule[-dpth].2ex.5ex% lower vert
    rule[-dpth].12em.2ex% lower hor
    rule[-dpth].2exhght+dpth% main vert
    rule[hght-.2ex].12em.2ex% upper hor
    rule[hght-.5ex].2ex.5ex% upper vert
    settoheighthght$int$settodepthdpth$int$%
    rule[-dpth].15ex.4ex%
    rule[-dpth].1em.15ex%
    rule[-dpth].15exhght+dpth%
    rule[hght-.15ex].1em.15ex%
    rule[hght-.4ex].15ex.4ex%
    settoheighthght$scriptstyleint$settodepthdpth$scriptstyleint$%
    rule[-dpth].1ex.3ex%
    rule[-dpth].08em.1ex%
    rule[-dpth].1exhght+dpth%
    rule[hght-.1ex].08em.1ex%
    rule[hght-.3ex].1ex.3ex%


    begindocument

    Inline square integral: $int_0^1sqrint_0^1$, subscripted: $A_int_0^1sqrint_0^1$, or a displayed version:
    [
    int_0^1sqrint_0^1
    ]

    enddocument


    Note that I have not added the code for a scriptscript version. You can adjust the lengths and thicknesses as you wish.






    share|improve this answer





























      2














      You can design your own using rules. This solution measures the height and depth of the integral to ensure exact size.



      enter image description here



      Here is the code:



      documentclassarticle

      usepackagecalc % needed to add lengths
      usepackageamsmath % needed for DeclareMathOperator

      newlengthhght
      newlengthdpth

      DeclareMathOperatorsqrintmathchoice%
      settoheighthght$displaystyleint$settodepthdpth$displaystyleint$% measures int
      rule[-dpth].2ex.5ex% lower vert
      rule[-dpth].12em.2ex% lower hor
      rule[-dpth].2exhght+dpth% main vert
      rule[hght-.2ex].12em.2ex% upper hor
      rule[hght-.5ex].2ex.5ex% upper vert
      settoheighthght$int$settodepthdpth$int$%
      rule[-dpth].15ex.4ex%
      rule[-dpth].1em.15ex%
      rule[-dpth].15exhght+dpth%
      rule[hght-.15ex].1em.15ex%
      rule[hght-.4ex].15ex.4ex%
      settoheighthght$scriptstyleint$settodepthdpth$scriptstyleint$%
      rule[-dpth].1ex.3ex%
      rule[-dpth].08em.1ex%
      rule[-dpth].1exhght+dpth%
      rule[hght-.1ex].08em.1ex%
      rule[hght-.3ex].1ex.3ex%


      begindocument

      Inline square integral: $int_0^1sqrint_0^1$, subscripted: $A_int_0^1sqrint_0^1$, or a displayed version:
      [
      int_0^1sqrint_0^1
      ]

      enddocument


      Note that I have not added the code for a scriptscript version. You can adjust the lengths and thicknesses as you wish.






      share|improve this answer



























        2












        2








        2







        You can design your own using rules. This solution measures the height and depth of the integral to ensure exact size.



        enter image description here



        Here is the code:



        documentclassarticle

        usepackagecalc % needed to add lengths
        usepackageamsmath % needed for DeclareMathOperator

        newlengthhght
        newlengthdpth

        DeclareMathOperatorsqrintmathchoice%
        settoheighthght$displaystyleint$settodepthdpth$displaystyleint$% measures int
        rule[-dpth].2ex.5ex% lower vert
        rule[-dpth].12em.2ex% lower hor
        rule[-dpth].2exhght+dpth% main vert
        rule[hght-.2ex].12em.2ex% upper hor
        rule[hght-.5ex].2ex.5ex% upper vert
        settoheighthght$int$settodepthdpth$int$%
        rule[-dpth].15ex.4ex%
        rule[-dpth].1em.15ex%
        rule[-dpth].15exhght+dpth%
        rule[hght-.15ex].1em.15ex%
        rule[hght-.4ex].15ex.4ex%
        settoheighthght$scriptstyleint$settodepthdpth$scriptstyleint$%
        rule[-dpth].1ex.3ex%
        rule[-dpth].08em.1ex%
        rule[-dpth].1exhght+dpth%
        rule[hght-.1ex].08em.1ex%
        rule[hght-.3ex].1ex.3ex%


        begindocument

        Inline square integral: $int_0^1sqrint_0^1$, subscripted: $A_int_0^1sqrint_0^1$, or a displayed version:
        [
        int_0^1sqrint_0^1
        ]

        enddocument


        Note that I have not added the code for a scriptscript version. You can adjust the lengths and thicknesses as you wish.






        share|improve this answer















        You can design your own using rules. This solution measures the height and depth of the integral to ensure exact size.



        enter image description here



        Here is the code:



        documentclassarticle

        usepackagecalc % needed to add lengths
        usepackageamsmath % needed for DeclareMathOperator

        newlengthhght
        newlengthdpth

        DeclareMathOperatorsqrintmathchoice%
        settoheighthght$displaystyleint$settodepthdpth$displaystyleint$% measures int
        rule[-dpth].2ex.5ex% lower vert
        rule[-dpth].12em.2ex% lower hor
        rule[-dpth].2exhght+dpth% main vert
        rule[hght-.2ex].12em.2ex% upper hor
        rule[hght-.5ex].2ex.5ex% upper vert
        settoheighthght$int$settodepthdpth$int$%
        rule[-dpth].15ex.4ex%
        rule[-dpth].1em.15ex%
        rule[-dpth].15exhght+dpth%
        rule[hght-.15ex].1em.15ex%
        rule[hght-.4ex].15ex.4ex%
        settoheighthght$scriptstyleint$settodepthdpth$scriptstyleint$%
        rule[-dpth].1ex.3ex%
        rule[-dpth].08em.1ex%
        rule[-dpth].1exhght+dpth%
        rule[hght-.1ex].08em.1ex%
        rule[hght-.3ex].1ex.3ex%


        begindocument

        Inline square integral: $int_0^1sqrint_0^1$, subscripted: $A_int_0^1sqrint_0^1$, or a displayed version:
        [
        int_0^1sqrint_0^1
        ]

        enddocument


        Note that I have not added the code for a scriptscript version. You can adjust the lengths and thicknesses as you wish.







        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited 8 hours ago

























        answered 8 hours ago









        Sandy GSandy G

        3,0421323




        3,0421323




















            John is a new contributor. Be nice, and check out our Code of Conduct.









            draft saved

            draft discarded


















            John is a new contributor. Be nice, and check out our Code of Conduct.












            John is a new contributor. Be nice, and check out our Code of Conduct.











            John 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.




            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f479681%2fsquare-integral-symbol%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"