diff options
Diffstat (limited to 'tests/roots/test-latex-babel/conf.py')
-rw-r--r-- | tests/roots/test-latex-babel/conf.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/roots/test-latex-babel/conf.py b/tests/roots/test-latex-babel/conf.py new file mode 100644 index 0000000..175e3ff --- /dev/null +++ b/tests/roots/test-latex-babel/conf.py @@ -0,0 +1,5 @@ +numfig_format = { + 'figure': 'Fig. %s', + 'table': 'Table. %s', + 'code-block': 'List.', +} |