Auto generate a PDF notebook from your source codes (useful for your ACM-ICPC cheatsheet)
This generator works in both Linux and Windows, so check how to install TeX Live in your OS.
TeX Live for linux:
sudo aptitude install texlive
TeX Live for Windows:
download installer (install-tl-windows.exe) from https://www.tug.org/texlive/acquire-netinstall.html
Also install the latest version of Node.js and NPM on your machine (you can download them from https://nodejs.org/en/download/).
After installing Node.js on Linux, add this command to your ~/.bashrc:
export PATH="$HOME/.npm_modules/bin:$PATH"
sudo npm install -g codes2pdf
sudo npm update -g codes2pdf
Usage: codes2pdf <source_dir> [options]
Auto generate a PDF notebook from your source codes
Options:
-V, --version output the version number
-a --author [name] author's name to be added in the notebook
-i --initials [initials] initials of the author to be placed in the upper-right corner of all pages
-o --output [filename] output file for the notebook. Default to `./notebook.pdf`
-h, --help output usage information
example:
codes2pdf ./ /tmp/team_reference.pdf
codes2pdf ./ --author "Shahid Beheshti University" --initials SBU
The second one will create a 'notebook.pdf' file in the current directory, from the source code files which are located in the current directory and its subdirectories.
The notebook generator will add your source code with syntax highlighting, additionally you can add .tex files which will be rendered as Latex code.
Here you can find a sample: https://github.com/Erfaniaa/codes2pdf/blob/master/sample_notebook.pdf
(In this forked version of the original repository, the generated notebook file will have three columns in each page with a smaller font size; so you can put more source codes in a few number of pages for ACM-ICPC contests.)
- Try to use up to 3 "levels" in your source code.
- Use spaces insead of underscore (in the filenames) to print a prettier TOC.
- In this forked version of the original repository, the generated notebook will have three columns in each page with a smaller line spacing. This is useful when you have a large number of different source codes and there is a limit on the number of pages for creating a cheatsheet.
- The original repository was created by Manuel Pineda and Diego Restrepo.
codes2pdf's People
Forkers
utkarsh22garg shahidul-brur gargmehul10 ajaythakur12 faiyajamin cswclui todatamining huzaifa242 upeismcsccc tashfiqahm p1unit muhtasimadil tspannhw mujtaba1747 twopothead algo-know-yeah codelord09 tarektusher doraemonidol mainul3195 mdalarmansorker dimpal-kalita mdsajjadhossain25 rf-faisal akshataggarwal14 nayemuddinn snickdx tsabbir007 shadmansaleh prasoon-kushwaha alve-2019331050 lxpolion vananikki1989Recommend Projects
-
React
A declarative, efficient, and flexible JavaScript library for building user interfaces.
-
Vue.js
🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.
-
Typescript
TypeScript is a superset of JavaScript that compiles to clean JavaScript output.
-
TensorFlow
An Open Source Machine Learning Framework for Everyone
-
Django
The Web framework for perfectionists with deadlines.
-
Laravel
A PHP framework for web artisans
-
D3
Bring data to life with SVG, Canvas and HTML. 📊📈🎉
-
Recommend Topics
-
javascript
JavaScript (JS) is a lightweight interpreted programming language with first-class functions.
-
web
Some thing interesting about web. New door for the world.
-
server
A server is a program made to process requests and deliver data to clients.
-
Machine learning
Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.
-
Visualization
Some thing interesting about visualization, use data art
-
Game
Some thing interesting about game, make everyone happy.
Recommend Org
-
Facebook
We are working to build community through open source technology. NB: members must have two-factor auth.
-
Microsoft
Open source projects and samples from Microsoft.
-
Google
Google ❤️ Open Source for everyone.
-
Alibaba
Alibaba Open Source for everyone
-
D3
Data-Driven Documents codes.
-
Tencent
China tencent open source team.