Saturday, May 4, 2024
 Popular · Latest · Hot · Upcoming
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 2358  / 1 Year ago, sun, march 5, 2023, 12:21:50

I'm doing some LaTeX and I need the chemfig package.
As usual, I type the package name in synaptic but this time nothing matches the search.



Does anyone know how to install it ?



Is it possible through apt-get because I want to list all the packages needed to install to compile my LaTeX source file for other people willing to compile it.



Thanks in advance :)



PS: I'm running Ubuntu 12.04 LTS



EDIT: It seems this post answers my question :)
I should have checked deeper if a related question hadn't already been posted.


More From » apt

 Answers
4

TeX-live included with Ubuntu is very old (2009 version). You should install the latest 2011 version from here.



That includes a TeX package manager called tlmgr, which makes installing any package from the CTAN library extremely easy. You can then install the package with tlmgr install chemfig.



Note that chemfig uses TikZ as its backend, but tlmgr should also take care of such dependencies for you.


[#38311] Sunday, March 5, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
guialk

Total Points: 300
Total Questions: 144
Total Answers: 121

Location: Saint Vincent and the Grenadines
Member since Sat, Sep 11, 2021
3 Years ago
;