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 语法
- Host: GitHub
- URL: https://github.com/chemistwang/hugo-theme-cleanwhite-extend
- Owner: chemistwang
- License: apache-2.0
- Created: 2023-03-28T00:59:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-13T03:21:49.000Z (about 3 years ago)
- Last Synced: 2025-04-10T23:08:07.398Z (about 1 year ago)
- Language: CSS
- Homepage:
- Size: 10.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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$$`