Skip to main content

All Questions

Tagged with
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} \...
CLRW97's user avatar
  • 185
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[...
Alexander's user avatar
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{.}{.}{...
nohomejerome's user avatar
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 ...
Mojtaba Mansouri's user avatar
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 ...
wgb22's user avatar
  • 125
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 ...
ManoTech's user avatar
  • 115
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{...
Della's user avatar
  • 385
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 ...
jfernandz's user avatar
  • 881
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 ...
bipul mohanto's user avatar
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?
hlkstuv_23900's user avatar
1 vote
1 answer
467 views

Resize characters in figure caption

I frequently use \scalebox from the graphics package in math-environment as $x^{ \scalebox{0.55}{(n)} }_{i}$ which works fine. However, I am not able to use the same sequence in a figure caption: \...
ubere's user avatar
  • 13
5 votes
2 answers
6k views

Change font size of labels in figures to any font size

I want to change the font size of the label of a figure environment to any font size. It's possible to use the package caption with the argument font=Large for example. But I found no way to choose ...
leacbern's user avatar
  • 165
3 votes
0 answers
3k views

font size and type in asymptote [duplicate]

I am struggling to find font sizes and types for labels on my math figures in asymptote. I am creating two images which should be essentially the same, but for a sphere and cylinder. I haven't been ...
chase's user avatar
  • 225
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 ...
Joseph Hamad's user avatar
6 votes
1 answer
249 views

Set certain fontsize for a certain part of my document

I'm embedding a figure into my document which contains several \put{}-commands to place texts and formulas over the PDF-figure. The code looks of BLA.pdf_tex looks like this: %% Creator: Inkscape 0....
tim's user avatar
  • 1,407
3 votes
2 answers
3k views

unify figure(gnuplot generated) font size and latex font size

I am generating some figures with gnuplot epslatex terminal in standalone mode. There is no problem in generating the figures and the quality. However, while using the elsevier article class in two ...
Umut Tabak's user avatar
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 ...
Stefan Müller's user avatar
3 votes
1 answer
2k views

Reduce float size to fit page

I've got a longish sidewaystable which currently is to large for its page. At least with \footnotesize it is. With \scriptsize it becomes too small, which looks strange and is hard to read. Is there ...
MvG's user avatar
  • 2,663
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 ...
Jörg's user avatar
  • 7,703
8 votes
2 answers
2k views

Trouble changing font size in figure legends

I'm trying to set the font size smaller in the legends for all of my figures and tables. The way I was trying to do this was using \AtBeginEnvironment but that doesn't seem to do anything at all. This ...
Jack Aidley's user avatar
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.
csgillespie's user avatar
  • 5,238
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}...
ptrcao's user avatar
  • 6,623
6 votes
2 answers
16k views

Change font size in figure environment

I'm writing a thesis-like document and I have sketches/figures made in TikZ and plots/graph made in gnuplot with the epslatex terminal. In the gnuplot manual it says if the font is not specified it ...
Øsse's user avatar
  • 73