Improved vertical spacing in the summary
This commit is contained in:
@ -58,7 +58,7 @@ you can do:
|
|||||||
* [`\crfnmsetup`](#crfnmsetup-macro): configuration macro (default of per type)
|
* [`\crfnmsetup`](#crfnmsetup-macro): configuration macro (default of per type)
|
||||||
|
|
||||||
```{=context}
|
```{=context}
|
||||||
\vskip\bigskipamount
|
\vskip\medskipamount
|
||||||
```
|
```
|
||||||
|
|
||||||
+-----------------+-----------------------------------------------+---------------------+--------------+------------------------------+
|
+-----------------+-----------------------------------------------+---------------------+--------------+------------------------------+
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
sed -i 's/\\startplacetable\[location=none\]//' "$1"
|
sed -i 's/\\startplacetable\[location=none\]//' "$1"
|
||||||
sed -i 's/\\stopplacetable//' "$1"
|
sed -i 's/\\stopplacetable//' "$1"
|
||||||
sed -i 's/\\startxtable$/\\startxtable[frame=off,split=yes]/' "$1"
|
sed -i 's/\\startxtable$/\\startxtable[toffset=.16\\baselineskip,boffset=.16\\baselineskip,frame=off,split=yes]/' "$1"
|
||||||
sed -i 's/width={0\.13/width={0.25/' "$1"
|
sed -i 's/width={0\.13/width={0.25/' "$1"
|
||||||
sed -i 's/width={0\.35/width={0.28/' "$1"
|
sed -i 's/width={0\.35/width={0.28/' "$1"
|
||||||
sed -i 's/width={0\.16/width={0.30/' "$1"
|
sed -i 's/width={0\.16/width={0.30/' "$1"
|
||||||
|
Reference in New Issue
Block a user