The following makes latex say ! LaTeX Error: There's no line here to end.
+-----------------------------------+------------------------------------+
|Total revenue: | \ |
| | \ |
|- Current year | 000.000 \ |
|- Previous year | 000.000 \ |
| | \ |
| Total profit/loss: | \ |
| | \ |
|- Current year | \ |
|- Previous year | 000.000 \ |
| | 000.000 |
+-----------------------------------+------------------------------------+
Hard line breaks on empty lines should prepend a \mbox{} when generating latex. Inserting \mbox{} \ by hand works.
The following makes latex say ! LaTeX Error: There's no line here to end.
Hard line breaks on empty lines should prepend a
\mbox{}when generating latex. Inserting\mbox{} \by hand works.