Skip to content
New issue

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

Anonymised paper build omitting appendices #104

Closed
7 tasks done
rolyp opened this issue Apr 30, 2021 · 1 comment
Closed
7 tasks done

Anonymised paper build omitting appendices #104

rolyp opened this issue Apr 30, 2021 · 1 comment

Comments

@rolyp
Copy link
Collaborator

rolyp commented Apr 30, 2021

Build script and macros to build submission version:

  • collate-examples.sh to run optionally (but always on GitHub), snapshot of examples in repo
  • macro for proof references difficult – see note below
  • two orthogonal conditionals: anonymous and appendices (although we only need 3 of the 4 cases)
  • set anonymous whenever @ACM@anonymous is set
  • macro for language name
  • options for build.sh, with default
  • GitHub Action to build all configurations
  • submission version to enable review option (for line numbers)
@rolyp rolyp added what:writing New feature or request aspect:automation labels Apr 30, 2021
@rolyp rolyp self-assigned this Apr 30, 2021
@rolyp rolyp changed the title Build anonymised paper without appendices Anonymised paper build omitting appendices Apr 30, 2021
@rolyp rolyp added what:supporting-material and removed what:writing New feature or request labels May 8, 2021
@rolyp
Copy link
Collaborator Author

rolyp commented Jun 19, 2021

Not sure how to implement a macro which conditionally includes a proof environment. The long-hand is:

\ifappendices
   \begin{proof}
   \appref{proofs:core-language:eval:gc:bwd-after-fwd}
   \end{proof}
\fi

@rolyp rolyp closed this as completed Jun 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant