summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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