Today I wrote a program to auto-generate team notebooks based on the source code.
The program is available here.
You can install it from npm doing
npm install -g notebook-generator
Basically I use nodejs to iterate over the dirs/files in order to create a .tex file and then generate a pdf using pdflatex.
I hope that could be useful.
Thank you so much!
I was looking for a tool like this :D
I added an example:
https://github.com/pin3da/notebook-generator/blob/master/example-notebook.pdf
The pdf was generated with this source code
https://github.com/pin3da/Programming-contest/tree/master/codes