Skip to content

Commit ad042fb

Browse files
committed
misc
1 parent 3e0e9f8 commit ad042fb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/ignore

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ For those that aren't aware of what `LaTeX` is, it's basically a way to code you
66

77
While not necessary, learning `LaTeX` at this point of your degree can be incredibly helpful later on down the road when courses get more difficult. Some courses require or provide incentives for submitting projects and assignments in `LaTeX`, and other situations may find a use for it such as for making resumes or if you wish to pursue academia in the future!
88

9-
`LaTeX` usage can also appear in a lot of other environments. GradeScope textbox questions allow you to type `Markdown` and `LaTeX` inside. For latex, you can surround your equations with triple equal signs (e.g. `$$$\frac{a}{b}$$$`). This also allows you to insert tables, matricies, bold text, coloured text, etc. into GradeScope if you're so inclined for the fun of it. Ed discussion also allows you to use `markdown` codeblocks and `LaTeX` which can make asking questions and communicating easier.
9+
`LaTeX` usage can also appear in a lot of other environments. GradeScope textbox questions allow you to type `Markdown` and `LaTeX` inside. For latex, you can surround your equations with double dollar signs (e.g. `$$\frac{a}{b}$$`). This also allows you to insert tables, matricies, bold text, coloured text, etc. into GradeScope if you're so inclined for the fun of it. Ed discussion also allows you to use `Markdown` codeblocks and `LaTeX` which can make asking questions and communicating easier.
1010
<!-- Insert a new page for benefits and other applications? -->
1111

1212
> **_In the case of 2050, to encourage you to learn, we offer a slight bonus for typeset homework submissions (Spring 2024)._**

0 commit comments

Comments
 (0)