GeneralUsing bp instead of pt in latex font size.

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
ahmeday78
Posts: 1
Joined: Wed Aug 05, 2020 4:14 pm

Using bp instead of pt in latex font size.

Post by ahmeday78 »

Dear all,
I have a thesis template written in MS word using times new roman 12bp font size with certain margins when I write it in LaTeX the full page takes 35 lines instead of 34 lines in word. I now I using font size 12pt and the word using font size 12bp< the question is; how can I wite with font size 12bp instead of 12pt in latex?

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX books
User avatar
Ijon Tichy
Posts: 640
Joined: Mon Dec 24, 2018 10:12 am

Using bp instead of pt in latex font size.

Post by Ijon Tichy »

To use a 12bp font instead of 12pt font you need scalable fonts. The LaTeX standard CM or EC fonts are not scalable.

I would simply increase the line spread, e.g., using \linespread{1.028} or something like this. The needed value should be between 1.02 and 1.03.

If you really want to try 12bp, you can try

Code: Select all

\usepackage[fontsize=12pb]{scrextend}
See the KOMA-Script manual for more information.
Sorry, but I can no longer participate here as the administrator is trampling on my wishes on one of his other platforms. :cry:
Post Reply