Open
Description
zip_paper
is very misleading as it doesn't create valid submissions unless the files follow very specific naming conventions which are not documented. It doesn't include any dependencies used in the sources such as images unless they happen to be in a sub-directory with name
in it (since all it does is to use name
as regexp). This causes issues with common conventions such as figures in the figures
or images
folder. Also the ZIP file does not include files necessary for the LaTeX rendering.
- the requirements should be documented such that it is clear where the sources have to reside for
zip_paper
to work. Ideally it would be nice if it could find the location of included files such as images automatically - the ZIP file should include both html and LaTeX artifacts (possibly creating them if not present) such that the submissions can processed directly with
pdflatex
- it would be helpful to check that the resulting ZIP file is complete (i.e. test that both html and tex rendering works on the result)
Metadata
Metadata
Assignees
Labels
No labels