Wei-Jun Lin
Wei-Jun Lin
在_includes下的post.html中 对这个换行的处理有点错误 ```html {% unless site.post_wordcount.separated_meta %} | {% endunless %} ```` 没有对`separated_meta = true` 做另外的处理 我是在 `{% if site.post_wordcount.wordcount or site.post_wordcount.min2read %}` 上面增加对`separated_meta`的处理 ```html {% if site.post_wordcount.separated_meta %} {%...
> 这与主题没有关系呀?你写公式的时候不带tex编号不就好了。 但是我使用了align的对齐,它就自动编号了 @sli1989
@hrwhisper > 我在mathjax cdn中改为 下面的网址后就不会自动编号了 > //cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-MML-AM_CHTML 有用有用,谢谢啦
@hrwhisper @sli1989 你这个方法是使用低版本的 mathjax 但在有些时候需要高版本的 我看了下 mathjax 是在 3.* 中加入的自动编号 官方文档参考 [Automatic Equation Numbering](http://docs.mathjax.org/en/latest/input/tex/eqnumbers.html) 里面提到了如何开启和关闭,默认是关闭的,开启需要在 `tex` 加入 ```js tex: { tags: 'ams' } ``` 所以关闭只需要把 `tags: 'ams'` 注释即可 next 对应的文件为:`next\layout\_third-party\math\mathjax.njk`...
> New option mathjax.tags added: https://github.com/next-theme/hexo-theme-next/commit/ff3b9571c0779c0ba583ee650c6fa647e3f6fef8 @stevenjoezhang Tkans! it's useful.😀
> hi, for different camera focal, we have different ways to explain depth map. so why not take the intrinsic in to consideration when generating normals? I think so.