added latex code for oar labeling
This commit is contained in:
330
.gitignore
vendored
330
.gitignore
vendored
@@ -175,4 +175,332 @@
|
||||
# Marimo
|
||||
marimo/_static/
|
||||
marimo/_lsp/
|
||||
__marimo__/
|
||||
__marimo__/
|
||||
|
||||
########################################################################################
|
||||
## Core latex/pdflatex auxiliary files:
|
||||
*.aux
|
||||
*.lof
|
||||
*.log
|
||||
*.lot
|
||||
*.fls
|
||||
*.out
|
||||
*.toc
|
||||
*.fmt
|
||||
*.fot
|
||||
*.cb
|
||||
*.cb2
|
||||
.*.lb
|
||||
|
||||
## Intermediate documents:
|
||||
*.dvi
|
||||
*.xdv
|
||||
*-converted-to.*
|
||||
# these rules might exclude image files for figures etc.
|
||||
# *.ps
|
||||
# *.eps
|
||||
# *.pdf
|
||||
|
||||
## Generated if empty string is given at "Please type another file name for output:"
|
||||
.pdf
|
||||
|
||||
## Bibliography auxiliary files (bibtex/biblatex/biber):
|
||||
*.bbl
|
||||
*.bbl-SAVE-ERROR
|
||||
*.bcf
|
||||
*.bcf-SAVE-ERROR
|
||||
*.blg
|
||||
*-blx.aux
|
||||
*-blx.bib
|
||||
*.run.xml
|
||||
|
||||
## Build tool auxiliary files:
|
||||
*.fdb_latexmk
|
||||
*.synctex
|
||||
*.synctex(busy)
|
||||
*.synctex.gz
|
||||
*.synctex.gz(busy)
|
||||
*.pdfsync
|
||||
*.rubbercache
|
||||
rubber.cache
|
||||
|
||||
## Build tool directories for auxiliary files
|
||||
# latexrun
|
||||
latex.out/
|
||||
|
||||
## Auxiliary and intermediate files from other packages:
|
||||
# algorithms
|
||||
*.alg
|
||||
*.loa
|
||||
|
||||
# achemso
|
||||
acs-*.bib
|
||||
|
||||
# amsthm
|
||||
*.thm
|
||||
|
||||
# attachfile2
|
||||
*.atfi
|
||||
|
||||
# beamer
|
||||
*.nav
|
||||
*.pre
|
||||
*.snm
|
||||
*.vrb
|
||||
|
||||
# changes
|
||||
*.soc
|
||||
*.loc
|
||||
|
||||
# comment
|
||||
*.cut
|
||||
|
||||
# cprotect
|
||||
*.cpt
|
||||
|
||||
# elsarticle (documentclass of Elsevier journals)
|
||||
*.spl
|
||||
|
||||
# endnotes
|
||||
*.ent
|
||||
|
||||
# fixme
|
||||
*.lox
|
||||
|
||||
# feynmf/feynmp
|
||||
*.mf
|
||||
*.mp
|
||||
*.t[1-9]
|
||||
*.t[1-9][0-9]
|
||||
*.tfm
|
||||
|
||||
#(r)(e)ledmac/(r)(e)ledpar
|
||||
*.end
|
||||
*.?end
|
||||
*.[1-9]
|
||||
*.[1-9][0-9]
|
||||
*.[1-9][0-9][0-9]
|
||||
*.[1-9]R
|
||||
*.[1-9][0-9]R
|
||||
*.[1-9][0-9][0-9]R
|
||||
*.eledsec[1-9]
|
||||
*.eledsec[1-9]R
|
||||
*.eledsec[1-9][0-9]
|
||||
*.eledsec[1-9][0-9]R
|
||||
*.eledsec[1-9][0-9][0-9]
|
||||
*.eledsec[1-9][0-9][0-9]R
|
||||
|
||||
# glossaries
|
||||
*.acn
|
||||
*.acr
|
||||
*.glg
|
||||
*.glg-abr
|
||||
*.glo
|
||||
*.glo-abr
|
||||
*.gls
|
||||
*.gls-abr
|
||||
*.glsdefs
|
||||
*.lzo
|
||||
*.lzs
|
||||
*.slg
|
||||
*.slo
|
||||
*.sls
|
||||
|
||||
# uncomment this for glossaries-extra (will ignore makeindex's style files!)
|
||||
# *.ist
|
||||
|
||||
# gnuplot
|
||||
*.gnuplot
|
||||
*.table
|
||||
|
||||
# gnuplottex
|
||||
*-gnuplottex-*
|
||||
|
||||
# gregoriotex
|
||||
*.gaux
|
||||
*.glog
|
||||
*.gtex
|
||||
|
||||
# htlatex
|
||||
*.4ct
|
||||
*.4tc
|
||||
*.idv
|
||||
*.lg
|
||||
*.trc
|
||||
*.xref
|
||||
|
||||
# hypdoc
|
||||
*.hd
|
||||
|
||||
# hyperref
|
||||
*.brf
|
||||
|
||||
# knitr
|
||||
*-concordance.tex
|
||||
# TODO Uncomment the next line if you use knitr and want to ignore its generated tikz files
|
||||
# *.tikz
|
||||
*-tikzDictionary
|
||||
|
||||
# latexindent will create succesive backup files by default
|
||||
#*.bak*
|
||||
|
||||
# listings
|
||||
*.lol
|
||||
|
||||
# luatexja-ruby
|
||||
*.ltjruby
|
||||
|
||||
# makeidx
|
||||
*.idx
|
||||
*.ilg
|
||||
*.ind
|
||||
|
||||
# minitoc
|
||||
*.maf
|
||||
*.mlf
|
||||
*.mlt
|
||||
*.mtc[0-9]*
|
||||
*.slf[0-9]*
|
||||
*.slt[0-9]*
|
||||
*.stc[0-9]*
|
||||
|
||||
# minted
|
||||
_minted*
|
||||
*.data.minted
|
||||
*.pyg
|
||||
|
||||
# morewrites
|
||||
*.mw
|
||||
|
||||
# newpax
|
||||
*.newpax
|
||||
|
||||
# nomencl
|
||||
*.nlg
|
||||
*.nlo
|
||||
*.nls
|
||||
|
||||
# pax
|
||||
*.pax
|
||||
|
||||
# pdfpcnotes
|
||||
*.pdfpc
|
||||
|
||||
# sagetex
|
||||
*.sagetex.sage
|
||||
*.sagetex.py
|
||||
*.sagetex.scmd
|
||||
|
||||
# scrwfile
|
||||
*.wrt
|
||||
|
||||
# spelling
|
||||
*.spell.bad
|
||||
*.spell.txt
|
||||
|
||||
# svg
|
||||
svg-inkscape/
|
||||
|
||||
# sympy
|
||||
*.sout
|
||||
*.sympy
|
||||
sympy-plots-for-*.tex/
|
||||
|
||||
# pdfcomment
|
||||
*.upa
|
||||
*.upb
|
||||
|
||||
# pythontex
|
||||
*.pytxcode
|
||||
pythontex-files-*/
|
||||
|
||||
# tcolorbox
|
||||
*.listing
|
||||
|
||||
# thmtools
|
||||
*.loe
|
||||
|
||||
# TikZ & PGF
|
||||
*.dpth
|
||||
*.md5
|
||||
*.auxlock
|
||||
|
||||
# titletoc
|
||||
*.ptc
|
||||
|
||||
# todonotes
|
||||
*.tdo
|
||||
|
||||
# vhistory
|
||||
*.hst
|
||||
*.ver
|
||||
|
||||
# easy-todo
|
||||
*.lod
|
||||
|
||||
# xcolor
|
||||
*.xcp
|
||||
|
||||
# xmpincl
|
||||
*.xmpi
|
||||
|
||||
# xindy
|
||||
*.xdy
|
||||
|
||||
# xypic precompiled matrices and outlines
|
||||
*.xyc
|
||||
*.xyd
|
||||
|
||||
# endfloat
|
||||
*.ttt
|
||||
*.fff
|
||||
|
||||
# Latexian
|
||||
TSWLatexianTemp*
|
||||
|
||||
## Editors:
|
||||
# WinEdt
|
||||
*.bak
|
||||
*.sav
|
||||
|
||||
# latexindent.pl
|
||||
*.bak[0-9]*
|
||||
|
||||
# Texpad
|
||||
.texpadtmp
|
||||
|
||||
# LyX
|
||||
*.lyx~
|
||||
|
||||
# Kile
|
||||
*.backup
|
||||
|
||||
# gummi
|
||||
.*.swp
|
||||
|
||||
# KBibTeX
|
||||
*~[0-9]*
|
||||
|
||||
# TeXnicCenter
|
||||
*.tps
|
||||
|
||||
# auto folder when using emacs and auctex
|
||||
./auto/*
|
||||
*.el
|
||||
|
||||
# expex forward references with \gathertags
|
||||
*-tags.tex
|
||||
|
||||
# standalone packages
|
||||
*.sta
|
||||
|
||||
# Makeindex log files
|
||||
*.lpz
|
||||
|
||||
# xwatermark package
|
||||
*.xwm
|
||||
|
||||
# REVTeX puts footnotes in the bibliography by default, unless the nofootinbib
|
||||
# option is specified. Footnotes are the stored in a file with suffix Notes.bib.
|
||||
# Uncomment the next line to have this generated file ignored.
|
||||
#*Notes.bib
|
||||
BIN
LaTex/Ruderbeschriftung.pdf
Normal file
BIN
LaTex/Ruderbeschriftung.pdf
Normal file
Binary file not shown.
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