tutor-text.html 1.0 KB

123456789101112131415161718192021222324252627282930
  1. <html>
  2. <head>
  3. <title>Tutorial: Adding text</title>
  4. </head>
  5. <body bgcolor="FFFFFF">
  6. <p><b>Next:</b> <a href="tutor-test.html">Step 4: Testing your circuit</a></p>
  7. <h2>Step 3: Adding text</h2>
  8. <p>Adding text to the circuit isn't necessary to make it work;
  9. but if you want to show your circuit to somebody (like a teacher),
  10. then some labels help to communicate the purpose of the
  11. different pieces of your circuit.</p>
  12. <p>Select the text tool
  13. (<img src="../../../icons/text.gif" width="16" height="16">).
  14. You can click on an input pin and start typing to give it
  15. a label. (It's better to click directly on the input pin than to
  16. click where you want the text to go, because then the label will
  17. move with the pin.)
  18. You can do the same for the output pin. Or you could just click any old
  19. place and start typing to put a label anywhere else.
  20. <center><img src="../../../img-guide/tutorial-shot-all.png" width="498" height="302"></center></p>
  21. <p><b>Next:</b> <a href="tutor-test.html">Step 4: Testing your circuit</a></p>
  22. </body>
  23. </html>