summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Griffiths <chris@cgriff.co.uk>2017-01-29 21:44:03 +0000
committerChristopher Griffiths <chris@cgriff.co.uk>2017-01-29 21:44:03 +0000
commit7d9e82c2462121715bca572a7b2bfa52ce44447e (patch)
treee5fdd3efa9e935fd79974f126d654e3df1743add
parent1913fe03ce58d2baffba5bf43cf9891ba242b94c (diff)
Added lmodern to Vagrantfile since this is needed for the fonts
-rw-r--r--Vagrantfile2
1 files changed, 1 insertions, 1 deletions
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