On Sat, Feb 11, 2012 at 3:37 PM, Daniel Schury <[email protected]> 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
_______________________________________________
Mailing list: https://launchpad.net/~ubuntu-manual
Post to : [email protected]
Unsubscribe : https://launchpad.net/~ubuntu-manual
More help : https://help.launchpad.net/ListHelp