added latex code for oar labeling
This commit is contained in:
116
LaTex/Ruderbeschriftung.tex
Normal file
116
LaTex/Ruderbeschriftung.tex
Normal file
@@ -0,0 +1,116 @@
|
||||
\documentclass[a0,landscape]{sciposter}
|
||||
\usepackage{amsmath}
|
||||
\usepackage{booktabs}
|
||||
\usepackage{multicol}
|
||||
\usepackage{graphicx}
|
||||
\usepackage{multirow}
|
||||
\usepackage{tabularx}
|
||||
|
||||
\usepackage[center]{titlesec} % Add this line
|
||||
|
||||
% Customize section font size
|
||||
\titleformat{\section}
|
||||
{\centering\normalfont\Huge\bfseries}{\thesection}{1em}{}
|
||||
|
||||
|
||||
|
||||
\title{Ruder Labeling System}
|
||||
\author{Georg Brantegger}
|
||||
\date{\today}
|
||||
|
||||
\begin{document}
|
||||
|
||||
% \maketitle
|
||||
|
||||
\begin{center}
|
||||
\begin{minipage}{0.9\textwidth}
|
||||
\section*{Ruder ID Format}
|
||||
% \begin{table}[]
|
||||
% \centering
|
||||
% \setlength{\tabcolsep}{40pt} % Adjust column spacing
|
||||
% \LARGE
|
||||
% \begin{tabular}{ccccccc}
|
||||
% \textbf{S1} & \textbf{S2} & \textbf{S3} & \textbf{S4} & \textbf{S5} & \textbf{S6} & \textbf{S7} \\
|
||||
% \textbf{Typ} & \textbf{Marke} & \textbf{Blatttyp} & \textbf{Anschaffungsjahr} & \textbf{Nummer} & \textbf{Seite} & \textbf{Rest}
|
||||
% \end{tabular}
|
||||
% \end{table}
|
||||
|
||||
\begin{table}[]
|
||||
\centering
|
||||
\setlength{\tabcolsep}{20pt}
|
||||
\LARGE
|
||||
\begin{tabular}{c@{ -- }c@{ -- }c@{ -- }c@{ -- }c@{ -- }c@{ -- }c}
|
||||
\textbf{S1} & \textbf{S2} & \textbf{S3} & \textbf{S4} & \textbf{S5} & \textbf{S6} & \textbf{S7} \\
|
||||
\textbf{Typ} & \textbf{Marke} & \textbf{Blatttyp} & \textbf{Anschaffungsjahr} & \textbf{Nummer} & \textbf{Seite} & \textbf{Rest}
|
||||
\end{tabular}
|
||||
\end{table}
|
||||
|
||||
\section*{Erklärung der Segmente}
|
||||
|
||||
\begin{table}[h!]
|
||||
\centering
|
||||
\setlength{\tabcolsep}{40pt} % Adjust column spacing
|
||||
\LARGE
|
||||
\begin{tabular}{ccccc} % Remove extra space on the sides
|
||||
\toprule
|
||||
\textbf{Segmentnummer} & \textbf{Segmentname} & \textbf{Anzahl Stellen} & \textbf{Wert} & \textbf{Langtext} \\
|
||||
\midrule
|
||||
\multirow{2}{*}{\textbf{S1}} &
|
||||
\multirow{2}{*}{\textbf{Typ}} &
|
||||
\multirow{2}{*}{1}
|
||||
& S: & Skull \\
|
||||
& & & R: & Riemen \\
|
||||
\midrule
|
||||
\multirow{4}{*}{\textbf{S2}} &
|
||||
\multirow{4}{*}{\textbf{Marke}} &
|
||||
\multirow{4}{*}{2}
|
||||
& C2: & Concept 2 \\
|
||||
& & & Cr: & Croker \\
|
||||
& & & Em: & Empacher \\
|
||||
& & & Sw: & Swift Racing \\
|
||||
\midrule
|
||||
\multirow{2}{*}{\textbf{S3}} &
|
||||
\multirow{2}{*}{\textbf{Blatttyp}} &
|
||||
\multirow{2}{*}{1}
|
||||
& M: & Macon \\
|
||||
& & & H: & Hacke \\
|
||||
\midrule
|
||||
\multirow{4}{*}{\textbf{S4}} &
|
||||
\multirow{4}{*}{\textbf{Anschaffungsjahr}} &
|
||||
\multirow{4}{*}{4}
|
||||
& 19XX: & irgendwann vor 2000 \\
|
||||
& & & 200X: & zwischen 2000-2009 \\
|
||||
& & & 201X: & zwischen 2010-2019 \\
|
||||
& & & 202X: & zwischen 2020-2025 \\
|
||||
\midrule
|
||||
\multirow{1}{*}{\textbf{S5}} &
|
||||
\multirow{1}{*}{\textbf{Nummer}} &
|
||||
\multirow{1}{*}{2}
|
||||
& 00-99: & fortlaufend, wenn \textbf{S1}-\textbf{S4} gleich \\
|
||||
\midrule
|
||||
\multirow{2}{*}{\textbf{S6}} &
|
||||
\multirow{2}{*}{\textbf{Seite}} &
|
||||
\multirow{2}{*}{1}
|
||||
& B: & Backbord \\
|
||||
& & & S: & Steuerbord \\
|
||||
\midrule
|
||||
\multirow{2}{*}{\textbf{S7}} &
|
||||
\multirow{2}{*}{\textbf{Rest}} &
|
||||
\multirow{2}{*}{\textless \ 5}
|
||||
& sk: & Concept2 Skinny Schaft \\
|
||||
& & & \dots & \dots \\
|
||||
\bottomrule
|
||||
\end{tabular}
|
||||
\end{table}
|
||||
|
||||
|
||||
\section*{Beispiele}
|
||||
\begin{center}
|
||||
\Huge
|
||||
\textbf{S-C2-H-201X-99-B-sk}
|
||||
\end{center}
|
||||
\end{minipage}
|
||||
\end{center}
|
||||
|
||||
\end{document}
|
||||
|
||||
Reference in New Issue
Block a user