Text Formatting ⇒ How decrease table size?
How decrease table size?
My table is out of page. How decrease table size? Because common commands of changing size of font don't help me.
NEW: TikZ book now 40% off at Amazon.com for a short time.

- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
How decrease table size?
Common switches for changing the font size work fine for me.
Best regards
Thorsten
Code: Select all
\small
% tabular environment
\normalsize
Best regards
Thorsten
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: How decrease table size?
localghost
It didn't help. 40% of table is out of page.
It didn't help. 40% of table is out of page.
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
How decrease table size?
Decrease more. \small was only an example.
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: How decrease table size?
localghost,
Also with \tiny don't correctly work.
Also with \tiny don't correctly work.
How decrease table size?
Hi,
without some useful code, all we can do is to guess; and I'm not very good at it.
Perhaps your table is simply too big to fit on one page. If this is the case, you should consider using the longtable package, for example.
without some useful code, all we can do is to guess; and I'm not very good at it.
Perhaps your table is simply too big to fit on one page. If this is the case, you should consider using the longtable package, for example.
1,1,2,3,5,8,13,21,34,55,89,144,233,...
How decrease table size?
gmedina, This is 3 first string of my table. You are right. It's very big to fit on one page, but using of 2 pages is undesirable. May be it may be decreased.
Code: Select all
\begin{table}[h!]
\begin{tabular}{|l|*{8}{c|}}
\hline
& \multicolumn{4}{c|}{Эксперимент}&\multicolumn{4}{c|}{Расчет}\\
\hline
%second string
Замер 1& $U_1 = 1\rv$ &
$
\begin{array}{l}
U_{\text{и}} = 8,867\rmcv\\
I_1 = 8,867\rmca
\end{array}
$&
$\upvarphi = 83,59\textdegree $ & $U_2 = 42,95\rmv$ & $Z_5 = 1,259*10^4+1,121j*10^5\rom$&$R_5=1,259*10^4\rom$&$X_5 = 1,121j*10^5\rom$& $X_{\text{м}12}=4,844*10^6$\\
\hline
%3d string
Замер 2& $U_2 = 0,9995\rv$ &
$
\begin{array}{l}
U_{\text{и}} = 4,773\rmv\\
I_2 = 4,773\rma
\end{array}
$&
$\upvarphi = 30,55\textdegree$ & $U_1 = 22,97\rv$ & $Z_6 = 1,259*10^4+1,121j*10^5\rom$&$R_5=1,259*10^4\rom$&$X_5 = 1,121j*10^5\rom$& $X_{\text{м}12}=4,844*10^6$\\
\hline
\hline
\end{tabular}
\caption{Таблица результатов эксперимента и расчётов}
\end{table}
How decrease table size?
And some used commands
Code: Select all
\newcommand{\rv}{\text{В}}
\newcommand{\rmv}{\text{мВ}}
\newcommand{\ra}{\text{А}}
\newcommand{\rma}{\text{мА}}
\newcommand{\rom}{\text{Ом}}
\newcommand{\rvt}{\text{Вт}}
\newcommand{\rkHz}{\text{кГц}}
\newcommand{\rmcv}{\text{мкВ}}
\newcommand{\rmca}{\text{мкА}}
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
How decrease table size?
This is not your first post and by now you should know that a minimal working example (MWE) is absolutely necessary for us to give specific help. If you don't understand why, let me explain that with some points.
- Your are writing in Russian with Cyrillic characters. This kind of typesetting is not reproducible for others without a working preamble.
- Furthermore you are using commands that are not part of standard LaTeX. Nobody is motivated to search for the right packages to get your code working. You have to be proactive.
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
How decrease table size?
localghost, ok this is minimal work example:
Code: Select all
\documentclass [a4paper, 12pt, oneside]{scrartcl}
\usepackage [cp1251] {inputenc}
\usepackage [english, russian] {babel}
\usepackage{indentfirst}
\usepackage{misccorr}
\usepackage{amsmath}
\usepackage{graphicx}
\usepackage{ccaption}
\usepackage{upgreek}
\usepackage{amssymb}
\begin{document}
\begin{table}[h!]
\begin{tabular}{|l|*{8}{c|}}
\hline
& \multicolumn{4}{c|}{asdfasdf}&\multicolumn{4}{c|}{asdf}\\
\hline
%second string
asdf& $U_1 = 1ddd$ &
$
\begin{array}{l}
U_{\text{и}} = 8,867asdfv\\
I_1 = 8,867asdf
\end{array}
$&
$\upvarphi = 83,59\textdegree $ & $U_2 = 42,95addd$ & $Z_5 = 1,259*10^4+1,121j*10^5asdf$&$R_5=1,259*10^4asd$&$X_5 = 1,121j*10^5asdf$& $X_{\text{м}12}=4,844*10^3$\\
\hline
%3d string
asdf& $U_2 = 0,9995asdf$ &
$
\begin{array}{l}
U_{\text{и}} = 4,773asd\\
I_2 = 4,773sd
\end{array}
$&
$\upvarphi = 30,55\textdegree$ & $U_1 = 22,97dd$ & $Z_6 = 180,338+106,44idd$&$R_6=180,338dd$&$X_5 = 106,44jdd$&$X_{\text{м}21}= 4,812*10^3ss$\\
\hline
\end{tabular}
\caption{blablaasdfasdfasdf}
\end{table}
\end{document}