Skip to content
/ LaTeX123 Public

📖 《大家來學 LaTeX》 —— The classic and complete guide written in Traditional Chinese to help you get started on your journey with LaTeX.

Notifications You must be signed in to change notification settings

TeXtw/LaTeX123

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

大家來學 LaTeX

大家來學 LaTeX

📖 The classic and complete guide written in Traditional Chinese to help you get started on your journey with LaTeX

簡介

此倉庫託管著李果正(Edward G.J. Lee)先生於 2004 年接受中華民國行政院研考會委辦的「政府機關資料文件交換之電子檔案格式應用研究」計畫補助所撰寫的《大家來學 LaTeX》原始程式代碼。

絕大多數使用 LaTeX 進行專業文章排版的中文使用者必定曾經耳聞或閱讀過此書,但 LaTeX 歷經多年的發展,書中已有部分內容在今時今日已然不適用,本專案將根據原書的章節順序與原稿進行適當編修。

編譯說明

圖片處理

使用 MetaPost 繪製的 *.mp 檔案需要使用 mptopdf 轉換為 *.pdf 才能插入至文件中:

$ sudo apt install mptopdf texlive-metapost
$ mptopdf <*.mp>

使用 LaTeX 繪製的 *.pdf 檔案根據設置的文件格式不同可能存在白邊,此處使用 pdfCropMargins 去除:

$ pip install pdfCropMargins --upgrade
$ pdf-crop-margins -v -p 0 -a -6 <*.pdf>

文件編譯

main 分支中版本須使用 xelatex 進行編譯:

增修內容

修改

  • 編碼轉換:將原始檔案由 BIG5 編碼轉換為 utf8 編碼。
  • 目錄結構:重新整理檔案與資料夾結構,並將封面設計、頁眉設計、顏色設定…等整併為 latex123.cls 主題文件。
  • 編譯引擎:中文排版方案改為使用 xelatex 搭配 xeCJKfontspec 套件進行編譯。

🚧 新增

  • 章節內容編修

原始檔案

本書的原始檔案曾經託管於淡江大學數學系的伺服器上,但連結已不復存在。倉庫中的原始代碼來源自靜宜大學資訊學院所保留之 v1.0 的原始檔案:

原始檔案提交於 legacy 分支中,或可以在 Release v1.0 中找到。

授權許可

Licensed under the GNU Free Documentation License, Copyright © 2004-present Edward G.J. Lee.

About

📖 《大家來學 LaTeX》 —— The classic and complete guide written in Traditional Chinese to help you get started on your journey with LaTeX.

Topics

Resources

Stars

Watchers

Forks

Languages