bell notificationshomepageloginedit profileclubsdmBox

10.01% popularity   0 Reactions

Is there a way to produce an epub with right-justified numbered equations?

I can produce the document using Microsoft Word plus MathType or using a TeX editor.

I am looking for an automatic procedure to translate the file to ePub format.


Free books android app tbrJar TBR JAR Read Free books online gutenberg


Load Full (1)

Login to follow story

More posts by @Carla

1 Comments

Sorted by latest first Latest Oldest Best

 

@Radia

10% popularity   0 Reactions

It would help if provided a sample of the content to give a better answer or suggestion. Are the equations in html, mathml, or as images? What is your current html output for the equations, do you have a sample you could share?

If your number is wrapped in a tag with a unique css class, then you could use css to float the number to the right.

Example html:

<p>The para with your equation <span class="eq">1/2</span><span class="eq_num">(1)</span></p>

Example css

span.eq_nu {float: right;}


Free books android app tbrJar TBR JAR Read Free books online gutenberg


Load Full (0)

 

Back to top