intl.html 3.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. <html>
  2. <head>
  3. <title>The International tab</title>
  4. </head>
  5. <body bgcolor="FFFFFF">
  6. <h1>The International tab</h1>
  7. <center><img src="../../../../en/img-guide/prefs-intl.png" width="375" height="321"></center>
  8. <p>This tab allows configuration of Logisim according to
  9. regional preferences.</p>
  10. <ul>
  11. <li><p><b>Gate shape:</b> Logisim supports three standards for drawing gates:
  12. <em>shaped</em> gates, <em>rectangular</em> gates, and <em>DIN 40700</em>
  13. gates. The following table illustrates the
  14. distinction.</p>
  15. <center><table>
  16. <tr><th></th>
  17. <th width="125">Shaped</th>
  18. <th width="125">Rectangular</th>
  19. <th width="125">DIN 40700</th>
  20. </tr>
  21. <tr><th valign="middle" height="65">AND</th>
  22. <td rowspan="3" colspan="4">
  23. <img src="../../../../en/img-guide/prefs-gates.png" width="391" height="139">
  24. </td></tr>
  25. <tr><th valign="middle" height="65">OR</th></tr>
  26. </table></center>
  27. <p>Because the shaped style tends to be more popular in the U.S., while the
  28. rectangular style tends to be more popular in Europe, some people refer to
  29. these styles according to these regions; but the region-neutral terms
  30. <em>shaped</em> and <em>rectangular</em> are preferred.
  31. The DIN 40700 standard was a standard for drafting digital and analog
  32. electronic components adopted by DIN, a German standards organization. DIN
  33. adopted the rectangular standard for digital components in 1976, but some
  34. engineers continue to use the older style; they appear to be increasingly
  35. rare.</p>
  36. <p>Logisim does not follow any standard exactly; it steers a middle
  37. ground to allow switching between them. In particular, the shaped gates
  38. are more square than the dimensions defined by the relevant IEEE
  39. standard. And, although XOR and XNOR gates really ought to be the same
  40. width as OR and NOR gates with the rectangular style, they are not
  41. because of difficulties compressing the shaped-XOR gate.</p></li>
  42. <li><p><b>Language:</b>
  43. Change between languages. The current version is supplied with
  44. English, Spanish, Russian, and German translations.</p>
  45. <ul>
  46. <li>The <b>German</b> translation was introduced with Logisim 2.6.1 and remains current.
  47. It is by Uwe Zimmermann, a faculty member at Uppsala University in Sweden.</li>
  48. <li>The <b>Greek</b> translation was introduced with Logisim 2.7.0 and remains current.
  49. It is by Thanos Kakarountas, a faculty member at Technological Educational Institute of Ionian Islands in Greece.</li>
  50. <li>The <b>Portuguese</b> translation was introduced with Logisim 2.6.2 and remains current.
  51. It is by Theldo Cruz Franqueira, a faculty member at Pontifícia Universidade Católica de Minas Gerais in Brazil.</li>
  52. <li>The <b>Russian</b> translation was introduced with Logisim 2.4.0 and remains current.
  53. It is by Ilia Lilov, from Russia.</li>
  54. <li>The <b>Spanish</b> translation was complete as of Logisim 2.1.0,
  55. but subsequent Logisim versions have added new options that remain untranslated.
  56. It was contributed by Pablo Leal Ramos, from Spain.</li>
  57. </ul>
  58. <p>Translations of Logisim into other languages are welcome! If you
  59. are interested, contact me, Carl Burch. This will not be a commitment:
  60. I will be happy to hear of your interest, and I will tell
  61. you whether I know of somebody who is working on it already,
  62. prepare a version for you to work with, and send you instructions.
  63. The translation process does not require an understanding of Java.</p></li>
  64. <li><p><b>Replace accented characters:</b>
  65. Some platforms have poor support for characters (such as
  66. &ntilde; or &ouml;) that do not appear in the 7-bit ASCII character
  67. set. When this is checked, Logisim will replace all instances of the
  68. characters with the appropriate equivalent 7-bit ASCII characters.
  69. The checkbox is disabled when the current language does not have
  70. any equivalents available (as with English).</p></li>
  71. </ul>
  72. <p><strong>Next:</strong> <em><a href="window.html">The Window tab</a></em>.</p>
  73. </body>
  74. </html>