From d7c9d98dcb46c2034fadf191c2d7dfd1f185680c Mon Sep 17 00:00:00 2001 From: Christophe Dervieux Date: Thu, 28 Jan 2021 15:39:37 +0100 Subject: [PATCH] Rerender 091 following changes in https://github.com/yihui/knitr/commit/b91452e1ee503a0f4bcc12477aa8c63e3584b0a1 (#77) --- 091-knitr-table.tex | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/091-knitr-table.tex b/091-knitr-table.tex index 0399865..0882afb 100644 --- a/091-knitr-table.tex +++ b/091-knitr-table.tex @@ -202,9 +202,9 @@ \section{Default tables are ugly} \end{alltt} \end{kframe} \begin{tabular}{rrrrl} -\toprule +\toprule{} Sepal.Length & Sepal.Width & Petal.Length & Petal.Width & Species\\ -\midrule +\midrule{} 5.1 & 3.5 & 1.4 & 0.2 & setosa\\ 4.9 & 3.0 & 1.4 & 0.2 & setosa\\ 4.7 & 3.2 & 1.3 & 0.2 & setosa\\ @@ -212,7 +212,7 @@ \section{Default tables are ugly} 5.0 & 3.6 & 1.4 & 0.2 & setosa\\ \addlinespace 5.4 & 3.9 & 1.7 & 0.4 & setosa\\ -\bottomrule +\bottomrule{} \end{tabular} \begin{kframe}\begin{alltt} @@ -220,11 +220,11 @@ \section{Default tables are ugly} \end{alltt} \end{kframe} \begin{tabular}{rrrrl} -\toprule +\toprule{} Sepal.Length & Sepal.Width & Petal.Length & Petal.Width & Species\\ -\bottomrule +\bottomrule{} \end{tabular} \begin{kframe}\begin{alltt} @@ -232,11 +232,11 @@ \section{Default tables are ugly} \end{alltt} \end{kframe} \begin{tabular}{rrrrl} -\toprule +\toprule{} Sepal.Length & Sepal.Width & Petal.Length & Petal.Width & Species\\ -\midrule +\midrule{} 5.1 & 3.5 & 1.4 & 0.2 & setosa\\ -\bottomrule +\bottomrule{} \end{tabular} \begin{kframe}\begin{alltt} @@ -244,9 +244,9 @@ \section{Default tables are ugly} \end{alltt} \end{kframe} \begin{tabular}{lrrrrrrr} -\toprule +\toprule{} & mpg & cyl & disp & hp & drat & wt & qsec\\ -\midrule +\midrule{} Mazda RX4 & 21.0 & 6 & 160 & 110 & 3.90 & 2.620 & 16.46\\ Mazda RX4 Wag & 21.0 & 6 & 160 & 110 & 3.90 & 2.875 & 17.02\\ Datsun 710 & 22.8 & 4 & 108 & 93 & 3.85 & 2.320 & 18.61\\ @@ -254,7 +254,7 @@ \section{Default tables are ugly} Hornet Sportabout & 18.7 & 8 & 360 & 175 & 3.15 & 3.440 & 17.02\\ \addlinespace Valiant & 18.1 & 6 & 225 & 105 & 2.76 & 3.460 & 20.22\\ -\bottomrule +\bottomrule{} \end{tabular} @@ -267,9 +267,9 @@ \section{Long tables} \end{alltt} \end{kframe} \begin{longtable}{lrrrrrrr} -\toprule +\toprule{} & mpg & cyl & disp & hp & drat & wt & qsec\\ -\midrule +\midrule{} Mazda RX4 & 21.0 & 6 & 160.0 & 110 & 3.90 & 2.620 & 16.46\\ Mazda RX4 Wag & 21.0 & 6 & 160.0 & 110 & 3.90 & 2.875 & 17.02\\ Datsun 710 & 22.8 & 4 & 108.0 & 93 & 3.85 & 2.320 & 18.61\\ @@ -308,7 +308,7 @@ \section{Long tables} \addlinespace Maserati Bora & 15.0 & 8 & 301.0 & 335 & 3.54 & 3.570 & 14.60\\ Volvo 142E & 21.4 & 4 & 121.0 & 109 & 4.11 & 2.780 & 18.60\\ -\bottomrule +\bottomrule{} \end{longtable}