Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand
titleFor a text summary of how to access all of the features:

Latex Plugin

  • +Insert -> Other macros
  • Type in 'latex'
  • Select the Latex macro
  • Press 'Insert'

Including Geometry, Images, and other files

  • +Insert -> Files and Images
  • Either Upload Files, or enter image URL after clicking 'Images from the web'

Including YouTube Videos

  • +Insert -> Other macros
  • Type in "html" and select "HTML"
  • On the box, type:
     
<iframe width="640" height="360" src="//www.youtube.com/embed/VIDEO_CODE_HERE" frameborder="0" allowfullscreen></iframe>
  • edit the "VIDEO_CODE_HERE to add the unique code of your video

Alternative way to Include Youtube Videos

  • +Insert -> Other macros
  • Type in 'youtube'
  • Select the 'Widget Connector' Macro
  • Input the entire URL from the search box at top of screen
  • Add width and height of widget; Width = 600, Height = 338

Including 'Under Construction' notes

  • +Insert -> Other macros
  • Select the 'Note' macro
  • Type in the text that will be included with the note

Including Links

  • +Insert -> Link
  • Click on 'Web Link'
  • Include the URL of the link in the Address
  • Include the text that will be the clickable link text

Including Links that Open in New Tab

  • +Insert -> Other Macros
  • Type in 'open new tab'
  • Select the 'open new tab' macro
  • Type in the url

Expanded Lists

  • +Insert -> Other macros
  • Type in 'expand'
  • Select the 'Expand' macro
  • Type in the title (the text that will be clickable for the expansion)
  • Edit the content

...