templates/neurips2025/extra_pkgs.tex
templates/neurips2025/extra_pkgs.texBrowse 56 files
704 tokens
2,837 bytes
Token encoding: o200k_base
Snapshot 24fd22b
← Back to SKILL.md
1\usepackage[export]{adjustbox}2\usepackage[ruled]{algorithm2e}3\usepackage[inline, shortlabels]{enumitem}4\usepackage[T1]{fontenc}5\usepackage{hyperref}6\usepackage{microtype}7\usepackage{pifont}8\usepackage{xcolor}9\usepackage{xurl}10% Figures and Tables11\usepackage{graphicx}12\usepackage{booktabs}13\usepackage{tabularray}14% Monospaced Code Blocks15\usepackage{listings}16% Math Packages17\usepackage{amsmath, amsfonts}18\usepackage{nicefrac}19 20\UseTblrLibrary{booktabs}21 22\lstset{23 backgroundcolor=\color{white}, % choose the background color; you must add \usepackage{color} or \usepackage{xcolor}; should come as last argument24 basicstyle=\ttfamily, % the size of the fonts that are used for the code25 breakatwhitespace=false, % sets if automatic breaks should only happen at whitespace26 breaklines=true, % sets automatic line breaking27 captionpos=b, % sets the caption-position to bottom28 columns=fullflexible, % reduce the column spacing29 commentstyle=\color{gray}, % comment style30 deletekeywords={}, % if you want to delete keywords from the given language31 escapeinside={\%*}{*)}, % if you want to add LaTeX within your code32 extendedchars=true, % lets you use non-ASCII characters; for 8-bits encodings only, does not work with UTF-833 frame=none, % adds no frame around the code34 keepspaces=true, % keeps spaces in text, useful for keeping indentation of code (possibly needs columns=flexible)35 keywordstyle=\color{blue}, % keyword style36 language=C++, % the language of the code37 morekeywords={}, % if you want to add more keywords to the set38 numbers=none, % where to put the line-numbers; possible values are (none, left, right)39 numbersep=5pt, % how far the line-numbers are from the code40 numberstyle=\color{black}, % the style that is used for the line-numbers41 rulecolor=\color{black}, % if not set, the frame-color may be changed on line-breaks within not-black text (e.g. comments (green here))42 showspaces=false, % show spaces everywhere adding particular underscores; it overrides 'showstringspaces'43 showstringspaces=false, % underline spaces within strings only44 showtabs=false, % show tabs within strings adding particular underscores45 stepnumber=1, % the step between two line-numbers. If it's 1, each line will be numbered46 stringstyle=\color{red}, % string literal style47 tabsize=4, % sets default tabsize to 4 spaces48}49 50\makeatletter51\newcommand{\ssymbol}[1]{\@fnsymbol{#1}}52\newcommand{\romanNumeral}[1]{\expandafter\@slowromancap\romannumeral #1@}53\makeatother54