Theses, Books, Title pagesMissing beramono.sty on linux systems

Classicthesis, Bachelor and Master thesis, PhD, Doctoral degree
Post Reply
templateuser
Posts: 679
Joined: Tue Mar 03, 2015 4:01 pm

Missing beramono.sty on linux systems

Post by templateuser »

On Linux Systems is the problem of a missing beramono.sty.

One way to fix that, is to install:

texlive-fonts-extra

Have fun....

Recommended reading 2024:

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

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

User avatar
Stefan Kottwitz
Site Admin
Posts: 10320
Joined: Mon Mar 10, 2008 9:44 pm

Missing beramono.sty on linux systems

Post by Stefan Kottwitz »

Thanks for telling the possible fix!

With Ubuntu and Debian, it can be installed by

sudo apt-get install texlive-fonts-extra

It is very recommendable to install texlive-full to not encounter such problems of missing packages any more.

If TeX Live has been installed via DVD or over the Internet from tug.org, the package manager tlmgr should be used.

Stefan
LaTeX.org admin
rogelioprieto
Posts: 1
Joined: Sat Feb 19, 2022 3:50 am

Missing beramono.sty on linux systems

Post by rogelioprieto »

IMPORTANT!!!
If you only need beramono you can install just the package bera that contains it:

Code: Select all

tlmgr install bera
You can see an example in the Font catalogue https://tug.org/FontCatalogue/beramono/
Post Reply