close
Sayahna Sayahna
Search

Difference between revisions of "Ithal.sty"


Line 23: Line 23:
 
* {{verb|print}} — generate output for printing, default is false.
 
* {{verb|print}} — generate output for printing, default is false.
 
* {{verb|proof}} — proof mode, allows to have line numbers, watermark and footer instruction for proofers.
 
* {{verb|proof}} — proof mode, allows to have line numbers, watermark and footer instruction for proofers.
* {{verb|ml}} —  
+
* {{verb|sphone}} — generate {{sc|pdf}} output for standard mobile phone with aspect ratio of 16:9.
 +
* {{verb|mini}} —  generate {{sc|pdf}} output for phone with 5 inch screen size.
 +
* {{verb|kindle}} — generate {{sc|pdf}} output for older versions of Kindle device.
 +
 
 +
 
 +
 
  
 
{{EndEn}}
 
{{EndEn}}

Revision as of 11:17, 22 December 2017

🢤 LaTeX Packages

Introduction

We use memoir.cls as the main document class for all our books and articles that we typeset. Hence, all the main formatting is done by memoir. The class is available in all standard TeX distributions and can be downloaded from Comprehensive TeX Archive Network (CTAN) from this link. It is well documented and therefore, readers are advised to go through the documentation before making use of this package.

This LaTeX package which is called ithal.sty is a subsidiary package that will work in conjunction with memoir.cls extending its functionality to suit typesetting requirements of Malayalam books.

Package Loading

The package shall be loaded with the command anywhere before \begin{document}

  \usepackage[<options>]{ithal}


Options

Various options of the package are given below:

  • ml — typeset Malayalam documents.
  • print — generate output for printing, default is false.
  • proof — proof mode, allows to have line numbers, watermark and footer instruction for proofers.
  • sphone — generate pdf output for standard mobile phone with aspect ratio of 16:9.
  • mini — generate pdf output for phone with 5 inch screen size.
  • kindle — generate pdf output for older versions of Kindle device.