Skip to content
Open
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
10 changes: 10 additions & 0 deletions userguide.html
Original file line number Diff line number Diff line change
Expand Up @@ -1425,6 +1425,16 @@ <h2>Embedding slides</h2>

<p><img src="images/speakerdeck-mobile.png" width="400px" class="img-responsive"/></p>

<p> A somewhat simpler approach is to host the slides pdfs with the other materials and use an &lt;embed&gt; html element, e.g.,</p>

<figure class="highlight"><pre><code class="language-yaml" data-lang="yaml">
<span class="nn">---</span>

<span class="c1">## Lecture Notes: Sequential Warmup</span>

<span class="l-Scalar-Plain">&lt;embed src=&quot;./lecture.pdf&quot; type='application/pdf'&gt;</span>
</code></pre></figure>

<h2>Google analytics</h2>

<p>If you are interesting in tracking usage of your pages, Morea supports <a href="http://www.google.com/analytics/">Google Analytics</a>. </p>
Expand Down