Skip to main content

All Questions

Tagged with
254 votes
4 answers
611k views

Changing the font size in a table

What's the recommend way of changing the font size in a particular table? Is there a better way than enclosing all values with, for example, the \tiny function.
0 votes
0 answers
27 views

Resize text in .pgf input

I have some wide graphics as .pgf files. I include them in my .tex document as follows: \begin{figure}[ht!] \centering \resizebox{\linewidth}{!}{\input{file.pgf}} \caption{the caption} \...
0 votes
1 answer
1k views

Reducing caption font size

I would like to see the caption font (and caption label too) with size that is smaller than in whole document. I`ve tried some solutions from SE (Font size of Figure Caption Header), e.g.: \usepackage[...
5 votes
1 answer
5k views

Caption text and label size to only one figure

Could I change caption text size and label size to only one figure? I've seen in other questions that: \captionsetup[figure]{font=footnotesize,labelfont=footnotesize} can be used to change sizes in ...
1 vote
1 answer
65 views

Align font size for tables with different number of columns

I am fairly new to LaTeX and I have a quite basic question. I create tables like this: \begin{table}[H] \resizebox{\textwidth}{!}{% \begin{tabular}{@{\extracolsep{5pt}}lD{.}{.}{-2} D{.}{.}{...
0 votes
1 answer
199 views

How to change size of caption font while I use hang format?

I hope you are doing well. I have tried to change the font size of the caption by \DeclareCaptionFormat{myformat}{\fontsize{8}{6}\selectfont#1#2#3} \captionsetup{format=myformat} but I have lost ...
3 votes
1 answer
1k views

pgfplot same size font in figures and same size figures

Hi I've created figures with standalone and pgfplot package. The figures output size are different to one another but more importantly the font size are different. I would like all figures to be of ...
1 vote
1 answer
3k views

Text in image scaled to same size as body text

I am working on a research submission and my supervisor requires that any text on my graphs (e.g. axis labels, tick marks etc) are the same size as text in the main body of my report (including ...
1 vote
1 answer
989 views

How to re size figure and table label font?

I used the \footnotesize command to downsize the label font however the "Figure 2.1" part of the label does not resize. This means I end up with something like: "Figure 2.1:" in a small font plus the ...
10 votes
2 answers
6k views

How can i change the fontsize with KOMA-script?

I need to change the fontsize to 11pt inside a table environment. The default setting of the document is 12pt using scrartcl, but I need to change this to exact 11pt in the float (the reason is that ...
5 votes
1 answer
2k views

\small wrapped around table doesn't work

Nothing happens, even though I've applied \small around the table. No observable change in font size. Howcome? \documentclass{article} \usepackage{booktabs} \usepackage[T1]{fontenc} \begin{document}...
5 votes
2 answers
327 views

Space between floats and text after special declaration of font size for scrbook

Our designer suggested a font size of 10.5. We passed this as an option to the srcbook class and everything seems to work fine except the space between main text and floats. With fontsize=10.5 much ...
1 vote
4 answers
2k views

How to increase fontsize inside tables?

Here is the table. I have tried everything possible to increase the font size of the text, but it is not working. The document type is an article. \begin{table*} \LARGE\textbf \centering\caption{...
1 vote
0 answers
125 views

Section, figure, table numbers are in smaller font size [closed]

I have used \include{resultsanddiscussion} to import certain chapter results and discussion. I have used \fontsize{16pt}{18pt}\selectfont to determine heading size 16 pt and spacing 18 pt. the code of ...
0 votes
1 answer
5k views

Font size of figures and table captions

I need my figure and table captions to be of font size 8pt, how do I achieve this?

15 30 50 per page