本專案目前僅支援 IEEE 論文模板。
- 下載此專案
- 執行以下指令進行編譯
# Make sure your current directory is correct $ make
- 需等待 2-3 秒,若編譯成功,則不會有任何錯誤訊息。
- 編譯成功後會自動生成 PDF 檔案
main.pdf
在Output/
下。
- 如何移除編譯過程所產生的中間檔案 (e.g.,
main.aux
,main.bbl
,main.blg
, etc.)?# Make sure your current directory is correct $ make clean
- 中間檔案為非必要檔案,已經寫入
.gitignore
中。
- 中間檔案為非必要檔案,已經寫入
# In alphabetical order
nsslab-thesis-template
├── Bib/ # * 參考書目
│ └── thesis.bib # 參考書目的內容 (自行編輯)
├── Chapters/ # * 論文各節內容 (可自行新增)
│ ├── 0-Abstract.tex
│ ├── 1-Introduction.tex
│ ├── 2-RelatedWork.tex
│ ├── 3-Design.tex
│ ├── 4-Evaluation.tex
│ └── 5-Conclusion.tex
├── Class/ # * 論文模板
│ └── IEEEtran.cls # IEEE 論文格式 (不需更動)
├── Config/ # * 相關參數設定
│ └── config.tex # 設定論文題目、作者資訊等 (自行編輯)
├── Figurs/ # * 論文圖片 (可自行新增)
│ └── ...
├── .gitignore # 檔案忽略清單 (不需更動)
├── CONTRIBUTING.md # 說明文件:如何貢獻本專案 (不需更動)
├── GNUmakefile # 編譯論文檔案所用,生成的 PDF 檔案會在 `Output/` 資料夾下 (不需更動)
├── LICENSE # 專案授權 (不需更動)
├── main.tex # 論文主要檔案 (自行編輯)
├── main.pdf # 論文輸出檔案
└── README.md # 說明文件 (本檔案)
- LaTeX Workshop (on Visual Studio Code)
- 透過
Ctrl + S
存檔時進行編譯,但是編譯檔案會出現在Output/
資料夾外。 - 備註:LaTeX Workshop 有時會出現無法按下
Enter
的錯誤訊息,可以改安裝v6.0
版本就會解決。
- 透過
NOTICE: You can follow the contributing process CONTRIBUTING.md to join me. I am very welcome any issue!
This repository is dedicatd for all members in Networking and Sensing Systems Laboratory (NSSLAB).