Formats
This is a list of the defaults included
- matplotlib_latex_bridge.formats.article_letterpaper_10pt_singlecolumn = {'columnwidth': 4.77, 'fontsize': 10, 'textwidth': 4.77}
Defaults for
\documentclass[letterpaper, 10pt]{article}
- matplotlib_latex_bridge.formats.article_letterpaper_10pt_doublecolumn = {'columnwidth': 3.17, 'fontsize': 10, 'textwidth': 6.49}
Defaults for
\documentclass[letterpaper, 10pt, twocolumn]{article}