mirror of https://gitlab.crans.org/bde/nk20
Remove temporary bera font in invoices, add texlive-base-recommended for invoices
This commit is contained in:
parent
bcb2398d68
commit
3af083fb6b
|
@ -12,7 +12,7 @@ RUN apt-get update && \
|
||||||
python3-babel python3-lockfile python3-pip python3-phonenumbers ipython3 \
|
python3-babel python3-lockfile python3-pip python3-phonenumbers ipython3 \
|
||||||
python3-bs4 python3-setuptools \
|
python3-bs4 python3-setuptools \
|
||||||
uwsgi uwsgi-plugin-python3 \
|
uwsgi uwsgi-plugin-python3 \
|
||||||
texlive-latex-base texlive-lang-french lmodern texlive-fonts-recommended \
|
texlive-latex-base texlive-latex-recommended texlive-lang-french lmodern texlive-fonts-recommended \
|
||||||
gettext libjs-bootstrap4 fonts-font-awesome && \
|
gettext libjs-bootstrap4 fonts-font-awesome && \
|
||||||
rm -rf /var/lib/apt/lists/*
|
rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
|
|
@ -41,6 +41,7 @@
|
||||||
- texlive-fonts-recommended
|
- texlive-fonts-recommended
|
||||||
- texlive-lang-french
|
- texlive-lang-french
|
||||||
- texlive-latex-base
|
- texlive-latex-base
|
||||||
|
- texlive-latex-recommended
|
||||||
|
|
||||||
# WSGI server
|
# WSGI server
|
||||||
- uwsgi
|
- uwsgi
|
||||||
|
|
|
@ -7,13 +7,15 @@
|
||||||
\usepackage[T1]{fontenc}
|
\usepackage[T1]{fontenc}
|
||||||
\usepackage[utf8]{inputenc}
|
\usepackage[utf8]{inputenc}
|
||||||
\usepackage[a4paper]{geometry}
|
\usepackage[a4paper]{geometry}
|
||||||
\usepackage{units}
|
%\usepackage{bera}
|
||||||
\usepackage{bera}
|
|
||||||
\usepackage{graphicx}
|
\usepackage{graphicx}
|
||||||
\usepackage{fancyhdr}
|
\usepackage{fancyhdr}
|
||||||
\usepackage{fp}
|
\usepackage{fp}
|
||||||
\usepackage{transparent}
|
\usepackage{transparent}
|
||||||
\usepackage{eso-pic}
|
\usepackage{eso-pic}
|
||||||
|
\usepackage{ifthen}
|
||||||
|
|
||||||
|
\DeclareUnicodeCharacter{00B0}{$^\circ$}
|
||||||
|
|
||||||
\def\TVA{0} % Taux de la TVA
|
\def\TVA{0} % Taux de la TVA
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue