连分数难以读出

连分数难以读出

所以这和Puzzling.SE 上关于用 [1...n] 中的数字(n=[1,2,3...20])计算 π 的问题。我目前正在使用乳胶当所有 n=[1,2,3...20] 都算出来后,我将把它发布为在线参考。

我目前正在根据社区维基百科的答案来获取信息,并决定跳转到 n=17 并输入这些公式,这样我就不必稍后再做这些事情了。

我目前遇到的问题是,n=20 的连分数很难读取,因为它看起来真的很小。

但是,如果这是我需要处理的问题,那么我可以接受将公式挤在\hlines 之间。

问题图片:


在此处输入图片描述


代码:

\documentclass[12pt]{article}
\begin{document}

\begin{table*}
\begin{tabular}{|c|c|c|c|}
\hline
$n=$&Formula&Error&Credit\\\hline
1&1=1&2.14E0&Simd, 2012rcampion\\\hline
2&1+2=3&1.42E$-1$&Simd, 2012rcampion\\\hline
3&3=3&1.42E$-1$&Simd, 2012rcampion\\\hline
4&3+$\frac1{2\times4}=3.125$&1.66E$-2$&Simd, 2012rcampion\\\hline
5&3+$\frac1{2+5}=\frac{22}7$&1.26E$-3$&2012rcampion\\\hline
17&$\left(\frac1{10}\right)^{(4-6)/3}+8^{5-11}$&5.28E$-9$&CrSb0001\\&$-\frac7{12-2}-\frac{17-13}{14-9}$&&\\\hline
18&&&\\\hline
19&&&\\\hline
20&$3+\frac1{7+\frac{6-5}{15+\frac2{(10-8)+\frac{11-9}{(20\times14+12)+\frac{17-16}{13\times4}}}}}$&2.21E$-13$&Bubbler\\\hline
\end{tabular}
\end{table*}
\end{document}

有没有办法让连分数更大,以便于阅读?我试过使用\dfrac,但它完全破坏了分数。

编辑:这就是我所说的“完全打破分数”:

在此处输入图片描述

答案1

编辑:
考虑@Mico 评论并更改第三列类型 (1.2e3 --> 1.2e-2) 的规范和 siunitx 规范 (添加print-zero-exponent选项sisetup)。

像这样?

在此处输入图片描述

对于上表,使用了tabularray带有库的包amsmathsiunitx其中第二列定义为数学模式并左对齐,第三列是和包S中定义的类型。siunitxtabularray

由于表格比较宽,因此表格中使用了\small字体大小。

\documentclass[12pt]{article}
\usepackage[margin=25mm]{geometry}
\usepackage{tabularray}
\UseTblrLibrary{amsmath, siunitx}
\sisetup{print-zero-exponent,
         tight-spacing}
\usepackage{nccmath}   % for `\mfrac` (medium size fraction)

\begin{document}
    \begin{table}
\begin{tblr}{hlines, vlines,
             colspec = {Q[c]
                        X[l, mode=math]
                        Q[l, si={table-format=1.2e-2}]
                        l},
            row{1}   = {guard, c, mode=text},
            row{2-Z} = {rowsep = 5pt},
               cells = {font=\small}
             }
$n$ & Formula   & Error     & Credit                \\ 
1   & 1=1       & 2.14E 0   & Simd, 2012rcampion    \\ 
2   & 1+2=3     & 1.42E-1   & Simd, 2012rcampion    \\
3   & 3=3       & 1.42e-1   & Simd, 2012rcampion    \\ 
4   & 3+\mfrac1{2\times4}=3.125
                & 1.66e-2   & Simd, 2012rcampion    \\ 
5   & 3+\mfrac1{2+5}=\mfrac{22}7
                & 1.26E-3   &   2012rcampion        \\
17  & \Bigl(\frac1{10}\Bigr)^{(4-6)/3}+8^{5-11} - \frac7{12-2} - \frac{17-13}{14-9}
                & 5.28E-9   & CrSb0001              \\
18  &           &           &                       \\ 
19  &           &           &                       \\ 
20  & 3+\cfrac1{7+\cfrac{6-5}{15+\cfrac2{(10-8)+\cfrac{11-9}{(20\times14+12)+\cfrac{17-16}{13\times4}}}}}
                & 2.21E-13  & Bubbler               \\
\end{tblr}
    \end{table}
\end{document}

答案2

只需删除\hline指令或用指令替换它们\addlinespace。并且,删除所有垂直规则。

在此处输入图片描述

