TABLE OF CONTENTS
::pwtk::latex::landscape
SYNOPSIS
proc ::pwtk::latex::landscape {} {
PURPOSE
Set the landscape paper orientation (default orientation = portrait).
SOURCE
variable head # deafult head for landscape orientation set head { \documentclass[10pt,landscape,a4]{extarticle} \usepackage{longtable} \usepackage{graphicx} \usepackage{grffile} \setlength\textheight{18cm} \setlength\textwidth{26cm} \addtolength{\voffset}{-3cm} \addtolength{\hoffset}{-7cm} \begin{document} } }