When kniting a Rmarkdown file to MS Word, is there a way to have equations labled with a number that is flushed to the right?
For example:
When typing this in Rmarkdown:
$$a + b = c$$
I need it to end up in Word as:
a + b = c (1)
I saw the code below somewhere else, but it does not seem to work when kniting to Word...
egin{equation}
label{eq-abc}
a + b = c
end{equation}
Thanks!
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…