README 1.1 KB

123456789101112131415161718192021222324252627282930313233
  1. TNT doc README
  2. This directory contains source and image files to create the TNT
  3. documentation. The goal is to provide both online and printed
  4. manuals.
  5. Documents are in Latex format. PDF is generated using pdflatex, and
  6. HTML versions are created with latex2html.
  7. Figures are extracted from the SPPDG image database as PDF, and
  8. converted to .png by the NetPBM (pnm) utilities.
  9. Some graphics for the users guide are screen shots. These were
  10. produced on Windows XP. The proper window was given focus. The key
  11. sequence Ctrl-Alt-PrintScreen copied the window image to the clipbard.
  12. The image was then pasted into MS Paint, and saved as a .png file.
  13. PDF was generated by printing to Acrobat Distiller from MS Paint. The
  14. PDF file was loaded into Acrobat (not just the reader) and cropped
  15. using the "Remove White Margins" option on the crop dialog.
  16. EPS was created from the PDF files using Xpdf's pdftps utility,
  17. pdftops -eps -level3 file.pdf file.eps
  18. Latex2html should use these options:
  19. -show_section_numbers
  20. -local_icons copies nav icons into subdir
  21. -split 4 split pages at \section level