%% SPDX-License-Identifier: CC0-1.0 %% %% This LaTeX source is copyright (C) 2024, 2025 W. Kosior \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}