2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-26 06:48:04 +02:00

Remove trailing spaces

The commands

find . -type f -name '*.md' -exec sed --in-place 's/[[:space:]]\+$//' {} \+

and

find . -type f -name '*.tex' -exec sed --in-place 's/[[:space:]]\+$//' {} \+

were used to do so.
This commit is contained in:
Martin Thoma 2015-10-14 14:25:34 +02:00
parent c578b25d2f
commit 7740f0147f
538 changed files with 3496 additions and 3496 deletions

View file

@ -38,11 +38,11 @@
Some text\\
\uncover<2->{Uncover me on slide 2 (-)\\}
\visible<3->{visible from slide 3 on (-)\\}
\only<4->{only from slide 4 (-)\\}
\only<4->{only from slide 4 (-)\\}
\onslide<5->{on slide 5 and further (-)\\}
\uncover<6>{Uncover me on slide 6 \\}
\visible<7>{visible on 7\\}
\only<8>{only on slide 8 \\}
\only<8>{only on slide 8 \\}
\alt<8>{I am on slide 8\\}{I am not on slide 8\\}
\onslide<9>{on slide 9\\}
\end{frame}