rst2s5 小折腾
背景¶
rst2s5 ~ 好用的S5生成宏 @ 2010-09-18 23:23 - Zoom.Quiet’s PyBlosxom blogging
所以 2011 以后所有发布的幻灯都是 rest2s5 生成的了:
问题¶
忽然发现生成的代码颜色很奇怪,在黑色背景中,很多元素几乎看不见
分析¶
4年前的生成脚本,和最新 pygments 接口不匹配了,,,
解决¶
参考:
- Using Pygments in ReST documents — Pygments
- Using rst for presentations
- rst2s5 with syntax highlighting
- python - Where can I find a …