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
pdf2svg ustc_background_1.pdf ustc_background_1.svg
Use svg2tikz to convert original svg to a standalone tex main.tex.
main.tex
then
sed -i '2s/article/standalone/' main.tex latexmk -pvc- main.tex
ustc_background_1.pdf
main.pdf
the blue strip of the origin pdf disappeared. and a white strip occurred on the left side of the result.
The text was updated successfully, but these errors were encountered:
The problem is that Linear gradient are not yet implemented (see #1 )
Sorry, something went wrong.
No branches or pull requests
Reproduce Procedure
Use svg2tikz to convert original svg to a standalone tex
main.tex
.then
Origin
ustc_background_1.pdf
Result
main.pdf
the blue strip of the origin pdf disappeared. and a white strip occurred on
the left side of the result.
The text was updated successfully, but these errors were encountered: