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.

3 votes
1 answer
1k views

Specific font for specific characters with mathspec package

I am trying to manipulate the font, font size and thickness of the mathematical characters individually. I came into this solution at stackexchange; XeTeX/mathspec punctuation issue ... \makeatletter ...
ahmetbayirli's user avatar
3 votes
1 answer
2k views

Fontspec matching lower case between roman, mono and math fonts

I have been trying to make roman, mono and math fonts match the lower case. More specifically, I am using Palatino for roman, AMS-Euler for math and dejavu sans for mono. However, I have been ...
ℂybernetician's user avatar
3 votes
1 answer
808 views

fontsize of chapterstyle{article} in memoir class

I'm using the chapterstyle article in my document. However I want to customize the style, i.e., make my own style. Is there any way to find out the exact font size, spacings above and below etc. that ...
Tina's user avatar
  • 748
3 votes
1 answer
641 views

Reduce size and justify font of caption using memoir

I try to reduce and better align my caption text (and not the automatic label "figure.") text with memoir. I try this this without success, and i search in the memoir documentation, and try some ...
reyman64's user avatar
  • 539
3 votes
1 answer
796 views

How to increase size of the diacritic/accent mark selectively without changing the alphabet size

I am using a typeface that has limited support for letters with diacritics. I am looking to use the features in latex (I'm using xetex on ubuntu) for providing the glyphs I am missing. My font has ...
hashable's user avatar
  • 531
3 votes
1 answer
12k views

Any easy way to change the section font size in a LaTex article?

The default section head font size is 17, and subsection is 14. Any simple way to change them to, say 16 and 13? Just the size, nothing else. I've googled for solutions and those I find are either ...
Mas's user avatar
  • 33
3 votes
2 answers
182 views

How to fix this logo in \tiny size?

I wish to design such a logo that works with different font sizes, just like \LaTeX. Here is my current code: \documentclass{article} \makeatletter \RequirePackage{xcolor} \RequirePackage{graphicx} \...
Jinwen's user avatar
  • 8,618
3 votes
4 answers
8k views

How to use \scalebox around my environment?

I tried putting scalebox{.2} while defining my new environment, but it is not being applied: \documentclass[10pt,a5paper,twoside]{memoir} \usepackage[T1]{fontenc} \usepackage[utf8]{inputenc} \...
user's user avatar
  • 4,815
2 votes
1 answer
227 views

Font size (via \selectfont) and feature (WordSpace) in TikZ node / group

I'm trying to set the WordSpace feature and some appropriate \fontsize for text inside a TikZ node. Below is the expected result (given by the fourth set of code below, outside tikzpicture). I've ...
Jinwen's user avatar
  • 8,618
2 votes
1 answer
284 views

How to decrease the font size of 'References'?

How to decrease the font size of 'References'? I want to make it 11pt fontsize. \documentclass[a4paper,oneside,11pt]{article} \usepackage[left=2.5cm,right=2.5cm,top=4cm,bottom=2.7cm]{geometry} \...
Ongky Denny Wijaya's user avatar
2 votes
1 answer
125 views

How to get the font size parameter passed to the main standard classes?

For complex length manipulation (see here), I would need to get the font size that was passed as an option to the document class: \documentclass[12pt]{article} \newlength{\mainfontsize} \setlength{\...
Vincent's user avatar
  • 5,327
2 votes
3 answers
147 views

How can I reduce the sizes of the tables which are presented side by side, their internal texts and respective captions?

I want to present two big tables (9 columns each) side by side. For that I wrote this code: \begin{table} \parbox{.45\linewidth}{ \centering \begin{tabular}{|c|c|c|c|c|c|c|c|c|} \hline & Class 1 &...
Debbie's user avatar
  • 313
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
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

15 30 50 per page
1
24 25
26
27 28
30