www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 6362e0f8f2a691b28962f624031c919588ab96d7
parent 8bff74ca09bb68fa48a0be217e1f97ec3e25a6da
Author: Martin von Gagern <gagern@ma.tum.de>
Date:   Tue,  7 Jul 2015 00:26:39 +0200

Test case demonstrating the desired spacing around an array

Diffstat:
Atest/screenshotter/images/ArrayType-firefox.png | 0
Mtest/screenshotter/ss_data.json | 1+
2 files changed, 1 insertion(+), 0 deletions(-)

diff --git a/test/screenshotter/images/ArrayType-firefox.png b/test/screenshotter/images/ArrayType-firefox.png Binary files differ. diff --git a/test/screenshotter/ss_data.json b/test/screenshotter/ss_data.json @@ -1,6 +1,7 @@ { "Accents": "http://localhost:7936/test/screenshotter/test.html?m=\\vec{A}\\vec{x}\\vec x^2\\vec{x}_2^2\\vec{A}^2\\vec{xA}^2", "Arrays": "http://localhost:7936/test/screenshotter/test.html?m=\\left(\\begin{array}{rlc}1%262%263\\\\1+1%262+1%263+1\\cr1\\over2%26\\scriptstyle 1/2%26\\frac12\\\\[1ex]\\begin{pmatrix}x\\\\y\\end{pmatrix}%260%26\\begin{vmatrix}a%26b\\\\c%26d\\end{vmatrix}\\end{array}\\right]", + "ArrayType": "http://localhost:7936/test/screenshotter/test.html?m=1\\begin{array}{c}2\\\\3\\end{array}4", "Baseline": "http://localhost:7936/test/screenshotter/test.html?m=a+b-c\\cdot d/e", "BasicTest": "http://localhost:7936/test/screenshotter/test.html?m=a", "BinomTest": "http://localhost:7936/test/screenshotter/test.html?m=\\dbinom{a}{b}\\tbinom{a}{b}^{\\binom{a}{b}+17}",