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.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Stefan Kottwitz
Site Admin
Posts: 10324
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