-
Notifications
You must be signed in to change notification settings - Fork 38
Closed
Description
One would expect to be able to change the baseurl locally with it. But this doesn't work.
\documentclass[12pt,a4paper]{article}
\usepackage{l3pdf}
\ExplSyntaxOn
\pdf_uncompress:
\ExplSyntaxOff
\usepackage[
bookmarks,
colorlinks,
unicode,
baseurl={https://www.latex-project.org},
]{hyperref}
\begin{document}
%\hyperbaseurl{https://www.latex-project.org}
\href{publications.html}{Publications of the \LaTeX3 Project Team}
\url{publications.html}
\href{run:test-utf8.log}{run something}
\hyperbaseurl{https://www.latex3.de/}
\href{help/books.html} {Books about \LaTeX}
\url{publications.html}
\href{run:test-utf8.log}{run something}
\end{document}
Metadata
Metadata
Assignees
Labels
No labels