Skip to content

References

A reference can be used to link to a part of the course. There are two kinds of references:

  • Manual references with the ref element.
  • Automatic references with the autoref element.

To make a reference to an external website in the course, one can use links.

Manual references

Example: Manual reference

<p>
  This has already been mentioned in the <ref to="introduction">Introduction</ref>.
</p>

Automatic references

Example: Automatic reference

<p>
  Consider the triangle in <autoref to="figure-triangle"/>.
</p>