Skip to content

Commit f06f901

Browse files
authored
Update README.md
1 parent 4da9700 commit f06f901

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Hey everyone! This repo was created initially for me to study/increase the life
99
3. Submit a pull request.
1010

1111
## What Should I Take Note Of?
12+
### Math-Related Courses
1213
For math-related courses, we will be making use of [MathJax](https://www.mathjax.org/) to embed LaTeX into our html.
1314
If you are creating a new html file that requires MathJax, include the following script tags into the \<head\> of your document.
1415
```html
@@ -21,10 +22,11 @@ If you are creating a new html file that requires MathJax, include the following
2122
});
2223
</script>
2324
```
24-
2525
#### Tips for MathJax
2626
- To in-line LaTeX: use $\<math\>$
27-
- To centre on page (equation-style): use $$\<math\>$$
27+
- To centre on page (equation-style): use $$\<math\>$$
28+
### CS-Related Courses
29+
For CS-related courses, we will be using Google's [Code-Prettify](https://github.com/google/code-prettify) to format and provide syntax highlighting for our code. To embed it in your code, use either ```<pre>``` or ```<code>``` with ```class="prettyprint"``` and enclose your code segment in it.
2830

2931
## Errors or Requests for Additions
3032
If you find a typo or an error, or if you have suggestions on something to add, you can:

0 commit comments

Comments
 (0)