<?xml version="1.0" encoding="utf-8"?>
<model version="NetLogo 7.1.0-alpha1" snapToGrid="true">
  <code><![CDATA[

]]></code>
  <widgets>
    <view x="185" wrappingAllowedX="true" y="5" frameRate="30.0" minPycor="-1" height="43" showTickCounter="true" patchSize="13.0" fontSize="10" wrappingAllowedY="true" width="43" tickCounterLabel="ticks" maxPycor="1" updateMode="0" maxPxcor="1" minPxcor="-1"></view>
    <note x="25" y="15" backgroundDark="0" fontSize="12" width="150" markdown="false" height="30" textColorDark="-1" textColorLight="-16777216" backgroundLight="0">See Info tab</note>
  </widgets>
  <info><![CDATA[
## WHAT IS IT?

This is just a file to show LaTeX in the Info tab

## HOW IT WORKS

In another model, there was (pre 7.1) text like this:

- The transition table is an nxn matrix, where n is the number of possible states.

But then the n does not stand out clearly. LaTeX was not available yet, so:

- The transition table is an _n_x_n_ matrix, where _n_ is the number of possible states.

Not very nice... Next try:

- The transition table is an _n_ x _n_ matrix, where _n_ is the number of possible states.

Now with LaTeX support, let's use LaTeX formulas:

- The transition table is an $n*n$ matrix, where $n$ is the number of possible states.

]]></info>
  <turtleShapes>
    <shape name="default" rotatable="true" editableColorIndex="0">
      <polygon color="-1920102913" filled="true" marked="true">
        <point x="150" y="5"></point>
        <point x="40" y="250"></point>
        <point x="150" y="205"></point>
        <point x="260" y="250"></point>
      </polygon>
    </shape>
  </turtleShapes>
  <linkShapes>
    <shape name="default" curviness="0.0">
      <lines>
        <line x="-0.2" visible="false">
          <dash value="0.0"></dash>
          <dash value="1.0"></dash>
        </line>
        <line x="0.0" visible="true">
          <dash value="1.0"></dash>
          <dash value="0.0"></dash>
        </line>
        <line x="0.2" visible="false">
          <dash value="0.0"></dash>
          <dash value="1.0"></dash>
        </line>
      </lines>
      <indicator>
        <shape name="link direction" rotatable="true" editableColorIndex="0">
          <line endX="90" startY="150" marked="true" color="-1920102913" endY="180" startX="150"></line>
          <line endX="210" startY="150" marked="true" color="-1920102913" endY="180" startX="150"></line>
        </shape>
      </indicator>
    </shape>
  </linkShapes>
  <previewCommands>setup repeat 75 [ go ]</previewCommands>
</model>
