draco1023
draco1023
Need this feature too!!! Tried to build a sub project with Dockerfile but failed.
请提供一下模板和数据
调试了一下,主要是因为在创建新段落时只保留了 `pStyle`,没有沿用占位符所在段落的一些设置,因为富文本会按照样式定义来进行设置,如果要同时考虑二者会导致处理很麻烦,而且无法确定应该以哪个优先,所以对于混合排版不太好处理
如果有块状元素就会导致新的段落的产生,有个办法是将模板外的固定内容也作为富文本的一部分,然后在最外层使用margin样式来控制缩进
@MyShunine 你可以对不同的文字设置不同的`font-family`样式,但是本库不会自动这样处理
Try this: https://github.com/ximtech/jasypt-encrypt-plugin
@yangkaa I want to use the feature of https://docs.docker.com/engine/reference/builder/#run---mount to speed up building. ```Dockerfile RUN --mount=type=cache,target=/root/.m2 ./mvnw install -DskipTests ```
1. `\dfrac` 可以用 `\frac` 替换 2. `\tag` 应该是不支持,具体支持的请参考 https://www2.ph.ed.ac.uk/snuggletex/documentation/supported-latex.html
@daixianjun @wjdq Hi~ 现在`\dfrac`和`\tag`都已经支持了,请使用`0.4.15`或以上的版本
python-openxml/python-docx#346