Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wk4 gerkovink #136

Open
wants to merge 10 commits into
base: Wk4_gerkovink
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file added IlyaF.txt
Empty file.
8 changes: 7 additions & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,13 @@ options(width = 60, digits = 3)
# markup 2020 <a href='https://github.com/gerkovink/markup2020'><img src='markup_sticker_SMALL.png' align="right" height="139" /></a>

<<<<<<< HEAD
Course collaboration for 202000010. Test branch.

Course collaboration for 202000010.

You need to solve this conflict in a generic manner such that your classmates can also merge their forked branch into this master branch. So think about a solution on your end.

Gerko

=======
Course collaboration for 202000010
>>>>>>> Wk4_markup
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

<<<<<<< HEAD
Course collaboration for 202000010. Test branch.

=======
Course collaboration for 202000010
>>>>>>> Wk4_markup
Expand Down
Binary file not shown.
105 changes: 105 additions & 0 deletions Rianne/Assignment 3/Exercise week 3 - beamer presentation.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,105 @@
\documentclass[11pt]{beamer}
\geometry{papersize={16cm,9cm}}
\usetheme{default}
\usecolortheme{beaver}
\setbeamertemplate{navigation symbols}{}

\title{Example document to recreate with beamer in \LaTeX}
\setbeamerfont{title}{size=\fontsize{14}{14}}
\subtitle{}
\author{Your Name}
\date{}


\begin{document}

%--- the titlepage frame -------------------------%
\begin{frame}[plain]
\vspace*{1.5cm}\titlepage
\vspace*{1cm}
\centering Fall 2019 \\ Markup Languages and Reproducible Programming in Statistics\par
\end{frame}

%--- slide 1 -------------------------%
\begin{frame}{Outline}

Working with equations \\
\hspace*{0.5cm}
Aligning the same equations \\
\hspace*{0.5cm}
Omit equation numbering \\
\hspace*{0.5cm}
Ugly alignment \\
\bigskip
\bigskip
Discussion

\end{frame}

%--- slide 2 -------------------------%
\begin{frame}{Working with equations}

We define a set of equations as
\begin{gather}
a = b + c^2, \\
a - c^2 = b, \\
\text{left side} = \text{right side}, \\
\text{left side} + \text{something} \geq \text{right side},
\end{gather}
for all something $>$ 0.

\end{frame}

%--- slide 3 -------------------------%
\begin{frame}{Aligning the same equations}

Aligning the equations by the equal sign gives a much better view into the placements of the separate equation components.
\begin{align}
a &= b + c^2, \\
a - c^2 &= b, \\
\text{left side} &= \text{right side}, \\
\text{left side} + \text{something} &\geq \text{right side},
\end{align}

\end{frame}

%--- slide 4 -------------------------%
\begin{frame}{Omit equation numbering}

Alternatively, the equation numbering can be omitted.
\begin{align*}
a &= b + c^2, \\
a - c^2 &= b, \\
\text{left side} &= \text{right side}, \\
\text{left side} + \text{something} &\geq \text{right side},
\end{align*}

\end{frame}

%--- slide 5 -------------------------%
\begin{frame}{Ugly alignment}

Some components do not look well, when aligned. Especially equations with different heights and spacing. For example,
\begin{align}
E &= m c^2, \\
m &= \frac{E}{c^2}, \\
c &= \sqrt{\frac{E}{m}}.
\end{align}
Take that into account.

\end{frame}

%--- slide 6 -------------------------%
\begin{frame}{Discussion}

This is where you'd normally give your audience a recap of your talk, where you could discuss e.g. the following
\begin{itemize}
\item Your main findings
\item The consequences of your main findings
\item Things to do
\item Any other business not currently investigated, but related to your talk
\end{itemize}

\end{frame}

\end{document}
Empty file added add_another_text_file.txt
Empty file.