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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

User avatar
Stefan Kottwitz
Site Admin
Posts: 10358
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