2

I would like to change the font size in LaTeX from 12 to 14 how can I do that?

I am using the following code but it's not working:

\documentclass[a4paper,12bp]{article}
David Carlisle
  • 757,742
Python
  • 47
  • 3
    Welcome to TeX SX! You can use the extsizes package and write as the first line: \documentclass[a4paper,14pt]{extarticle}. – Bernard Jul 15 '21 at 08:36

0 Answers0