您的位置:首页 > 其它

test_latex_coding

2016-06-30 19:47 281 查看
1.list equation in left

π=x2+π

2.list equation in middle

x=y2+γ

3.example

π=∑n=1∞1n2

4.example

x=2π+x2

测试

数学公式

x=y^2+3*\pi

x=π+y2

Python source code example

@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'''
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  markdown latex