notpron

git clone git://xatko.vsos.ethz.ch/notpron.git
Log | Files | Refs

Information.tex (3173B)


      1 \section{Morsecode}
      2 	\begin{table}[H]
      3 		\input{Objects/Tex/Morsecode.tex}
      4 		\caption{Morsecode}
      5 		\label{tbl:morsecode}
      6 	\end{table}
      7 
      8 \section{Asciitabelle}
      9 	\begin{table}[H]
     10 		\input{Objects/Tex/ascii.tex}
     11 		\caption{ASCII-Tabelle}
     12 		\label{tbl:asciitable}
     13 	\end{table}
     14 \section{MSN-Emoticons}
     15 	\begin{center}
     16 		\captionsetup{type=table}
     17 		\input{Objects/Tex/Emoticons.tex}
     18 		\caption{MSN-Emoticons.}
     19 		\label{tbl:msn_emoticons}
     20 	\end{center}
     21 \section{Wingdings}
     22 	\begin{figure}[H]
     23 		\centering
     24 		\includegraphics[width=\textwidth]{Objects/Graphics/Ext/Information/wingdings.png}
     25 		\caption{Wingdings Symboltabelle}
     26 		\label{fig:wingdings}
     27 	\end{figure}
     28 \section[a to z]{$a\rightarrow z$}
     29 \label{sect:atoz_algorithm}
     30 \subsection{C}
     31 	Kompilierbar mit GCC(auch mit der MINGW Toolchain)
     32 	\lstinputlisting[language=c,numbers=left, backgroundcolor=\color{silver}]{Objects/Program/C/atoz.c}
     33 \subsection{JavaScript}
     34 	\lstinputlisting[language=JavaScript,numbers=left, backgroundcolor=\color{silver}]{Objects/Program/Javascript/atoz.js}
     35 
     36 \section{$x-y$}
     37 \label{sect:x-1_algorithm}
     38 \subsection{C}
     39 	Kompilierbar mit GCC(auch mit der MINGW Toolchain)
     40 	\lstinputlisting[language=c,numbers=left, backgroundcolor=\color{silver}]{Objects/Program/C/shift.c}
     41 \subsection{JavaScript}
     42 	\lstinputlisting[language=JavaScript,numbers=left, backgroundcolor=\color{silver}]{Objects/Program/Javascript/shift.js}
     43 
     44 \section{Europa}
     45 	\label{sub:Europa}
     46 	\subsection{Geographie}
     47 		\label{sub:europakarte}
     48 		\begin{figure}[H]
     49 			\begin{overpic}[width=\linewidth]{Objects/Graphics/Ext/Information/Europa.png}
     50 				\put(0,0)
     51 				{\includegraphics[width=\linewidth]
     52 				{Objects/Graphics/Ext/Information/Hauptstaedte_Europa.png}}
     53 			\end{overpic}
     54 			\caption[Karte von Europa]{Karte von Europa. Die Punkte markieren die Haupstädte.}
     55 			\label{fig:europakarte}
     56 		\end{figure}
     57 	\subsection{Kürzel\&Varia}
     58 		\label{sub:europakuerzel}
     59 		\input{Objects/Tex/Europa_Kuerzel.tex}
     60 \section{Braille}
     61 	\begin{table}[H]
     62 		\centering
     63 		\begin{tabular}{p{6ex}p{6ex}p{6ex}p{6ex}p{6ex}p{6ex}p{6ex}p{6ex}p{6ex}p{6ex}}
     64 ●○\newline○○\newline○○ & ●○\newline●○\newline○○ & ●●\newline○○\newline○○ & ●●\newline○●\newline○○ & ●○\newline●○\newline○○ & ●●\newline●○\newline○○ & ●●\newline●●\newline○○ & ●○\newline●●\newline○○ & ○●\newline●○\newline○○ & ○●\newline●●\newline○○\\
     65 a & b & c & d & e & f & g & h & i & j\\[2ex]
     66 ●○\newline○○\newline●○ & ●○\newline●○\newline●○ & ●●\newline○○\newline●○ & ●●\newline○●\newline●○ & ●○\newline●○\newline●○ & ●●\newline●○\newline●○ & ●●\newline●●\newline●○ & ●○\newline●●\newline●○ & ○●\newline●○\newline●○ & ○●\newline●●\newline●○\\
     67 k & l & m & n & o & p & q & r & s & t\\[2ex]
     68 ●○\newline○○\newline●● & ●○\newline●○\newline●● & ●●\newline○○\newline○● & ●●\newline○●\newline●● & ●○\newline●○\newline●● & ●●\newline●○\newline●●\\
     69 u & v & w & x & y & z
     70 		\end{tabular}
     71 	\end{table}