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

Compilation error #51

Closed
jannisborn opened this issue Oct 17, 2024 · 1 comment
Closed

Compilation error #51

jannisborn opened this issue Oct 17, 2024 · 1 comment

Comments

@jannisborn
Copy link

Thanks for providing this!

Just downloaded the Latex template for CVPR 2025 from here but in a fresh OL project, if I do

\usepackage[pagenumbers]{cvpr} % To force page numbers, e.g. for an arXiv version

or

\usepackage{cvpr}              % To produce the CAMERA-READY version

I get various compilation errors. It is due to the cvprfinal toggle in the .sty file. If I manually turn this toggle on, I always get the error trace, when I use any option that turns the toggle to False, the code renders fine.

The error is:

Undefined control sequence.

 
‪./output.aux, 16‬
The compiler is having trouble understanding a command you have used. Check that the command is spelled correctly. If the command is part of a package, make sure you have included the package in your preamble using \usepackage{...}.
[Learn more](https://www.overleaf.com/learn/Errors/Undefined_control_sequence)
l.16 \@LN@col
             {1}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
LaTeX Error: Missing \begin{document}.

 
‪./output.aux, 16‬
See the LaTeX manual or LaTeX Companion for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.16 \@LN@col{1
               }
You're in trouble here.  Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.
Undefined control sequence.

 
‪./output.aux, 17‬
The compiler is having trouble understanding a command you have used. Check that the command is spelled correctly. If the command is part of a package, make sure you have included the package in your preamble using \usepackage{...}.
[Learn more](https://www.overleaf.com/learn/Errors/Undefined_control_sequence)
l.17 \@LN
         {0}{0}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
Undefined control sequence.

 
‪./output.aux, 18‬
The compiler is having trouble understanding a command you have used. Check that the command is spelled correctly. If the command is part of a package, make sure you have included the package in your preamble using \usepackage{...}.
[Learn more](https://www.overleaf.com/learn/Errors/Undefined_control_sequence)
l.18 \@LN
         {1}{0}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
Undefined control sequence.

 
‪./output.aux, 19‬
The compiler is having trouble understanding a command you have used. Check that the command is spelled correctly. If the command is part of a package, make sure you have included the package in your preamble using \usepackage{...}.
[Learn more](https://www.overleaf.com/learn/Errors/Undefined_control_sequence)
l.19 \@LN
         {2}{0}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

Instead, if I use the standard

\usepackage[review]{cvpr}      % To produce the REVIEW version

it works fine.

@cr333
Copy link
Collaborator

cr333 commented Oct 17, 2024

Please see #49 for a workaround or #50 for the fix (also merged into main just now).

@cr333 cr333 closed this as completed Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants