zwz

Results 21 comments of zwz

@arnog I agree with you that it is not an issue about the shortcuts. IMO, mathlive aims to be picked up quickly for a general new user (no experience on...

Hi, Tim Nice work. Here are my thoughts: 1. I am using both windows and linux. The line feeds is no problem for my emacs on both OS. However, your...

@lierdakil I was using a custom template with `cref`. I removed ``` $for(header-includes)$ $header-includes$ $endfor$ ``` I used --listings option for pandoc. But there came an complain: `LaTeX Error: Environment...

I was going to post a similar issue when I found this one. I am using a custom template, in which I would require package cleveref and set crefnames. However,...

Or another way to use cref, which is what I am doing, is to set `figPrefix`, `figureTitle` and etc. even when cref: true. It will generates the right document preamble....

谢谢指出 但是某些输入法情况下可能不知不觉就输入`’` 我对package的开发不是很懂 我之前是在想,有没有可能对这些标点符号前后的字符进行一定检测 如果是西文的话,就保留半角

@stone-zeng 我这边倒都是简单的情况。 比如如果我已经`\def\mytitle{Children’s Cognitive Ability}` 如何去判断和处理`\mytitle`呢? (如果不是很复杂的话,能否给出一点判断的代码示例,我可以学着折腾一下) @zepinglee 谢谢。不过我想如果有意去切换语言的话,可能也会注意到标点符号了,所以我更期望比较自动处理的方法

Hi, my /home is not managed by NFS. In fact, the problem happens whenever it is the first time that I try to open/find any file in ~, not just...

I am using Windows7 node 13.14 with the latest version of node-disk-info. This is the code I tried: ``` for(const disk of disks){ console.log(disk) console.log(disk.filesystem) } ``` And the output...

Yes, it is theme related. It is OK using the default theme. However, it still bothers me since it enfoces me to pick some usable themes for pdfpc. Meanwhile I...