how to write limit tends to variable $s_i$? The Next CEO of Stack OverflowHow can I write...

Running a General Election and the European Elections together

Is this "being" usage is essential?

Is it professional to write unrelated content in an almost-empty email?

Circle x^2 + y^2 = n! doesn't hit any lattice points for any n except for 0, 1, 2 and 6 or does it?

How to count occurrences of text in a file?

How to place nodes around a circle from some initial angle?

What does "Its cash flow is deeply negative" mean?

What is the value of α and β in a triangle?

Why the difference in type-inference over the as-pattern in two similar function definitions?

Should I tutor a student who I know has cheated on their homework?

What flight has the highest ratio of time difference to flight time?

Is there a difference between "Fahrstuhl" and "Aufzug"

Why do airplanes bank sharply to the right after air-to-air refueling?

What was the first Unix version to run on a microcomputer?

How to avoid supervisors with prejudiced views?

Solving system of ODEs with extra parameter

Why is quantifier elimination desirable for a given theory?

Is a distribution that is normal, but highly skewed considered Gaussian?

Prepend last line of stdin to entire stdin

Does increasing your ability score affect your main stat?

Are police here, aren't itthey?

What connection does MS Office have to Netscape Navigator?

Do I need to write [sic] when a number is less than 10 but isn't written out?

Reference request: Grassmannian and Plucker coordinates in type B, C, D



how to write limit tends to variable $s_i$?



The Next CEO of Stack OverflowHow can I write tilde ~ in math mode?How to write these symbols in Latex?Is there a method just write `____` to get a underline hphantom, which width is 4em?How to write checkmark in latexHow to write “ℰ”How should I write $x^*^2$How do I write Itô's with the special symbol?Write a $ currency symbolHow to write stylish letter and text with in the specific fashion?I want to write 'Đ'












1















I do not want to write limit tends to infinite, instead of infinite it should be variable:



$$lim_{xtovariable} f(x) = max(R)$$


How may I write in LaTeX code?










share|improve this question




















  • 2





    Just replace variable with a space followed by the variable. Also, use [ and ] instead of $$

    – JPi
    Feb 13 at 13:03
















1















I do not want to write limit tends to infinite, instead of infinite it should be variable:



$$lim_{xtovariable} f(x) = max(R)$$


How may I write in LaTeX code?










share|improve this question




















  • 2





    Just replace variable with a space followed by the variable. Also, use [ and ] instead of $$

    – JPi
    Feb 13 at 13:03














1












1








1








I do not want to write limit tends to infinite, instead of infinite it should be variable:



$$lim_{xtovariable} f(x) = max(R)$$


How may I write in LaTeX code?










share|improve this question
















I do not want to write limit tends to infinite, instead of infinite it should be variable:



$$lim_{xtovariable} f(x) = max(R)$$


How may I write in LaTeX code?







symbols






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Feb 13 at 13:05









Sigur

26.2k457142




26.2k457142










asked Feb 13 at 12:59









sanjay guptasanjay gupta

112




112








  • 2





    Just replace variable with a space followed by the variable. Also, use [ and ] instead of $$

    – JPi
    Feb 13 at 13:03














  • 2





    Just replace variable with a space followed by the variable. Also, use [ and ] instead of $$

    – JPi
    Feb 13 at 13:03








2




2





Just replace variable with a space followed by the variable. Also, use [ and ] instead of $$

– JPi
Feb 13 at 13:03





Just replace variable with a space followed by the variable. Also, use [ and ] instead of $$

– JPi
Feb 13 at 13:03










3 Answers
3






active

oldest

votes


















4














Replace the usual infty with your variable. Also better not use $$ and it should read max:



documentclass{article}

begin{document}

[
lim_{xto a} f(x) = max(R)
]

end{document}





