We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent addcfae commit a8bb0c2Copy full SHA for a8bb0c2
Papers/Main/root.tex
@@ -2,6 +2,7 @@
2
\usepackage{isabelle,isabellesym}
3
\usepackage{amssymb}
4
\usepackage{tikz-cd}
5
+\usepackage{listings}
6
7
\usepackage{mathpartir}
8
% further packages required for unusual symbols (see also
@@ -47,6 +48,8 @@
47
48
\newcommand{\isamarkupsnipbegin}[1]{\Snip{#1}}
49
\newcommand{\isamarkupsnipend}[1]{\EndSnip{#1}}
50
51
+\usepackage{railsetup}
52
+\newcommand{\indexdef}[3]{}
53
54
\begin{document}
55
latex/root.tex
@@ -3,6 +3,7 @@
\usepackage{amssymb,amsmath}
% force input encoding to utf8 since this is what most machines use.
9
% and T1 font encoding so Guillemets are allowed etc.
0 commit comments