Closed kmccurley closed 9 months ago
Looks good, I pushed a minor change. When testing I noticed that the Received, Accepted, and Published information was displayed also for non-final versions when provided in the meta file.
In looking back at it, it was convenient to have \IACR@Received
, \IACR@Revised
, , \IACR@Accepted
, and \IACR@Published
as defaults in the class when we started, but we certainly don't need them now. They are set in publish.iacr.org as follows:
\IACR@Received
takes the value from HotCRP, which is authenticated in the upload URL.\IACR@Accepted
takes the value from HotCRP, which is authenticated in the upload URL.\IACR@Published
is set to the compile time, which is a little optimistic.\IACR@Revised
is never set and I don't see any path for us to set it. I think it should be removed.
I would prefer that we set \IACR@Received
and \IACR@Accepted
and \IACR@Published
to \@empty
in iacrcc.cls
, and get rid of \if@IACR@Received
completely, and use a test \ifx\IACR@Received\@empty\else...\fi
instead. The booleans don't really serve any purpose.In looking back at it, it was convenient to have
\IACR@Received
,\IACR@Revised
, ,\IACR@Accepted
, and\IACR@Published
as defaults in the class when we started, but we certainly don't need them now. They are set in publish.iacr.org as follows:
\IACR@Received
takes the value from HotCRP, which is authenticated in the upload URL.\IACR@Accepted
takes the value from HotCRP, which is authenticated in the upload URL.\IACR@Published
is set to the compile time, which is a little optimistic.\IACR@Revised
is never set and I don't see any path for us to set it. I think it should be removed. I would prefer that we set\IACR@Received
and\IACR@Accepted
and\IACR@Published
to\@empty
iniacrcc.cls
, and get rid of\if@IACR@Received
completely, and use a test\ifx\IACR@Received\@empty\else...\fi
instead. The booleans don't really serve any purpose.
I can take this one. Will work on this later this week.
If
\IACR@CROSSMARKURL
is defined, then it shows a crossmark button. The\IACR@CROSSMARKURL
should have the format shown by the crossmark documentationI plan to put the following into the
main.iacrmetadata
file:There are several things that we might consider changing:
I've attached a sample: iacrdoc.pdf