We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ffdead commit 9e55499Copy full SHA for 9e55499
1 file changed
zh-hant/more-16.md
@@ -0,0 +1,21 @@
1
+---
2
+layout: "lesson"
3
+lang: "zh-hant"
4
+title: "更多內容:獲取文件和尋求幫助"
5
+description: "本課向你展示在哪裡可以找到 LaTeX 本身的原始碼。"
6
+toc-anchor-text: "更多內容:獲取文件和尋求幫助"
7
8
+
9
10
+## LaTeX 的文件化原始碼
11
12
+前面描述的`texdoc`命令不僅限於宏包文件。如果你想超越本課程所涵蓋的領域,詳細研究 LaTeX 的實現,那麼以下連結可能會有幫助。
13
14
+LaTeX 本身的原始碼以 LaTeX 排版的文件`source2e.pdf`的形式提供,可以通過`texdoc source2e`或在 [texdoc.org](https://texdoc.org/pkg/source2e)上獲取。
15
16
+當前版本的 LaTeX 還預載入了 LaTeX3 程式語言程式碼,這些程式碼之前是作為`expl3`宏包提供的。可以使用`texdoc`檢視 [expl3介面說明](https://texdoc.org/pkg/interface3)(`texdoc interface3`)或[完整的expl3原始碼](https://texdoc.org/pkg/source3)(`texdoc source3`)。
17
18
19
20
21
0 commit comments