2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-26 06:48:04 +02:00

Textsetzung

This commit is contained in:
Martin Thoma 2014-04-01 20:33:29 +02:00
parent cd7df763db
commit a0962007a3
4 changed files with 17 additions and 17 deletions

View file

@ -35,10 +35,9 @@ unterscheiden. Diese werden \textit{Modifier}\xindex{Modifier} genannt.
In C gibt es keinen direkten Support für Booleans.
\section{ASCII-Tabelle}\label{sec:ascii-tabelle}
\begin{table}[h]
\begin{table}[!h]
\centering
\resizebox{0.65\textwidth}{!}{%
\begin{tabular}{|l|l||l|l||l|l||l|l|}
\begin{tabular}{|p{1.0cm}|p{1.0cm}||p{1.0cm}|p{1.0cm}||p{1.0cm}|p{1.0cm}||p{1.0cm}|p{1.0cm}|}
\hline
\textbf{Dez.} & \textbf{Z.} & \textbf{Dez.} & \textbf{Z.} & \textbf{Dez.} & \textbf{Z.} & \textbf{Dez.} & \textbf{Z.} \\ \hline\hline
0 & ~ & 32 & ~ & 64 & @ & 96 & ' \\ \hline
@ -74,7 +73,6 @@ In C gibt es keinen direkten Support für Booleans.
30 & ~ & 62 & > & 94 & \textasciicircum & 126 & $\sim$ \\ \hline
31 & ~ & 63 & ? & 95 & \_ & 127 & DEL \\ \hline
\end{tabular}
}
\end{table}
\section{Syntax}