Hi,
I am trying to write a program that does some simple calculations and creates a Latex file for output so that the calulations can be easily followed. An example of an output file is below:
My question is, when I build this file into a pdf the text doesn't start until about a quater of the way down the page because of all the room at the start it allocates for headings etc I presume. Is there a way I can make the text start at the begining of the document or is there a better format for automatically documenting calculations that I should be looking at?Code:\documentclass[a4paper,12pt]{article} \begin{document} $$y(x) = \sqrt{a + b} = \sqrt{2.20 + 4.60} = 2.61$$ \end{document}
Thank You
Regards Elbarto


LinkBack URL
About LinkBacks


