From c4b4721e7b0144eb22ad4ad48c17183d5a5d445f Mon Sep 17 00:00:00 2001 From: pdp8 Date: Wed, 5 Oct 2022 12:37:09 +0200 Subject: beamer pdf, stray character removed --- presentations/epa-nam-2022/Makefile | 5 ++++- presentations/epa-nam-2022/default.nix | 15 +++++++++++++++ presentations/epa-nam-2022/helma-epa-nam-2022.pdf | Bin 0 -> 823731 bytes presentations/epa-nam-2022/index.md | 4 ++-- 4 files changed, 21 insertions(+), 3 deletions(-) create mode 100644 presentations/epa-nam-2022/default.nix create mode 100644 presentations/epa-nam-2022/helma-epa-nam-2022.pdf diff --git a/presentations/epa-nam-2022/Makefile b/presentations/epa-nam-2022/Makefile index bc165d5..a2926e5 100644 --- a/presentations/epa-nam-2022/Makefile +++ b/presentations/epa-nam-2022/Makefile @@ -1,7 +1,10 @@ all: html #pptx pptx: index.md - pandoc index.md -o epa-nam-2022.pptx + pandoc index.md -o helma-epa-nam-2022.pptx + +pdf: index.md + pandoc -s -t beamer --pdf-engine=pdflatex -o helma-epa-nam-2022.pdf index.md html: index.md pandoc -s -t slidy --css style.css -o index.html index.md diff --git a/presentations/epa-nam-2022/default.nix b/presentations/epa-nam-2022/default.nix new file mode 100644 index 0000000..247f610 --- /dev/null +++ b/presentations/epa-nam-2022/default.nix @@ -0,0 +1,15 @@ +let + pkgs = import { }; + + texlive = pkgs.texlive.combine { + inherit (pkgs.texlive) + scheme-small noto mweights cm-super cmbright fontaxes beamer; + }; +in { + slides = pkgs.stdenv.mkDerivation { + name = "slides"; + src = ./.; + + buildInputs = [ texlive pkgs.pandoc pkgs.watchexec ]; + }; +} diff --git a/presentations/epa-nam-2022/helma-epa-nam-2022.pdf b/presentations/epa-nam-2022/helma-epa-nam-2022.pdf new file mode 100644 index 0000000..54fff2b Binary files /dev/null and b/presentations/epa-nam-2022/helma-epa-nam-2022.pdf differ diff --git a/presentations/epa-nam-2022/index.md b/presentations/epa-nam-2022/index.md index 9267915..dc24d7c 100644 --- a/presentations/epa-nam-2022/index.md +++ b/presentations/epa-nam-2022/index.md @@ -16,8 +16,8 @@ Rodent Carcinogenicity Lowest observed adverse effect level (LOAEL) -: C Helma, D Vorgrimmler, D Gebele, M Gütlein, B Engeli, J Zarn, - B Schilter and E Lo Piparo\ +: C Helma, D Vorgrimmler, D Gebele, M Gütlein, B Engeli, J Zarn, + B Schilter and E Lo Piparo\ *Modeling Chronic Toxicity: A Comparison of Experimental Variability With (Q)SAR/Read-Across Predictions*\ Front Pharmacol 9 (2018)\ -- cgit v1.2.3