Created
September 3, 2019 21:08
-
-
Save JulianGmp/fe20df633554f5aff02e02eb47a6780f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% Compiled document (screenshot): | |
% https://i.imgur.com/c8S7Di5.png | |
\setuppapersize[A4] | |
\showframe | |
\setuplayout[ | |
topspace=1cm, | |
header=0cm, | |
width=16cm, | |
footer=0cm, | |
bottom=1cm, | |
] | |
\definefontfamily[arialFamily] [sans] [Arial] | |
\definefontfamily[calibriFamily] [sans] [Calibri] | |
% \setupbodyfont[myfontfamily, 12pt] | |
\define\printExample{Es kann allerdings ein Problem auftreten: Es ist nicht immer eindeutig, ob die gemessen Phasenerschiebung eine komplette Umdrehung enthaltem. Angenommen sei eine gemessene Verschiebung von \m{\Delta_{\varphi}}, visualisiert in Abbildung 10 ... \blank[small] Zwar wird dadurch eine gewisse Übersicht geschaffen, jedoch werden potentielle Namens- | |
konflikte nicht verhindert.} | |
\starttext | |
\language[de] | |
\section{Standard Font} | |
\subsection{German} | |
\language[de] \printExample{} | |
\subsection{English} | |
\language[en] \printExample{} | |
\switchtobodyfont[arialFamily, 12pt] | |
\section{Arial 12pt} | |
\subsection{German} | |
\language[de] \printExample{} | |
\subsection{English} | |
\language[en] \printExample{} | |
\page | |
\switchtobodyfont[calibriFamily, 14pt] | |
\section{Calibri 14pt} | |
\subsection{German} | |
\language[de] \printExample{} | |
\subsection{English} | |
\language[en] \printExample{} | |
\stoptext |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment