latex math, numbering position

Ade_Gunawan July 28, 2014

I am using the trial version of latex math.

I tried to add:

​\documentclass[11pt, fleqn, reqno]{article}
to the header and expect the formula's numbering to be on the right side.
Am I missing something or this is not supported by latex math?
Thank you for your help

1 answer

1 accepted

0 votes
Answer accepted
Jason Boileau
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 29, 2014
Latex Math applies it's own numbering system. In order to adjust the layout of the math block macro, you can change the Math Block velocity template in the Latex Math settings. You can try moving the caption cell in the table so that instead of:
<table border=0 cellspacing=0 cellpadding=0 width="90%" align="center" class="latexmath-mathblock"><tr>
<td nowrap width="30px">$caption</td>
<td width="$leftMargin"></td>
<td nowrap>$!latexHtml</td>
<td width="$rightMargin"></td>
</tr></table>
you have:
<table border=0 cellspacing=0 cellpadding=0 width="90%" align="center" class="latexmath-mathblock"><tr>
<td width="$leftMargin"></td>
<td nowrap>$!latexHtml</td>
<td width="$rightMargin"></td>
<td nowrap width="30px">$caption</td>
</tr></table>

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events