28 lines
840 B
TeX
28 lines
840 B
TeX
|
%!TEX TS-program = pdflatexmk
|
||
|
%!TEX root = ../handbook.tex
|
||
|
|
||
|
% Copyright 2018 Martin Scheidt (ISC license)
|
||
|
% Permission to use, copy, modify, and/or distribute this file for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
|
||
|
|
||
|
\begin{tabular}{rl}
|
||
|
\toprule
|
||
|
\IfLanguage{english}{
|
||
|
Visibility & Sight in fields \\
|
||
|
}
|
||
|
\IfLanguage{ngerman}{
|
||
|
Sichtverhältnis & Sicht in Feldern \\
|
||
|
}
|
||
|
\hline
|
||
|
\IfLanguage{english}{
|
||
|
Very good & 3 \\
|
||
|
Normal & 2 \\
|
||
|
Bad & 1 \\
|
||
|
}
|
||
|
\IfLanguage{ngerman}{
|
||
|
Sehr gut & 3 \\
|
||
|
Normal & 2 \\
|
||
|
Schlecht & 1 \\
|
||
|
}
|
||
|
\bottomrule
|
||
|
\end{tabular}
|