#! /bin/sh
sudo apt-get -y install texlive-latex-base
sudo apt-get -y install texlive-lang-lithuanian
sudo apt-get -y install texlive-pictures
sudo apt-get -y install texlive-pictures
sudo apt-get -y install texlive-science

# The followinf package provides the 'txfonts.sty' file:
sudo apt-get -y install \
     texlive-fonts-recommended \
#

# Gyre fonts for XeLaTeX (analogues of Bookman):
sudo apt-get -y install \
     fonts-texgyre \
#
