What preamble or packages does the tex.stachexchange uses?Converting Markdown to LaTeX, in LaTeXCan I amend...

Integral inequality of length of curve

Is it a fallacy if someone claims they need an explanation for every word of your argument to the point where they don't understand common terms?

Making an empty box next to text

Two functions in the same line

Why zero tolerance on nudity in space?

Why avoid shared user accounts?

It took me a lot of time to make this, pls like. (YouTube Comments #1)

Why did Bush enact a completely different foreign policy to that which he espoused during the 2000 Presidential election campaign?

Dilemma of explaining to interviewer that he is the reason for declining second interview

Can a person refuse a presidential pardon?

High pressure canisters of air as gun-less projectiles

Do my Windows system binaries contain sensitive information?

Find the number of ways to express 1050 as sum of consecutive integers

Why do neural networks need so many training examples to perform?

When the voltage is increased does the speed of electrons increase or does the electron density increase?

Rear brake cable temporary fix possible?

How to implement expandbefore, similarly to expandafter?

How to roast potatoes in the oven to make them crispy?

How should I handle players who ignore the session zero agreement?

How would an AI self awareness kill switch work?

How long would gestation period be for dwarfs?

The correct way of using perfect tense

Superposition of light waves of different colors

Inalienable or irrefutable



What preamble or packages does the tex.stachexchange uses?


Converting Markdown to LaTeX, in LaTeXCan I amend the preamble from outside the preamble?What preamble does math.stackexchange.com use?Custom variables defined in preambleWhat are the pros and cons of packages versus input for a preamble?Separating the preamble to another fileWhat does this preamble do? (dvips) and (epsf)Creating a default preamblewhen does the order of packages in a preamble matter?Preamble for ConferencesPlace preamble packages in a different tex file













2















I want to copy some good answers to my local tex editor in order to review sometimes future. There will be many errors since like ** ** means bold,
space x 4 means writing codes, etc. And sometimes I want to write some answers in local tex editor, and after compile successfully then directly copy to tex.stackexchange.



I want to write following templates :



documentclass{article}
%some packages or newcommand I need to import


begin{document}
%I can directly copy some answers in tex.stackexchange
end{document}


What environment(packages, newcommand,etc.) does tex.stachexchange uses? Or how to write an environment(preamble) in LaTeX such that it will be compatible from the syntax in tex.stackexchange?










share|improve this question









New contributor




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
















  • 5





    TeX.SE doesn't use LaTeX for formatting, it uses Markdown syntax.

    – CarLaTeX
    20 hours ago






  • 4





    The contents here are not rendered in LaTeX. Posts are written in some kind of markdown/HTML flavour. (There are some ways to render markdown with TeX, e.g. ctan.org/pkg/markdown or Pandoc. But TeX itself does not really do that out of the box.)

    – moewe
    20 hours ago













  • See also here: tex.stackexchange.com/questions/101717/…

    – CarLaTeX
    20 hours ago











  • @CarLaTeX Or how to write an environment in LaTeX such that it will be compatible from the syntax in tex.stackexchange?

    – maplemaple
    20 hours ago











  • @maplemaple See the answers to my previous link, it is not easy.

    – CarLaTeX
    20 hours ago


















2















I want to copy some good answers to my local tex editor in order to review sometimes future. There will be many errors since like ** ** means bold,
space x 4 means writing codes, etc. And sometimes I want to write some answers in local tex editor, and after compile successfully then directly copy to tex.stackexchange.



I want to write following templates :



documentclass{article}
%some packages or newcommand I need to import


begin{document}
%I can directly copy some answers in tex.stackexchange
end{document}


What environment(packages, newcommand,etc.) does tex.stachexchange uses? Or how to write an environment(preamble) in LaTeX such that it will be compatible from the syntax in tex.stackexchange?










share|improve this question









New contributor




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
















  • 5





    TeX.SE doesn't use LaTeX for formatting, it uses Markdown syntax.

    – CarLaTeX
    20 hours ago






  • 4





    The contents here are not rendered in LaTeX. Posts are written in some kind of markdown/HTML flavour. (There are some ways to render markdown with TeX, e.g. ctan.org/pkg/markdown or Pandoc. But TeX itself does not really do that out of the box.)

    – moewe
    20 hours ago













  • See also here: tex.stackexchange.com/questions/101717/…

    – CarLaTeX
    20 hours ago











  • @CarLaTeX Or how to write an environment in LaTeX such that it will be compatible from the syntax in tex.stackexchange?

    – maplemaple
    20 hours ago











  • @maplemaple See the answers to my previous link, it is not easy.

    – CarLaTeX
    20 hours ago
















2












2








2








I want to copy some good answers to my local tex editor in order to review sometimes future. There will be many errors since like ** ** means bold,
space x 4 means writing codes, etc. And sometimes I want to write some answers in local tex editor, and after compile successfully then directly copy to tex.stackexchange.



I want to write following templates :



documentclass{article}
%some packages or newcommand I need to import


begin{document}
%I can directly copy some answers in tex.stackexchange
end{document}


What environment(packages, newcommand,etc.) does tex.stachexchange uses? Or how to write an environment(preamble) in LaTeX such that it will be compatible from the syntax in tex.stackexchange?










share|improve this question









New contributor




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












I want to copy some good answers to my local tex editor in order to review sometimes future. There will be many errors since like ** ** means bold,
space x 4 means writing codes, etc. And sometimes I want to write some answers in local tex editor, and after compile successfully then directly copy to tex.stackexchange.



I want to write following templates :



documentclass{article}
%some packages or newcommand I need to import


begin{document}
%I can directly copy some answers in tex.stackexchange
end{document}


What environment(packages, newcommand,etc.) does tex.stachexchange uses? Or how to write an environment(preamble) in LaTeX such that it will be compatible from the syntax in tex.stackexchange?







preamble






share|improve this question









New contributor




maplemaple 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




maplemaple 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 20 hours ago







maplemaple













New contributor




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









asked 20 hours ago









maplemaplemaplemaple

1234




1234




New contributor




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





New contributor





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






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








  • 5





    TeX.SE doesn't use LaTeX for formatting, it uses Markdown syntax.

    – CarLaTeX
    20 hours ago






  • 4





    The contents here are not rendered in LaTeX. Posts are written in some kind of markdown/HTML flavour. (There are some ways to render markdown with TeX, e.g. ctan.org/pkg/markdown or Pandoc. But TeX itself does not really do that out of the box.)

    – moewe
    20 hours ago













  • See also here: tex.stackexchange.com/questions/101717/…

    – CarLaTeX
    20 hours ago











  • @CarLaTeX Or how to write an environment in LaTeX such that it will be compatible from the syntax in tex.stackexchange?

    – maplemaple
    20 hours ago











  • @maplemaple See the answers to my previous link, it is not easy.

    – CarLaTeX
    20 hours ago
















  • 5





    TeX.SE doesn't use LaTeX for formatting, it uses Markdown syntax.

    – CarLaTeX
    20 hours ago






  • 4





    The contents here are not rendered in LaTeX. Posts are written in some kind of markdown/HTML flavour. (There are some ways to render markdown with TeX, e.g. ctan.org/pkg/markdown or Pandoc. But TeX itself does not really do that out of the box.)

    – moewe
    20 hours ago













  • See also here: tex.stackexchange.com/questions/101717/…

    – CarLaTeX
    20 hours ago











  • @CarLaTeX Or how to write an environment in LaTeX such that it will be compatible from the syntax in tex.stackexchange?

    – maplemaple
    20 hours ago











  • @maplemaple See the answers to my previous link, it is not easy.

    – CarLaTeX
    20 hours ago










5




5





TeX.SE doesn't use LaTeX for formatting, it uses Markdown syntax.

– CarLaTeX
20 hours ago





TeX.SE doesn't use LaTeX for formatting, it uses Markdown syntax.

– CarLaTeX
20 hours ago




4




4





The contents here are not rendered in LaTeX. Posts are written in some kind of markdown/HTML flavour. (There are some ways to render markdown with TeX, e.g. ctan.org/pkg/markdown or Pandoc. But TeX itself does not really do that out of the box.)

– moewe
20 hours ago







The contents here are not rendered in LaTeX. Posts are written in some kind of markdown/HTML flavour. (There are some ways to render markdown with TeX, e.g. ctan.org/pkg/markdown or Pandoc. But TeX itself does not really do that out of the box.)

– moewe
20 hours ago















See also here: tex.stackexchange.com/questions/101717/…

– CarLaTeX
20 hours ago





See also here: tex.stackexchange.com/questions/101717/…

– CarLaTeX
20 hours ago













@CarLaTeX Or how to write an environment in LaTeX such that it will be compatible from the syntax in tex.stackexchange?

– maplemaple
20 hours ago





@CarLaTeX Or how to write an environment in LaTeX such that it will be compatible from the syntax in tex.stackexchange?

– maplemaple
20 hours ago













@maplemaple See the answers to my previous link, it is not easy.

– CarLaTeX
20 hours ago







@maplemaple See the answers to my previous link, it is not easy.

– CarLaTeX
20 hours ago












1 Answer
1






active

oldest

votes


















1














If we look at the mwe you provided (pasted) in its native state we can see it is part of a web page and would need some serious decoding to restore it as you intended it to look.



<pre class="lang-tex prettyprint prettyprinted"><code><span class="kwd">documentclass</span><span class="pun">{</span><span class="pln">article</span><span class="pun">}</span><span class="pln">
</span><span class="com">%some packages or newcommand I need to import </span><span class="pln">


</span><span class="kwd">begin</span><span class="pun">{</span><span class="pln">document</span><span class="pun">}</span><span class="pln">
</span><span class="com">%I can directly copy some answers in tex.stackexchange</span><span class="pln">
</span><span class="kwd">end</span><span class="pun">{</span><span class="pln">document</span><span class="pun">}</span><span class="pln"> </span></code></pre>


However if we simply cut and paste as plain text to ANY editor from simple notepad to the most complex of systems then it will be compatible, compliable and compilable




documentclass{article}

%some packages or newcommand I need to
import

begin{document}

%I can directly copy some answers in tex.stackexchange

Hello maplemaple

end{document}




So there is generally no need to add packages other than those in the correct answer



For wider discussions on how's and why's you could look at Feature request: Better support for copying code from question or answers and the related links at the side of that discussion.






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


    }
    });






    maplemaple 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%2f477471%2fwhat-preamble-or-packages-does-the-tex-stachexchange-uses%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














    If we look at the mwe you provided (pasted) in its native state we can see it is part of a web page and would need some serious decoding to restore it as you intended it to look.



    <pre class="lang-tex prettyprint prettyprinted"><code><span class="kwd">documentclass</span><span class="pun">{</span><span class="pln">article</span><span class="pun">}</span><span class="pln">
    </span><span class="com">%some packages or newcommand I need to import </span><span class="pln">


    </span><span class="kwd">begin</span><span class="pun">{</span><span class="pln">document</span><span class="pun">}</span><span class="pln">
    </span><span class="com">%I can directly copy some answers in tex.stackexchange</span><span class="pln">
    </span><span class="kwd">end</span><span class="pun">{</span><span class="pln">document</span><span class="pun">}</span><span class="pln"> </span></code></pre>


    However if we simply cut and paste as plain text to ANY editor from simple notepad to the most complex of systems then it will be compatible, compliable and compilable




    documentclass{article}

    %some packages or newcommand I need to
    import

    begin{document}

    %I can directly copy some answers in tex.stackexchange

    Hello maplemaple

    end{document}




    So there is generally no need to add packages other than those in the correct answer



    For wider discussions on how's and why's you could look at Feature request: Better support for copying code from question or answers and the related links at the side of that discussion.






    share|improve this answer






























      1














      If we look at the mwe you provided (pasted) in its native state we can see it is part of a web page and would need some serious decoding to restore it as you intended it to look.



      <pre class="lang-tex prettyprint prettyprinted"><code><span class="kwd">documentclass</span><span class="pun">{</span><span class="pln">article</span><span class="pun">}</span><span class="pln">
      </span><span class="com">%some packages or newcommand I need to import </span><span class="pln">


      </span><span class="kwd">begin</span><span class="pun">{</span><span class="pln">document</span><span class="pun">}</span><span class="pln">
      </span><span class="com">%I can directly copy some answers in tex.stackexchange</span><span class="pln">
      </span><span class="kwd">end</span><span class="pun">{</span><span class="pln">document</span><span class="pun">}</span><span class="pln"> </span></code></pre>


      However if we simply cut and paste as plain text to ANY editor from simple notepad to the most complex of systems then it will be compatible, compliable and compilable




      documentclass{article}

      %some packages or newcommand I need to
      import

      begin{document}

      %I can directly copy some answers in tex.stackexchange

      Hello maplemaple

      end{document}




      So there is generally no need to add packages other than those in the correct answer



      For wider discussions on how's and why's you could look at Feature request: Better support for copying code from question or answers and the related links at the side of that discussion.






      share|improve this answer




























        1












        1








        1







        If we look at the mwe you provided (pasted) in its native state we can see it is part of a web page and would need some serious decoding to restore it as you intended it to look.



        <pre class="lang-tex prettyprint prettyprinted"><code><span class="kwd">documentclass</span><span class="pun">{</span><span class="pln">article</span><span class="pun">}</span><span class="pln">
        </span><span class="com">%some packages or newcommand I need to import </span><span class="pln">


        </span><span class="kwd">begin</span><span class="pun">{</span><span class="pln">document</span><span class="pun">}</span><span class="pln">
        </span><span class="com">%I can directly copy some answers in tex.stackexchange</span><span class="pln">
        </span><span class="kwd">end</span><span class="pun">{</span><span class="pln">document</span><span class="pun">}</span><span class="pln"> </span></code></pre>


        However if we simply cut and paste as plain text to ANY editor from simple notepad to the most complex of systems then it will be compatible, compliable and compilable




        documentclass{article}

        %some packages or newcommand I need to
        import

        begin{document}

        %I can directly copy some answers in tex.stackexchange

        Hello maplemaple

        end{document}




        So there is generally no need to add packages other than those in the correct answer



        For wider discussions on how's and why's you could look at Feature request: Better support for copying code from question or answers and the related links at the side of that discussion.






        share|improve this answer















        If we look at the mwe you provided (pasted) in its native state we can see it is part of a web page and would need some serious decoding to restore it as you intended it to look.



        <pre class="lang-tex prettyprint prettyprinted"><code><span class="kwd">documentclass</span><span class="pun">{</span><span class="pln">article</span><span class="pun">}</span><span class="pln">
        </span><span class="com">%some packages or newcommand I need to import </span><span class="pln">


        </span><span class="kwd">begin</span><span class="pun">{</span><span class="pln">document</span><span class="pun">}</span><span class="pln">
        </span><span class="com">%I can directly copy some answers in tex.stackexchange</span><span class="pln">
        </span><span class="kwd">end</span><span class="pun">{</span><span class="pln">document</span><span class="pun">}</span><span class="pln"> </span></code></pre>


        However if we simply cut and paste as plain text to ANY editor from simple notepad to the most complex of systems then it will be compatible, compliable and compilable




        documentclass{article}

        %some packages or newcommand I need to
        import

        begin{document}

        %I can directly copy some answers in tex.stackexchange

        Hello maplemaple

        end{document}




        So there is generally no need to add packages other than those in the correct answer



        For wider discussions on how's and why's you could look at Feature request: Better support for copying code from question or answers and the related links at the side of that discussion.







        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited 11 hours ago

























        answered 17 hours ago









        KJOKJO

        2,6691119




        2,6691119






















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










            draft saved

            draft discarded


















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













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












            maplemaple 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%2f477471%2fwhat-preamble-or-packages-does-the-tex-stachexchange-uses%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

            Why does my Macbook overheat and use so much CPU and energy when on YouTube?Why do so many insist on using...

            How to prevent page numbers from appearing on glossaries?How to remove a dot and a page number in the...

            Puerta de Hutt Referencias Enlaces externos Menú de navegación15°58′00″S 5°42′00″O /...