diff options
author | Gustav Eek <gustav.eek@fripost.org> | 2021-05-24 14:04:45 +0200 |
---|---|---|
committer | Gustav Eek <gustav.eek@fripost.org> | 2021-05-24 14:04:45 +0200 |
commit | 58d645ead592b183d6b0bd9e08ae1366ba73bcd0 (patch) | |
tree | 26ad0b7867baa87f6956f7ea951c6fda53fd3569 /annual-reports | |
parent | becc9575026632a6c82e5e11a49c5ac9edb95a17 (diff) |
Annual report. Corect acronyms and makefile
Update *Makefile*, main wrapper, and sed scripts
Diffstat (limited to 'annual-reports')
-rw-r--r-- | annual-reports/Makefile | 1 | ||||
-rw-r--r-- | annual-reports/annual-report-2021-of-2020.main.tex | 9 |
2 files changed, 10 insertions, 0 deletions
diff --git a/annual-reports/Makefile b/annual-reports/Makefile index d7225f6..4bb0a9b 100644 --- a/annual-reports/Makefile +++ b/annual-reports/Makefile @@ -1,4 +1,5 @@ ALL = \ + annual-report-2021-of-2020.pdf \ annual-report-2020-of-2019.pdf \ economical-report-2020-of-2019.pdf \ auditors-report-2020-of-2019.pdf \ diff --git a/annual-reports/annual-report-2021-of-2020.main.tex b/annual-reports/annual-report-2021-of-2020.main.tex new file mode 100644 index 0000000..369ebe4 --- /dev/null +++ b/annual-reports/annual-report-2021-of-2020.main.tex @@ -0,0 +1,9 @@ +\input{../preamble/preamble} +\usepackage{parskip} +\selectlanguage{swedish} +\rhead{\footnotesize Verksamhetsberättelse 2020} +\begin{document} +\section*{Verksamhetsberättelse 2020} +\hyphenation{ut-rus-t-ning} +\input {annual-report-2021-of-2020._} +\end{document} |