-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathembed.tex
38 lines (23 loc) · 909 Bytes
/
embed.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
\documentclass[handout]{ximera}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Here is an example of embedding items
\outcome{}
\title{Embed tests}
\begin{document}
\begin{abstract}
Tests for embedding.
\end{abstract}
\maketitle
Here is a Geogebra activity. The command is \verb!\geogebra{id}{width}{height}!.
\geogebra{222093}{711}{697}
Here is a youtube video. The command is \verb!\youtube{id}!.
\youtube{ED-oYu4e3LU}
Here is some javascript. The environment is \verb!\begin{html}! \verb!html_here!\verb!\end{html}!.
\begin{html}
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src='jsDed.js'></script>
<h1 id="time" style="background-color:lightgray">Mouseover for the time.</h1>
\end{html}
Here is a Desmos graph (maybe?). The command is \verb!\desmos{id}{width}{height}!.
\desmos{agpxst6ewq}{200}{200}
\end{document}