Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tfrommen/tfinvoice
Simple invoices with built-in calculation.
https://github.com/tfrommen/tfinvoice
latex
Last synced: about 2 months ago
JSON representation
Simple invoices with built-in calculation.
- Host: GitHub
- URL: https://github.com/tfrommen/tfinvoice
- Owner: tfrommen
- Created: 2015-01-24T15:58:56.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-25T00:09:04.000Z (about 10 years ago)
- Last Synced: 2024-12-12T04:28:57.670Z (about 2 months ago)
- Topics: latex
- Language: TeX
- Homepage:
- Size: 992 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# tfinvoice
_tfinvoice_ is a LaTeX class for simple invoices with built-in calculation.## Uh, German?
Since I am German and all of my clients so far have been German, too, the class is configured German (e.g., DIN format, babel settings, texts).
Of course, it shouldn't be hard to adapt it to meet your individual requirements.## Customization
Almost everything you have to change in order to provide your personal data can be found in the `options.lco` file.
Anything client-specific is defined in the `invoice.tex` file then.## ! LaTeX Error: File 'logo' not found.
The class is set up to use a logo in the header of the first page.
In order to fit into the available space, which is 155.34mm in width and 30mm in height, the image will be scaled, while keeping its aspect ratio.Depending on whether you use _latex_ or _pdflatex_, a valid logo file would be one of the following:
* `logo.eps` (_latex_)
* `logo.jpg` (_pdflatex_)
* `logo.pdf` (_pdflatex_)
* `logo.png` (_pdflatex_)If you don't want to use a logo, either comment out or completely remove the line `\logo{logo}`, which you can find in the `options.lco` file.