Difference between revisions of "Team:Jilin China/Enc/CodeLab"

(Blanked the page)
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{:Team:Jilin_China/CSS}}
 
<html>
 
<!--这里使用了bootcss的cdn来加速访问-->
 
<script src="https://2018.igem.org/common/MathJax-2.5-latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
 
<p>aaaaaaaaaaaa</p>
 
<style>
 
    /*公式去掉外边框,自动换行*/
 
    .MathJax_Display{overflow-x:auto;overflow-y:hidden;}
 
    .MathJax{outline:0;}
 
</style>
 
<body>
 
<h1>简单公式</h1>
 
$$
 
e^x=\lim_{n\to\infty} \left( 1+\frac{x}{n} \right)^n
 
\qquad (1)
 
$$
 
$$
 
x_1 = \frac{-b+\sqrt{b^2-4ac}} {2a}
 
\qquad (2)
 
$$
 
$$
 
x_1 = \frac{-b-\sqrt{b^2-4ac}} {2a}
 
\qquad (3)
 
$$
 
  
<h1>使用LaTeX语法对齐</h1>
 
\begin{align}
 
\sqrt{37} & = \sqrt{\frac{73^2-1}{12^2}} \\
 
& = \sqrt{\frac{73^2}{12^2}\cdot\frac{73^2-1}{73^2}} \\
 
& = \sqrt{\frac{73^2}{12^2}}\sqrt{\frac{73^2-1}{73^2}} \\
 
& = \frac{73}{12}\sqrt{1 - \frac{1}{73^2}} \\
 
& \approx \frac{73}{12}\left(1 - \frac{1}{2\cdot73^2}\right)
 
\end{align}
 
 
<h1>流程图</h1>
 
$\require{AMScd}$
 
\begin{CD}
 
A @>a>> B\\
 
@V b V V center @VV c V\\
 
C @>>d> D
 
\end{CD}
 
<p>aaaaaa</p>
 
 
<!--这里使用了bootcss的cdn来加速访问-->
 
</html>
 

Latest revision as of 06:23, 14 November 2018