Skip to content

Commit

Permalink
Small updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jzkyu committed Apr 22, 2024
1 parent cbfe3fb commit 3269335
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions docs/Public/Math/LaTeX cheat sheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,20 @@
`\approx`: $\approx$

`n \choose x`: $n \choose x$

Inserting an image:

```
\documentclass{article}
\usepackage{graphicx}
\graphicspath{ {./images/} }
\begin{document}
The universe is immense and it seems to be homogeneous,
in a large scale, everywhere we look at.
\includegraphics{universe}
There's a picture of a galaxy above
\end{document}
```
2 changes: 1 addition & 1 deletion docs/Public/Software/Tools/Appearance/colors.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jzky colorway:
- Light Cyan: 35ceb3
- Accent: af9a91
- Light Accent: e1c6bb
- Black 0c0a0a
- Black: 0c0a0a
- Light Black: 241e1e

purples:
Expand Down

0 comments on commit 3269335

Please sign in to comment.