From f86b37ab0a61eac41f13cde5e8c20d93ca84f68a Mon Sep 17 00:00:00 2001 From: Harald Schilly Date: Fri, 20 Sep 2019 18:30:51 +0000 Subject: [PATCH 1/3] bascially, install xelatex to make ipynb to pdf via latex work --- apt.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 apt.txt diff --git a/apt.txt b/apt.txt new file mode 100644 index 00000000..37bcf540 --- /dev/null +++ b/apt.txt @@ -0,0 +1,5 @@ +texlive-latex-base +texlive-latex-recommended +texlive-xetex +dvipng +ghostscript From 9a0c5e299eea00ed44ba00ce98bbc64ce2cc5672 Mon Sep 17 00:00:00 2001 From: Harald Schilly Date: Fri, 20 Sep 2019 18:32:01 +0000 Subject: [PATCH 2/3] install yapf for code formatting on cocalc --- environment.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/environment.yml b/environment.yml index 707fa507..d3445ea7 100644 --- a/environment.yml +++ b/environment.yml @@ -16,12 +16,7 @@ dependencies: - html5lib - beautifulsoup4 - pytables + - yapf - pip - pip: - - modsimpy - - - - - - + - modsimpy From d666e143e58c295456b2651af43434eced389654 Mon Sep 17 00:00:00 2001 From: Harald Schilly Date: Fri, 20 Sep 2019 18:43:58 +0000 Subject: [PATCH 3/3] install more packages to make pdf export possible --- apt.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apt.txt b/apt.txt index 37bcf540..a29c57db 100644 --- a/apt.txt +++ b/apt.txt @@ -1,5 +1,9 @@ texlive-latex-base texlive-latex-recommended +texlive-generic-recommended +texlive-science +texlive-latex-extra +texlive-fonts-recommended texlive-xetex dvipng ghostscript