masa.tech

博客园 首页 新随笔 联系 订阅 管理

使用MarsEdit编辑的第一个测试博客。

希望我们一帆风顺!

插图,在插图时可以调整尺寸:

IMG 0270

 

六种公式写法,记得要在选项中打开-启用数学公式:

\begin{equation}\sum\end{equation}

\begin{equation*}\sum\end{equation*}

 \(\sum\)

$\sum$

\[\sum\]

$$\sum$$

#include <iostream>

int main(int argc, const char * argv[]) {
    // insert code here...
    std::cout << "Hello, World!\n";
    return 0;
}
posted on 2014-10-12 22:08  masa.tech  阅读(133)  评论(0编辑  收藏  举报