From: Thomas Walker Lynch Date: Wed, 17 Jun 2026 15:21:55 +0000 (+0000) Subject: doc updates X-Git-Url: https://git.reasoningtechnology.com/sitemap.xml?a=commitdiff_plain;h=bff140f63b6c210cd989910ce3c7bb33869f7e5e;p=RT-style doc updates --- diff --git a/developer/authored/RT/document/style_manual.html b/developer/authored/RT/document/style_manual.html index 5e1a907..16ea4cd 100644 --- a/developer/authored/RT/document/style_manual.html +++ b/developer/authored/RT/document/style_manual.html @@ -12,7 +12,7 @@ - + @@ -45,6 +45,11 @@ Compiles TOC. + + <RT-index> + Compiles an alphabetical glossary of defined terms. + + <RT-term> Conventional term. @@ -75,9 +80,24 @@ Inline or block math. + + <RT-footnote> + Inline text to be extracted and rendered at the bottom of the page. + + + + <RT-cite> + Bibliographic citation marker. + + + + <RT-ref> + Dynamic cross reference to another element in the document. + + <RT-page> - Automatically inserted pagination tag. + Automatically inserted pagination container. @@ -198,6 +218,31 @@ f(x) = \sum_{i=0}^{n} x_i +

References, citations, and indexing

+ +

Footnotes

+

+ Use <RT-footnote> to author footnote content directly inline with the text it references. During the layout phase, the pagination engine extracts the text, replaces the element with an invisible structural marker, and compiles a formatted footnote container at the bottom of the active <RT-page>. +

+ +

Citations

+

+ Use <RT-cite> with the ref attribute to insert bibliographic citations. This ensures formatting remains consistent and separates citation data from standard prose. +

+ + ... formalized as Basic Law V . + + +

Dynamic cross referencing

+

+ A person authoring a technical document frequently refers back to tables, equations, or previous sections. Use <RT-ref target="element-id"> to link to specific content. This tag dynamically retrieves the numbering or caption of the target element, maintaining correct references even if preceding elements shift during editing. +

+ +

Glossary indexing

+

+ Use <RT-index> at the end of the document to compile a glossary. Similar to the TOC compiler, this tag scans the DOM for automatic definition anchors produced by the term module and generates an alphabetized list of defined terms and neologisms. +

+

Navigation and layout

Automatic table of contents

@@ -239,7 +284,7 @@ + date="2026-06-17 15:19:00Z">