Graphics, Figures & TablesTable with rotated header

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
ReneAtzi
Posts: 1
Joined: Thu Apr 19, 2012 11:20 am

Table with rotated header

Post by ReneAtzi »

Hi,

schreib gerade meine erste Arbeit mit Latex und möchte bei einer Tabelle den Header um 45° gedreht haben. Hab schon etwas im Internet recherchiert, habs aber noch nicht geschafft die Tabelle so hinzubekommen wie ich das gern hätte.

Der Header sollte so ausschauen wie in dem Bild:
Image

Meine Tabelle schaut derzeit so aus:
Image

Code: Select all

\begin{tabular}{r|ccc}
&
\begin{rotate}{60} Property 1 \end{rotate} &
\begin{rotate}{60} Property 2 \end{rotate} &
\begin{rotate}{60} Property 3 \end{rotate} \\ \hline
System 1        &       &       &  X    \\ 
System 2        & X     & X     &  X    \\
System 3        & X &   &  X    \\ \hline
\end{tabular}
Abgesehen davon das in dem unteren Beispiel 60° sind, schaff ich es nicht die vertikalen Trennlinien auch um 45° zu drehen. Kann mir jemand sagen wie die oberen Trennlinien funktionieren?

Danke und LG
René

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Table with rotated header

Post by localghost »

Board language is English. So please edit your post to completely rephrase your question and don't forget to add a proper minimal example for an adequate problem description. Otherwise you won't get an answer due to an obvious language barrier. Furthermore you should exclusively do attachments by upload to the forum server in order not to make a problem incomprehensible by expired external links.


Thorsten
Post Reply