Skip to content

ProgrammingSam/quotation-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quotation generator Star this repo Fork this repo MIT Licence Open Source Love

Generate a quotation in PDF from a LaTeX template file.

Dependencies :

  • ruby;
  • ruby gems : rake, yaml, erb;
  • pdflatex;

Usage :

  • Edit the config.yaml file with your company information;
  • Edit the config.yaml file with your quotation information;
  • Edit/add your clients to the config.yaml file;
  • Invoke the tasks defined in the rakefile to generate a quotation :
rake -T
rake clean              # Remove any temporary products
rake clobber            # Remove any generated file
rake quotation[client]  # Generate a 'quotation' for a client

Note : for zsh users, use rake quotation\[client\] synthax.

Feel free to fork and custom.

Buy me a coffee

Resume

About

Quotation generator in PDF from LaTeX template file

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages