Skip to content

Instantly share code, notes, and snippets.

@gulp
Last active June 27, 2018 01:57
Show Gist options
  • Save gulp/19ea604fa24021f401caf8e83e6bff47 to your computer and use it in GitHub Desktop.
Save gulp/19ea604fa24021f401caf8e83e6bff47 to your computer and use it in GitHub Desktop.
New Imposition
New Imposition
Default Preset loaded
load preset -> Presets
Presets
click one sided -> One Sided Presets
click two sided -> Two Sided Presets
One Sided Presets
Two Sided Presets
Pages per Sheet?
4 pages -> 4 Page Impositions
8 pages -> 8 Page Impositions
12 pages -> 12 Page Impositions
4 Page Impositions
side by side on a sheet
pick -> 1 3 x 4 2
below
below heads together
1 fold booklet
8 Page Impositions
12 Page Impositions
Preset Loaded*
1 3 x 4 2
function render(model){
let current_state_name = model.active_states[0].name;
return $("h1",
{style: {color: "darkBlue"}},
`The current state is: ${current_state_name}`);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment