Latest news 2025-12-02: New blog post: History of TeX on RISC OS.

Bug Tracker RSS feed

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"

Return to Search Results

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

Name (optional):

Are you human? Please confirm the bug report ID (which can be found at the top of this page) or login if you have an account. All guest comments have to be manually checked before they appear on the page. There are too many bots trying to spam the site to allow unauthenticated users to post without verification.

Comment:


You can use the following markup:

Block:

[pre]Displayed verbatim[/pre]
[quote]block quote[/quote]

In line:

[tt]code[/tt]
[file]file/package/class name[/file]
[em]emphasized text[/em]
[b]bold text[/b]
[url]web address[/url] [sup]superscript[/sup]
[sub]subscript[/sub]

Ordered list:
[ol]
[li]first item[/li]
[li]second item[/li]
[/ol]

Unordered list:
[ul]
[li]first item[/li]
[li]second item[/li]
[/ul]

You can use the Preview button to review your message formatting before submitting.

Page permalink: https://www.dickimaw-books.com/bugtracker.php?key=314

Return to Search Results