I am using the geometry package to make a special page layout. Here is my MWE.
Code: Select all
\documentclass[16pt]{article}\usepackage{geometry}\geometry{paperheight=297mm,paperwidth=223mm}%%114--162\usepackage{sectsty}\sectionfont{\Huge}\subsectionfont{\LARGE}\subsubsectionfont{\Large}\paragraphfont{\large\it}\subparagraphfont{\normalsize\it}\usepackage{lscape}\usepackage[latin1]{inputenc}\usepackage[frenchb,english]{babel}\usepackage{frbib}\begin{document}\begin{landscape}\section{1st thing}\end{landscape}\end{document}
Thanks.