Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 1.3 KB

Contributing.md

File metadata and controls

38 lines (22 loc) · 1.3 KB

Notes for authors of the proposal

References

To compile document

install latex class (only required once)

git submodule init; git submodule update

to compile document

make draft

produces draft.pdf if all goes well.

writing

Most writing should occur by creating a task in tasks/ based on tasks/template.tex. Then the task should be added to a workpackage file in the task list.

Building of the proposal by Continuous Integration

CI builds

The draft is built automatically on CircleCI. The URL of the PDF produced by the latest build can be found on this page.

Alternatively, click on a successful build and then the 'Artifacts' tab, where there will be a link to the resulting PDF:

circle-screenshot