Tips (Utility, Computer Language, and etc.)
[Latex] table slashbox
Struggler J.
2019. 8. 19. 22:54
https://tex.stackexchange.com/questions/9253/slashbox-alternative
slashbox alternative
Possible Duplicate: Diagonal lines in table cell Is there a better way to label both axes of a table at the same time rather than using slashbox? It looks kind of ugly.
tex.stackexchange.com
아래와 같이 써주고
\usepackage{diagbox}
slashbox쓰고 싶은 칸에 \diagbox[width=10em]{colunme head}{row head}해주면 된다.