Login  |  繁體中文
感謝您對「自由軟體鑄造場」的支持與愛護,十多年來「自由軟體鑄造場」受中央研究院支持,並在資訊科學研究所以及資訊科技創新研究中心執行,現已完成階段性的任務。 原網站預計持續維運至 2021年底,網站內容基本上不會再更動。本網站由 Denny Huang 備份封存。
也紀念我們永遠的朋友 李士傑先生(Shih-Chieh Ilya Li)。

What is Resource Catalog ?

catalog-iconThe OpenFoundry Resource Catalog lists professional resources and applications related to the development of open source software. If you have any recommendation listing / category  or bug for this resource catalog, please do not hesitate to contact us.

Markup Languages

Markup language is a modern system for annotating a text in a way that is syntactically distinguishable from that text. The idea and terminology evolved from the "marking up" of manuscripts, i.e. the revision instructions by editors, traditionally written with a blue pencil on authors' manuscripts.

Listings

Results 1 - 4 of 4

LaTex

LaTeX 是一個使用同樣名為 LaTeX 的標記語言的排版系統。 LaTeX 的使用在學術界尤其興盛. 其絕佳的排版以及強大的數學公式和表格生成讓使用者可以很輕易的編 輯出高質量的印刷品。 很多人會因為 LaTeX 不是一款“所見即所得” ( What You See Is What You Get ) 的排版軟體所以抗拒它, 確實 LaTeX 是一款不容易精通的軟體, 可是其實透過使用預設好的模板, LaTeX 的上手也就不是那麼的困難了。

本文將介紹一些 LaTeX 的入門知識然後帶領讀者實作幾份文件,透過實例輕鬆學習使用 LaTeX 的方式. 希望可以幫助想要學習 LaTeX 的人克服可以被避免的陡峭學習曲線。

Markdown

★★★½

Markdown是一個輕量的標記語言, 主要用於讓人們可以不用HTML複雜繁長的語法就能夠標記格式而達到管理文件的目的. Markdown是由John Gruber跟Aaron Swartz所創造出來的. 他們希望能夠讓人們可以用易讀, 易寫的簡單文件格式, 透過工具格式化轉成HTML. 經過多年的發展, Markdown已經成為許多人做筆記的第一選擇了. 原因除了其簡潔直觀的語法還有就是長期來慢慢累積出來的周邊工具. Markdown已經不再僅僅只是用於標記基礎格式的語言了, 圍繞著Markdown產生出來的工具組已經可以讓這個標記語言作到細緻的排版. 已經有為數不少的人用Markdown來創造他們的數位著作. 知名的源碼版本控制服務網站GitHub用Markdown作為他們預設支援的文本格式. 其它還有許多的服務都支援Markdown作為他們優先支援的格式.

reStructuredText

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

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/