文章目录
  1. 1. 5. LaTeX 公式
  • test
  • Welcome to Hexo! This is your very first post. Check documentation to learn how to use.

    Python 示例:

    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    
    @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'''
    

    5. LaTeX 公式

    $ 表示行内公式:

    质能守恒方程可以用一个很简洁的方程式 $E=mc^2$ 来表达。

    $$ 表示整行公式:

    $$\sum_{i=1}^n a_i=0$$

    $$f(x_1,x_x,\ldots,x_n) = x_1^2 + x_2^2 + \cdots + x_n^2 $$

    访问 MathJax 参考更多使用方法。
    hello

    test

    cat

    文章目录
    1. 1. 5. LaTeX 公式
  • test