Questions tagged [url]
135 questions
2
votes
1 answer
redefine path with trailing backslash
The following MWE works fine:
\documentclass{article}
\usepackage{url}
\renewcommand{\path}[1]{hidden for privacy}
\begin{document}
\path{C:\User\John Doe}
\end{document}
With a trailing backslash (\path{C:\User\John Doe\}) it won't compile. I've…
Micha
- 2,869
1
vote
0 answers
\url command puts an "M" before the URL
I hope that this question hasn't been asked yet, but I could not find anything about it:
If I use the command \url for my urls, the output has an "M" before the hyperlink (e.g.: Mhttps://tex.stackexchange.com/questions/ask as an Output, if I note…
Nitz
- 11
- 1
1
vote
2 answers
url not working in footnotes - seems to require escape characters, but
I use \url which does not require to escape characters in an URL to make
them acceptable for latex (specifically LuaLaTex). However when the same
reference is included in a footnote, characters (especially _ and %
seem to required escaping. Am I…
user855443
- 1,120
1
vote
1 answer
Url break issue
I had a bibliography item with url that breaks in two line. The break is fine but the box is too wide on the right which there is empty space in the box.
Here is my code
\documentclass[12pt]{article}
\special{papersize=8.5in,11in}
% Packages…
user48343
- 173
1
vote
0 answers
How can I help LaTeX with the linebreak?
How can I help LaTeX with the linebreak?
\documentclass{scrartcl}
\usepackage{url}
\begin{document}
I hace a…
user145743
- 11
1
vote
1 answer
URL PDF Malfunction
I'm relatively new to Latex and tried to include an URL into my bibliography. Whenever I try to open it from the PDF unfortunately the link does not work (I guess because it thinks there's a space where the line break is)
\documentclass[12pt]…
Helena
- 45
0
votes
0 answers
\URL --- \% appears as \% instead of %. But % itself works as a comment
In \URL --- \% appears as \% instead of %. But % itself works as a comment...