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_
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 \)