cpluspluscourse icon indicating copy to clipboard operation
cpluspluscourse copied to clipboard

Make non-overlay version of slides available

Open klieret opened this issue 3 years ago • 3 comments

Could you also compile and upload a version of the slides without the overlays? I think most people who download the slides would prefer that.

klieret avatar Aug 16 '22 14:08 klieret

Good idea in principle, but this requires us to select the slide to produce for the handout in environments like overprint as discussed here, e.g.

  \begin{overprint}[\columnwidth]
    \onslide<1> \highlightCppCode{}{code_arrays}
-    \onslide<2> \highlightCppCode{1}{code_arrays}
-    \onslide<3> \highlightCppCode{2}{code_arrays}
-    \onslide<4> \highlightCppCode{3}{code_arrays}
-    \onslide<5> \highlightCppCode{5}{code_arrays}
-    \onslide<6> \highlightCppCode{6}{code_arrays}
-    \onslide<7> \highlightCppCode{7}{code_arrays}
-    \onslide<8> \highlightCppCode{8}{code_arrays}
-    \onslide<9> \highlightCppCode{11}{code_arrays}
+    \onslide<2|handout:0> \highlightCppCode{1}{code_arrays}
+    \onslide<3|handout:0> \highlightCppCode{2}{code_arrays}
+    \onslide<4|handout:0> \highlightCppCode{3}{code_arrays}
+    \onslide<5|handout:0> \highlightCppCode{5}{code_arrays}
+    \onslide<6|handout:0> \highlightCppCode{6}{code_arrays}
+    \onslide<7|handout:0> \highlightCppCode{7}{code_arrays}
+    \onslide<8|handout:0> \highlightCppCode{8}{code_arrays}
+    \onslide<9|handout:0> \highlightCppCode{11}{code_arrays}
  \end{overprint}

for selecting only the first version.

So if we want to do this, we might distribute one chapter to one person etc to keep the work packages smaller.

hageboeck avatar Aug 17 '22 09:08 hageboeck

Oh, that's unfortunate. Of course one could just start with a "dumb" version (handout: 0 everywhere) and gradually work from there. But if you have capacity to distribute the work to do it properly, that would be ideal!

You could also do a "market analysis" before and ask students if they'd actually be interested in seeing this :)

klieret avatar Aug 17 '22 21:08 klieret

This issue or pull request has been automatically marked as stale because it has not had recent activity. Please manually close it, if it is no longer relevant, or ask for help or support to help getting it unstuck. Let me bring this to the attention of @klieret @wdconinc @michmx for now.

stale[bot] avatar Aug 18 '23 11:08 stale[bot]