36 lines
683 B
Typst
36 lines
683 B
Typst
#import "@preview/grape-suite:2.0.0": exercise
|
|
#import exercise: project
|
|
|
|
#set text(lang: "en")
|
|
|
|
#show: project.with(
|
|
title: [Film reviews],
|
|
seminar: [English Q2],
|
|
show-outline: true,
|
|
author: "Erik Grobecker",
|
|
date: datetime(day: 29, month: 1, year: 2025),
|
|
)
|
|
|
|
#show "->": sym.arrow
|
|
#show "=>": sym.arrow.double
|
|
|
|
// We'll watch the movie in the "Cinestar"
|
|
|
|
= Film reviews
|
|
|
|
#underline[Categories:]
|
|
- Plot
|
|
- Characters and behaviour
|
|
- historical accuracy
|
|
- creation of atmosphere
|
|
- camera work
|
|
- performance of actors/actresses
|
|
- costume/setting
|
|
- sound/music
|
|
- lighting/colouring
|
|
- film script
|
|
- dialogue
|
|
- personal opinion
|
|
|
|
More ressources should be available on LMS.
|
|
|