From df3a5d692376781307c90156637a2570d67f94ba Mon Sep 17 00:00:00 2001 From: Thomas Walker Lynch Date: Fri, 26 Jun 2026 02:15:18 +0000 Subject: [PATCH] With the manual updated, this concludions version 3.2 work --- .../Manuscript.copy/Document/manual.html | 133 +++++++++++++----- shared/tool/version | 2 +- 2 files changed, 100 insertions(+), 35 deletions(-) diff --git a/developer/authored/Manuscript.copy/Document/manual.html b/developer/authored/Manuscript.copy/Document/manual.html index 3b6dd4a..0e34504 100644 --- a/developer/authored/Manuscript.copy/Document/manual.html +++ b/developer/authored/Manuscript.copy/Document/manual.html @@ -8,6 +8,14 @@ + @@ -16,7 +24,7 @@ @@ -31,8 +39,8 @@ - - + + @@ -60,26 +68,41 @@
TagDescriptionTagDescription & Arguments
- - + + - + - + - + - +
TagDescriptionTagDescription & Arguments
<RT·title>Title block. + Assembles the standardized title block and metadata header.
+
+ Attributes:
+ title: (Default: "Untitled Document")
+ author: (Default: None)
+ date: (Default: None)
+ copyright: (Default: None) +
+
<RT·TOC>Table of contents. + Compiles an automatic table of contents by scanning heading depths.
+
+ Attributes:
+ level: Target heading level "N" or range "A-B". (Default: Context-aware. Looks backward for the nearest heading H(N) and targets H(N+1)). +
+
<RT·term-index>Inserts list of the terms used in the paper and the pages they occur on.Inserts a list of the terms used in the paper and the pages they occur on.
<RT·endnotes>Inserts a list of the endnotes.Inserts a compiled list of the endnotes.
@@ -88,14 +111,20 @@ - - + + - + @@ -103,7 +132,7 @@ - + @@ -111,7 +140,7 @@ - + @@ -132,30 +161,66 @@
TagDescriptionTagDescription & Arguments
<RT·term>Standard technical term. Decorates first occurrence. Author should mark all occurrences of the term. + Standard technical term. Decorates first occurrence and establishes an anchor. Author should mark all occurrences of the term.
+
+ Attributes:
+ id: (Default: Auto-generated from text content, e.g., "def-my-term") +
+
<RT·term-em>
<RT·neologism>Project specific vocabulary. Styled distinctly from conventional terms.Project specific vocabulary. Styled distinctly from conventional terms. Auto-generates an anchor ID prefixed with "def-neo-".
<RT·neologism-em>
<RT·code>Code span or pre formatted code block with theme aware borders.Code span or pre formatted code block with theme aware borders. Automatically dedents block content.
<RT·math>
- - + + - + - + - + - + - +
TagDescriptionTagDescription & Arguments
<RT·Counter·make>Declares an empty named counter sequence (e.g., figure, equation). + Initializes an empty named counter sequence.
+
+ Attributes:
+ counter: Required identifier.
+ style: "Natural", "roman", "Roman", "alpha", "Alpha", or "roman-outline". (Default: "Natural")
+ on-first-step: The starting value. (Default: "1")
+ separator: The string separating depth counts. (Default: ".")
+ separator-placement: "embedded" or "embedded-after". (Default: "embedded") +
+
<RT·Counter·step>Advances the counter from empty or increments to the next ordinal address. + Advances the counter from empty or increments to the next ordinal address.
+
+ Attributes:
+ counter: Required identifier. +
+
<RT·Counter·indent>Scope within tag pairs counts at a new structural depth. + Scope within tag pairs counts at a new depth. Must be closed with </RT·Counter·indent>.
+
+ Attributes:
+ counter: Required identifier. +
+
<RT·Counter·snapshot>Takes a snapshot of the counter state. + Deep copies the active count and styling parameters to a dictionary key.
+
+ Attributes:
+ counter: Required identifier.
+ snapshot: Required snapshot name. +
+
<RT·Counter·read>Read a field from a snapshot as innerHTML. Snapshot can come from anywhere in the document. + Reads a field from a snapshot as innerHTML. A snapshot can be recalled from anywhere in the document.
+
+ Attributes:
+ snapshot: Required snapshot name.
+ key: The state property to read. (Default: "count") +
+
@@ -164,22 +229,22 @@ - - + + - + - + - +
TagDescriptionTagDescription & Arguments
<RT·crossref>Context aware internal anchor link.Context aware internal anchor link. Visual styling applied automatically.
<RT·endnote>Tag pair contents added as an item to the endnote list.Tag pair contents added as an item to the endnote list. Replaces the inline text with an anchor link.
<RT·footnote>Tag pair contents put at the bottom of the page.Tag pair contents are automatically extracted and appended to the bottom of the active printed page container.
@@ -188,8 +253,8 @@ - - + + @@ -218,14 +283,14 @@
TagDescriptionTagDescription & Arguments
- - + + - +
TagDescriptionTagDescription & Arguments
<RT·chapter>Chapter heading. Implies a page break, inherits standard H1 typography, and registers as a top level division in the TOC.Chapter heading. Implies a page break, inherits standard H1 typography, and registers as a top level division in the TOC. Preserves existing class attributes.
@@ -234,14 +299,14 @@ - - + + - +
TagDescriptionTagDescription & Arguments
<RT·theme-selector>Floating interactive widget permitting real time swapping of visual themes.Floating interactive widget permitting real time swapping of visual themes. Retains preference in localStorage.
diff --git a/shared/tool/version b/shared/tool/version index 0ab04ad..796d3d5 100755 --- a/shared/tool/version +++ b/shared/tool/version @@ -1,4 +1,4 @@ -echo "RT-style v3.1 2026-06-20 10:39:27 Z" +echo "RT-style v3.2 2026-06-20 10:39:27 Z" echo "Harmony v3.3 2026-06-21 13:20:18 Z" -- 2.20.1