1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-04-21 18:23:15 +00:00

rogueviz:: add more Latex packages

This commit is contained in:
Zeno Rogue 2025-02-24 10:56:24 +01:00
parent 63a9e15977
commit c1ff906202

View File

@ -190,11 +190,13 @@ string latex_packages =
"\\usepackage{amsfonts}\n"
"\\usepackage{varwidth}\n"
"\\usepackage{amsfonts}\n"
"\\usepackage{adjustbox}\n"
"\\usepackage{enumitem}\n"
"\\usepackage[utf8]{inputenc}\n"
"\\usepackage[T1]{fontenc}\n"
"\\usepackage{color}\n"
"\\usepackage{graphicx}\n"
"\\usepackage{url}\n"
"\\definecolor{remph}{rgb}{0,0.5,0}\n"
"\\renewcommand{\\labelitemi}{{\\color{remph}$\\blacktriangleright$}}\n";