mechanicaldesign.iit.edu
  • Home
  • MMAE 232
    • Syllabus
    • Assignments >
      • Overview and Schedule
      • CAD Assignment 1
      • CAD Assignment 2
      • Technical Writing Assignment
      • Sustainable Chair Part 1
      • Sustainable Chair Part 2
      • Sustainable Chair Part 3
      • Sustainable Chair Part 4
      • Trebuchet Part 1
      • Trebuchet Part 2
      • Trebuchet Part 3
      • Trebuchet Part 4
      • Bio-Inspired Robot Part 1
      • Bio-Inspired Robot Part 2
      • Bio-Inspired Robot Part 3
      • Bio-Inspired Robot Part 4
    • Handouts
    • Lectures
    • Lab Instructions >
      • Lab Week 1
      • Lab Week 2
      • Lab Week 3
      • Lab Week 4
      • Lab Week 5
      • Lab Week 6
      • Lab Week 7
      • Lab Week 8
      • Lab Week 9
      • Lab Week 10
      • Lab Week 11
      • Lab Week 12
      • Lab Week 13
      • Lab Week 14
      • Lab Week 15
    • Laser Cutter Instructions
  • MMAE 432
    • Syllabus
    • Assignments >
      • Sketch Model Challenge
      • Brainstorming
      • Three Needs Presentation
      • Sketch Model Presentation
      • Critical Function Science Fair
      • Solid Modeling
      • Assembly Drawing Review
      • Alpha Prototype Technical Review
      • Final Report
      • Final Presentation
      • Design Notebook Review
      • Final Peer Evaluation
    • Handouts >
      • BuyIt
    • Projects from Previous Years >
      • Spring 2023
      • Spring 2022
      • Spring 2017
      • Spring 2016
      • Spring 2015
      • Spring 2008
  • External Resources

Setup

 For Windows machines:
  • Download and install MiKTeX, here.  This must be the first step!
  • Download TeXnicCenter, here. This is the program that I like to use and can help you out with if you have problems. There are other programs that are also open source, including one that comes with the MiKTeX installation file. Feel free to use any program that you like. However, if you run into difficulties, TeXnicCenter is really the only one I can help you troubleshoot. 
  • To help with equations, try exploring the codecogs website. 
If MiKTeX is installed first then TeXnicCenter should recognize it during the installation and you should be all set. Word is a WYSIWYG program, while LaTeX is a typeset program in which you are compiling code to create a .pdf. It takes a little while to get use to LaTeX, but there are a ton of resources online to help you.

The IEEE.cls file

Download the example .zip file.  The easiest thing to do is to modify the example file directly for your technical report. 

General Formatting

  • All drawings should be done in a vector-based drawing program.  I like CorelDraw.  A free option that looks interesting is Inkscape, although I have no experience with it.
  • Draw your figures the correct size for the publication. This allows you to ensure the fonts sizes are correct and uniform across all of your figures.
  • From Corel Draw choose "Publish to PDF" in the File menu. If you make sure that the paper size is just big enough to fit your drawing, then you should be fine.  If you need to crop it, there are several online websites that will crop a .pdf.

A few useful tips and techniques.

  • The wikipedia entry for TeX is here.
  • Set the output of TeXnicCenter to output .pdf files (as opposed to .dvi or .ps files). This can be set in a white box pull-down menu.
  • LaTeX uses BibTeX to create the references. Wikipedia has a good description of BibTex.  However, there is really no need for references in any of the technical papers in this class.  
  • You have to build the file three times to get the references correct.  Once they are correct, you only have to build the file once.  
copyright 2019 Matthew Spenko