Skip to content

Commit 645586f

Browse files
committed
index translation
1 parent fde78ba commit 645586f

1 file changed

Lines changed: 42 additions & 0 deletions

File tree

zh-hant/index.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
---
2+
layout: "start"
3+
lang: "zh-hant"
4+
title: 通過友好的入門課程免費線上學習LaTeX
5+
description: "通過16節入門課程學習 LaTeX。從 LaTeX 起步,這是一個旨在產生高質量排版輸出的文件準備系統。"
6+
permalink: /zh-hant/
7+
---
8+
9+
# 學習LaTeX
10+
11+
<h2 class="heading__introduction">從 LaTeX 起步,這是一個旨在產生高質量排版輸出的文件準備系統。</h2>
12+
13+
<div
14+
class="text-columns">
15+
<section>
16+
<h3 class="text-columns__heading">簡介</h3>
17+
<p>對新使用者來說,LaTeX 可能會令人生畏,因為它<em>不是</em>文書處理器,
18+
而且它不是單個程式。我們的目標是幫助你從基礎開始學習LaTeX:包括基本概念、安裝、編寫程式碼,
19+
而不是試圖一次性向你展示<em>所有內容</em>。<a href="./mission">了解更多關於我們的使命&hellip;</a></p>
20+
</section>
21+
<section>
22+
<h3 class="text-columns__heading">工作原理</h3>
23+
<p>我們精選了你需要了解的最重要的內容,將其編寫成<em>16節簡短課程</em>,這些課程不會花費太長時間。在每節課中,我們都會提供大量實際編寫的示例。你可以在本網站上編輯和執行這些示例。<a href="./help#examples">了解更多關於示例&hellip;</a></p>
24+
</section>
25+
</div>
26+
27+
<h2 class="heading__toc" id="toc">課程</h2>
28+
29+
<p class="paragraph__toc">我們為每節課都包含了一個<b>深入了解</b>頁面。當你需要詳細資訊時,這些額外資訊可以為你提供支援,但如果不需要,這些資訊不會妨礙你的學習。</p>
30+
31+
{% include toc-lessons.html prefix="zh-hans/lesson" %}
32+
33+
<h2 class="heading__toc">附加課程</h2>
34+
<ul class="lessons-toc">
35+
{% include toc-additional-lessons.html prefix="zh-hans/language" %}
36+
{% include toc-additional-lessons.html prefix="zh-hans/extra" %}
37+
</ul>
38+
39+
## 進一步學習
40+
41+
獲取一本關於LaTeX的書籍是學習細節的最佳方式。我們在[最後一課](./lesson-16)中介紹了如何獲取更多資訊,並提供了一些書籍推薦。
42+

0 commit comments

Comments
 (0)