From 72751eca1d84789b94f443fc8e8c005a06850d8c Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.dos.anjos@gmail.com> Date: Wed, 27 Feb 2019 07:54:25 +0100 Subject: [PATCH] [doc][macos] Install pygments to compile LaTeX/beamer slides with code snippets --- doc/macos-ci-install/install-homebrew.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/macos-ci-install/install-homebrew.sh b/doc/macos-ci-install/install-homebrew.sh index 39ec897e..cfcd95c3 100755 --- a/doc/macos-ci-install/install-homebrew.sh +++ b/doc/macos-ci-install/install-homebrew.sh @@ -17,3 +17,7 @@ brew=/usr/local/bin/brew ${brew} install curl git coreutils bash-completion highlight neovim tmux htop python@3 ${brew} link --force curl #keg-only recipe ${brew} cask install mactex + +# LaTeX slides/beamer dependencies +pip=/usr/local/bin/pip3 +${pip} install pygments -- GitLab