From 7355348a7c0e1a8d7ef6c886c7b5cb93d9b2cd03 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Tue, 19 Jul 2022 20:45:33 +0300 Subject: [PATCH] LaTeX: add a standardi-asiakirja.tex I think I hated and would hate doing that with a text processor like Microsoft Word that I am trained to use, or LibreOffice Writer that I haven't used in ages --- LaTeX/standardi-asiakirja.tex | 61 +++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 LaTeX/standardi-asiakirja.tex diff --git a/LaTeX/standardi-asiakirja.tex b/LaTeX/standardi-asiakirja.tex new file mode 100644 index 0000000..c3d4188 --- /dev/null +++ b/LaTeX/standardi-asiakirja.tex @@ -0,0 +1,61 @@ +% https://github.com/datakurre/vakioasiakirja +% ~/texmf/tex/latex/local (`kpsewhich -var-value=TEXMFHOME`) +\documentclass[a4paper,10pt]{vakioasiakirja} +% Last language is the document main language! +\usepackage[english,finnish]{babel} +% Noto Serif everywhere +\usepackage{noto-serif} +% So the end-result has copypaste +\usepackage{cmap} + + +\author{Mikaela \underline{Aminda} H. M. Suomalainen} + +\address{ + Address details\\ + Belong here +} +% Optional \recepient +%\recipient{ +% Recepient Name\\ +% Oy Bisness AB \\ +% Streetaddr \\ +% 00000 City\\ +%% Suomi +%} + +\type{DOCUMENT TYPE} +\date{\today} +\lead{REFERRING TO PRIOR CORRESPONDENCE?} +\title{DOCUMENT SUBJECT HERE} + + +\begin{document} +\maketitle + +\section*{SUBJECT} + +\align Here storying is definitely allowed. + +\subsection*{SUBSECTIONING?} + +\align About storying being allowed, that means story should be written. + +\section*{TRUTH OF SUBSECTION} + + +\align The middle looks the same as this, so probably not allowed. + +\signature{IN CITY}\today + +\vfill + +\section{ATTACHMENTS?} +\align +ATTACHMENT X. SUBJECT \\ +ATTACHMENT Y. SUBJECT + +% For single page documents +%\nopagenum + +\end{document}