Skip to main content

All Questions

Tagged with
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
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
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
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
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