From 7d9e82c2462121715bca572a7b2bfa52ce44447e Mon Sep 17 00:00:00 2001 From: Christopher Griffiths Date: Sun, 29 Jan 2017 21:44:03 +0000 Subject: Added lmodern to Vagrantfile since this is needed for the fonts --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 15595af..2211933 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -11,5 +11,5 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| end config.vm.provision "shell", inline: \ - 'apt-get install -y texlive texlive-fonts-extra texlive-latex-extra texlive-science texlive-xetex' + 'apt-get install -y texlive texlive-fonts-extra texlive-latex-extra texlive-science texlive-xetex lmodern' end -- cgit v1.2.3