Search found 2 matches

by Dick Justice
Thu Mar 10, 2011 8:41 pm
Forum: Math & Science
Topic: Indentation in math mode
Replies: 2
Views: 4789

Re: Indentation in math mode

Thanks a lot for your input. As it turns out, the people I work with had already design an environment based on \arraycolsep with aim just to address the problem of flexibility with spacing in math mode.

I will use verbatim when I need more flexibility, though.

Marking this solved.
by Dick Justice
Thu Mar 10, 2011 1:25 pm
Forum: Math & Science
Topic: Indentation in math mode
Replies: 2
Views: 4789

Indentation in math mode

Hello forum,

I'm writing a paper in Latex containing excerpts from ProLog code. The paper that I'm writing is about to be merged with a much bigger paper where all predicates are written in a pseudocode-like form:

head<--
rule1,
rule2,
...,
ruleN.

Which means that I need \leftarrow, which ...