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
Text Formatting ⇒ Different font sizes on different pages
NEW: TikZ book now 40% off at Amazon.com for a short time.
- Stefan Kottwitz
- Site Admin
- Posts: 10322
- Joined: Mon Mar 10, 2008 9:44 pm
Re: Different font sizes on different pages
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
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