\documentclass[12pt]{article}
\usepackage[margin=1in,letterpaper]{geometry} % set page parameters as needed
\usepackage{array} % for '\newcolumntype' macro
\newcolumntype{L}{>{$}l<{$}}
\usepackage{amsmath}  % for '\cfrac' macro
\usepackage{booktabs} % for well-spaced horizontal rules
\begin{document}

\begin{table}[ht]
\footnotesize % optional, for a 20% linear reduction in font size
\centering
$\begin{array}{@{} c >{\displaystyle}l L L @{}}
\toprule
n & \text{Formula} & Error & Credit\\
\midrule
1   & 1=1   & 2.14E0  & Simd, 2012rcampion\\ \addlinespace
2   & 1+2=3 & 1.42E-1 & Simd, 2012rcampion\\ \addlinespace
3   & 3=3   & 1.42E-1 & Simd, 2012rcampion\\ \addlinespace
4   & 3+\frac{1}{2\cdot4}=3.125 & 1.66E-2 & Simd, 2012rcampion\\ \addlinespace
5   & 3+\frac{1}{2+5}=\frac{22}{7} & 1.26E-3 & 2012rcampion\\ \addlinespace
\vdots \\ \addlinespace
17  & \Bigl(\frac{1}{10}\Bigr)^{(4-6)/3} 
      -\frac{7}{12-2}-\frac{17-13}{14-9} 
    & 5.28E-9 & CrSb0001\\ \addlinespace
18  &  \dots \\ \addlinespace
19  &  \dots \\ \addlinespace
20  & 3+\cfrac{1}{7+\cfrac{6-5}{15+\cfrac{2}{(10-8)+\cfrac{11-9}{(20\cdot14+12)+\cfrac{17-16}{13\cdot4}}}}} 
    & 2.21E-13 & Bubbler \\ \addlinespace
\bottomrule
\end{array}$
\end{table}

\end{document}

答案3

我会选择更开放的外观;而且使用siunitx第三列似乎是最好的。

如果您将字体设置为\small并将连分数设置为\footnotesize,则可以将表格设置为标准文本宽度。但是,这些调整取决于您使用的文本宽度。

\documentclass[12pt]{article}
\usepackage{amsmath}
\usepackage{booktabs}
\usepackage{siunitx}

\sisetup{
  output-exponent-marker=\mathrm{E},
}

\begin{document}

\begin{table}
\centering
\small
\addtolength{\tabcolsep}{-2pt}

\begin{tabular}{@{}ccS[table-format=1.2e-1]c@{}}
\toprule
$n$ & Formula & {Error} & Credit\\
\midrule
 1 & $1=1$ & 2.14E0 & Simd, 2012rcampion\\
\addlinespace
 2 & $1+2=3$ & 1.42E-1 & Simd, 2012rcampion\\
\addlinespace
 3 & $3=3$ & 1.42E-1 & Simd, 2012rcampion\\
\addlinespace
 4 & $3+\frac1{2\times4}=3.125$ & 1.66E-2 & Simd, 2012rcampion\\
\addlinespace
 5 & $3+\frac1{2+5}=\frac{22}7$ & 1.26E-3 & 2012rcampion\\
\addlinespace
17 & $\left(\frac1{10}\right)^{(4-6)/3}+8^{5-11}-\frac7{12-2}-\frac{17-13}{14-9}$ & 
  5.28E-9 & CrSb0001\\
\addlinespace
18 & & & \\
\addlinespace
19 & & & \\
\addlinespace
20 & 
  \footnotesize
  $3+\cfrac{1}{
    7+\cfrac{6-5}{
      15+\cfrac{2}{
        (10-8)+\cfrac{11-9}{
          (20\times14+12)+\cfrac{17-16}{
            13\times4
          }
        }
      }
    }
  }$ & 2.21E-13 & Bubbler\\
\addlinespace
\bottomrule
\end{tabular}

\caption{The caption}
\end{table}

\end{document}

在此处输入图片描述

为什么-2pt?因为如果我不做这种调整就摆放桌子,溢出部分会比实际少一点,12pt而且还有六个列间空间可以利用。

或者你也可以这样做

\begin{table}
\centering
\small
\setlength{\tabcolsep}{0pt}

\begin{tabular*}{\textwidth}{
  @{\extracolsep{\fill}}
  c
  c
  S[table-format=1.2e-1]
  c
}
[identical body of the tabular]
\end{tabular*}

\caption{Table caption}

\end{table}

相关内容