看板LaTeX
标 题Re: [问题] 浮水印置於页面正中央
发信站(null) (Tue Dec 25 12:49:38 2012)
转信站ptt!news.ntu!ctuews.n!news.nctu!stanfordtanford.edu!kr7no11154786pbb.0
Graduation is still 6 months away, not yet to give up.
\begin/\end{picture} environment is not absolute positioning, hard to tackle.
Try this easy-going helper (where tikzpicture is used within the package)
\documentclass[a4paper]{article}
\usepackage[demo]{graphicx} % <---- remove "[demo]" when for real
\usepackage{background}
\begin{document}
\SetBgContents{\includegraphics{figA}}
\SetBgAngle{0}
\SetBgColor{black!40}
\SetBgScale{1}
\SetBgHshift{0}
\SetBgVshift{-5}
\end{document}
If more controls are needed, please download the background.pdf from the internet.
FigA = your school's logo and [demo] should be removed for real implementation.
1F:推 Terrykho:试试看,谢谢! 12/26 16:22