Interior of Set NotationHow do I make math symbols bigger?Replace integral sign in CM(U) Bright with Iwona while keeping proper position of integral limitsSemicolon in set-builder notationThree variables look like a wordInterior of a set notationEnvironment that disables italics in math modeIntegration brackets are not tall enoughIntegral sign not covering entire fractionHow to denote the fifth derivative in Newton’s notation?Align doesn´t align equations at equal sign

How to balance a monster modification (zombie)?

UK Tourist Visa- Enquiry

Why doesn't the chatan sign the ketubah?

label a part of commutative diagram

Weird lines in Microsoft Word

Inhabiting Mars versus going straight for a Dyson swarm

Homology of the fiber

Why doesn't the fusion process of the sun speed up?

10 year ban after applying for a UK student visa

Why is this tree refusing to shed its dead leaves?

Does fire aspect on a sword, destroy mob drops?

What kind of footwear is suitable for walking in micro gravity environment?

How do you justify more code being written by following clean code practices?

CLI: Get information Ubuntu releases

Asserting that Atheism and Theism are both faith based positions

Splitting fasta file into smaller files based on header pattern

Is "inadequate referencing" a euphemism for plagiarism?

Nested Dynamic SOQL Query

Should I be concerned about student access to a test bank?

How are passwords stolen from companies if they only store hashes?

Would it be believable to defy demographics in a story?

Air travel with refrigerated insulin

Why didn’t Eve recognize the little cockroach as a living organism?

Print a physical multiplication table



Interior of Set Notation


How do I make math symbols bigger?Replace integral sign in CM(U) Bright with Iwona while keeping proper position of integral limitsSemicolon in set-builder notationThree variables look like a wordInterior of a set notationEnvironment that disables italics in math modeIntegration brackets are not tall enoughIntegral sign not covering entire fractionHow to denote the fifth derivative in Newton’s notation?Align doesn´t align equations at equal sign













1















I would like to denote the interior of a set using the three letters "int". However, $int$ clearly doesn't work as that is the integral sign. I would like it to look similar to how "min" looks when typing $min$ in latex.









share







New contributor




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
























    1















    I would like to denote the interior of a set using the three letters "int". However, $int$ clearly doesn't work as that is the integral sign. I would like it to look similar to how "min" looks when typing $min$ in latex.









    share







    New contributor




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






















      1












      1








      1








      I would like to denote the interior of a set using the three letters "int". However, $int$ clearly doesn't work as that is the integral sign. I would like it to look similar to how "min" looks when typing $min$ in latex.









      share







      New contributor




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












      I would like to denote the interior of a set using the three letters "int". However, $int$ clearly doesn't work as that is the integral sign. I would like it to look similar to how "min" looks when typing $min$ in latex.







      math-mode amsmath





      share







      New contributor




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










      share







      New contributor




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








      share



      share






      New contributor




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









      asked 6 mins ago









      Is12PrimeIs12Prime

      61




      61




      New contributor




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





      New contributor





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






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




















          1 Answer
          1






          active

          oldest

          votes


















          1














          This should do it. The package https://ctan.org/pkg/amsopn is part of https://ctan.org/pkg/amsmath.



          documentclassscrartcl
          usepackageamsmath

          DeclareMathOperatorinteriorint

          begindocument

          $interior A$

          enddocument


          enter image description here





          share




















          • 1





            Thank you, exactly what I was looking for!

            – Is12Prime
            2 mins ago










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



          );






          Is12Prime 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%2f480171%2finterior-of-set-notation%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














          This should do it. The package https://ctan.org/pkg/amsopn is part of https://ctan.org/pkg/amsmath.



          documentclassscrartcl
          usepackageamsmath

          DeclareMathOperatorinteriorint

          begindocument

          $interior A$

          enddocument


          enter image description here





          share




















          • 1





            Thank you, exactly what I was looking for!

            – Is12Prime
            2 mins ago















          1














          This should do it. The package https://ctan.org/pkg/amsopn is part of https://ctan.org/pkg/amsmath.



          documentclassscrartcl
          usepackageamsmath

          DeclareMathOperatorinteriorint

          begindocument

          $interior A$

          enddocument


          enter image description here





          share




















          • 1





            Thank you, exactly what I was looking for!

            – Is12Prime
            2 mins ago













          1












          1








          1







          This should do it. The package https://ctan.org/pkg/amsopn is part of https://ctan.org/pkg/amsmath.



          documentclassscrartcl
          usepackageamsmath

          DeclareMathOperatorinteriorint

          begindocument

          $interior A$

          enddocument


          enter image description here





          share















          This should do it. The package https://ctan.org/pkg/amsopn is part of https://ctan.org/pkg/amsmath.



          documentclassscrartcl
          usepackageamsmath

          DeclareMathOperatorinteriorint

          begindocument

          $interior A$

          enddocument


          enter image description here






          share













          share


          share








          edited 1 min ago

























          answered 4 mins ago









          CampanIgnisCampanIgnis

          2,8992932




          2,8992932







          • 1





            Thank you, exactly what I was looking for!

            – Is12Prime
            2 mins ago












          • 1





            Thank you, exactly what I was looking for!

            – Is12Prime
            2 mins ago







          1




          1





          Thank you, exactly what I was looking for!

          – Is12Prime
          2 mins ago





          Thank you, exactly what I was looking for!

          – Is12Prime
          2 mins ago










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









          draft saved

          draft discarded


















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












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











          Is12Prime 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%2f480171%2finterior-of-set-notation%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

          Isabella Eugénie Boyer Biographie | Références | Menu de navigationmodifiermodifier le codeComparator to Compute the Relative Value of a U.S. Dollar Amount – 1774 to Present.

          Join wedge with single bond in chemfigHow to make only one part of double bond bold with chemfig?Crossing bonds in chemfigjoining atoms in chemfig. Two adjacent molculesHow do I selectively change bond length in chemfig?Ugly bond joints in chemfigchemfig: reaction above arrowUsing the mhchem and chemfig packages in conjunctionBonding to specific element letter using chemfigResonance hybrids in chemfigScale chemfig molecule in beamer with tikzWhy does this chemfig bond with a hook start in the middle of the atom?

          Should we avoid writing fiction about historical events without extensive research?How do we write a story about genocide committed by a fascist government without falling into the “Nazi Germany” cliché?Researching sensitive subjectsShould I avoid “lecturing” my readers?Archetypical/popular historical fictionHow to write a “strong” passage?Will what worked 'back then' work today? (Novels)Historical Fiction: using you and thouHow do you make characters relatable if they exist in a completely different moral context?How do I write a MODERN combat/violence scene without being dry?Fictionizing firsthand accounts from history?Is it possible to narrate a novel in a faux-historical style without alienating the reader?