每个人。
几周前我发了一个问题关于类似主题。我正在学习使用框和小页面。直到昨天一切都进展顺利。我试图做与上述问题几乎相同的事情;我试图将一个表格放在一个小页面旁边,上面有一些文本和一个图形,但我似乎无法对齐两个小页面的顶行。我给你留下一张关于这个问题的图片:
就是方程 (3.1) 上方的空白处。为什么会出现这种情况?我一直在尝试调整参数(t、b 或 c),但并没有完全解决它。
代码如下:
\documentclass[10pt,a4paper]{article}
\usepackage[utf8]{inputenc}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{amsfonts}
\numberwithin{equation}{section}
\usepackage{upgreek}
\usepackage{graphicx}
\usepackage{endnotes}
\usepackage{caption}
\usepackage{subcaption}
\usepackage{mathrsfs}
\usepackage[toc]{blindtext}
\usepackage{tocbibind}
\usepackage{enumerate}
\usepackage{float}
\usepackage{multirow}
\usepackage{multicol}
\usepackage[usenames]{color}
\usepackage[hidelinks]{hyperref}
\usepackage[dvipsnames]{xcolor}
\usepackage[spanish, es-tabla]{babel}
\usepackage{flushend}
\usepackage{booktabs}
%\usepackage{underscore}
\usepackage{wrapfig}
\newsavebox{\tempbox}
\graphicspath{ {./img/} }
\author{\textit{Samuel G. Guerrero Camarero}}
\title{\textbf{Práctica 12. Conductividad eléctrica y térmica de metales.}}
\oddsidemargin=-0.55cm
\textwidth=18cm
\textheight=25cm
\topmargin=-2cm
\begin{document}
\noindent Ahora, si recordamos la ley de Ohm, $V=RI$, la pendiente que hemos obtenido es la resistencia del circuito, $R= 10.6273 \pm 0.1385$ $\mu\Omega$. Y esta se puede relacionar con la conductividad por\\
\savebox{\tempbox}{
\begin{tabular}{|c|c|}
\hline
\textbf{Corriente (A)} & \textbf{Tensión ($\mu$V)} \\ \hline
0.25 $\pm$ 0.02 & 13.0 $\pm$ 0.4 \\ \hline
0.28 $\pm$ 0.02 & 13.5 $\pm$ 0.4 \\ \hline
0.31 $\pm$ 0.02 & 14.1 $\pm$ 0.4 \\ \hline
0.37 $\pm$ 0.02 & 14.9 $\pm$ 0.4 \\ \hline
0.43 $\pm$ 0.02 & 15.3 $\pm$ 0.4 \\ \hline
0.58 $\pm$ 0.03 & 16.4 $\pm$ 0.4 \\ \hline
0.69 $\pm$ 0.3 & 17.4 $\pm$ 0.4 \\ \hline
0.79 $\pm$ 0.3 & 18.7 $\pm$ 0.4 \\ \hline
0.83 $\pm$ 0.3 & 19.3 $\pm$ 0.4 \\ \hline
0.91 $\pm$ 0.04 & 20.3 $\pm$ 0.4 \\ \hline
0.95 $\pm$ 0.04 & 20.5 $\pm$ 0.4 \\ \hline
1.10 $\pm$ 0.04 & 21.5 $\pm$ 0.4 \\ \hline
1.22 $\pm$ 0.05 & 22.7 $\pm$ 0.4 \\ \hline
1.3 $\pm$ 0.05 & 23.5 $\pm$ 0.4 \\ \hline
1.45 $\pm$ 0.05 & 25.2 $\pm$ 0.5 \\ \hline
1.65 $\pm$ 0.06 & 27.6 $\pm$ 0.4 \\ \hline
1.74 $\pm$ 0.06 & 28.0 $\pm$ 0.5 \\ \hline
2.04 $\pm$ 0.07 & 31.6 $\pm$ 0.5 \\ \hline
4.92 $\pm$ 0.15 & 64.0 $\pm$ 0.6 \\ \hline
5.80 $\pm$ 0.18 & 73.5 $\pm$ 0.7 \\ \hline
6.7 $\pm$ 0.2 & 84.2 $\pm$ 0.7 \\ \hline
\end{tabular}} %end of TEMPBOX
\noindent\begin{minipage}[t]{\wd\tempbox}
\usebox\tempbox
\captionof{table}{Datos recogidos.}
\label{tab:IvsV}
\end{minipage}\hfill
\begin{minipage}[t]{\dimexpr \textwidth-\columnsep-\wd\tempbox}
% \setlength{\parindent}{15pt}% overkill
\begin{equation}
R=\frac1{\sigma} \frac{L}{S}.
\label{eq:Rsigma}
\end{equation}
\noindent Donde $L$ es la longitud de la barra, (31.5 $\pm$ 0.1) cm, y $S$ su sección, 4.91$\cdot$10$^{-4}$ m$^{2}$.
%%\setlength{\parindent}{10pt}
%\vspace{\intextsep}
%\noindent %This is the minipage for the image
\noindent\begin{minipage}{\linewidth}% not really needed, but a good idea anyway
\vskip\intextsep
\centering
\includegraphics[scale=0.5]{IvsV}
\captionof{figure}{}
\label{fig:RvsT}
\end{minipage}%\vspace{\intextsep}
Por tanto, podemos despejar $\sigma$ de \ref{eq:Rsigma} y sustituir valores. Así, obtenemos la conductividad de nuestro material
\end{minipage}
\begin{equation}
\sigma = (60367907 \pm 802624) \text{ S/m} \approx (60.4 \pm 0.8)\cdot 10^{6} \text{ S/m }
\end{equation}\\
El error de este y de demás cálculos se obtendrán de la herramienta online de cálculo de propagación de errores \cite{ERRpropag}. Si comparamos este valor con el tabulado \cite{cobreWIKI}, 58,108$\cdot$10$^{6}$ S/m, vemos que el valor es bastante cercano, difiriendo sólo un 3.8\%.\\
\end{document}
先感谢您。
答案1
除了命令中缺少[t]
可选参数之外,我还根据您已加载的包调整了包的外观。此外,我引入了包来改善表格中数字的对齐方式,我还使用这个包来排版各种其他数字及其单位。使用命令中的适当选项可以轻松更改输出 。最后,我还从序言中删除了不相关的包。还请记住包的正确加载顺序,它应该(除了少数例外)是序言中的最后一个包:tabular
\savebox
tabular
booktabs
siunitx
\sisetup
hyperref
\documentclass[10pt,a4paper]{article}
\usepackage{amsmath}
\numberwithin{equation}{section}
\usepackage{graphicx}
\usepackage[dvipsnames]{xcolor}
\usepackage[spanish, es-tabla]{babel}
\usepackage{booktabs}
\usepackage{caption}
\usepackage{siunitx}
\sisetup{separate-uncertainty=true, output-decimal-marker = {,}, per-mode=symbol, exponent-product=\cdot}
\usepackage[hidelinks]{hyperref}
\setlength{\parindent}{0pt}
\newsavebox{\tempbox}
\graphicspath{ {./img/} }
\author{\textit{Samuel G. Guerrero Camarero}}
\title{\textbf{Práctica 12. Conductividad eléctrica y térmica de metales.}}
\oddsidemargin=-0.55cm
\textwidth=18cm
\textheight=25cm
\topmargin=-2cm
\begin{document}
Ahora, si recordamos la ley de Ohm, $V=RI$, la pendiente que hemos obtenido es la resistencia del circuito, $R= \SI{10.6273(1385)}{\micro\ohm}$. Y esta se puede relacionar con la conductividad por\\
\savebox{\tempbox}{%
\begin{tabular}[t]{S[table-format=1.2(3)]S[table-format=2.1(3)]}
\toprule
{\textbf{Corriente (\si{\ampere})}} & {\textbf{Tensión (\si{\micro\volt})}} \\
\midrule
0.25(2) & 13.0(40) \\
0.28(2) & 13.5(40) \\
0.31(2) & 14.1(40) \\
\addlinespace
0.37(2) & 14.9(40) \\
0.43(2) & 15.3(40) \\
0.58(3) & 16.4(40) \\
\addlinespace
0.69(30) & 17.4(40) \\
0.79(30) & 18.7(40) \\
0.83(30) & 19.3(40) \\
\addlinespace
0.91(4) & 20.3(40) \\
0.95(4) & 20.5(40) \\
1.10(4) & 21.5(40) \\
\addlinespace
1.22(5) & 22.7(40) \\
1.3(5) & 23.5(40) \\
1.45(5) & 25.2(50) \\
\addlinespace
1.65(6) & 27.6(40) \\
1.74(6) & 28.0(50) \\
2.04(7) & 31.6(50) \\
\addlinespace
4.92(15) & 64.0(60) \\
5.80(18) & 73.5(70) \\
6.7(20) & 84.2(70) \\
\bottomrule
\end{tabular}} %end of TEMPBOX
\begin{minipage}[t]{\wd\tempbox}
\usebox\tempbox
\captionof{table}{Datos recogidos.}
\label{tab:IvsV}
\end{minipage}\hfill
\begin{minipage}[t]{\dimexpr \textwidth-\columnsep-\wd\tempbox}
\begin{equation}
R=\frac1{\sigma} \frac{L}{S}.
\label{eq:Rsigma}
\end{equation}
Donde $L$ es la longitud de la barra, \SI{31.5(1)}{\cm}, y $S$ su sección, \SI{4.91e-4}{\meter\squared}.
\begin{minipage}{\linewidth}% not really needed, but a good idea anyway
\vskip\intextsep
\centering
\includegraphics[scale=0.5]{example-image}
\captionof{figure}{}
\label{fig:RvsT}
\end{minipage}%\vspace{\intextsep}
Por tanto, podemos despejar $\sigma$ de \ref{eq:Rsigma} y sustituir valores. Así, obtenemos la conductividad de nuestro material
\end{minipage}
\begin{equation}
\sigma = \SI{60367907(802624)}{S\per\meter} \approx \SI{60.4(8)e6}{S\per\meter}
\end{equation}
El error de este y de demás cálculos se obtendrán de la herramienta online de cálculo de propagación de errores \cite{ERRpropag}. Si comparamos este valor con el tabulado \cite{cobreWIKI}, \SI{58,108e6}{S\per\meter}, vemos que el valor es bastante cercano, difiriendo sólo un 3.8\%.
\end{document}