Results 1 - 4 of 4
LaTeX 是一個使用同樣名為 LaTeX 的標記語言的排版系統。 LaTeX 的使用在學術界尤其興盛. 其絕佳的排版以及強大的數學公式和表格生成讓使用者可以很輕易的編 輯出高質量的印刷品。 很多人會因為 LaTeX 不是一款“所見即所得” ( What You See Is What You Get ) 的排版軟體所以抗拒它, 確實 LaTeX 是一款不容易精通的軟體, 可是其實透過使用預設好的模板, LaTeX 的上手也就不是那麼的困難了。
本文將介紹一些 LaTeX 的入門知識然後帶領讀者實作幾份文件,透過實例輕鬆學習使用 LaTeX 的方式. 希望可以幫助想要學習 LaTeX 的人克服可以被避免的陡峭學習曲線。
Markdown是一個輕量的標記語言, 主要用於讓人們可以不用HTML複雜繁長的語法就能夠標記格式而達到管理文件的目的. Markdown是由John Gruber跟Aaron Swartz所創造出來的. 他們希望能夠讓人們可以用易讀, 易寫的簡單文件格式, 透過工具格式化轉成HTML. 經過多年的發展, Markdown已經成為許多人做筆記的第一選擇了. 原因除了其簡潔直觀的語法還有就是長期來慢慢累積出來的周邊工具. Markdown已經不再僅僅只是用於標記基礎格式的語言了, 圍繞著Markdown產生出來的工具組已經可以讓這個標記語言作到細緻的排版. 已經有為數不少的人用Markdown來創造他們的數位著作. 知名的源碼版本控制服務網站GitHub用Markdown作為他們預設支援的文本格式. 其它還有許多的服務都支援Markdown作為他們優先支援的格式.
reStructuredText is an easy-to-read, what-you-see-is-what-you-get plaintext markup syntax and parser system. It is useful for in-line program documentation (such as Python docstrings), for quickly creating simple web pages, and for standalone documents. reStructuredText is designed for extensibility for specific application domains. The reStructuredText parser is a component of Docutils. reStructuredText is a revision and reinterpretation of the StructuredText and Setext lightweight markup systems.
Platform:Cross-platform;License: Public Domain, Python License (CNRI Python License)
References: https://docutils.sourceforge.net/rst.html
Docutils is an open-source text processing system for processing plaintext documentation into useful formats, such as HTML or LaTeX. It includes reStructuredText, the easy to read, easy to use, what-you-see-is-what-you-get plaintext markup language.
Platform: Cross-platform;License: OSI-Approved Open Source, Public Domain
References: https://docutils.sourceforge.net/