Skip to content

Latest commit

 

History

History
70 lines (41 loc) · 1.33 KB

File metadata and controls

70 lines (41 loc) · 1.33 KB

For Authors

Latex to PNG conversion

List of Mathematical Symbols

You can use HTML codes to create simple equations and formatting.

IR = θ

Note the semi-colon on the end.

Markdown Syntax from GitHub

Also:

https://github.github.com/gfm/

Pop-up text

Hover over this

Inserting an image

I suggest you use HTML for images so that you can control the width. Here is an example:

<img src="img/Icon-jpg-small.jpg" width="300px">

Course Icon

LaTeX

Tables

Col Label 1 Col Label 2
1. Me
2. You

Code

int x = 0;
cout << x;

For inline, such as talking about the function printf, just use back-quotes

Text Formatting

This is bold

This is italic

This is underline and this is not.

Hyperlinks

Go to this link to learn about tables/

For other pages, you can use paths such as this