Explorer

Results 15 issues of Explorer

## 🐛 Bug Description ## To Reproduce Just run `rdagent fin_factor`. Then I get ``` 2025-05-28 15:43:37.286 | INFO | rdagent.utils.env:prepare:522 - Finished building the image from dockerfile: /home/demo/Desktop/RDAgent/.venv/lib/python3.10/site-packages/rdagent/scenarios/qlib/docker 2025-05-28...

bug

我应该已经按照要求给予了开启权限,但如下录屏所示,右键功能无法生效? BTW, 是否有可能不用单独设置允许的文件夹,而是允许在所有文件夹内使用RClick? 如需要提供更多信息,请告诉我。 I should have given the enable permission as required, but as shown in the following screen recording, the right-click function does not work? If you need...

enhancement

如下MWE,当想要在行内标注时,在使用`gbt7714`样式的同时实现类似“[1]chapter2.II”的效果,下面的代码似乎有问题: ``` \documentclass{article} \usepackage{gbt7714} % \usepackage{natbib} % \bibliographystyle{plain} \bibliographystyle{gbt7714-numerical} \begin{document} \citestyle{numbers} cite here\cite[chapter2.II]{misc-full} ahahahaa. \bibliography{xampl} \end{document} ``` ![Image](https://github.com/user-attachments/assets/d4349fed-5729-474a-ae2a-f2b7c1e26713) 是我使用的姿势不对咩?期待解答。

如题,在引入`titlesec`宏包之后,使用`\ctexset`设置的`beforeskip`以及`afterskip`失效。 如下MWE: - 若注释`titlesec`,则`beforeskip`以及`afterskip`的设置有效: ``` \documentclass{ctexbook} % \RequirePackage{titlesec} \usepackage{xcolor} \makeatletter \ctexset{subsection={ beforeskip = {50pt},%% modified here afterskip = {50pt},%% modified here } } \makeatother \usepackage{zhlipsum} \begin{document} \mainmatter \chapter{使用示例} \section{各类环境的用法} \zhlipsum[2]...

package/ctex

由于本人没有macOS,因此只能提供在[TeXPage平台](https://www.texpage.com/zh/)下的测试结果。 TeXPage平台基于ubuntu系统编译,但我似乎没有找到官方文档提供的字体列表(font lists) 对于下面的MWE,在使用`fontset=macold`时,会出现下面的**加粗字体出现基线抬升**的情况: ![Image](https://github.com/user-attachments/assets/82748c03-7102-414e-bc62-3cc2a2a4a24b) 【上图中 粗体字体的基线 似乎 相比于正体 出现了抬升,可与下方其他字体设置结果做比较】 查阅`ctex`进行字体配置的源代码可知: ![Image](https://github.com/user-attachments/assets/3851a426-88ca-47f7-b956-be70bcf12456) 此处判断会进入`fandol`的默认配置,但在指定`fontset=macold`之后(**由于我不太清楚`TeXPage`上的字体以及`ctex`的FallBack方式**),但按照下面的代码,我推测在上例的情况中,`fontset=macold`意味着这将会调用华文字体中的(`STSong`以及`STHeiti`): ![Image](https://github.com/user-attachments/assets/2bf52a9e-53d7-41ad-b982-53877adc9dc5) 这种基线抬升的情况是由于华文宋体`STSong`和华文黑体`STHeiti`并不是那么匹配吗?那么为何在`macold`的设置中会选择这一对字体作为`rm`和`bf`字体,这种情况是否可以改进。 另附在`TeXPage`平台下其他字体配置的编译结果: 【`fontset=ubuntu`调用思源字体 没有出现该问题】 ![Image](https://github.com/user-attachments/assets/6c098e0b-8ce4-40cb-a1aa-7218b0f9c005) 【`fontset=windows`调用`SimSun`和`SimHei`字体 没有出现该问题】 ![Image](https://github.com/user-attachments/assets/e941bcd7-4ef3-42dd-9ef5-f1f4dd617427) 【不显式指定,调用`fandol`字库表现正常】 ![Image](https://github.com/user-attachments/assets/1bd95860-a7ab-478a-9f52-a5ba40bb6f78)

package/ctex
font/mac

如题,在`xeCJK`中有四个预定义的 TECKit 映射文件: ![Image](https://github.com/user-attachments/assets/7f1c4b4b-e78d-40e6-a519-f5efd0a02d6e) 其中在中英混合排版中,我想存在"将中文逗号(U+3001)映射为西文逗号(U+002C)"的需求。 在已提供`fullwidth-stop`和`full-stop`映射的前提下,`xeCJK`是否可以预定义其他的中西文 逗号、感叹号、问号等字符以让`Mapping`选项更完善呢?也可以避免用户自己定义,随TL版本升级需要重复定义的繁琐。

I think this is a feature request but not questions, the x-post is at [TeX.SE](https://tex.stackexchange.com/questions/745050/is-that-possible-to-extend-the-dash-style-with-tabularray) in bounty for days. In brief, I want to use `\NewTblrDashStyle` to define a new...

In the documentation, it only stated the numbered math-env: ![Image](https://github.com/user-attachments/assets/491cbc9b-903a-4911-a113-f5517de94a75) How to use environment like `lemma*` to eliminate the number as below(?) ![Image](https://github.com/user-attachments/assets/16f17719-f6e9-4cfb-9661-d6772b6b5c09) I make some exploration of the code:...

From the `change.log` at [here](https://github.com/cetz-package/cetz/blob/master/CHANGES.md#042), we know that in v0.4.2: > BREAKING The `n-star` element now takes the inner radius as a separate style key inner-radius (ratio or number) (#920)...

已知有如下的三种「连字符」(From TeXbook): 其中: - [hyphen](https://symbl.cc/cn/2013/) (U+002D) - [en-dash](https://symbl.cc/cn/2013/) (U+2013) - [em-dash](https://symbl.cc/cn/2014/) (U+2014) 看来自[这里](https://github.com/CTeX-org/ctex-kit/issues/667#issuecomment-1615979070)的`tex-text.map`的信息,理论上: - 「U+002D U+002D」等价于「U+2013」 - 「U+002D U+002D U+002D」等价于「U+2014」 但如下例子所示: ``` % XeLaTeX \documentclass[border=5pt]{standalone} \usepackage{xeCJK} \begin{document} \begin{tabular}{|*{6}{p{2cm}|}} \hline &...