• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer navigation

The Geek Diary

  • OS
    • Linux
    • CentOS/RHEL
    • Solaris
    • Oracle Linux
    • VCS
  • Interview Questions
  • Database
    • oracle
    • oracle 12c
    • ASM
    • mysql
    • MariaDB
  • DevOps
    • Docker
    • Shell Scripting
  • Big Data
    • Hadoop
    • Cloudera
    • Hortonworks HDP

10pt loadable: Metric (TFM) file not found

by admin

LaTeX is a software for typesetting documents. In other words, it’s a document preparation system. LaTeX is not a word processor, but is used as a document markup language. LaTeX is especially well-suited for scientific and technical documents. Its superior typesetting of mathematical formulas is legendary. If you are a student or a scientist, then LaTeX is by far the best choice, and even if you don’t need its scientific capabilities, there are other uses — it produces very high quality output, it is extremely stable, and handles complex documents easily no matter how large they are.

The Problem

While using latex in debian 6.0 we might come across the following error.

10pt loadable: Metric (TFM) file not found 

The Solution

This is because the font the latex is trying to use is not installed in the system. The workaround for the problem is to install the package texlive-fonts-recommended.

In debian/ubuntu we can do it using the command:

$ sudo apt-get install texlive-fonts-recommended 

After installing the package the above error should not appear while using latex.

Filed Under: Linux

Some more articles you might also be interested in …

  1. How to disable lvmetad in CentOS/RHEL
  2. Basic NFS Security – NFS, no_root_squash and SUID
  3. How to block non-root user from creating crontab entry in Linux
  4. Couldn’t find device with uuid [UUID] – LVM Not Active on Reboot
  5. Linux OS Service ‘kdump’
  6. How to Install Gnome Desktop Environment onto Oracle Linux 6.x
  7. CentOS / RHEL : iptables troubleshooting guide
  8. CentOS / RHEL : How to prioritize the devices used for swap partition
  9. Linux OS Service ‘ldap’
  10. chgrp Command Examples in Linux

You May Also Like

Primary Sidebar

Recent Posts

  • JavaFX ComboBox: Set a value to the combo box
  • Nginx load balancing
  • nginx 504 gateway time-out
  • Images preview with ngx_http_image_filter_module

© 2022 · The Geek Diary

  • Archives
  • Contact Us
  • Copyright