We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

Multiple simultaneous galleys

Formale Metadaten

Titel
Multiple simultaneous galleys
Untertitel
A simpler model for electronic documents
Serientitel
Teil
19
Anzahl der Teile
33
Autor
Lizenz
CC-Namensnennung 3.0 Unported:
Sie dürfen das Werk bzw. den Inhalt zu jedem legalen Zweck nutzen, verändern und in unveränderter oder veränderter Form vervielfältigen, verbreiten und öffentlich zugänglich machen, sofern Sie den Namen des Autors/Rechteinhabers in der von ihm festgelegten Weise nennen.
Identifikatoren
Herausgeber
Erscheinungsjahr
Sprache
ProduktionsortCork, Ireland

Inhaltliche Metadaten

Fachgebiet
Genre
Abstract
We present a general model for electronic documents supporting parallel containers of content, tied together through link components. This model is usable for a wide range of documents, including simple textual documents with footnotes and floats, complex critical editions with multiple levels of footnotes and critical apparatus, maps with multiple layers of visual presentation, and music scores. This model is inspired from the C++ Standard Template Library, whose basis is that Containers + Iterators + Algorithms = Programs. In our approach, the “iterators” are pointers into the parallel containers, keeping track of callouts for notes, floats, and parallel links. The data structures required for this model are remarkably simple, and will allow the rapid development of many different kinds of algorithms.