diff --git a/README.md b/README.md index 9dbab51e..515964d4 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ Avec apt (recommandé): * python3-django (1.8, jessie-backports) * python3-django-macaddress (stretch) * python3-dateutil (jessie-backports) + * texlive (jessie) * texlive-latex-base (jessie) * texlive-fonts-recommended (jessie) * python3-djangorestframework (jessie) diff --git a/cotisations/templates/cotisations/factures.tex b/cotisations/templates/cotisations/factures.tex index d2d68e6a..eb0635a1 100644 --- a/cotisations/templates/cotisations/factures.tex +++ b/cotisations/templates/cotisations/factures.tex @@ -27,12 +27,9 @@ \documentclass[12pt]{article} % Use the custom invoice class (invoice.cls) \usepackage[utf8]{inputenc} -\usepackage[frenchb]{babel} \usepackage[letterpaper,hmargin=0.79in,vmargin=0.79in]{geometry} -\usepackage{calc} % Counters for totaling hours and cost \usepackage{longtable} \usepackage{graphicx} -\usepackage{calc} \usepackage{tabularx} \usepackage{eurosym} @@ -67,7 +64,7 @@ Siret : {{siret}} {\bf Date:} \tab {{DATE}} \\ % Invoice date -{\bf Facture \no :} \tab {{ fid }} \\ % +{\bf Facture \no :} \tab {{ fid }} \\\\ %---------------------------------------------------------------------------------------- % TABLE OF EXPENSES %----------------------------------------------------------------------------------------