We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a69f0c commit 3e29b1dCopy full SHA for 3e29b1d
src/template.latex
@@ -192,6 +192,19 @@ $for(header-includes)$
192
$header-includes$
193
$endfor$
194
195
+$for(header-includes)$
196
+$header-includes$
197
+$endfor$
198
+
199
+% Add table-related LaTeX settings
200
+\usepackage{longtable,booktabs,array}
201
+\usepackage{calc}
202
+\renewcommand{\arraystretch}{1.2} % Adjust row height
203
+\setlength{\tabcolsep}{4pt} % Adjust column spacing
204
205
+% Define new column types for wrapping text with fixed widths
206
+\newcolumntype{P}[1]{>{\raggedright\arraybackslash}p{#1\textwidth}} % Left-aligned with wrapping
207
208
$if(title)$
209
\title{$title$$if(thanks)$\thanks{$thanks$}$endif$}
210
$endif$
0 commit comments