Skip to content
 
 

Latest commit

 

History

16 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

notebook-generator

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

Dependencies

pdflatex

[sudo] aptitude install texlive

Install

[sudo] npm install -g notebook-generator

Use

notebook-generator dir_codes <output_path>

example:

notebook-generator ./ /tmp/team_reference.pdf
notebook-generator ./

The second one will create a 'notebook.pdf' file in the current directory.

This is an example in pdf : https://github.com/pin3da/Programming-contest/blob/master/codes/notebook.pdf

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

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages