Yannick Schillo
Yannick Schillo
### Describe the Bug When changing either "Progressive Scan" or "Video Mode", space characters are rendered as filled squares. This problem persists even after undoing the setting. This seems to...
When using `\tikzexternalize` from the TikZ library "external", latexml generates a warning and an error for each tikzpicture in the document: ```tex \documentclass{article} \usepackage{tikz} \usetikzlibrary{external} \tikzexternalize \begin{document} \begin{tikzpicture} \node [draw=black]...
These methods allow encrypting/decrypting and signing/verifying cookies without using a `PrivateJar` or `SignedJar`. Resolves #132.
Assume I want to support really big file uploads (e.g. multiple gigabytes), but only for certain users. This runs into multiple problems with the current API: 1. You can only...
Including `cleveref` breaks references to `lstlisting` environments labelled using the `label` key: ```latex \documentclass{article} \usepackage{listings} % Uncommenting the following line will break \ref{test}: % \usepackage{cleveref} \begin{document} \begin{lstlisting}[caption=Test,label=test] This is a...