From 9af2ff30677f207284c49b4f5543f48ab1e150a1 Mon Sep 17 00:00:00 2001 From: chhan11 Date: Tue, 30 May 2017 16:07:12 +0200 Subject: [PATCH] structure.tex: Added cmds for doing things with tables --- structure.tex | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/structure.tex b/structure.tex index 06c1f6f..dbd2b95 100644 --- a/structure.tex +++ b/structure.tex @@ -31,6 +31,9 @@ \usepackage{tikzsymbols} % http://ctan.math.utah.edu/ctan/tex-archive/graphics/pgf/contrib/tikzsymbols/tikzsymbols.pdf \usepackage{textcomp} \usepackage{parskip} +\usepackage{fourier} +\usepackage{array} +\usepackage{makecell} \bibliographystyle{unsrtnat} %styles list https://www.sharelatex.com/learn/Natbib_bibliography_styles @@ -131,3 +134,9 @@ \newcommand{\done}{\rlap{$\square$}{\raisebox{2pt}{\large\hspace{1pt}\cmark}}% \hspace{-2.5pt}} \newcommand{\wontfix}{\rlap{$\square$}{\large\hspace{1pt}\xmark}} + + +\renewcommand\theadalign{cb} +\renewcommand\theadfont{\bfseries} +\renewcommand\theadgape{\Gape[4pt]} +\renewcommand\cellgape{\Gape[4pt]} \ No newline at end of file