https://github.com/flaribbit/lyrics
收集了一些我喜欢的歌曲的歌词
https://github.com/flaribbit/lyrics
Last synced: 3 months ago
JSON representation
收集了一些我喜欢的歌曲的歌词
- Host: GitHub
- URL: https://github.com/flaribbit/lyrics
- Owner: flaribbit
- Created: 2024-09-08T12:59:46.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-02-22T15:08:02.000Z (4 months ago)
- Last Synced: 2025-02-22T15:39:46.669Z (4 months ago)
- Language: TeX
- Homepage:
- Size: 77.1 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
收集了一些我喜欢的歌曲的歌词
在线阅读:https://flaribbit.github.io/lyrics/web/viewer.html?file=lyrics.pdf
如果你使用 [Overleaf](https://www.overleaf.com/) 在线编辑,他没有预装以下两个字体会导致报错
```tex
\setCJKmainfont{Source Han Serif}
```请改为
```tex
\setCJKmainfont{Noto Serif CJK JP}
```