Skip to content

Fall 2017

Latest
Compare
Choose a tag to compare
@kevinlin1 kevinlin1 released this 09 Jan 01:09
· 54 commits to master since this release

CS 61B: Data Structures, Fall 2017 with Paul Hilfinger (@PNHilfinger).

  • Create new Fall-semester Paul Hilfinger worksheet src templates.
  • Integrate teaching solutions with an additional emphasis on metacognition.
  • Rebrand worksheets as Mentoring worksheets.
  • Update commonheader.sty to match latest upstream (CS 61A).
    • Default to 11pt Computer Modern.
    • Larger teletype font.
    • Slightly smaller margins to make space for a wider gutter.
  • Better LaTeX.
    • Use \lstinline$...$ instead of \texttt{...} for listings-aware inline code.
    • Use blocksection environments to prevent questions from unexpectedly splitting on page break, reducing the need for \clearpage.
  • Integrate Travis CI automated testing and deployment system.