7sDream

Results 55 comments of 7sDream

工作了,就没什么时间弄了……

No, I just open a issue in this repo and it's a memo for myself. Why you received a notification email, have you recently subscribed to any topics?

我自己的编译环境是 deepin linux(debian based) + texlive 2017 + latexmk,也没什么特殊的依赖了。 用于测试的编译命令是 `make scp.pdf`。 如果可以的话发下这个命令的报错信息出来吧,我看下能不能协助解决。

http://ix.io/1dzf 这是我刚刚在 dev 分支的编译输出。 另外我把你编译错误里类似: ``` Missing character: There is no █ in font Noto Sans /OT:script=latn;language=DFLT;mapping=tex-text;! ``` 的错误删除之后,得到的 log 长度和我的结果已经很类似了。所以应该只剩这一个问题。 你可以试试下载 https://github.com/7sDream/which_fonts_support 这个脚本,然后执行下 ```bash ./which_fonts_support.sh █ | grep "Noto...

感觉你安装的 `Noto Sans` 和我的不太一样。 我机器上竟然有两个版本的 `Noto Sans Regular` 字体,他们的 sha256sum 分别是: ``` 3d8c97bce3a0957c8238cd57223b902ab8711e8fe3a77a6f05897a6e3ce7ccec /usr/share/fonts/noto/NotoSans-Regular.ttf a52fdd375fb885e6ac21471b34e26e5cb6e58f1fa944519bff08d4400605bfed /usr/share/fonts/truetype/noto/NotoSans-Regular.ttf ``` 你可以对比下你机器上的文件。 另外可以给下 ``` fc-list "Noto Sans:style=Regular" -v ``` 这个命令的输出,最好先刷下字体缓存。

咱们版本号好像都不太一样,晚上我分析下你文件的 charset 看下是不是真的没这个字符。

今天下班太晚,估计这周晚上都没啥时间了,这周末我看下吧。

时隔一年更新了一版…… 上班了是真的累,都没心情干感兴趣的事了。 另外 ReadMe 加了一段[编译指导](https://github.com/7sDream/scp-pdf#%E4%BB%8E%E6%BA%90%E6%96%87%E4%BB%B6%E7%BC%96%E8%AF%91),但是 Linux 的部分因为我现在已经没在使用 Linux 环境了所以没咋写。macOS 的写的比较详细,如果你以后换成使用 Mac 的话可以参考下,我在新机器上编译没什么问题 OvO

再次时隔一年[更新了一版](https://github.com/7sDream/scp-pdf/releases/tag/v1.19)…… 这次用 Github Action 做了自动 Release,一开始用 Mac 环境怎么都调都不通,今天换成 Ubuntu 环境一下就通了,运行过程:https://github.com/7sDream/scp-pdf/runs/639124981 如果你还感兴趣的话,可以参考 [workflow 文件](https://github.com/7sDream/scp-pdf/blob/master/.github/workflows/release.yml)(基本上就是一堆 shell 命令)看看能不能把本地编译环境搞定。

tui is such a great project that I used it a lot in many of my projects. Almost every time I need a UI, tui comes into my mind and...