Closed dgkeyes closed 3 years ago
In going through the vignette, I think we should change some argument names to make things clearer:
I assume common-font is for paragraph text, etc, correct? If so, I think we should call it main-font
common-font
main-font
Assuming top-font is for headers, why don't we call it header-font?
top-font
header-font
I'm unclear on the img argument for paged_windmill. How is this different from the front_img?
img
paged_windmill
front_img
This one should be dealt with https://github.com/rfortherestofus/pagedreport/commit/6874ac338e962087a9b751dfc12e2372c54d015a and https://github.com/rfortherestofus/pagedreport/commit/4ee4e4c300acb8a7dd8b8d8bed73891eeedf6b94
In going through the vignette, I think we should change some argument names to make things clearer:
I assume
common-font
is for paragraph text, etc, correct? If so, I think we should call itmain-font
Assuming
top-font
is for headers, why don't we call itheader-font
?I'm unclear on the
img
argument forpaged_windmill
. How is this different from thefront_img
?