<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
Is it possible in the macro level to define a CS&nbsp; called \semitichalign based on \halign such that this \semitichalign such that it sets the columns of tables from Right to Left?<br><br>In LaTeX there are too many packages and it is a pain to patch every single package but if there was a primitive \semitichalign or if it could be defined in terms of macros such that it could put columns of tables from right to left, the it would be so easy to get rid of annoying table problem in RTL<br><br>\let\origin@halign=\halign<br>\def\halign{\if@RTL\semitichalign\else\origin@halign\fi}<br><br><br /><hr />Find out how with Windows Live! <a href='http://windowslive.ninemsn.com.au/' target='_new'>Want to stay on top of your life online?</a></body>
</html>