Skip to content

Commit

Permalink
Bugfix: "-12pt" is displayed in the PDF instead of actually aligning …
Browse files Browse the repository at this point in the history
…the paper id in the top right corner

This fixes it
  • Loading branch information
msajjadi-g authored Oct 24, 2024
1 parent 807fc55 commit 2300b70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cvpr.sty
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@
\def\pid{\parbox{1in}{\begin{center}\bf\sf{\small \confName}\\\small \#\paperID\end{center}}}
\AtTextUpperLeft{%paperID in corners
\put(\LenToUnit{-65pt},\LenToUnit{45pt}){\pid}
\put(\LenToUnit{\textwidth-12pt},\LenToUnit{45pt}){\pid}
\put(\LenToUnit{\dimexpr\textwidth-12pt},\LenToUnit{45pt}){\pid}
}
\AtTextUpperLeft{%confidential
\put(0,\LenToUnit{1cm}){\parbox{\textwidth}{\centering\cvprtenhv
Expand Down

0 comments on commit 2300b70

Please sign in to comment.