Skip to content

Commit

Permalink
DOC: use "booktabs" table style for LaTeX
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed Dec 29, 2022
1 parent dc076bd commit 3ee3995
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/conf.py
Expand Up @@ -155,10 +155,11 @@
}{
\renewcommand{\ttdefault}{lmtt} % typewriter font from lmodern
}
\usepackage{booktabs} % for Pandas dataframes
""",
}

latex_table_style = ['booktabs']

latex_documents = [
(master_doc, 'nbsphinx.tex', project, author, 'howto'),
]
Expand Down

0 comments on commit 3ee3995

Please sign in to comment.