美文网首页
texlive+texwork+texstudio安装过程

texlive+texwork+texstudio安装过程

作者: 戈季 | 来源:发表于2018-11-08 15:14 被阅读0次

    1.     Pdf中文版安装文件

    2.      texlive安装过程用iso 安装路径以及包含的包

    3.      安装版本确认:在安装完之后,可以调用commond,分别输入

    tex -v

    latex -v

    xelatex -v

    pdflatex -v

    4.      环境变量以及被自动配置

    Users Systems

    5.      用textstudio写的第一个document(含公式)

    `\documentclass[a4paper,twoside]{report}

    \begin{document}

                    The limit of $f(x)$ as $ x $ approaches $x_0$ is\textbf{the number} $L$ if the followingcriterion holds:

                    Given any radius$\epsilon>0$ about $L$, there exist a radius $\delta$ about $X_0$ such thatfor all $x$,

                    \[0<|x-x_0|<\delta\mbox{implies} |f(x)-L|<\epsilon\]

                    If a function$f(x)$ has a limit $L$ as $x$ approaches $x_0$,

                    it is denoted by

                    \[\lim\limits_{x\to x_0}\]

    \end{document}`

    结果:

    6.      其中还顺便装了strawberry perl虽然好像没什么用,但是怕又出现pdflatex.exe找不到的问题于是保险又下了CYAN,可能彼此没什么联系,以后要找到原因还会更新。

    7.     pdflatex.exe找不到

    相关文章

      网友评论

          本文标题:texlive+texwork+texstudio安装过程

          本文链接:https://www.haomeiwen.com/subject/egswxqtx.html