2018 Fall 期末專案示範網站

Kmol-editor << Previous

Leo-editor

Kmolreport 使用說明影片:

https://github.com/leo-editor/leo-editor 是一套多用途大綱編輯器, 可應用於協同 Markdown 文件編輯, 當結合 PandocMikTeX, 可將 Markdown 資料轉換為 html 與 pdf 或 epub 格式.

http://lab.kmol.info  目前使用可攜 miktex_portable_and_pandoc.7z, 使用者下載後與先前的 Python 可攜系統結合, 在原有的 start.bat 啟動批次檔案中的 path 設定, 加入:

%Disk%:\pandoc-2.4-windows-x86_64;%Disk%:\miktex_portable\texmfs\install\miktex\bin;

重新啟動後, 即可利用 pandoc 指令與 xelatex 將 Markdown 資料轉為 pdf 文件.

此外, 若配合 https://github.com/mdecourse/kmolreport 倉儲, 用於建立課程專題報告、學位論文或期刊論文等, 則需要額外以下列指令:

python -m pip install pandoc-fignos pandoc-tablenos pandoc-eqnos

安裝 pandoc-fignos, pandoc-tablenospandoc-eqnos 等模組.

過程中, 還必須透過 MikTeX Package Manager 安裝:

tex\latex\catoptions\catoptions.sty
tex\latex\fancyhdr\fancyhdr.sty
tex\latex\xwatermark\xwatermark.sty
tex\latex\ltxkeys\ltxkeys.sty
tex\latex\ms\everyshi.sty
tikz.sty
tex\latex\xcolor\xcolor.sty

等 packages.

LaTeX 電子書

LaTeX in 24 Hours: https://link.springer.com/book/10.1007/978-3-319-47831-9 

Practical LaTeX: https://link.springer.com/book/10.1007/978-3-319-06425-3 

LaTeX and Friends: https://link.springer.com/book/10.1007/978-3-642-23816-1 

Math into LATEX: https://link.springer.com/book/10.1007/978-1-4612-2134-0 

More Math Into LaTeX: https://link.springer.com/book/10.1007/978-3-319-23796-1 

Digital Typography Using Latex: https://link.springer.com/book/10.1007/b98959 

Latex for Linux: https://link.springer.com/book/10.1007/978-1-4612-1462-5 


Kmol-editor << Previous