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

Another option for embedding slides #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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