Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • 3
    Note that the prefixed backslash is only necessary in the second argument which is the on to be typset by the TeX engin and therefore must respect TeX special symbols (which # is one of). The first argument is the verbatim link an though doesn’t need special cares on symbols. Commented Apr 2, 2013 at 11:05
  • 1
    I got it now! My mistake was that I wrote \# Beispiel instead of \#Beispiel (without space in between) because I thought it wouldn't recognise the second command. Commented Apr 2, 2013 at 11:11