jgomezdans / geog_docker

Docker image for Geospatial Python teaching
GNU General Public License v3.0
4 stars 1 forks source link

latex #33

Closed profLewis closed 4 years ago

profLewis commented 4 years ago

The students have to submit c/w in pdf ... so its pretty pointless making a smaller repo without latex ... Ive had tout it back in in my one

RUN apt-get update -y && apt-get install -y texlive-xetex

Lewis

jgomezdans commented 4 years ago

Not necessarily... They can print using the browser to PDF directly (most of them did that before), or even download the the markdown version of the document and upload it to some online Word conversion services (they could also run pandoc locally and convert to Word), download a latex version and upload it to overleaf...

On Thu, 6 Aug 2020 at 11:48, Professor Philip Lewis < notifications@github.com> wrote:

The students have to submit c/w in pdf ... so its pretty pointless making a smaller repo without latex ... Ive had tout it back in in my one

RUN apt-get update -y && apt-get install -y texlive-xetex

Lewis

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/jgomezdans/geog_docker/issues/33, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABCAKFGD326D2MTWIRBWGTR7KDBJANCNFSM4PWOQOEQ .

-- Dr José L Gómez-Dans NERC National Centre for Earth Observation (NCEO) RSU ■ Dept. of Geography ■ University College London ■ Gower St, London WC1E 6BT UK Tel: +44 (0) 20 767 90590

profLewis commented 4 years ago

That causes all sorts of problems every year. The browser printing produces different results from one browser/machine type to another. Every year we have students with badly formatted submissions or even late submissions, simply because they couldn't get a pdf printed. I want to avoid that. If you wont put latex in the core, then I'll just leave it in my course.

profLewis commented 4 years ago

Ive changed it now so it all goes back into ucleo/geog0111

jgomezdans commented 4 years ago

I've added it to the base image, creating images now, but you'll need to wait a bit for this to percolate down (I need to test, and then issue a release)