Skip to content

Commit f4fad51

Browse files
committed
Updates for CVPR 2026
1 parent d39daaf commit f4fad51

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CVPR / ICCV LaTeX Template⚡
22

3-
This repo contains quickstart code for writing CVPR/ICCV papers in LaTeX. It is a direct extension of the [official template](https://github.com/MCG-NKU/CVPR_Template) (for CVPR 2022 and beyond) and is submission-ready. **Up-to-date for ICCV 2025.**
3+
This repo contains quickstart code for writing CVPR/ICCV papers in LaTeX. It is a direct extension of the [official template](https://github.com/MCG-NKU/CVPR_Template) (for CVPR 2022 and beyond) and is submission-ready. **Up-to-date for CVPR 2026.**
44

55
- **Available on [Overleaf](https://www.overleaf.com/read/zkbzbtcnrmvm)!** (Menu > Actions > Copy Project)
66
- You can also fork this repo and import into Overleaf or compile with `pdflatex`.

_constants.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
\def\paperID{0000}
2-
\def\confName{ICCV}
3-
\def\confYear{2025}
2+
\def\confName{CVPR}
3+
\def\confYear{2026}
44

55
\def\paperTitle{Paper Title}
66

cvpr.sty

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
% ---------------------------------------------------------------
2626

2727
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
28-
\ProvidesPackage{cvpr}[2025 LaTeX class for IEEE CVPR]
28+
\ProvidesPackage{cvpr}[2026 LaTeX class for IEEE CVPR]
2929

3030
\RequirePackage{times} % Integrate Times for here
3131
\RequirePackage{xspace}

tables/template.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
\begin{table}[t]
22
\centering
3+
\caption{
4+
Caption goes here
5+
}
36
% \resizebox{\columnwidth}{!}{%
47

58
\begin{tabular}{lc}
@@ -11,9 +14,6 @@
1114
\end{tabular}
1215

1316
% }
14-
\caption{
15-
Caption goes here
16-
}
1717
\vspace{-0.05in}
1818
\label{tab:template}
1919
\end{table}

0 commit comments

Comments
 (0)