ICARUS博客写作备忘录

Code

This is a code block.

test.pyGitHub
import numpy as np

data = np.random.normal(10)
print(data)

Include code like this, this is a part of code sinx.f90:

DO WHILE Loopview raw
1
2
3
4
5
6
do while((abs(term)>err) .and. (k<=max_terms))
term=-term*x*x/(2*k*(2*k+1))
k=k+1
sin_=sin_+term
print *,k,sin_
end do

KaTeX

This is an inline expression \(a=b+c\).

This is a block expression.

\[F(x)=\int_{-\infty}^\infty f(x)\mathrm{d}x \\ f(x)=F^\prime(x) \]

Use \begin{aligned} and \end{aligned} instead of \begin{split} and \end{split}.

Use \\\ instead of \\ to indicate a new line in the expression.

Image

This is an asset image.

桔梗,日本漫画《犬夜叉》中的角色,战国时代灵力数一数二的巫女

Quote

This is a quote.

在我的后园,可以看见墙外有两株树,一株是枣树,还有一株也是枣树。

鲁迅

HTML

This is a blank line.


This is colored text.

Info Box

文章内容有误?

Others

Mail to me liujy0129@gmail.com.

Jump to Code.

Author

Jinyi

Posted on

2021-10-07

Updated on

2024-06-18

Licensed under