References notes and floats/Footnotes

Unofficial ConTeXt Wiki mirror

Last modified: 2026-08-29

Notes in ConTeXt  ·  General overview  ·  Footnotes  ·  Endnotes  ·  Margin notes  ·  Critical apparatuses  ·  TEI critical editions

This page has recently been revised and reorganized.

Further corrections, additions, and improvements are welcome. Please feel free to edit or modify this page to improve it.

1. What is a note?

A note is information associated with a particular point, passage, object, or division of a document, but placed outside the main flow of the text.

Notes allow an author, editor, translator, or publisher to add material without inserting every reference, qualification, or explanation into the running argument.

A note may provide, for example:

The familiar footnote is only one possible form of annotation. Depending on the structure of the publication, notes may be placed at the bottom of the page, in the margin, beside numbered lines, or at the end of a section, chapter, part, or document.

A note is both information and structure

A note has an editorial function, belongs to a note series, has a mark or identifier, follows a numbering system, and is placed according to the design of the document.

2. Notes in ConTeXt

ConTeXt provides the predefined footnote series and a general mechanism for defining, numbering, formatting, placing, and selecting notes.

2.1. A first ordinary footnote

For an ordinary footnote, the basic command is:

The command \footnote creates a mark in the running text, registers the corresponding note entry, advances the counter, and places the entry in the footnote area.

2.2. Defining additional note series

More complex publications may require several note series corresponding to different editorial functions.

For example:

\definenote
  [EdNote]
  [footnote]

\definenote
  [TradNote]
  [footnote]

These definitions create semantically named commands:

\EdNote{An observation supplied by the editor.}

\TradNote{An explanation of the translator's choice.}

The two series initially inherit their behaviour from footnote, but may later be numbered, formatted, placed, or selected independently.

Name note series according to editorial function

Names such as EdNote, TradNote, SourceNote, or VariantNote remain meaningful even if their visual presentation changes later.

Names such as RedNote or SmallNote describe a temporary appearance rather than the role of the note.

2.3. Editorial function and physical placement

A translator's note and a textual variant may both appear at the bottom of the page, but they do not perform the same editorial function.

Conversely, an editorial note remains an editorial note whether it is printed:

It is therefore useful to distinguish between:

Footnotes are only the beginning

The predefined footnote series is the most familiar example of a more general note mechanism. ConTeXt can also manage postponed notes, local notes, marginal notes, several independent note series, and compact scholarly apparatuses.

3. Choose the documentation that matches your need

The documentation is organized into five complementary parts.

Documentation Purpose Typical question
Tutorial Learn the basic workflow by creating and formatting a small document step by step. “How do I create and format my first footnotes?”
How-to guides Solve a specific publishing problem with a focused procedure. “How do I place all notes at the end of each chapter?”
Reference Consult commands, syntax, parameters, numbering systems, and placement commands. “What is the syntax of \definenote?”
Explanation Understand the conceptual model behind marks, entries, series, counters, notation, and placement. “What is the difference between a note series and a notation?”
Glossary Check the precise meaning of the terminology used throughout the documentation. “What is the difference between a note mark and a note entry?”

New to notes in ConTeXt?

Begin with the Tutorial. It introduces ordinary footnotes before moving to references, numbering, formatting, and explicit placement.

4. Tutorial

4.1. Creating and formatting your first footnotes

The tutorial introduces notes progressively through a small working document.

It shows how to:

  1. create an ordinary footnote;
  2. add several notes;
  3. assign a stable reference;
  4. refer to the same note again;
  5. control basic numbering;
  6. change the body font used for note entries;
  7. place a group of notes explicitly.

Start here

Open the tutorial: Creating and formatting your first footnotes

5. How-to guides

The how-to guides provide focused procedures for specific publishing tasks. They assume that the reader already understands the basic use of \footnote.

How to use this section

Choose the task closest to the result you need. Each guide concentrates on one practical problem and links back to the tutorial, reference, explanation, and glossary.

The order below progresses from ordinary note operations to placement, editorial organization, and specialized technical cases.

5.1. Basic note operations

5.1.1. Referring to a footnote more than once

Use a stable internal reference to print the same note mark at several points in the text without creating duplicate note entries.

Topics include:

5.1.2. Separating a note mark from its text

Create the note mark and corresponding note entry at different points in the source.

Topics include:

5.1.3. Formatting footnotes

Control the visual presentation of note marks, note entries, and the footnote block.

Topics include:

5.2. Placement, postponement, and local scope

5.2.1. Placing footnotes at the end of a section or chapter

Postpone entries in the ordinary footnote series and place them at a chosen structural boundary.

Topics include:

5.2.2. Using local notes in tables, floats, and boxes

Keep note entries attached to the table, figure, caption, framed passage, or other object to which they belong.

Topics include:

5.2.3. Placing numbered notes in the margin

Create a numbered note series whose entries are placed in a margin rather than at the bottom of the page.

Topics include:

5.3. Editorial organization

5.3.1. Defining and managing multiple note series

Define independent note series corresponding to distinct editorial functions.

Topics include:

5.3.2. Producing annotated and unannotated versions

Use the same source to produce outputs containing different levels or categories of annotation.

Topics include:

5.4. Special technical cases

5.4.1. Creating interactive footnotes

Configure clickable links between note marks and note entries in interactive PDF documents.

Topics include:

5.4.2. Including verbatim material in footnotes

Insert short commands, code fragments, or spacing-sensitive material into note entries.

Topics include:

5.4.3. Typesetting notes in bidirectional documents

Control note direction, font coverage, script shaping, alignment, and the position of the rule above the note block in documents combining left-to-right and right-to-left writing.

Topics include:

Advanced guide still to be prepared

A future guide, Marking notes continued across pages, will explain how to add continuation marks when a long note extends over two or more pages.

It will belong to the “Special technical cases” group.

6. Reference

The reference page provides concise technical descriptions of the commands and settings used by the ConTeXt note mechanism.

It covers:

Consult exact syntax

Open the footnote reference

7. Explanation

The explanation page examines the concepts underlying the practical commands.

It clarifies:

Understand the model

Open the explanation of the note mechanism

8. Glossary

The glossary defines the vocabulary used throughout the documentation.

It includes terms such as:

Check terminology

Open the glossary of note terminology

9. Footnotes, endnotes, and margin notes

Footnotes, endnotes, and margin notes belong to the same general family of annotation, but differ in placement and sometimes in editorial function.

Form Typical placement Main page
Footnote Bottom of the page Footnotes
Endnote End of a section, chapter, part, or document Endnotes
Margin note Inner or outer margin Margin notes

The mechanism is shared; the placement differs

The same general note mechanism supports several forms of placement. Depending on the intended result, a note series may be configured, postponed, collected, or defined specifically for marginal placement.

10. Notes, line notes, and critical apparatuses

Ordinary notes, line notes, and critical apparatuses are related forms of annotation, but they do not serve exactly the same purpose.

A footnote usually comments on a point or passage in the running text. A line note is anchored to a numbered line. A critical apparatus records structured textual evidence such as lemmas, variant readings, witnesses, omissions, additions, and conjectures.

A critical apparatus may therefore need to identify:

Do not force every scholarly annotation into an ordinary footnote

ConTeXt provides line-note mechanisms and independently configured note series for editions requiring a closer relationship between annotations and the structure of the edited text.

For fuller introductions, see:

11. Related pages

Notes in ConTeXt  ·  General overview  ·  Footnotes  ·  Endnotes  ·  Margin notes  ·  Critical apparatuses  ·  TEI critical editions