3

Following the answer of this question I tried to run the code proposed by Mark in the third "code window". What I obtain is:

I can't find file `tikzlibrarymath.code.tex'

Runninig the terminal command

tlmgr update --all

I obtain the following

(running on Debian, switching to user mode!)
tlmgr: package repository http://ctan.mirror.garr.it/mirrors/CTAN/systems/texlive/tlnet
tlmgr: no updates available

So I suppose that my packages are updated. The question is: how to install properly the tikz library math? In order to install it in a local dir, I have (partially) followed the answer to this question , but now I'm not able to find the repositories and the proper Tex Directory Structure.

1 Answers1

3

For having the newest available libraries and packages on Debian, install the original TeX Live from: http://tug.org/texlive/

Debian repository versions are usually a bit behind, naturally.

Note, that software may depend on Debian versions though. For example, if you would install a TeX editor from Debian repositories, it may depend on Debian TeX packages to be installed. You can force installation or work around it, such as with the equivs tool, or use TeXworks from TeX Live itself or a separately installed independent editor.

Stefan Kottwitz
  • 231,401