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-invoice
Compile 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.tex
Modify the makefile
Change
REPORT = example
withREPORT = invoice-1
Edit your invoice
code invoice-1.tex
Build your PDF
make
Check your PDF
evince invoice-1.pdf
Clean files
make clean
I suggest to not push your invoices on your public repository Keep the .tex and PDF files somewhere safe