ubuntu-manual team mailing list archive
-
ubuntu-manual team
-
Mailing list archive
-
Message #02894
Re: window-command and quotation marks
On Sat, Feb 11, 2012 at 3:37 PM, Daniel Schury <das.surst@xxxxxxxxxxxxxx> wrote:
> Thank you. I modified it into \renewcommand{\window}[1]{»#1«} which
> worked for me. I've got another problem: the following link
> \href{http://wiki.ubuntuusers.de/Shell/Befehlsübersicht#Benutzerverwaltung}
> does not work. LaTeX compiles it into \Uffffffff\Uffffffff, which is not
> quite correct. Any idea, how to escape the umlaut (ü) inside de
> \href-command?
Unicode characters are not allowed in URLs. You should use the
%-encoding for those characters instead.
Also, the \href macro takes two arguments (e.g., \href{url}{text}).
If you want the URL itself to be typeset, try the \url{url} macro.
--Kevin
Follow ups
References