GeneralHow to find the texlive package to install ?

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
thomasb
Posts: 134
Joined: Thu Aug 03, 2017 10:54 am

How to find the texlive package to install ?

Post by thomasb »

Hello,
If we know the latex package to use, how can we find the texlive package to install ?

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

How to find the texlive package to install ?

Post by Johannes_B »

Is the package on CTAN? Is the package included in TeX Live?
TeX Live offers the TeX Live manager or alternatively the TL Cockpit. Both have a search where you can find the package.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
thomasb
Posts: 134
Joined: Thu Aug 03, 2017 10:54 am

How to find the texlive package to install ?

Post by thomasb »

  1. Johannes_B wrote:Is the package on CTAN? Is the package included in TeX Live?
    For example, fourier, I know it's in texlive-fonts-extra and that I can install it with

    Code: Select all

    sudo tlmgr install texlive-fonts-extra
    in Ubuntu. But how to find it if I didn't know it ?
  2. Johannes_B wrote:TeX Live offers the TeX Live manager
    How would you use tlmgr :

    Code: Select all

    tlmgr search --word --global fourier
    ?
  3. Johannes_B wrote: or alternatively the TL Cockpit. Both have a search where you can find the package.
    And TL Cockpit is installed with :

    Code: Select all

    tlmgr install tlcockpit
    ?
User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

How to find the texlive package to install ?

Post by Johannes_B »

What actual package are you trying to install?
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
thomasb
Posts: 134
Joined: Thu Aug 03, 2017 10:54 am

How to find the texlive package to install ?

Post by thomasb »

The packages are :
  • stmaryrd
  • tikzsymbols
  • aurical
User avatar
Stefan Kottwitz
Site Admin
Posts: 10340
Joined: Mon Mar 10, 2008 9:44 pm

How to find the texlive package to install ?

Post by Stefan Kottwitz »

Hi Thomas!

You can do, at the command prompt in a terminal window:

apt-cache search stmaryrd

It returns the Ubuntu (Debian) package name. You can checke that one by

apt-cache show name

Also, you could search for files, such as

apt-file search aurical.sty

Stefan
LaTeX.org admin
Post Reply