Search found 1 match

by wugi
Mon Apr 06, 2015 6:26 pm
Forum: Text Formatting
Topic: Gaps in the beginning of the line
Replies: 2
Views: 2297

Gaps in the beginning of the line

Hi everyone,
I'm trying to make tabs in the beginning of the line. Something like:
[gap] sorts real, vector, bool
[gap] ops create: real x real -> vector
[gap][gap] add: [gap] vector x vector -> vector
[gap][gap] scalar: [gap] vector x vector -> real
...
...
I know how to make gaps between ...