I am trying to use a line break in the text of my watermark created with draftwatermark, however this does not seem to work.
Any idea, what I am doing wrong? According to the manual it should work: Section 3.3 of the manual: As previously noticed, the watermark text can be specified with thetextoption. Thevalue passed to thetextoption does not need to be a plain string. Conversely, it mayinclude formatting marks, such as line break commands (e.g.,\) or commands to selectfont variants (e.g.,\bfseries).
\documentclass{scrbook}
\usepackage[utf8]{inputenc}
\usepackage[anchor=cb,vpos=220mm,color=black,angle=0]{draftwatermark}
\DraftwatermarkOptions{text={© by me\ and someone else}}
\title{Test document}
\author{\textcopyright Me}
\begin{document}
\maketitle
\end{document}
As this seems to be a bug, I opened an issue on GitHub: https://github.com/callegar/LaTeX-draftwatermark/issues/21
