Forum How do I...?

… make right aligned numbering of centered formulas

ProfLogic
<!DOCTYPE html>
<html>
<head>
   <title></title>
   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
	<style type="text/css">
.math{
	text-align: center;
}
.math:after{
	content: leader(".") counter(math);
	counter-increment: math;
}
	</style>
</head>
<body>
	<div class="math">MathML-Formula</div>
</body>
</html>


The formula should be centered, the number should be right aligned. The result in Prince 7.1 is misaligned as you can see in the attached file. Prince extends the leader to fit the page width, but this is working only for left aligned formulas.
  1. Bildschirmfoto.png2.5 kB
mikeday
Looks like a bug, we'll investigate. Thanks for letting us know! :)