├── .github └── workflows │ └── l3build.yaml ├── .gitignore ├── .gitlab-ci.yml ├── .tl_packages ├── DEMO-rechnung-zugferd-Kleinunternehmen.tex ├── DEMO-rechnung-zugferd.tex ├── DEPENDS.txt ├── INSTALL.md ├── README.md ├── config-pdf.lua ├── support ├── validate-zugferd.rc ├── validate_zugferd.sh └── zugferd-test.ltx ├── testfiles-pdf ├── minimal-pdf-15.pdftex.tpf ├── minimal-pdf-15.pvt ├── minimal-pdf-15.tpf ├── minimal-pdf-17.pdftex.tpf ├── minimal-pdf-17.pvt ├── minimal-pdf-17.tpf ├── minimal-pdf-20-a4f.pdftex.tpf ├── minimal-pdf-20-a4f.pvt └── minimal-pdf-20-a4f.tpf ├── testfiles ├── BillingSpecifiedPeriod.lvt ├── BillingSpecifiedPeriod.tlg ├── active-chars.lvt ├── active-chars.tlg ├── ae-plus-k.lvt ├── ae-plus-k.tlg ├── ae.lvt ├── ae.tlg ├── allowance-charge.lvt ├── allowance-charge.tlg ├── data-interface.lvt ├── data-interface.tlg ├── disabled.lvt ├── disabled.tlg ├── document-reference.lvt ├── document-reference.tlg ├── eea.lvt ├── eea.tlg ├── escape-xml.lvt ├── escape-xml.tlg ├── escaped-chars.lvt ├── escaped-chars.tlg ├── extended-address.lvt ├── extended-address.tlg ├── extra-optional-fields.lvt ├── extra-optional-fields.tlg ├── kleinunternehmer*in.lvt ├── kleinunternehmer*in.tlg ├── lostchars.lvt ├── lostchars.tlg ├── minimal-xml.lvt ├── minimal-xml.tlg ├── mixed-vat.lvt ├── mixed-vat.tlg ├── project.lvt ├── project.tlg ├── zugferd-basic-exemption.lvt ├── zugferd-basic-exemption.tlg ├── zugferd-basic.lvt ├── zugferd-basic.tlg ├── zugferd-minimum-drop.lvt ├── zugferd-minimum-drop.tlg ├── zugferd-minimum.lvt └── zugferd-minimum.tlg ├── zugferd-invoice.sty ├── zugferd.dtx └── zugferd.ins /.github/workflows/l3build.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TeXhackse/LaTeX-ZUGFeRD/HEAD/.github/workflows/l3build.yaml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TeXhackse/LaTeX-ZUGFeRD/HEAD/.gitignore -------------------------------------------------------------------------------- /.gitlab-ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TeXhackse/LaTeX-ZUGFeRD/HEAD/.gitlab-ci.yml -------------------------------------------------------------------------------- /.tl_packages: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TeXhackse/LaTeX-ZUGFeRD/HEAD/.tl_packages -------------------------------------------------------------------------------- /DEMO-rechnung-zugferd-Kleinunternehmen.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TeXhackse/LaTeX-ZUGFeRD/HEAD/DEMO-rechnung-zugferd-Kleinunternehmen.tex -------------------------------------------------------------------------------- /DEMO-rechnung-zugferd.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TeXhackse/LaTeX-ZUGFeRD/HEAD/DEMO-rechnung-zugferd.tex -------------------------------------------------------------------------------- /DEPENDS.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TeXhackse/LaTeX-ZUGFeRD/HEAD/DEPENDS.txt -------------------------------------------------------------------------------- /INSTALL.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TeXhackse/LaTeX-ZUGFeRD/HEAD/INSTALL.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TeXhackse/LaTeX-ZUGFeRD/HEAD/README.md -------------------------------------------------------------------------------- /config-pdf.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TeXhackse/LaTeX-ZUGFeRD/HEAD/config-pdf.lua -------------------------------------------------------------------------------- /support/validate-zugferd.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TeXhackse/LaTeX-ZUGFeRD/HEAD/support/validate-zugferd.rc -------------------------------------------------------------------------------- /support/validate_zugferd.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TeXhackse/LaTeX-ZUGFeRD/HEAD/support/validate_zugferd.sh -------------------------------------------------------------------------------- /support/zugferd-test.ltx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TeXhackse/LaTeX-ZUGFeRD/HEAD/support/zugferd-test.ltx -------------------------------------------------------------------------------- /testfiles-pdf/minimal-pdf-15.pdftex.tpf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TeXhackse/LaTeX-ZUGFeRD/HEAD/testfiles-pdf/minimal-pdf-15.pdftex.tpf -------------------------------------------------------------------------------- /testfiles-pdf/minimal-pdf-15.pvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TeXhackse/LaTeX-ZUGFeRD/HEAD/testfiles-pdf/minimal-pdf-15.pvt -------------------------------------------------------------------------------- /testfiles-pdf/minimal-pdf-15.tpf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TeXhackse/LaTeX-ZUGFeRD/HEAD/testfiles-pdf/minimal-pdf-15.tpf -------------------------------------------------------------------------------- /testfiles-pdf/minimal-pdf-17.pdftex.tpf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TeXhackse/LaTeX-ZUGFeRD/HEAD/testfiles-pdf/minimal-pdf-17.pdftex.tpf -------------------------------------------------------------------------------- /testfiles-pdf/minimal-pdf-17.pvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TeXhackse/LaTeX-ZUGFeRD/HEAD/testfiles-pdf/minimal-pdf-17.pvt -------------------------------------------------------------------------------- /testfiles-pdf/minimal-pdf-17.tpf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TeXhackse/LaTeX-ZUGFeRD/HEAD/testfiles-pdf/minimal-pdf-17.tpf -------------------------------------------------------------------------------- /testfiles-pdf/minimal-pdf-20-a4f.pdftex.tpf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TeXhackse/LaTeX-ZUGFeRD/HEAD/testfiles-pdf/minimal-pdf-20-a4f.pdftex.tpf -------------------------------------------------------------------------------- /testfiles-pdf/minimal-pdf-20-a4f.pvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TeXhackse/LaTeX-ZUGFeRD/HEAD/testfiles-pdf/minimal-pdf-20-a4f.pvt -------------------------------------------------------------------------------- /testfiles-pdf/minimal-pdf-20-a4f.tpf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TeXhackse/LaTeX-ZUGFeRD/HEAD/testfiles-pdf/minimal-pdf-20-a4f.tpf -------------------------------------------------------------------------------- /testfiles/BillingSpecifiedPeriod.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TeXhackse/LaTeX-ZUGFeRD/HEAD/testfiles/BillingSpecifiedPeriod.lvt -------------------------------------------------------------------------------- /testfiles/BillingSpecifiedPeriod.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TeXhackse/LaTeX-ZUGFeRD/HEAD/testfiles/BillingSpecifiedPeriod.tlg -------------------------------------------------------------------------------- /testfiles/active-chars.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TeXhackse/LaTeX-ZUGFeRD/HEAD/testfiles/active-chars.lvt -------------------------------------------------------------------------------- /testfiles/active-chars.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TeXhackse/LaTeX-ZUGFeRD/HEAD/testfiles/active-chars.tlg -------------------------------------------------------------------------------- /testfiles/ae-plus-k.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TeXhackse/LaTeX-ZUGFeRD/HEAD/testfiles/ae-plus-k.lvt -------------------------------------------------------------------------------- /testfiles/ae-plus-k.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TeXhackse/LaTeX-ZUGFeRD/HEAD/testfiles/ae-plus-k.tlg -------------------------------------------------------------------------------- /testfiles/ae.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TeXhackse/LaTeX-ZUGFeRD/HEAD/testfiles/ae.lvt -------------------------------------------------------------------------------- /testfiles/ae.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TeXhackse/LaTeX-ZUGFeRD/HEAD/testfiles/ae.tlg -------------------------------------------------------------------------------- /testfiles/allowance-charge.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TeXhackse/LaTeX-ZUGFeRD/HEAD/testfiles/allowance-charge.lvt -------------------------------------------------------------------------------- /testfiles/allowance-charge.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TeXhackse/LaTeX-ZUGFeRD/HEAD/testfiles/allowance-charge.tlg -------------------------------------------------------------------------------- /testfiles/data-interface.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TeXhackse/LaTeX-ZUGFeRD/HEAD/testfiles/data-interface.lvt -------------------------------------------------------------------------------- /testfiles/data-interface.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TeXhackse/LaTeX-ZUGFeRD/HEAD/testfiles/data-interface.tlg -------------------------------------------------------------------------------- /testfiles/disabled.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TeXhackse/LaTeX-ZUGFeRD/HEAD/testfiles/disabled.lvt -------------------------------------------------------------------------------- /testfiles/disabled.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TeXhackse/LaTeX-ZUGFeRD/HEAD/testfiles/disabled.tlg -------------------------------------------------------------------------------- /testfiles/document-reference.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TeXhackse/LaTeX-ZUGFeRD/HEAD/testfiles/document-reference.lvt -------------------------------------------------------------------------------- /testfiles/document-reference.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TeXhackse/LaTeX-ZUGFeRD/HEAD/testfiles/document-reference.tlg -------------------------------------------------------------------------------- /testfiles/eea.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TeXhackse/LaTeX-ZUGFeRD/HEAD/testfiles/eea.lvt -------------------------------------------------------------------------------- /testfiles/eea.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TeXhackse/LaTeX-ZUGFeRD/HEAD/testfiles/eea.tlg -------------------------------------------------------------------------------- /testfiles/escape-xml.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TeXhackse/LaTeX-ZUGFeRD/HEAD/testfiles/escape-xml.lvt -------------------------------------------------------------------------------- /testfiles/escape-xml.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TeXhackse/LaTeX-ZUGFeRD/HEAD/testfiles/escape-xml.tlg -------------------------------------------------------------------------------- /testfiles/escaped-chars.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TeXhackse/LaTeX-ZUGFeRD/HEAD/testfiles/escaped-chars.lvt -------------------------------------------------------------------------------- /testfiles/escaped-chars.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TeXhackse/LaTeX-ZUGFeRD/HEAD/testfiles/escaped-chars.tlg -------------------------------------------------------------------------------- /testfiles/extended-address.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TeXhackse/LaTeX-ZUGFeRD/HEAD/testfiles/extended-address.lvt -------------------------------------------------------------------------------- /testfiles/extended-address.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TeXhackse/LaTeX-ZUGFeRD/HEAD/testfiles/extended-address.tlg -------------------------------------------------------------------------------- /testfiles/extra-optional-fields.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TeXhackse/LaTeX-ZUGFeRD/HEAD/testfiles/extra-optional-fields.lvt -------------------------------------------------------------------------------- /testfiles/extra-optional-fields.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TeXhackse/LaTeX-ZUGFeRD/HEAD/testfiles/extra-optional-fields.tlg -------------------------------------------------------------------------------- /testfiles/kleinunternehmer*in.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TeXhackse/LaTeX-ZUGFeRD/HEAD/testfiles/kleinunternehmer*in.lvt -------------------------------------------------------------------------------- /testfiles/kleinunternehmer*in.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TeXhackse/LaTeX-ZUGFeRD/HEAD/testfiles/kleinunternehmer*in.tlg -------------------------------------------------------------------------------- /testfiles/lostchars.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TeXhackse/LaTeX-ZUGFeRD/HEAD/testfiles/lostchars.lvt -------------------------------------------------------------------------------- /testfiles/lostchars.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TeXhackse/LaTeX-ZUGFeRD/HEAD/testfiles/lostchars.tlg -------------------------------------------------------------------------------- /testfiles/minimal-xml.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TeXhackse/LaTeX-ZUGFeRD/HEAD/testfiles/minimal-xml.lvt -------------------------------------------------------------------------------- /testfiles/minimal-xml.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TeXhackse/LaTeX-ZUGFeRD/HEAD/testfiles/minimal-xml.tlg -------------------------------------------------------------------------------- /testfiles/mixed-vat.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TeXhackse/LaTeX-ZUGFeRD/HEAD/testfiles/mixed-vat.lvt -------------------------------------------------------------------------------- /testfiles/mixed-vat.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TeXhackse/LaTeX-ZUGFeRD/HEAD/testfiles/mixed-vat.tlg -------------------------------------------------------------------------------- /testfiles/project.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TeXhackse/LaTeX-ZUGFeRD/HEAD/testfiles/project.lvt -------------------------------------------------------------------------------- /testfiles/project.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TeXhackse/LaTeX-ZUGFeRD/HEAD/testfiles/project.tlg -------------------------------------------------------------------------------- /testfiles/zugferd-basic-exemption.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TeXhackse/LaTeX-ZUGFeRD/HEAD/testfiles/zugferd-basic-exemption.lvt -------------------------------------------------------------------------------- /testfiles/zugferd-basic-exemption.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TeXhackse/LaTeX-ZUGFeRD/HEAD/testfiles/zugferd-basic-exemption.tlg -------------------------------------------------------------------------------- /testfiles/zugferd-basic.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TeXhackse/LaTeX-ZUGFeRD/HEAD/testfiles/zugferd-basic.lvt -------------------------------------------------------------------------------- /testfiles/zugferd-basic.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TeXhackse/LaTeX-ZUGFeRD/HEAD/testfiles/zugferd-basic.tlg -------------------------------------------------------------------------------- /testfiles/zugferd-minimum-drop.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TeXhackse/LaTeX-ZUGFeRD/HEAD/testfiles/zugferd-minimum-drop.lvt -------------------------------------------------------------------------------- /testfiles/zugferd-minimum-drop.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TeXhackse/LaTeX-ZUGFeRD/HEAD/testfiles/zugferd-minimum-drop.tlg -------------------------------------------------------------------------------- /testfiles/zugferd-minimum.lvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TeXhackse/LaTeX-ZUGFeRD/HEAD/testfiles/zugferd-minimum.lvt -------------------------------------------------------------------------------- /testfiles/zugferd-minimum.tlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TeXhackse/LaTeX-ZUGFeRD/HEAD/testfiles/zugferd-minimum.tlg -------------------------------------------------------------------------------- /zugferd-invoice.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TeXhackse/LaTeX-ZUGFeRD/HEAD/zugferd-invoice.sty -------------------------------------------------------------------------------- /zugferd.dtx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TeXhackse/LaTeX-ZUGFeRD/HEAD/zugferd.dtx -------------------------------------------------------------------------------- /zugferd.ins: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TeXhackse/LaTeX-ZUGFeRD/HEAD/zugferd.ins --------------------------------------------------------------------------------