From c0e12d07b0341a3d8a491df8836eefe8f3c65bbd Mon Sep 17 00:00:00 2001 From: Matthias Geier Date: Wed, 20 Apr 2016 14:48:27 +0200 Subject: [PATCH] LaTeX: Use appropriate math font for Palatino (mathpazo) --- nbconvert/templates/latex/base.tplx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nbconvert/templates/latex/base.tplx b/nbconvert/templates/latex/base.tplx index 481c6b526..6ed56b258 100644 --- a/nbconvert/templates/latex/base.tplx +++ b/nbconvert/templates/latex/base.tplx @@ -14,8 +14,8 @@ This template does not define a docclass, the inheriting class must define this. ((* block packages *)) \usepackage[T1]{fontenc} - % Nicer default font than Computer Modern for most use cases - \usepackage{palatino} + % Nicer default font (+ math font) than Computer Modern for most use cases + \usepackage{mathpazo} % Basic figure setup, for now with no caption control since it's done % automatically by Pandoc (which extracts ![](path) syntax from Markdown).