Electronic Submission Toolbox |
|
A number of students have asked questions about the mechanics behind the software I use to process their electronic submissions. This page is designed to answer those questions. My document processing is based on the TeX (pronounced "tech") system that was developed by Dr. Donald Knuth. Dr. Knuth got fed up with his papers and books looking crummy when they reached their final printed form. In response, he developed a document processing system know as TeX. A nice story about Dr. Knuth can be found here. A set of macros have been written for TeX by Leslie Lamport which provide a document markup language that is a bit easier to used than raw TeX. These macros have become fairly standard and are know as LaTeX. You should be able to use all standard LaTeX commands in your lab submissions. There are many additional packages that can be used as add-ons to LaTeX to make it even more powerful. I make use of a number of these in my processing. In addition, I have created a simple package of my own which adds some specialized commands to facilitate in placing my comments in your reports. More recently, a graduate student at Masaryk's University, Han The Thanh, has developed a version of LaTeX, called PDFLaTeX, which produces PDF documents. I use this to generate the PDF files which I send back to you. SoftwareBelow is a list of the software packages which I use to process your submissions. There are a number of other implemenations of LaTeX, many of which are freely available on the web. All of the packages listed below are free and will work on a Win32 platform.
There are many other implemenations of LaTeX available for a number of different platforms. In fact, the source files for many of the implemenations are available, so you can port them to any platform you wish. DocumentationThere are many sources of documenation available for LaTeX.
Assuming you have a version of PDFLaTeX and the supporting style files correctly installed on your system, you should be able generate PDF versions of your reports. Before processing your report with PDFLaTeX, you will need to add: \documentclass[landscape]{article} \usepackage[hw,landscape]{ctdefs} \pagestyle{fancy} \begin{document} \LARGEat the very beginning of your report, and: \Gfin{}{100} \end{document}at the very end of your report. The following search engine may help you find more info on the web: |
© 2000-2002 Dr. Christopher C. Taylor | Office: CC-27C | Phone: 277-7339 | Last Updated: Fri Jan 25 05:56:04 2002 |
I am responsible for all content posted on these pages; MSOE is welcome to share these opinions but may not want to. |