Re: [Orgmode] Mathematical Pseudocode in Source Block

2010-08-12 Thread Bastien
Jeremiah Via writes: > I was wondering if there was any way to make the source blocks work > with LaTeX formulas. I wanted to use it for some pesudocode; for > example: > > while not converged > for each state i >\( U^{'}_i = r_i + \underset{a}{argmax} \sum{Pa_{ij}U_j} \) >\( U_

[Orgmode] Mathematical Pseudocode in Source Block

2010-08-11 Thread Jeremiah Via
Hi there, I was wondering if there was any way to make the source blocks work with LaTeX formulas. I wanted to use it for some pesudocode; for example: while not converged for each state i \( U^{'}_i = r_i + \underset{a}{argmax} \sum{Pa_{ij}U_j} \) \( U_i \rightarrow U^{'}_i \)