Günter Milde

Results 84 comments of Günter Milde

On 13.06.2025 15:06:18, Jean-François B. wrote: > +% TODO: decide if we want rather \textwidth/\textheight. > +\newdimen\sphinxvwdimen > > In HTML/CSS the viewport can be fully occupied, not really in...

> I do not think it make sense in LaTeX that image sizes would mysteriously > shrink. while text font size is not modified. The HTML/CSS paradigm should > not...

> > > In HTML/CSS the viewport can be fully occupied, not really in LaTeX > > ... My simple test with Docutils results in just the opposite: > This...

> > The correct translation of % to LaTeX is a related but different problem. In HTML, % is percentage of the containing block. Regarding bugs #13661 and #13662 --...

> But px is definetly also something whose translation into LaTeX is completely non-obvious, the upstream HTML/CSS "definition" being very far from a mathematically rigorous one to start with. The...

Using `locale.setlocale` may raise a `locale.Error` on systems with a mis-configured locale setting. This should not prevent Sphinx from doing its job but also not be silently ignored. Docutils front-ends...

The Docutils LaTeX writer in the upcoming version 0.22 uses `docutils.writers.uri2path()` to convert an image URI (or RFC-3986 URI-reference) to a corresponding filesystem path with the help of `pathlib.Path.from_uri()` and/or...

In LaTeX, the two references are represented as `\href{\#a-subsection}{link to subsection}` and `\href{\#}{link to top}` While the first reference is converted to an active link, it does not work as...

The term **"anonymous"** in the name of this PR is confusing: > The goal of this pull request is to identify duplicate [internal hyperlink targets](https://docutils.sourceforge.io/docs/ref/rst/restructuredtext.html#hyperlink-targets) [...] [Anonymous hyperlink targets](https://docutils.sourceforge.io/docs/ref/rst/restructuredtext.html#anonymous-hyperlinks) don't...

I'd call it "rST: add warning about duplicate hyperlink target names".