bubifengyun

Results 24 issues of bubifengyun

Thanks for your good job. But i use vscode to compile and debug. Could you give some suggestion on how to configure in vscode?

经过这几个月的折腾,期间不断的麻烦您,终于初步改写了一个论文模板草稿,https://github.com/bubifengyun/SJTUThesis-Rmd ,里面还有很多问题,在此向您表示感谢。

I find that in */R/latex.R*, there is `engine_args`, but no `bib_engine_args`. somethimes, `bib_engine_args` is needed for `bib_engine`, such as https://github.com/rstudio/bookdown/issues/651 or https://github.com/sjtug/SJTUThesis/issues/378 .We may need such args. Could you support...

enhancement

源码无法实现图形剪切上传,但是示例网站可以实现该功能。可否同步一下代码,谢谢。

For example, there is a department tree, ``` root\ node1\ node1-1 node1-2 node2\ node2-1 node2-2 node3\ ``` is there a function to get `node2-21` left node all? I can see...

发现一个小问题,ctexbook 对 lstinline 显示不正常。https://github.com/bubifengyun/deepin-bible/issues/15 ## 源码 ```latex % file test.tex \documentclass{ctexbook} \RequirePackage{pageslts} \RequirePackage[backend=biber,style=gb7714-2015]{biblatex} \RequirePackage{listings} \newcommand{\passthrough}[1]{#1} \begin{document} \passthrough{\lstinline!#!} and \lstinline!#! are not the same \end{document} ``` 如果调用命令 `xelatex test.tex`, 结果却是 `##...

bug
package/xeCJK

可否增加在局域网,无法访问外网的时候也可以显示表情图片功能。谢谢。

## 不支持alias 我在配置里设置为`@frontend/images/`的时候,无法创建合适的文件夹。直接识别为@frontend。设想如果在部署网站的时候,网站的根地址改变,开发中涉及该地址的都需要修改地址了。 我提交了一个request,这样可以加入@webroot或者其他别名来统一管理地址。

开发和部署环境的网站根目录可能改变,源代码相当于写死了文件地址,可能导致部署异常。

按照我的一篇博客,加入一边树形结构,一边表格的方法,会弹出错误,显示frontend/themes/basic/static/js/site.js的225行,.modal.load is not a function。 没办法,我就删除此行,显示正常。或者直接删除该site.js也正常。可否求解?谢谢。 我正在看【改版:yii2 tree manger 结合girdview的使用方法 - 教程 - Yii Framework 中文社区】,分享给你,一起看吧! http://www.yiichina.com/tutorial/1029