We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
目前使用wkhtmltopdf导出时,wkhtmltopdf的公式解析比较差,导出公式会很小,vnote为了补偿,会将生成的html中的公式放大250%。但这并不是一个恰当的比例,目前会导致生成的公式明显大于正文。
因此希望在主题设置中,公式缩放可调 或者重新设置在使用wkhtmltopdf生成html的公式放大比例。
The text was updated successfully, but these errors were encountered:
我粗略估计了一下,可能补偿比例在175%会比较好?
Sorry, something went wrong.
翻了下代码,应该是这里设置的比例。
No branches or pull requests
目前使用wkhtmltopdf导出时,wkhtmltopdf的公式解析比较差,导出公式会很小,vnote为了补偿,会将生成的html中的公式放大250%。但这并不是一个恰当的比例,目前会导致生成的公式明显大于正文。
因此希望在主题设置中,公式缩放可调
或者重新设置在使用wkhtmltopdf生成html的公式放大比例。
The text was updated successfully, but these errors were encountered: