Text licensed under a Creative Commons Attribution 3.0 Austria License.
I wanted to use the CTAN classicthesis.sty package for Latex. I needed to install several texlive- and font packages to make every option work. Here is a list of it:
sudo apt-get install texlive-latex-base \
texlive-latex-recommended \
texlive-latex-extra \
texlive-fonts-recommended
I had to remove the minionprospacing and other minion parameters, because I didn't want to use (and install) the MinionPro font. This font would probably be in texlive-fonts-extra.
classicthesis-ldpkg.sty package before the classicthesis.sty.
Text licensed under a Creative Commons Attribution 3.0 Austria License.