Skip to content

Instantly share code, notes, and snippets.

@yoavartzi
Last active April 2, 2024 19:34
Show Gist options
  • Save yoavartzi/893d95852d32872a98e71eac8b6fd3ff to your computer and use it in GitHub Desktop.
Save yoavartzi/893d95852d32872a98e71eac8b6fd3ff to your computer and use it in GitHub Desktop.
COLM preprint setting

The template doesn't currently support this, but we will try to incorporate this in the future.

In the meantime, you can easily modify the template. This is the place to look at:

\ifcolmfinal
    \lhead{Published as a conference paper at COLM 2024}
    \def\And{\end{tabular}\hfil\linebreak[0]\hfil
            \begin{tabular}[t]{l}\bf\rule{\z@}{24pt}\ignorespaces}%
  \def\AND{\end{tabular}\hfil\linebreak[4]\hfil
            \begin{tabular}[t]{l}\bf\rule{\z@}{24pt}\ignorespaces}%
    \begin{tabular}[t]{l}\bf\rule{\z@}{24pt}\@author\end{tabular}%
\else
       \lhead{Under review as a conference paper at COLM 2024}
   \def\And{\end{tabular}\hfil\linebreak[0]\hfil
            \begin{tabular}[t]{l}\bf\rule{\z@}{24pt}\ignorespaces}%
  \def\AND{\end{tabular}\hfil\linebreak[4]\hfil
            \begin{tabular}[t]{l}\bf\rule{\z@}{24pt}\ignorespaces}%
    \begin{tabular}[t]{l}\bf\rule{\z@}{24pt}Anonymous authors\\Paper under double-blind review\end{tabular}%
\fi

Change Published as a conference paper at COLM 2024 => Preprint. Under review. in the conference sty

@michaelsaxon
Copy link

Shouldn't the modification be to "Published as a conference paper at COLM 2024" to preserve the author name info?

@yoavartzi
Copy link
Author

Fixed. Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment