<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
I'm working with a template that uses <$volnum> in section headings, where it is capital Roman (I, I, III...). <$volnum> is also used in page numbers in the footer, where it needs to be Arabic (1, 2, 3...). I'm pretty sure it is not possible to assign the same variable different numbering formats within a document. The only workaround that comes to mind is to use another variable in the page numbers, such as <$chapnum> and format it Arabic. Then instruct users that they must always ensure <$volnum> and <$chapnum> are in sync. Is there any other approach I'm simply not thinking of?<br><br>Thanks,<br>Leigh<br>                                     </body>
</html>