Drawing Diagram

September 6th, 2019
  1. Use the xfig to draw diagram. The xfig program should be already installed in the Unix/Linux computer.
  2. Install xfig to Mac:
    1. Install macports from the correct .dmg from here
    2. Install Xcode
    3. install Xquartz (X11 terminal software) from xquartz.macosforge.org/landing
    4. Update macports sudo port selfupdate
    5. Check your shells have /opt/local/bin on the path before other directories
    6. Install the xfig port sudo port install xfig
  3. Use this method to insert equations into your diagram. Converting figtex file to eps or pdf.

    1. chmod 777 figtex*; cp figtex* /usr/local/bin. [for Mac]
  4. Online drawing: draw.io.
Comments are closed.