emichael / texthings

Tex All the Things: Chrome extension which typesets LaTeX in webpages using MathJax
https://chrome.google.com/webstore/detail/cbimabofgmfdkicghcadidpemeenbffn
GNU General Public License v3.0
77 stars 10 forks source link

Cannot Render this #41

Open COALROCK8642 opened 1 year ago

COALROCK8642 commented 1 year ago
\begin{tabular}{|c|c|}
\hline
\textbf{Formula} & \textbf{Description} \
\hline
Slip (S) & $S = \frac{Ns - N}{Ns}$ \
\hline
Synchronous Speed (Ns) & $Ns = \frac{120 \cdot f}{P}$ \
\hline
Rotor Speed (Nr) & $Nr = Ns \cdot (1 - S)$ \
\hline
Torque (T) & $T = \frac{3 \cdot V^2 \cdot R2}{s \cdot R1}$ \
\hline
Power Factor (PF) & $PF = \frac{Pout}{V \cdot I}$ \
\hline
Efficiency ($\eta$) & $\eta = \frac{Pout}{Pin} \cdot 100$ \
\hline
Power (P) & $P = \sqrt{3} \cdot V \cdot I \cdot PF$ \
\hline
Starting Torque (Ts) & $Ts = \frac{3 \cdot V^2 \cdot R2}{s \cdot (R1 + R2)^2}$ \
\hline
Maximum Torque (Tmax) & $Tmax = \frac{3 \cdot V^2}{2 \cdot \omega_s \cdot (R1 + R2)}$ \
\hline
Full Load Torque (TFL) & $TFL = \frac{Pout \cdot 60}{2 \cdot \pi \cdot N}$ \
\hline
\end{tabular}

Is it possible you can make tutorial on setting up for first timers.

COALROCK8642 commented 1 year ago

This is another problem where I cannot render. Check this out.

image

nicolello-dev commented 11 months ago

I don't know how tech-savvy you are, but this extension is actually really simple, it just loads MathJax's javascript bundle on every page through a Githubissues.

  • Githubissues is a development platform for aggregating issues.