-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhelpPage.html
More file actions
31 lines (21 loc) · 1.48 KB
/
helpPage.html
File metadata and controls
31 lines (21 loc) · 1.48 KB
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
<div id="helpSection" class="offScreenTran">
<div>
<h1>Help Page
<button id="helpToggleOffButton">
X
</buttont>
</h1>
</div>
<h2>Create an Equation</h2>
<p class="indentText">
To create an image out of your equation, first select the math equation format of your choice (Ex latex,MathML,Ascii). Then type your equation inside the text box. As you're typing you’ll see a preview image of what your image will look like.. Once you are done hit the submit button and it will create an image of the equation. Just a note as you are typing the preview will always be very small and black no matter what your settings. This is to increase usability with a small ui.
</p>
<h2>Copy Button</h2>
<p class="indentText">will move the create equation onto the slideshow</p>
<h2>bind Button</h2>
<p class="indentText">This will bind the equation to the UI. So when you hit the copy button it will replace the old image with the new image</p>
<h2>unbind button</h2>
<p class="indentText">This button will unbind the equation to the UI. So when you hit the copy button it will add a new image</p>
<h2>No data is collected</h2>
<p class="indentText">This app doesn't collect any data. The permission to use this app are only used for moving the image onto the google slide. This project is 100% open source and was created to help people out. You can view the code <a href="https://github.com/brendena/MathEquationsGoogleSlideV2"> here </a> </p>
</div>