Figure sizes, font sizes, fonts, and more configurations at minimal overhead. Fix your journal papers, conference proceedings, and other scientific publications.
Currently, there are two suboptimalities in the figsize module:
switching "column={half,full}" affects 100% of the code, so why not make two different functions. this would also allow potentially setting ncols=2 as a default for full-width-figures
height-per-width-ratio = golden_ratio / 2 for full-width figures is an error
Currently, there are two suboptimalities in the
figsize
module:height-per-width-ratio = golden_ratio / 2
for full-width figures is an error