Test.tex 369 B

12345678910111213141516171819
  1. \begin{Cdefinition}
  2. \item[void x()]
  3. Hello
  4. \item[void adjust\_coordinates (GT\_Graph\& \Param{g},
  5. double \Param{min\_x}, double \Param{min\_y})]
  6. \Hints{}{V,C}
  7. \strut\\
  8. \texttt{adjust\_coordinates} moves the graph so that the minimum
  9. coordinates are at (min\_x,min\_y).
  10. \end{Cdefinition}
  11. %%% Local Variables:
  12. %%% mode: latex
  13. %%% TeX-master: "Programmer"
  14. %%% End: