Skip to content

agural/notebook-generator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

notebook-generator

(Auto) generate notebooks from your source code. Useful for ACM-ICPC

Dependencies

pdflatex

[sudo] aptitude install texlive

nodejs

[sudo] aptitude install nodejs

npm

[sudo aptitude install npm

nodejs module through2

[sudo] npm install through2

Use

sh run.sh

The generated pdf is located at ./gen/notebook.pdf and will be launched automatically (you may need to modify run.sh to accommodate your local pdf reader.

Files

The notebook generator will add your source code with syntax highlight, additionally you can add .tex files which will be rendered as latex code.

Notes:

  • Try to use up to 3 "levels" in your source code.
  • Use spaces insead of underscore (in the filenames) to print a prettier TOC.

About

(Auto) generate notebooks from your source code. Useful for ACM-ICPC

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 92.6%
  • Java 3.4%
  • JavaScript 2.3%
  • TeX 1.4%
  • Shell 0.3%