From c6ead4b2b8e1e60160aac23797c96a742f134e60 Mon Sep 17 00:00:00 2001 From: AakashGC Date: Fri, 5 Aug 2022 17:54:36 +1000 Subject: [PATCH] ordering latex build render priorities --- lectures/_config.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lectures/_config.yml b/lectures/_config.yml index c1684a166..c5ce6b751 100644 --- a/lectures/_config.yml +++ b/lectures/_config.yml @@ -55,6 +55,13 @@ sphinx: - "image/jpeg" - "text/markdown" - "text/plain" + latex: + - "text/latex" + - "application/pdf" + - "image/png" + - "image/jpeg" + - "text/markdown" + - "text/plain" html_favicon: _static/lectures-favicon.ico html_theme: quantecon_book_theme html_static_path: ['_static']