From a55f17098662f1de2d84f104f3a0f34b7b788aa0 Mon Sep 17 00:00:00 2001 From: Jason Boutte Date: Fri, 26 Jan 2024 16:48:56 -0800 Subject: [PATCH 1/2] Adds postBuild to install package --- .binder/postBuild | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 .binder/postBuild diff --git a/.binder/postBuild b/.binder/postBuild new file mode 100755 index 000000000..3fbfa971b --- /dev/null +++ b/.binder/postBuild @@ -0,0 +1,3 @@ +#!/bin/bash +set -eux +python -m pip install -vv --no-deps --no-build-isolation -e . From 8a35d85cc07d837a573c40674b8da2c2980a10c8 Mon Sep 17 00:00:00 2001 From: Jason Boutte Date: Fri, 26 Jan 2024 16:50:37 -0800 Subject: [PATCH 2/2] Adds packages to support saving pdfs --- apt.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 apt.txt diff --git a/apt.txt b/apt.txt new file mode 100644 index 000000000..58b2b22a3 --- /dev/null +++ b/apt.txt @@ -0,0 +1,11 @@ +dvipng +ghostscript +texlive-fonts-recommended +texlive-generic-recommended +texlive-latex-base +texlive-latex-extra +texlive-latex-recommended +texlive-publishers +texlive-science +texlive-xetex +cm-super