Skip to content

Commit

Permalink
Update neurips.tex to fix tables + weird characters.
Browse files Browse the repository at this point in the history
  • Loading branch information
universvm authored and mokeyish committed Nov 16, 2024
1 parent 5217a9a commit 6339464
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion textemplate/neurips.tex
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@
\usepackage{microtype} % microtypography
\usepackage{xcolor} % colors
\usepackage{graphicx}
\usepackage{longtable} % Add support for Pandoc's longtable if needed
\usepackage{array} % For table alignment improvements
\usepackage{amsmath}
\usepackage{textcomp}
\setlength{\LTcapwidth}{\textwidth} % To make captions fit within page width

\makeatletter
\newsavebox\pandoc@box
Expand Down Expand Up @@ -179,4 +184,4 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%


\end{document}
\end{document}

0 comments on commit 6339464

Please sign in to comment.