Main example
3a: Legende unter Tabelle
3b: Add index with line,
Calculate sum, Standardabweichung, Varianz in footer with line
3c: Csv file
call snippet style raw snippet
call set environment→lock environment
Faked second table
calculate sum, mean, standard deviation under table
combine files
Use essential styles and hlines from Create a simple table with borders
Setup styles for data importing
- center header, detect if number ⇒ right align, rowhead = 2, multicolumn cell
1 Rename columns, right align, explain column in legende, show fraction, different 10er potenz
decimal align
3
- show how columns can be renames with index
1{new title}
or name {Umess}{$U_\mathrm{mess}$}
3a
3b
- german comma, (e) scientific notation, sort data, index column
Main example
Example file data.csv
:
# Convergence results
# fictional source generated 2008
$t$ in ms, $U_{mess}$ in V
9,7.57858283e-01
25,5.00000000e-01
81,2.87174589e-01
289,1.43587294e-01
1089,4.41941738e-02
4225,1.69802322e-02
16641,8.20091159e-03
66049,3.90625000e-03
263169,1.95312500e-03
1050625,9.76562500e-04
Align at decimal or scientific separator
- [p] supports
dec sep align
and sci sep align
- [c] conflicts with tabularray/tblr by using
\multicol
for alignment, thus no improved cell margins, gap between hlines and row color
- color rows with
\rowcolor[gray]{0.9}
from colortbl
- create dashed horizontal lines with
\hdashline
from arydshln
Sources:
Related:
Tags: