On Sat, Apr 30, 2016 at 11:46:32PM +0200, Mattias Andrée wrote: > On Sat, 30 Apr 2016 23:44:43 +0000 > Petr Vaněk <[email protected]> wrote: > > > The macro \\ should not be used when an empty line > > follows. --- > > doc/refsheet.tex | 5 ++--- > > 1 file changed, 2 insertions(+), 3 deletions(-) > > > > diff --git a/doc/refsheet.tex b/doc/refsheet.tex > > index d0c31f7..106d8b5 100644 > > --- a/doc/refsheet.tex > > +++ b/doc/refsheet.tex > > @@ -6,11 +6,10 @@ > > > > > > {\Huge libzahl} > > -\\ > > +\vspace{1em plus .2em minus .1em} > > > > Unless specified otherwise, all times are of type {\tt > > z\_t}. -\\ \\ > > - > > +\vspace{2em plus .4em minus .2em} > > > > \begin{tabular}{lll} > > \textbf{Initialisation} & > > {} & > > {} \\ > > I generally just use \\ to avoid clutter. But I will > apply the patch momentarily.
Thanks, I just wanted to show, that \\ is not mentioned for vertical spacing.
