An open API service indexing awesome lists of open source software.

https://github.com/chemistwang/hugo-theme-cleanwhite-extend

基于 hugo-theme-cleanwhite 扩展了 Latex 语法
https://github.com/chemistwang/hugo-theme-cleanwhite-extend

Last synced: 10 months ago
JSON representation

基于 hugo-theme-cleanwhite 扩展了 Latex 语法

Awesome Lists containing this project

README

          

# Clean White Theme for Hugo Extend

基于 [hugo-theme-cleanwhite](https://github.com/zhaohuabing/hugo-theme-cleanwhite) 扩展了 `Latex` 语法。

行内公式语法用单 `$` 括起来:

```bash
$\hat{y} =x\ \times w\ +\ b$
```

`$\hat{y} =x\ \times w\ +\ b$`

行间公式语法用双 `$` 括起来:

```bash
$$\hat{y} =x\ \times w\ +\ b$$
```

`$$\hat{y} =x\ \times w\ +\ b$$`