diff --git a/share/jupyter/nbconvert/templates/latex/base.tex.j2 b/share/jupyter/nbconvert/templates/latex/base.tex.j2 index 5575798f9..ce28fcb79 100644 --- a/share/jupyter/nbconvert/templates/latex/base.tex.j2 +++ b/share/jupyter/nbconvert/templates/latex/base.tex.j2 @@ -77,6 +77,8 @@ override this.-=)) \usepackage{titling} \usepackage{longtable} % longtable support required by pandoc >1.10 \usepackage{booktabs} % table support for pandoc > 1.12.2 + \usepackage{array} % table support for pandoc >= 2.11.3 + \usepackage{calc} % table minipage width calculation for pandoc >= 2.11.1 \usepackage[inline]{enumitem} % IRkernel/repr support (it uses the enumerate* environment) \usepackage[normalem]{ulem} % ulem is needed to support strikethroughs (\sout) % normalem makes italics be italics, not underlines