Create beautiful invoices with LaTex and dapper template
Requirement
- Texlive
yay -S texlive-most - Text editor (vscode)
Template: dapper-invoice
- Fork the template is you want to make modifications
Clone your fork on your computer :
git clone https://github.com/VincentFrangi/dapper-invoiceCompile the example
cd dapper-invoice make evince example.pdf # Open the example make clean # Clean output files
Create your invoice
Create your invoice
cp example.tex invoice-1.texModify the makefile
Change
REPORT = examplewithREPORT = invoice-1Edit your invoice
code invoice-1.texBuild your PDF
makeCheck your PDF
evince invoice-1.pdfClean files
make clean
I suggest to not push your invoices on your public repository Keep the .tex and PDF files somewhere safe