日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 > 编程资源 > 编程问答 >内容正文

编程问答

初学LATEX

發布時間:2025/3/15 编程问答 30 豆豆
生活随笔 收集整理的這篇文章主要介紹了 初学LATEX 小編覺得挺不錯的,現在分享給大家,幫大家做個參考.

http://v.youku.com/v_show/id_XNjAzMDMyMjQ=.html

轉自CTex論壇,
五分鐘寫出自己的第一篇LaTex文檔
附一些比較好的參考資料

  • The Not So Short Introduction to LaTeX2e(lshort)

    一個最容易懂的 LaTeX 入門教材。我就是看這個學會 LaTeX 的。 這個文檔已經被翻譯成很多種語言,包括漢語。這里是一個英語版本。

  • Math into LaTeX

    一個非常好的講述怎樣在 LaTeX 里方便的輸入數學公式的書,也 可以作為一個通用的 LaTeX 入門書籍。

  • LaTeX Command Summary

    一個LaTeX命令速查手冊,不知道誰寫的。包含很多很多內容,符 號名列表啊,……什么都有,只有14頁。你可以打印出來放在手邊備 用。

  • Using Imported Graphics In LATEX2e

    王磊翻譯整理的 Using Import graphics in LaTeX2e(Keith Reckdahl 編寫,Ver. 2, Dec. 15 1997) 在 LaTeX 中你可以用很多 種方式插入圖片,這本書就是講述怎樣實現各種各樣的插圖效果。譯 者加入了對 picinpar, picins, wrapfig 等宏包的介紹。特別推薦 picins 宏包,它可以輕松實現這樣的插圖:

  • link

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    推薦一個學習LaTeX的網站

    8 Oct, 2007 No Comment

    推薦一個學習LaTeX的網站

    華東師范大學數學系LaTeX科技排版網頁

    http://www.math.ecnu.edu.cn/~latex/

    這個網址上面有關于Latex的基本知識, 列出了一些學習Latex的參考資料,

    他們學校開LaTeX課程的全部講義和上機試驗, 還有許多有用的模板, 并且有一些與Latex相關的網絡鏈接.

    要學習Latex的話, 首選看完它上面的講義和完成所有的上機試驗, 我想常用的Latex知識你都會.

    既然是學習新的東西, 不要碰到問題就馬上放棄, 要嘗試自己找相應的資料解決問題, 如果你安裝的是ctex的話, 上面有一些幫助文檔, 你可以在按下面的路徑找到:

    所有程序-->中文TeX套裝--->help--->lshort-cn 或者CTeX FAQ,

    你可以在上面的幾個文檔中找找有沒有相關的問題. 或者google, baidu搜索一下,

    實在不行可以去ctex論壇上提問, 那里大多數人還是會比較熱情解答你的問題.

    CTeX 新手入門系列視頻教程

    8 Oct, 2007 1條評論

    LaTeX對初學者來說確實比較難學, 不用怕, CTeX論壇上一些高手充分考慮到了這種情況, 特地制作了CTeX 新手入門系列視頻教程,

    這是 視頻教程原始文章地址, 下面是主要內容:

    CTeX 新手入門系列視頻教程

    Episode 1:

    CTeX 的下載以及 CTeX FTP 的使用方法
    http://www.box.net/shared/static/ynoh3q4kjv.mov

    Episode 2:

    命令與環境的概念
    http://www.box.net/shared/static/864h875yl0.mov

    Episode 3:

    創建你的第一篇大作
    http://www.box.net/shared/static/zq5ij59n3b.mov

    下載全部(約 18MB)
    http://www.box.net/shared/static/r88qpjsadd.zip

    注意:建議使用 quicktime 播放,屏幕分辨率如果小于 1024*768 打開文

    件后請按 ctrl + 0。

    link

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    版權屬于原作者

    Learn LaTeX

    All mathematics students need to know LaTeX. It takes some effort to learn how to use LaTeX. To assist you in this process, I have created A Sample Mathematics Paper that demonstrates the basics of LaTeX. You can use this as a template for simple documents (such as a one-page homework assignment) or moderately complicated documents (such as a journal article). To get started, you need to download the following files (right click on each to get the individual file):

    • paper.pdf (the typeset version of the paper ready to read)
    • paper.tex (the main LaTeX source file)
    • paper.bib (bibliography data for the paper)
    • hello-world.tex (a very short sample LaTeX source file)
    • doodle.eps (EPS version of a graphic embedded in the paper)
    • doodle.pdf (PDF version of a graphic embedded in the paper)
    • Makefile (this is optional and included for Unix experts)

    Save all these files to a folder on your hard drive, open paper.pdf, and enjoy.

    Alternatively, you can get all of these files in a single TAR archive by right-clicking on this link:

    • learn.tar

    Save this file in a directory of your choosing and extract the files with the following shell command:
    tar xf learn.tar


    The American Mathematical Society's tools for LaTeX are excellent. For your convenience, I provide copies here of some of their reference material:
    • Short Math Guide for LaTeX
    • User's Guide for the amsmath Package
    • Using the amsthm Package

    Other Resources
    • An online book entitled Formatting Information: A beginner's introduction to typesetting with LaTeX.
    • A website with handy information about LaTeX, including how to set it up on our computer.
    • The LaTeX project website.

    Form: http://www.ams.jhu.edu/~ers/learn-latex/

    總結

    以上是生活随笔為你收集整理的初学LATEX的全部內容,希望文章能夠幫你解決所遇到的問題。

    如果覺得生活随笔網站內容還不錯,歡迎將生活随笔推薦給好友。