All Projects → liao961120 → ntuthesis

liao961120 / ntuthesis

Licence: other
台大碩博士論文模板 (R Package)

Programming Languages

HTML
75241 projects
TeX
3793 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language
r
7636 projects

Projects that are alternatives of or similar to ntuthesis

Rmarkdown Cookbook
R Markdown Cookbook. A range of tips and tricks to make better use of R Markdown.
Stars: ✭ 324 (+2214.29%)
Mutual labels:  latex, pandoc, rmarkdown
Rmarkdown
Dynamic Documents for R
Stars: ✭ 2,319 (+16464.29%)
Mutual labels:  pandoc, rmarkdown, r-package
csasdown
📖 An R package for creating CSAS reports in PDF or Word format with R Markdown and bookdown
Stars: ✭ 40 (+185.71%)
Mutual labels:  latex, pandoc, rmarkdown
Bookdown
Authoring Books and Technical Documents with R Markdown
Stars: ✭ 2,768 (+19671.43%)
Mutual labels:  latex, rmarkdown, bookdown
master-thesis
Выпускная квалификационная работа (ВКР) магистра в LaTeX, оформленная в соответствии с нормоконтролем Севастопольского государственного университета в 2017 г.
Stars: ✭ 84 (+500%)
Mutual labels:  latex, thesis-template
sugartex
SugarTeX is a more readable LaTeX language extension and transcompiler to LaTeX. Fast Unicode autocomplete in Atom editor via https://github.com/kiwi0fruit/atom-sugartex-completions
Stars: ✭ 74 (+428.57%)
Mutual labels:  latex, pandoc
wikitopdf
Export a repo's wiki as a PDF ebook.
Stars: ✭ 14 (+0%)
Mutual labels:  latex, pandoc
pandocker
🐳 A simple docker image for pandoc with filters, templates, fonts, and the latex bazaar
Stars: ✭ 118 (+742.86%)
Mutual labels:  latex, pandoc
linguisticsdown
Easy Linguistics Document Writing with R Markdown
Stars: ✭ 24 (+71.43%)
Mutual labels:  rmarkdown, r-package
Yet-Another-LaTeX-Template-for-NPU-Thesis
西北工业大学硕博学位论文模版 | Yet Another Thesis Template for Northwestern Polytechnical University
Stars: ✭ 82 (+485.71%)
Mutual labels:  latex, thesis-template
thesis template ntu
Thesis Latex Template for Nanyang Technological University (NTU)
Stars: ✭ 78 (+457.14%)
Mutual labels:  thesis-template, ntu
hesso-latextemplate-thesis
HES-SO//Master MSE thesis template
Stars: ✭ 26 (+85.71%)
Mutual labels:  latex, thesis-template
R-Markdown-Template
R Markdown Templates For Chinese Users
Stars: ✭ 21 (+50%)
Mutual labels:  rmarkdown, chinese
pandoc-amsthm
provide a syntax to use amsthm environments in pandoc, with output in LaTeX and HTML
Stars: ✭ 19 (+35.71%)
Mutual labels:  latex, pandoc
thegreatmarkdown
《了不起的 Markdown》
Stars: ✭ 44 (+214.29%)
Mutual labels:  pandoc, rmarkdown
heddlr
Bring a functional programming mindset to R Markdown document generation
Stars: ✭ 14 (+0%)
Mutual labels:  rmarkdown, r-package
tufte-markdown
Use markdown to write your handouts and books in Tufte style.
Stars: ✭ 82 (+485.71%)
Mutual labels:  latex, pandoc
reportfactory
Lightweight infrastructure to handle multiple rmarkdown reports
Stars: ✭ 68 (+385.71%)
Mutual labels:  rmarkdown, r-package
datatoolbox
🎓 Data Toolbox Training
Stars: ✭ 18 (+28.57%)
Mutual labels:  rmarkdown, r-package
awesome-academic-writing
MERGED with https://github.com/writing-resources/awesome-scientific-writing
Stars: ✭ 39 (+178.57%)
Mutual labels:  pandoc, rmarkdown

DEPRECATED: Use liao961120/thesis instead

Build Status Support R Version License: GPL v3

ntuthesis

這是國立臺灣大學的論文模板,基於 bookdown 的架構。為了方便使用,將此模板打包成 R Package,方便使用者下載及使用內建函數。

輸出範例:

此套件亦可用於他校論文的撰寫,詳見 建立他校模板

安裝

v1.0.0

2019-02-10 之前已使用 ntuthesis 撰寫論文者,請下載 v1.0.0

#install.packages('remotes')
remotes::install_github("liao961120/[email protected]")

並請閱讀第一版的說明文件

最新版本 (v2.0.0)

#install.packages('remotes')
remotes::install_github("liao961120/ntuthesis")

安裝完成後,執行下方指令,下載套件所需的字體檔:

ntuthesis::download_fonts()

新版的 ntuthesis 較易加入其它學校模板,目前正在開發中,API 與舊版兼容,但舊的 ntu_bookdown 模板已更新為 ntu,並且不容於新版。已使用 ntu_bookdown 模板者,請下載 v1.0.0

v2.0.0 相較 v1.0.0

若無特殊需求,建議使用最新版本,v1.0.0 有一些格式上的問題。

v2.0.0 新增與改進了以下功能:

  • 解決跨作業系統的字型問題

    使用者不需額外設定字型,PDF 輸出字型預設為「標楷體」(中文) 與「Times New Roman」(英文),並且支援 IPA 語音符號

  • 修正字體大小

    v1.0.0 的字體大小為錯誤的 (非 12pt),此版本修正為 12pt。

  • 改進英文 PDF 輸出格式:頂層標題置中

使用

關於詳細的使用說明,見套件網頁

問題

若有套件使用上的問題,可在 GitHub 回報。若沒有 GitHub 帳號,可透過 Email 聯絡 Yongfu Liao

其它

關於此套件的部落格文章

特別感謝

臺大論文模板的封面是根據 tzhuan/ntu-thesis 修改而成。

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].