Text Formatting ⇒ Different font sizes on different pages
-
- Posts: 13
- Joined: Tue Apr 21, 2009 9:14 am
Different font sizes on different pages
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
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
Re: Different font sizes on different pages
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