Bug Tracker 
| ID | 314🔗 |
|---|---|
| Date: | 2026-02-20 15:53:49 |
| Last update: | 2026-02-20 16:48:36 |
| Status | Closed (Migrated) |
| Category | flowfram |
| Version | 2.0 |
| Summary | Documentation bug/typo for compatibility "mode" |
Sign in to subscribe to notifications about this report.
Description
I think there is a documentation bug in the "information" section of ffuserguide where it provides the code snippet\usepackage{flowfram}[=1.18] for compatibility issues. The following MWE crashes on an updated TL2025
\documentclass{article}
\usepackage{flowfram}[=1.18]
\begin{document}
Hello World
\end{document}
The error is
! LaTeX Error: Requested version '1.18' for package 'flowfram' is unknown.Changing the documentation to add a "v" in front of the version number (
\usepackage{flowfram}[=v1.18]) seems like it solves the issue, but you seem to want the version to not have the "v" (https://dickimaw-books.com/findversion.html). MWE
Download (97B)
\documentclass{article}
\usepackage{flowfram}[=1.18]
\begin{document}
Hello World
\end{document}
Evaluation
I'm sorry that's an error in the documentation. For rollback the "v" is needed.
\documentclass{article}
\usepackage{flowfram}[=v1.18]
\begin{document}
Hello World
\end{document}
Migrated to typo tracker.
Comments
0 comments.
Add Comment
Page permalink: https://www.dickimaw-books.com/bugtracker.php?key=314
