Text FormattingDifferent font sizes on different pages

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
ruchir_iit
Posts: 13
Joined: Tue Apr 21, 2009 9:14 am

Different font sizes on different pages

Post by ruchir_iit »

Hi,

I wish to produce a pdf document with different font sizes on different pages. Is it possible to achieve such formatting using command line operation?

In other words, can I write some kind of a program to which I can input a text file and it can automatically produce a pdf with the contents of the input file but formatting as mentioned above?

I am sorry, I do not know much about command line operation of Latex.

Thanks,
Ruchir

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
Stefan Kottwitz
Site Admin
Posts: 10322
Joined: Mon Mar 10, 2008 9:44 pm

Re: Different font sizes on different pages

Post by Stefan Kottwitz »

Hi Ruchir,

sure, TeX and LaTeX can be used for processing and generating files via commands or scripts. You could use any script language, such as Perl, Python, or PHP, to generate a LaTeX document frame for any text file, and process this with LaTeX.

Stefan
LaTeX.org admin
Post Reply