Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
lmoresi committed Apr 27, 2021
2 parents c813956 + c259ac2 commit 09b779f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 12 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -148,4 +148,6 @@ Lectures/_static
Lectures/static_slides



.DS_Store

2 changes: 1 addition & 1 deletion Lectures/build_slides.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ then
fi

mkdir -p static_slides
reveal-md --static static_slides/slideshows --theme css/anu.css --glob '**/*.reveal.md' --static-dirs images
reveal-md --static static_slides/slideshows --theme css/anu.css --glob '**/*.reveal.md' --static-dirs images
5 changes: 3 additions & 2 deletions Lectures/example_slide_deck1.reveal.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Note: This is a speaker note that is not rendered !

## Slide number 3


- one
- two
- three
Expand All @@ -46,7 +47,6 @@ $$ \nabla \cdot \sigma = \rho g \mathbf{ z } $$

---


## Image

![Earth](images/LithosphereThickness.png) <!-- .element height="50%" width="50%" -->
Expand All @@ -66,4 +66,5 @@ container sizing etc, you can use `html`

```html
<img class="r-stretch" data-src="images/AuWorldEQ.png">
```
```

10 changes: 1 addition & 9 deletions Lectures/example_slide_deck2.reveal.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
---
title: Example 2
# separator: <!--s-->
# verticalSeparator: <!--v-->
theme: white
revealOptions:
# transition: 'fade'
slideNumber: true
---
<!-- The title slide has a background ... >

<!-- .slide: data-background="./images/anu.png" -->
# Slides

- Louis Moresi
Expand Down Expand Up @@ -76,9 +71,6 @@ Reveal has vertical sub-stacks that you can divert through

Reveal has vertical sub-stacks that you can divert through

<img class="r-stretch" data-src="images/LithosphereThickness.png">


![Earth](images/LithosphereThickness.png) <!-- .element height="50%" width="50%" -->

---
---

0 comments on commit 09b779f

Please sign in to comment.