diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2024-11-30 14:44:23 -0500 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2024-11-30 14:44:23 -0500 |
| commit | 4293a61d69b61c3643f6429b76147bd2bfe75b19 (patch) | |
| tree | 00f4b3c4c06352cad86767a3e484be16ac4afb2e | |
| parent | 54230ef5d40d7bb237bf28b9681bc9de5ac3c15e (diff) | |
| download | soen422-4293a61d69b61c3643f6429b76147bd2bfe75b19.zip | |
presentation
| -rw-r--r-- | .gitignore | 3 | ||||
| -rw-r--r-- | presentation/script | 9 | ||||
| -rw-r--r-- | presentation/slides.tex | 1 |
3 files changed, 7 insertions, 6 deletions
@@ -10,3 +10,6 @@ *.run.xml server/server */build +*.kdenlive +*.mp4 +presentation/audio diff --git a/presentation/script b/presentation/script index b93ef32..053fca8 100644 --- a/presentation/script +++ b/presentation/script @@ -3,11 +3,10 @@ # Problem -The best humidity for an indoor space is 35--50%. That's what Health -Canada recommends. But when indoor heating is used, the air gets dry. -In the winter it can easily drop below 30%. This can be pretty -uncomfortable. It irritates your skin and eyes, and can lead to -respiratory infections. +The best humidity for an indoor space is 35--50%. But when indoor heating +is used, the air gets dry. In the winter it can easily drop below 30%. +This can be pretty uncomfortable. It irritates your skin and eyes, +and can lead to respiratory infections. # Solution diff --git a/presentation/slides.tex b/presentation/slides.tex index feffd21..c57f9b7 100644 --- a/presentation/slides.tex +++ b/presentation/slides.tex @@ -1,5 +1,4 @@ \documentclass[a5paper, landscape]{article} -\usepackage[landscape]{geometry} \usepackage[fontsize=19pt]{fontsize} \usepackage{graphicx} \usepackage{parskip} |