Copyright © 2018 Lloyd R. Prentice
Version: .01
Authors: Lloyd R. Prentice.
ep_page() = #{project_id => string(), paper_stock => paper_stock(), page_format => page_format(), page_xy => xy(), page_number => integer(), section => term(), page_grid => term(), output_file => file:fd()}
| create/3 | NOTE: ep-impose:place_pages/3 returns a list to cover cases in which more than one page fits on paper stock. |
| default_tag_map/1 | |
| format/1 | |
| inc_page_no/1 | |
| page_dimensions/0 | |
| page_grid/1 | |
| page_inches/1 | |
| page_no/1 | |
| page_picas/1 | |
| page_points/1 | |
| project_id/1 | |
| put_format/2 | |
| put_page_grid/2 | |
| put_page_no/2 | |
| put_section/2 | |
| reset_page_no/1 | |
| section/1 |
NOTE: ep-impose:place_pages/3 returns a list to cover cases in which more than one page fits on paper stock
default_tag_map(Pts) -> any()
format(X1::ep_page()) -> page_format()
inc_page_no(Page) -> any()
page_dimensions() -> any()
page_grid(X1::ep_page()) -> any()
page_inches(Format::string()) -> {string(), xy()}
page_no(X1::ep_page()) -> integer()
page_picas(Format) -> any()
page_points(Format) -> any()
project_id(X1::ep_page()) -> any()
put_format(Format, Page) -> any()
put_page_grid(PageGrid, Page) -> any()
put_page_no(PageNo, Page) -> any()
put_section(Section, Page) -> any()
reset_page_no(Page) -> any()
section(X1::ep_page()) -> any()
Generated by EDoc