Skip to main content

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.

15 votes
1 answer
12k views

KOMA-script scrreprt: Chapter Heading Size Customisation

This is a continued question from my previous thread I am setting up LaTeX to write my thesis using scrreprt. I have implemented with success all the advised and suggested solutions and have tried to ...
Fiztban's user avatar
  • 2,101
14 votes
4 answers
18k views

How to change font family in footnote?

How can I change font family (and size) for footnotes? Would be great to see a small example.
yegor256's user avatar
  • 12.2k
12 votes
4 answers
14k views

Appearance of \tiny or \scriptsize Fontsize in LaTeX (horizontal stretch)

The fontsize commands for fontsizes smaller than \normalsize stretch the aspect ratio of the letters or stretch the letters itself plus their spacing instead of properly scaling the text in width and ...
phw's user avatar
  • 343
10 votes
1 answer
2k views

Redefine the default depth of superscript and subscript document-wide

The behavior of subscript and supscript operator _ and ^ is like a blackbox to me, I am curious if I could redefine the behavior of them globally for a document. I searched the forum and found ...
Shuhao Cao's user avatar
  • 3,151
7 votes
1 answer
1k views

fancyhdr plus fontsize 12pt causes varying vertical alignment of sections

Looking at the example provided in Different headers for different chapters, I noticed something strange: The vertical alignment of sections is varying. I was able to strip the effect down to the ...
lockstep's user avatar
  • 252k
6 votes
3 answers
5k views

How to create a newcommand for fontsize?

I am trying to create a command to modify fontsize with one parameter, it seems that the paramater is not expanding properly: \newcommand{\mycfs}[1]{\fontsize{#1pt}{1.2*#1pt}}
user942's user avatar
  • 221
4 votes
1 answer
880 views

Incorrect line spacing when using \Large in a center environment

When I enclose text with line breaks within a center environment, there is extra space after the first line, but only if the font size has been changed. The following working example prints the same ...
Jeff Klukas's user avatar
38 votes
1 answer
33k views

What is the second value in \fontsize for?

I know that it is possible to change the size of the font of the section titles in a document using \usepackage{sectsty} and the command \sectionfont; for example, to set the section titles' font to ...
valerio's user avatar
  • 651
37 votes
1 answer
32k views

How to change title font size in moderncv?

How can I change the title font size (First name, Family Name) in a resume written using moderncv package?
PGupta's user avatar
  • 681
32 votes
4 answers
122k views

Make equations large

I'm including some equations in my document, but want them to appear very large. I have them in display mode, as opposed to inline mode, but can't seem to find any way to make them larger. I've tried ...
robintw's user avatar
  • 7,462
31 votes
2 answers
37k views

Need smaller than \tiny

I use the following to reduce the size {\tiny $$ \begin{array}{|c||c|c|c|c|c|c|c|c|c|c|c|c|} but it is still too large. How can I further reduce the size?
user12290's user avatar
  • 3,361
30 votes
3 answers
35k views

Beamer: Changing the font size of the references using the shrink argument causes an error [duplicate]

I'm trying to change the font size of the references using the shrink of the frame argument. However, if I run this code: \documentclass{beamer} \usepackage[american]{babel} \usepackage[utf8]{...
deboerk's user avatar
  • 1,479
30 votes
3 answers
28k views

Different font sizes for different rows in table

I want to put different sizes of fonts (smaller) into different rows of my LaTeX table. I found that it is possible to have different font sizes for different columns of this post. Is there any simple ...
chatcja's user avatar
  • 743
29 votes
1 answer
21k views

Get current font size as length

I understand from THIS question that the current font size can be determined. But how can I convert this to a length value? \documentclass[10pt,a4paper]{article} \newlength{\mytextsize} %This ...
Nicholas Hamilton's user avatar
28 votes
3 answers
23k views

Change default font size while using fontspec

I'd like to set the main font size (i.e. all text which isn't a heading or something else with an explicit font size) to a particular font size, in this case, 9.5pt. I can't use the default package ...
Marcin's user avatar
  • 3,151

15 30 50 per page
1 2 3
4
5
30