Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

\if@reversemargin wrongly documented in source code #1296

Closed
pietvo opened this issue Mar 16, 2024 · 1 comment
Closed

\if@reversemargin wrongly documented in source code #1296

pietvo opened this issue Mar 16, 2024 · 1 comment
Assignees

Comments

@pietvo
Copy link

pietvo commented Mar 16, 2024

Brief outline of the bug

In ltoutput.dtx line 850 it says % \begin{macro}{\if@reversemarginpar}.
However, this should be % \begin{macro}{\if@reversemargin}

It doesn't affect any code, just the documentation of the source.

So no example necessary, or even relevant.

Minimal example showing the bug

\RequirePackage{latexbug}       % <--should be always the first line (see CONTRIBUTING)!
\documentclass{article}

  % Any preamble code goes here

\begin{document}

  % Demonstration of issue here
  
\end{document}

Log file (required) and possibly PDF file

davidcarlisle added a commit that referenced this issue Mar 16, 2024
@davidcarlisle
Copy link
Member

Thanks, fixed in develop branch, I guess that's been wrong for 30 years:-)

@davidcarlisle davidcarlisle self-assigned this Mar 16, 2024
@davidcarlisle davidcarlisle added bug (documentation) fixed in dev Fixed in development branch, not in stable release labels Mar 16, 2024
@FrankMittelbach FrankMittelbach removed the fixed in dev Fixed in development branch, not in stable release label Jun 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants