-
Notifications
You must be signed in to change notification settings - Fork 1
Getting Started
Kevin Cyu edited this page Nov 18, 2017
·
11 revisions
Support function of docoGen
Click the link to see latest support!
- Install
node.js
- Using
npmto get the package
- After installation, if you first time to use docoGen, you can use the script to install our dependencies.
- Under the directory which just
npm installto get docoGen in previous step, run: - For
Linuxusers:bash node_modules/docogen/install_dep.sh - For
Windowusers:.\node_modules\docogen\install_dep.bat
- Under the directory which just
It will take several minutes to download dependencies (Both
Linux,Windowplatform) When download process has been done, the installation window will pop up (ForWindowuser)
-
After you get all dependencies, now it's time to play!
- Write down the script in
.docogenwith JSON format
New feature! Also, you can edit markdown script instead using
.docogen. Cheer!- Overview
- Write down the script in
-
When all docogen script has been added, we can generate LaTeX pdf now!
- Write the js file named
latex_method.js(you can see more intest/) - And run the command
node <your.js> - If you see this, it means generating process has been done!
- Write the js file named
-
Check the result!



