I have a bibliography in which URLs are printed with a following "." I would like to omit the URLs to save space and I could do this by redefining the URL command, but this would leave me with a dot. Is there a way to define a command that eats a following "."?
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
Example file:
|
|||||
|
|
Works only if the URL has no special characters!
|
|||
|
|


\url{...}., then redefine\urlwith two arguments to do nothing with them. Otherwise something slightly more complicated should be done. – egreg Nov 14 '12 at 9:28urlfields? That would look like a more natural way of doing it, for example in case you have urls elsewhere in your text. – T. Verron Nov 14 '12 at 9:35\url{ ... }.I cannot influence this. So I have to redifine the url command to eat this dot. – Stefan Müller Nov 14 '12 at 9:37