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}
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}
extsizespackage and write as the first line:\documentclass[a4paper,14pt]{extarticle}. – Bernard Jul 15 '21 at 08:36