Show source file in large font In themes-front-matters-stuff.scm: Link from multi-author to it's cross reference table entry 3.2. Re-organizing the multi lecture material 4.2. Leno Trails
(define multi-author "Kurt Nørmark") Show source file in large font In themes-front-matters-stuff.scm: Link from multi-affiliation to it's cross reference table entry 3.2. Re-organizing the multi lecture material 4.2. Leno Trails
(define multi-affiliation "Department of Computer Science, Aalborg University, Denmark") Show source file in large font In themes-front-matters-stuff.scm: Link from common-shared-front-matters-attributes to it's cross reference table entry 6.2. A thematic LENO presentation.
(define common-shared-front-matters-attributes (list 'scheme-prefix "pre-notes.scm" 'scheme-suffix "post-notes.scm" 'course-home-url "../../../index.html" 'author-home-url "http://www.cs.auc.dk/~normark/" 'logo-url "http://www.auc.dk/" 'show-and-speak "false" 'sound-source "real-audio" 'speak-url-prefix "../../speak/" 'speak-file-prefix "???" 'make-print-page "true" ) ) Show source file in large font In themes-front-matters-stuff.scm: Link from shared-themes-front-matters-attributes to it's cross reference table entry 6.2. A thematic LENO presentation.
(define shared-themes-front-matters-attributes (append common-shared-front-matters-attributes (list 'author-mode "true" 'presentation-medium "web" ) ) ) Show source file in large font In themes-front-matters-stuff.scm: Link from shared-front-matters-attributes to it's cross reference table entry 3.2. Re-organizing the multi lecture material 6.2. A thematic LENO presentation.
(define shared-front-matters-attributes (append common-shared-front-matters-attributes (list 'theme-view "true" 'theme-source "none" ; none/new/overwrite 'theme-auto-process "true" 'slide-view "true" 'annotated-slide-view "true" 'aggregated-view "true" 'primary-view "slide-view" 'note-download-url "" 'note-contents-description "" 'slide-header "normal" ; minimal/normal/none 'trail-of-lecture "false" 'language "english" 'exercise-model "none" 'mouse-advancement "double-press" 'word-index "true" 'apply-css-styling "false" 'news-flash-string "" 'news-flash-level "2" 'quiz-support "false" 'verbosity-level "1" ) ) )