igorbrigadir / insight-templates

LaTeX Templates for Insight Centre for Data Analytics
http://www.insight-centre.org/
MIT License
7 stars 5 forks source link

update the documentation: Tex version compatibility #9

Open gevra opened 8 years ago

gevra commented 8 years ago

an error "package pgfkeys error i do not know the key /tcb/sharp" is raised if the tex version is not the one needed...

Tex version in Ubuntu repositories is not good enough.

The following sequence of commands on my Ubuntu 14.04 fixed the issue: $ sudo apt-get upgrade texlive-latex-extra $ sudo apt-get upgrade texlive-pictures $ sudo apt-get upgrade matlab2tikz $ tlmgr init-usertree $ sudo apt-get install xzdec $ tlmgr update -all $ sudo tlmgr update --self $ sudo apt-get install perl-tk $ tlmgr --gui

donno which ones really helped

then restarted the TexStudio and it worked!