mirror of
				https://gitea.blesmrt.net/mikaela/gist.git
				synced 2025-10-31 01:17:20 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			62 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			TeX
		
	
	
	
	
	
			
		
		
	
	
			62 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			TeX
		
	
	
	
	
	
| % https://github.com/datakurre/vakioasiakirja
 | |
| % ~/texmf/tex/latex/local (`kpsewhich -var-value=TEXMFHOME`)
 | |
| \documentclass[a4paper]{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{Aminda 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}
 |