To Top
首页 > 杂记 > 正文

basic usage

标签:basic usage


目录

mathjax基本公式语法

http://blog.csdn.net/ethmery/article/details/50670297

\[ P(E) = {n \choose k} p^k (1-p)^{ n-k} \tag{Eq-x} \]

\[ \Gamma(n) = (n-1)!\quad\forall n\in\mathbb N \]

\[ x = \dfrac{-b \pm \sqrt{b^2 - 4ac}}{2a} \]

In equation \eqref{eq:sample}, we find the value of an interesting integral:

\begin{equation} \int_0^\infty \frac{x^3}{e^x-1}\,dx = \frac{\pi^4}{15} \label{eq:sample} \end{equation}

Item Value Qty
Computer 1600 USD 5
Phone 12 USD 12
Pipe 1 USD 234

@requires_authorization
def somefunc(param1='', param2=0):
    '''A docstring'''
    if param1 > param2: # interesting
        print 'Greater'
    return (param2 - param1 + 1) or None
class SomeClass:
    pass
>>> message = '''interpreter
... prompt'''
Alice->Bob: Hello Bob, how are you?
Note right of Bob: Bob thinks
Bob-->Alice: I am good thanks!

- [ ] haha - [x] lalala

st=>start: Start
io=>inputoutput: verification
op=>operation: Your Operation
cond=>condition: Yes or No?
sub=>subroutine: Your Subroutine
e=>end

st->io->op->cond
cond(yes)->e
cond(no)->sub->io

原创文章,转载请注明出处!
本文链接:http://daiwk.github.io/posts/first-test.html
上篇: 视频相关paper
下篇: pearson相关系数

comment here..