mirror of
https://github.com/balkian/gists.git
synced 2024-11-21 17:22:29 +00:00
Add 'repos/bb677c23be8fced89ea14a1f098bdb10/' from commit 'aa77381a66b54f874b4b023c577ef9f4348a5065'
git-subtree-dir: repos/bb677c23be8fced89ea14a1f098bdb10 git-subtree-mainline:3279606988
git-subtree-split:aa77381a66
This commit is contained in:
commit
67516ee626
22
repos/bb677c23be8fced89ea14a1f098bdb10/example.tex
Normal file
22
repos/bb677c23be8fced89ea14a1f098bdb10/example.tex
Normal file
@ -0,0 +1,22 @@
|
||||
\usepackage{adjustbox}
|
||||
\usepackage{array}
|
||||
|
||||
\newcolumntype{R}[2]{%
|
||||
>{\adjustbox{angle=#1,lap=\width-(#2)}\bgroup}%
|
||||
l%
|
||||
<{\egroup}%
|
||||
}
|
||||
\newcommand*\rot{\multicolumn{1}{R{45}{1em}}}% no optional argument here, please!
|
||||
|
||||
\begin{document}
|
||||
|
||||
\begin{tabular}{r|ccc}
|
||||
&
|
||||
\rot{Property 1} &
|
||||
\rot{Property 2} &
|
||||
\rot{Property 3}
|
||||
\\ \hline
|
||||
System 1 & & & X \\
|
||||
System 2 & X & X & X \\
|
||||
System 3 & X & & X \\ \hline
|
||||
\end{tabular}
|
Loading…
Reference in New Issue
Block a user