A design question for @APEXCalculus .
When producing the PDF version (via LaTeX), there are a couple of options in the publisher file to be aware of:
latex @print can have values yes or no. print="yes" indicates that the PDF is intended to be printed, while print="no" indicates that we want an electronic PDF. The main difference is that in the electronic version, cross references are hyperlinked, and the text is usually a different colour to indicate the presence of a link.
There is also asymptote @links. When set to yes, Asymptote images are clickable, with the link taking us to an interactive HTML version of the figure.
But <latex print="yes"/> overrides <asymptote links="yes"/>
The sea of PDF outputs is as follows. First, there are 4 versions of the book that we currently produce. (We could add a 5th if you want to resurrect the "calculus with quarters" version.)
- Original APEX
- APEX, but with videos
- APEX for the U of L standard calculus sequence (4 semesters)
- APEX for the U of L accelerated calculus sequence (3 semesters)
Of these, you probably only care about the first.
But each of these versions has 3 different types of PDF:
- Electronic PDF: in colour, single-sided, links active.
- Print PDF: black and white, two-sided, no links.
- Colour print PDF: in colour, double-sided, no links
The TL;DR question is about this last version: I've set the print option to "yes", and this overrides the fact that I also set the asymptote images to link to the web versions.
Do we want to keep this as a print-only (but in colour), or would you rather it be a 2-sided version of the electronic PDF?
A design question for @APEXCalculus .
When producing the PDF version (via LaTeX), there are a couple of options in the publisher file to be aware of:
latex @printcan have values yes or no.print="yes"indicates that the PDF is intended to be printed, whileprint="no"indicates that we want an electronic PDF. The main difference is that in the electronic version, cross references are hyperlinked, and the text is usually a different colour to indicate the presence of a link.There is also
asymptote @links. When set to yes, Asymptote images are clickable, with the link taking us to an interactive HTML version of the figure.But
<latex print="yes"/> overrides<asymptote links="yes"/>The sea of PDF outputs is as follows. First, there are 4 versions of the book that we currently produce. (We could add a 5th if you want to resurrect the "calculus with quarters" version.)
Of these, you probably only care about the first.
But each of these versions has 3 different types of PDF:
The TL;DR question is about this last version: I've set the print option to "yes", and this overrides the fact that I also set the asymptote images to link to the web versions.
Do we want to keep this as a print-only (but in colour), or would you rather it be a 2-sided version of the electronic PDF?