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