arXiv / arxiv-submission-ui

User interface of NG submit system.
MIT License
2 stars 6 forks source link

ARXIVNG-1365 add links to tex help #72

Closed eawoods closed 5 years ago

eawoods commented 5 years ago

Straightforward and simple - adds /help/faq/mistakes and /help/faq/texprobs to config.py and links to the appropriate place: Completed With Warnings gets a link to texprobs Processing Failed gets a link to mistakes

Wasn't able to generate a screenshot for "Completed With Warnings", but noticed that we didn't have a view-PDF link (in theory, the PDF does get generated but we expect that it has rendering issues...right?). Added that plus the button-styled link for TeX rendering problems.

Screenshot: compile failure

Screen Shot 2019-03-29 at 11 29 40 AM

eawoods commented 5 years ago

Someone built out the condition {% elif status.value==succeeded and warnings %} ... I thought it was you? I think I even recall having seen a preview/screenshot of it at one point? I know we talked about that particular status condition as something to highlight specially.

erickpeirson commented 5 years ago

Someone built out the condition {% elif status.value==succeeded and warnings %} ... I thought it was you? I think I even recall having seen a preview/screenshot of it at one point? I know we talked about that particular status condition as something to highlight specially.

That was probably Jaimie