Skip to content

Commit 60bab99

Browse files
committed
L-extra-01 translation
1 parent 908ebf5 commit 60bab99

1 file changed

Lines changed: 60 additions & 0 deletions

File tree

zh-hant/extra-01.md

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
---
2+
layout: "lesson"
3+
lang: "zh-hant"
4+
title: "LaTeX 展示 - 進階學習示例"
5+
description: "本課展示了一些在主要課程中未涉及的其他流行 LaTeX 宏包的示例。"
6+
toc-anchor-text: "LaTeX 展示"
7+
toc-description: "進階學習示例"
8+
---
9+
10+
# 展示
11+
12+
<span
13+
class="summary">本課展示了一些在主要課程中未涉及的其他流行 LaTeX 宏包的示例。</span>
14+
15+
本課程概述了 LaTeX 的核心功能。LaTeX 有大量的擴充套件宏包,並且被用於許多學科領域。這裡我們給出一些示例,不做詳細解釋,但提供了指向 [texdoc.org](https://texdoc.org)上宏包文件的連結。除非另有說明,這些示例均取自宏包文件。
16+
17+
<p
18+
class="hint">注意:這裡列出的宏包並不意味著對它們的認可或推薦,我們只是想展示一些本課程中未涉及的領域的小樣本。</p>
19+
20+
## 化學
21+
22+
宏包: [`mhchem`](https://texdoc.org/pkg/mhchem)
23+
24+
{% include extra-01-example-mchem.md %}
25+
26+
## 語言學
27+
28+
宏包: [`forest`](https://texdoc.org/pkg/forest)
29+
30+
{% include extra-01-example-forest.md %}
31+
32+
## 國際象棋
33+
34+
宏包: [`xskak`](https://texdoc.org/pkg/xskak)
35+
36+
{% include extra-01-example-xskak.md %}
37+
38+
## 詩歌
39+
40+
文件類: [`memoir`](https://texdoc.org/pkg/memoir)
41+
42+
{% include extra-01-example-memoir.md %}
43+
44+
## 繪圖
45+
46+
宏包: [`tikz`](https://texdoc.org/pkg/tikz)
47+
48+
{% include extra-01-example-tikz.md %}
49+
50+
## 函數繪圖
51+
52+
宏包: [`pgfplots`](https://texdoc.org/pkg/pgfplots)
53+
54+
{% include extra-01-example-pgfplots.md %}
55+
56+
## 音樂
57+
58+
宏包: [`musixtex`](https://texdoc.org/pkg/musixtex)
59+
60+
{% include extra-01-example-musixtex.md %}

0 commit comments

Comments
 (0)