share|improve this answer































    0














    Write



      lim_{xto s_i}f(x) 


    in math mode.






    share|improve this answer

































      0














      Here there is my proposal, you can use also rightarrow instead of to:



      enter image description here



      documentclass{article}
      usepackage{amsmath,verbatim}
      begin{document}
      begin{verbatim}
      If you want use your formula as inline mathmode:
      end{verbatim}
      $lim_{xrightarrow a} f(x) = max(R)$
      begin{verbatim}
      Into an ambient equation you will have:
      end{verbatim}
      begin{equation}
      lim_{xrightarrow a} f(x) = max(R)
      end{equation}
      end{document}





      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%2f474691%2fhow-to-write-limit-tends-to-variable-s-i%23new-answer', 'question_page');
        }
        );

        Post as a guest















        Required, but never shown

























        3 Answers
        3






        active

        oldest

        votes








        3 Answers
        3






        active

        oldest

        votes









        active

        oldest

        votes






        active

        oldest

        votes









        4














        Replace the usual infty with your variable. Also better not use $$ and it should read max:



        documentclass{article}

        begin{document}

        [
        lim_{xto a} f(x) = max(R)
        ]

        end{document}





        share|improve this answer




























          4














          Replace the usual infty with your variable. Also better not use $$ and it should read max:



          documentclass{article}

          begin{document}

          [
          lim_{xto a} f(x) = max(R)
          ]

          end{document}





          share|improve this answer


























            4












            4








            4







            Replace the usual infty with your variable. Also better not use $$ and it should read max:



            documentclass{article}

            begin{document}

            [
            lim_{xto a} f(x) = max(R)
            ]

            end{document}





            share|improve this answer













            Replace the usual infty with your variable. Also better not use $$ and it should read max:



            documentclass{article}

            begin{document}

            [
            lim_{xto a} f(x) = max(R)
            ]

            end{document}






            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered Feb 13 at 13:03









            foofoo

            4369




            4369























                0














                Write



                  lim_{xto s_i}f(x) 


                in math mode.






                share|improve this answer






























                  0














                  Write



                    lim_{xto s_i}f(x) 


                  in math mode.






                  share|improve this answer




























                    0












                    0








                    0







                    Write



                      lim_{xto s_i}f(x) 


                    in math mode.






                    share|improve this answer















                    Write



                      lim_{xto s_i}f(x) 


                    in math mode.







                    share|improve this answer














                    share|improve this answer



                    share|improve this answer








                    edited Feb 15 at 0:49

























                    answered Feb 13 at 21:43









                    Chris CusterChris Custer

                    1045




                    1045























                        0














                        Here there is my proposal, you can use also rightarrow instead of to:



                        enter image description here



                        documentclass{article}
                        usepackage{amsmath,verbatim}
                        begin{document}
                        begin{verbatim}
                        If you want use your formula as inline mathmode:
                        end{verbatim}
                        $lim_{xrightarrow a} f(x) = max(R)$
                        begin{verbatim}
                        Into an ambient equation you will have:
                        end{verbatim}
                        begin{equation}
                        lim_{xrightarrow a} f(x) = max(R)
                        end{equation}
                        end{document}





                        share|improve this answer




























                          0














                          Here there is my proposal, you can use also rightarrow instead of to:



                          enter image description here



                          documentclass{article}
                          usepackage{amsmath,verbatim}
                          begin{document}
                          begin{verbatim}
                          If you want use your formula as inline mathmode:
                          end{verbatim}
                          $lim_{xrightarrow a} f(x) = max(R)$
                          begin{verbatim}
                          Into an ambient equation you will have:
                          end{verbatim}
                          begin{equation}
                          lim_{xrightarrow a} f(x) = max(R)
                          end{equation}
                          end{document}





                          share|improve this answer


























                            0












                            0








                            0







                            Here there is my proposal, you can use also rightarrow instead of to:



                            enter image description here



                            documentclass{article}
                            usepackage{amsmath,verbatim}
                            begin{document}
                            begin{verbatim}
                            If you want use your formula as inline mathmode:
                            end{verbatim}
                            $lim_{xrightarrow a} f(x) = max(R)$
                            begin{verbatim}
                            Into an ambient equation you will have:
                            end{verbatim}
                            begin{equation}
                            lim_{xrightarrow a} f(x) = max(R)
                            end{equation}
                            end{document}





                            share|improve this answer













                            Here there is my proposal, you can use also rightarrow instead of to:



                            enter image description here



                            documentclass{article}
                            usepackage{amsmath,verbatim}
                            begin{document}
                            begin{verbatim}
                            If you want use your formula as inline mathmode:
                            end{verbatim}
                            $lim_{xrightarrow a} f(x) = max(R)$
                            begin{verbatim}
                            Into an ambient equation you will have:
                            end{verbatim}
                            begin{equation}
                            lim_{xrightarrow a} f(x) = max(R)
                            end{equation}
                            end{document}






                            share|improve this answer












                            share|improve this answer



                            share|improve this answer










                            answered 10 mins ago









                            SebastianoSebastiano

                            11.3k42164




                            11.3k42164






























                                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%2f474691%2fhow-to-write-limit-tends-to-variable-s-i%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

                                IEEEtran - How to include ORCID in TeX/PDF with PdfLatexIs there a standard way to include ORCID in TeX /...

                                Cicindela nigrior Przypisy | Menu nawigacyjneCicindela varians unicolorManual for the Identification of the...

                                Glossaries-extra: Adding glossaries package to “Clas­sicTh­e­sis” template by Dr. André Miede v. 4.6 ...