Last active
June 27, 2018 01:57
-
-
Save gulp/19ea604fa24021f401caf8e83e6bff47 to your computer and use it in GitHub Desktop.
New Imposition
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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