diff options
| -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} |