看板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