; Actually identical to ../multi-lecture/pre-notes.scm. Just renamed to 
; be consistent.

Show source file in large font In trail-pre-notes.scm: Link from notes-title to it's cross reference table entry 3.1. Making a multi lecture material
(define notes-title "Multi lecture Tutorial Demo") Show source file in large font In trail-pre-notes.scm: Link from note-abstract to it's cross reference table entry 3.1. Making a multi lecture material
(define note-abstract (string-append (p "This is a tutorial demo of a multi lecture LENO material.") )) Show source file in large font In trail-pre-notes.scm: Link from lecture-sections to it's cross reference table entry 3.1. Making a multi lecture material
(define lecture-sections (list "multi-1" "multi-2" "multi-3" ) ) Show source file in large font In trail-pre-notes.scm: Link from current-lecture to it's cross reference table entry 3.1. Making a multi lecture material
(define current-lecture (length lecture-sections))