mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2025-08-14 18:17:44 +02:00
Compare commits
No commits in common. "ecb41ba28066f31019ebd5d08b51cfd2e238d94a" and "f68efecb4e91e23c40bb625f64505dfbfea1d3c4" have entirely different histories.
ecb41ba280
...
f68efecb4e
@ -1,12 +1,15 @@
|
|||||||
% Zeroth rule: when using git and \LaTeX, one paragraph equals one line, forget staying pretty in plaintext editor
|
% I think this was mandatory, paper size, font size and type
|
||||||
%
|
% artikel3 is NL, but more pleasant to European than article
|
||||||
% I think this was mandatory, paper size, font size and type artikel3 is NL, but more pleasant to European than article
|
|
||||||
%
|
|
||||||
% Potentially interesting options:
|
% Potentially interesting options:
|
||||||
% * onecolumn (default) or twocolumn
|
% * onecolumn (default) or twocolumn
|
||||||
% * final (default) or draft
|
% * final (default) or draft
|
||||||
% * font size can be defined here after a4paper e.g. 12pt
|
\documentclass[a4paper,12pt]{artikel3}
|
||||||
\documentclass[a4paper]{artikel3}
|
% I am unsure on this being mandatory, but explicit is probably better than
|
||||||
|
% implicit?
|
||||||
|
%\usepackage[T1]{fontenc}
|
||||||
|
% Definitely reduntant, this library book spoke of latin1. Don't uncomment
|
||||||
|
% with cmap
|
||||||
|
%\usepackage[utf8]{inputenc}
|
||||||
% I can specify multiple languages for hyphenation! texlive-babel
|
% I can specify multiple languages for hyphenation! texlive-babel
|
||||||
% The last is main document language
|
% The last is main document language
|
||||||
\usepackage[english,finnish,esperanto]{babel}
|
\usepackage[english,finnish,esperanto]{babel}
|
||||||
@ -33,13 +36,15 @@
|
|||||||
|
|
||||||
\section*{Hello World!}
|
\section*{Hello World!}
|
||||||
|
|
||||||
Hello Wörld! This is a simple \LaTeX\ template file or similar where I can cheat how does this work again. Possibly with even comments!
|
Hello Wörld! This is a simple \LaTeX\ template file or similar where I can
|
||||||
|
cheat how does this work again. Possibly with even comments!
|
||||||
|
|
||||||
\selectlanguage{finnish}
|
\selectlanguage{finnish}
|
||||||
|
|
||||||
\section*{Samahko suomeksi!}
|
\section*{Samahko suomeksi!}
|
||||||
|
|
||||||
Hei maailma, heitän hiukan suomenkieltäkin tähän asiakirjaan perustellakseni ääkkösten käyttöä!
|
Hei maailma, heitän hiukan suomenkieltäkin tähän asiakirjaan perustellakseni
|
||||||
|
ääkkösten käyttöä!
|
||||||
|
|
||||||
\selectlanguage{english}
|
\selectlanguage{english}
|
||||||
|
|
||||||
@ -61,11 +66,5 @@ Salasana on \Password. Älä unohda salasanan olevan \Password. Tämä tieto on
|
|||||||
|
|
||||||
To have a non-breaking space use \textasciitilde\ (a tilde). A backslash would be \textbackslash. A forced linechange is \textbackslash\textbackslash.
|
To have a non-breaking space use \textasciitilde\ (a tilde). A backslash would be \textbackslash. A forced linechange is \textbackslash\textbackslash.
|
||||||
|
|
||||||
If you were to censor things using \textbackslash xblackout containing unicode, the unicode chars would need to be within curly brackets.
|
|
||||||
|
|
||||||
\selectlanguage{finnish}
|
|
||||||
|
|
||||||
\xblackout{T{ä}h{ä}n tapaan!} Kiva suomenkielinen sana on \xblackout{h{ää}y{ö}aie}!
|
|
||||||
|
|
||||||
% And ends here
|
% And ends here
|
||||||
\end{document}
|
\end{document}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
% https://github.com/datakurre/vakioasiakirja
|
% https://github.com/datakurre/vakioasiakirja
|
||||||
% ~/texmf/tex/latex/local (`kpsewhich -var-value=TEXMFHOME`)
|
% ~/texmf/tex/latex/local (`kpsewhich -var-value=TEXMFHOME`)
|
||||||
\documentclass[a4paper]{vakioasiakirja}
|
\documentclass[a4paper,10pt]{vakioasiakirja}
|
||||||
% Last language is the document main language!
|
% Last language is the document main language!
|
||||||
\usepackage[english,finnish]{babel}
|
\usepackage[english,finnish]{babel}
|
||||||
% Noto Serif everywhere
|
% Noto Serif everywhere
|
||||||
@ -9,7 +9,7 @@
|
|||||||
\usepackage{cmap}
|
\usepackage{cmap}
|
||||||
|
|
||||||
|
|
||||||
\author{Aminda Suomalainen}
|
\author{Mikaela \underline{Aminda} H. M. Suomalainen}
|
||||||
|
|
||||||
\address{
|
\address{
|
||||||
Address details\\
|
Address details\\
|
||||||
|
Loading…
x
Reference in New Issue
Block a user