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
\background
\put
\documentclass{ctexart} \makeatletter \@ifundefined{input@path}{\let\input@path\@empty}{} \g@addto@macro\input@path{{./module}{./library}{./lt3ekeys}{./cus-doc}{./cus-doc-aux}} \makeatother \usepackage{cus} \usepackage{graphicx} \begin{document} \background+()[./logo]{ \put(5cm, 5cm){\includegraphics[width = 5cm]{example-image.png}} } test \newpage test \end{document}
发现没有显示图片。我看手册上是
还可以置为空,此时 ⟨content⟩ 中可以使用 \put 命令指定文字的位置,纸张左上角为原点;
⟨content⟩
请问我哪里使用有问题吗?
The text was updated successfully, but these errors were encountered:
纸张左上角为原点,但 x 轴仍然向右为正方向,y 轴向上为正方向。(5cm,5cm) 在纸张外面。
(5cm,5cm)
Sorry, something went wrong.
了解了,感谢,我以为是 y 轴向下是正方向。
No branches or pull requests
发现没有显示图片。我看手册上是
请问我哪里使用有问题吗?
The text was updated successfully, but these errors were encountered: