We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We should have information about anonymisation in the template as suggested by @YichenWangs
We haven't included "anonymise.sty" anymore, but the acmart class includes "anonymous" mode.
acmart
So for papers authors would use: \documentclass[sigconf,anonymous]{nimeart}
\documentclass[sigconf,anonymous]{nimeart}
and music/workshops: \documentclass[acmsmall,anonymous]{nimeart}
\documentclass[acmsmall,anonymous]{nimeart}
This makes the author names invisible but you can also hide text in the paper like this:
\begin{anonsuppress} This is the continuation of the previous work by the author \cite{prev1, prev2}. \end{anonsuppress}
This work was performed at \anon{NSA}. This work was performed at \anon[No Such Agency]{NSA}.
(both examples from the acmart manual)
The text was updated successfully, but these errors were encountered:
YichenWangs
No branches or pull requests
We should have information about anonymisation in the template as suggested by @YichenWangs
We haven't included "anonymise.sty" anymore, but the
acmart
class includes "anonymous" mode.So for papers authors would use:
\documentclass[sigconf,anonymous]{nimeart}
and music/workshops:
\documentclass[acmsmall,anonymous]{nimeart}
This makes the author names invisible but you can also hide text in the paper like this:
(both examples from the
acmart
manual)The text was updated successfully, but these errors were encountered: