Skip to content

\hyperbaseurl doesn't work correctly #102

@u-fischer

Description

@u-fischer

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions