Lecture overview
Keyboard shortcut: 'u'  Previous slide in this lecture
Keyboard shortcut: 'p'  Next slide in this lecture
Keyboard shortcut: 'n'  Lecture notes - all slides and notes together  Annotated slide
Keyboard shortcut: 't'  Alphabetic index  Help page about these notes  Course home    Slide 17 : 20

Insertion of quotations from external files 

Automatic and programmed insertion of excerpts from external material is extremely useful in non-trivial documents

Superimposition of decorations (fonts and colors) makes it possible to focus the readers attention

 

  (read-text-file-between-marks
    file-path
    mark)
 

  (read-text-file-including-marks
    file-name
    start-mark end-mark)
 

  (colorize-substrings
    (read-text-file-between-marks
      file-path
      mark)
    font-and-color-specification)
 

 

We use these facilities a lot in course materials in the area of programming