Skip to content

Commit d9552fd

Browse files
committed
enable latex rendering for markdown
1 parent b4fe77f commit d9552fd

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

mee342_hw1_2026.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,6 @@ layout: default
33
title: MEE342 Homework 1 2026
44
---
55

6-
### Instructions
7-
8-
1. Please submit a single **PDF** file on Canvas.
9-
2. If you have codes, please put them in the same PDF file.
10-
3. This homework is **DUE on Feb. 1**.
11-
126
### Disclaimer
137
Images for Problems 2 and 3 are taken from Shigley's.
148

@@ -110,3 +104,10 @@ static and dynamic loading conditions, geometry, target safety factors, (2) the
110104
detailed component geometry design, material selection, performance metrics, and (3) the design flow.
111105

112106
* As a starting point, your submission does not have to be perfect but needs to show your best effort.
107+
108+
<script>
109+
window.MathJax = {
110+
tex: { inlineMath: [['$', '$'], ['\\(', '\\)']] }
111+
};
112+
</script>
113+
<script defer src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js"></script>

0 commit comments

Comments
 (0)