lab.cycu.org

  • Home
    • Site Map
    • reveal
    • blog
  • About
  • CK Design
    • Design Synthesis
    • Math
    • Pfaffians
  • Front-End
    • Javascript
    • Brython
      • W12 demo
    • Bootstrap
    • Fengari-Web
  • Design
    • Onshape
    • Solvespace
    • FreeCAD
    • Blender
  • Simulation
    • V-rep
    • Webots
    • Range
  • Realization
    • KLL3PP
    • Foosball
    • Publish
  • Back-End
    • Python
    • Cython
    • Metaheuristics
    • Pyslvs
    • Virtualbox
    • Ubuntu
Foosball << Previous Next >> Back-End

Publish

出版是內容管理過程中重要的一環,  無論是一段文句, 一個零組件, 一張圖片或影片, 在 html 網際環境編輯之後, 要如何轉為各種類比與數位的出版品格式, 就是此地要探討的重點.

段落文字在網際環境可以利用 Html5 加上 css 或 bootstrap 等前端框架加以處理, 最終與圖片及影片或數學方程式, 可以透過 Pandoc 將 html 轉為  Markdown 之後, 再加上手工編輯處理後, 轉為 pdf 或其他數位格式.

以下為相關處理工具:

圖片:

GIMP: https://www.gimp.org/ 

轉檔工具:

Pandoc:

https://pandoc.org

排版工具:

TinyTeX: https://yihui.name/tinytex/

影片處理:

Blender: https://www.blender.org/

3D 轉檔:

FreeCAD: https://www.freecadweb.org/

相關操作指令:

tlmgr search --global --file "/"

tlmgr install 

tlmgr option repository 
http://ftp.yzu.edu.tw/CTAN/systems/texlive/tlnet

pandoc MANUAL.txt --toc -V "CJKmainfont:SimSun" -V fontsize=12pt -V geometry:margin=1in --pdf-engine=xelatex -o example13.pdf

pandoc content.htm  --toc -t latex -V "CJKmainfont:SimSun" -V fontsize=12pt -V geometry:margin=1in --pdf-engine=xelatex -o content.pdf

pandoc content.md --toc -V "CJKmainfont:SimSun" -V fontsize=12pt -V geometry:margin=1in --pdf-engine=xelatex -o content.pdf

pandoc content.md --toc -V "CJKmainfont:SimSun" -V fontsize=12pt -V geometry:margin=1in --pdf-engine=xelatex -o content.pdf

pandoc content.htm -t markdown -o content.md

TinyTex and Pandoc.7z

FreeCAD0.18.1.7z


Foosball << Previous Next >> Back-End

Copyright © All rights reserved | This template is made with by Colorlib