I am using geometry package with \LoadClass[twocolumn]{article}. But when I use geometry, the options for left,right,top,bottom are effecting only in even pages not in odd pages.
How can i change globally in geometry package.
the Class file:
\LoadClass[twocolumn]{article}
\RequirePackage{geometry}
\geometry{
left={15mm},
right={15mm},
top={15mm},
bottom={15mm},
}

onesideoption when loadingarticle. – JLDiaz Dec 4 '12 at 16:06geometryare you using? CTAN puts the most recent one at5.6. To see this, add\listfilesbefore\documentclassand look at the contents of your.logfile after*File List*. It may be that your version is outdated, since I obtain the expected (equivalent) output for even/odd pages on my machine. – Werner Dec 6 '12 at 0:42