diff options
author | Gustav Eek <gustav.eek@fripost.org> | 2021-05-24 14:04:45 +0200 |
---|---|---|
committer | Gustav Eek <gustav.eek@fripost.org> | 2022-05-20 16:42:54 +0200 |
commit | 84a83dea69f2536eb79716d0cbc9ad4860bbdf4f (patch) | |
tree | bc693aa9c8220b4900b4ea2775eb7980fbdc9635 /annual-reports | |
parent | 38f6f464798da0a506ba61d151542c20ad9da22d (diff) |
Annual 2021. Annual report. Corect acronyms and makefile
Update *Makefile*, main wrapper, sed scripts, and acronyms.
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} |