Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [fontsize]

{fontsize} is about selecting a document's standard font size (with class options like 12pt), changing relative font sizes within a document (with macros like \small or \large), and defining or modifying {macros} related to font sizes.

2 votes
1 answer
10k views

What unit of measure is pt in the documentclass?

I would like to know what is the meaning of 13pt in here: \documentclass[a4paper,13pt]{article} My first guess was that it was the size of the characters, but changing the number does not seem to do ...
inquisitor's user avatar
2 votes
1 answer
2k views

How to fix the vertical spacing above and under equations?

I'm having problems with vertical spacing above and under equations and I don't know what to do anymore. Here's a MWE that reproduces my problem (I wasn't able to make a simpler version in English, ...
Cham's user avatar
  • 2,328
2 votes
2 answers
4k views

Automatically reduce size of text to fit inside a frame

I need a code (and so, created that:P) for reducing the font size in order to fit it inside a frame (or a minipage of a frame) and not let it overflow from there to the footer's area. lets say we ...
koleygr's user avatar
  • 20.3k
2 votes
2 answers
1k views

How to resize the font size in a longtblr (tabularray)?

The following longtblr table code and myself have some differences of opinion. For instance, the font size, which I would like to be 10pt, but the output just puts "10pt" above the table and ...
BlueIris's user avatar
  • 339
2 votes
2 answers
476 views

How can I change the font and size of math mode (without changing the 'normal' text font)?

I would like to use the following fonts within my exams: Normal text: Arial (12 pt) Math text: Times New Roman Mathtype (13 pt) I use Arial with fontspec. How can I change the font and size math ...
KenAdams's user avatar
  • 139
2 votes
1 answer
344 views

Font size not changing for figures

Code: \documentclass[12pt]{article} \usepackage{float} \usepackage[american,siunitx]{circuitikz} \begin{document} \noindent Hello\newline \footnotesize This is small. \begin{...
Superman's user avatar
  • 1,625
2 votes
2 answers
2k views

How to change the fontsize in the heading of the glossary

I set up a glossary using the following code: \documentclass[12pt]{report} \usepackage[nonumberlist]{glossaries} \usepackage[printonlyused]{acronym} \makeglossaries \newacronym{cmp}{CMP}{Common Mid ...
Benjamin's user avatar
2 votes
1 answer
3k views

How do I get the font sizes I need when they are in between the defaults? SAE Class progress

I don't really know much about hacking together a class file, but as I have mentioned elsewhere on the forum, I am trying to do one for SAE. My current class file only supports a 10pt font size as the ...
R.K.G.'s user avatar
  • 405
2 votes
0 answers
876 views

Increase font size of entire document in \documentclass{exam} [duplicate]

I am setting up a question paper using: \documentclass[12pt]{exam} However, I would like to increase the font size to 15pt for the entire document. I found out from this tex.stackexchange question ...
Srivatsan's user avatar
  • 723
2 votes
1 answer
1k views

Change fontsize of an array within an align environment

I am trying to label several lines at once in a very long equation. From this question I have come up with the following minimal example: \documentclass{report} \usepackage[onehalfspacing]{setspace} \...
campbellC's user avatar
  • 191
2 votes
1 answer
2k views

Different font sizes and row heights in tables

I have to typeset a table with different font sizes in different table rows. I am using the approach suggested by Werner in Different font sizes for different rows in table: \documentclass{standalone}...
LaTeX User's user avatar
2 votes
2 answers
257 views

How can I change the size of one symbol in an equation?

I want to use a symbol f in some of my equations (to denote a very important function), and I want it to stand out, so I was thinking of boosting its size. Unfortunately, I cannot find a way of ...
Ignat Insarov's user avatar
2 votes
1 answer
2k views

Adjusting Text Size in Footer

Here is the code that I have been using. I have a couple of questions here, How to reduce the size of text in footer so that it is not chopped off at the end of a page? Move the text in the footer to ...
Sunny's user avatar
  • 31
2 votes
1 answer
11k views

change font size of moderncv

How can I increase the font size in moderncv? The font size in \documentclass is currently ignored. I only found solutions to change \namefont, \titlefont, \addressfont, \quotefont, \sectionfont, \...
Frank Breitling's user avatar
2 votes
2 answers
801 views

unicode math font smaller than the text

I have a problem with unicode-math. When I set the document at 12pt, the maths font remains 10pt, as shown in the following example: \documentclass[12pt,fleqn,oneside]{article} \usepackage{amsmath} \...
Logos's user avatar
  • 419

15 30 50 per page