summaryrefslogtreecommitdiff
path: root/motives_table_doc.tex
blob: 50ccb13f49b60dc1fc457bde5bae85a1a13b5ed4 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
%% SPDX-License-Identifier: CC0-1.0
%%
%% This LaTeX source is copyright (C) 2024, 2025 W. Kosior <koszko@koszko.org>

\documentclass{article}

\usepackage[a4paper, total={6in, 8in}, margin=1in]{geometry}
\usepackage[skip=10pt plus1pt, indent=20pt]{parskip}
\usepackage{longtable}
\usepackage[table]{xcolor}
\usepackage{hyperref}
\hypersetup{
  colorlinks,
  urlcolor={blue!80!black}
}
\usepackage{textcomp}
\usepackage{hyphenat}

\input{tlp.tex}

\rowcolors{3}{gray!20}{white!100}
\renewcommand*{\arraystretch}{1.3}
\def\nexttabcaption{APT Motives by Country}
\def\nexttablabel{tab:APT_Motives}

\title{Statistics of groups with particular motivation}

\author{Wojciech Kosior}

\begin{document}

\useTLPFancyHeader{CLEAR}

\input{motives_table.tex}

\end{document}