From 2ea24a612be6f0acf5c87781931ef816bfe64a49 Mon Sep 17 00:00:00 2001 From: Larry Peterson Date: Sat, 30 May 2020 07:46:28 -0700 Subject: [PATCH] fixed latex figures --- conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/conf.py b/conf.py index 8b3e676..c2118f3 100644 --- a/conf.py +++ b/conf.py @@ -103,6 +103,7 @@ def get_version(): pygments_style = None # Enable numbered figures +# Remove "." for LaTeX numfig = True numfig_format = { 'figure': 'Figure %s.',