You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What program did you run?
Here is a snippet of my .scrbl file that seems to cause the issue:
@subsection{Commutative Diagram}
Informally, a @deftech{diagram} comprises various @tech{objects} connected by
various @tech{morphisms}. When the @tech{morphisms} with the same @tech{domain}
and @tech{codomain} are the same one, the @tech{diagram} is a
@deftech{@deftech{commutative} diagram}.
@tech{Commutative diagrams} serve as a powerful language for expressing equations.
@subsubsection{Commutative Triangle}
A @deftech{commutative triangle} is a @tech{commutative diagram} that has the shape
of a triangle.
What should have happened?
The nested use of deftech should generate correct links in both the .html file and the Search Manual for all defined technical terms. Specifically, the term "commutative diagram" should be properly linked in the Search Manual like "commutative triangle".
If you got an error message, please include it here.
No error message was displayed, but the expected link creation in the Search Manual was not observed for the nested deftech tags.
Please include any other relevant details
In .html:
In Search Manual:
The text was updated successfully, but these errors were encountered:
What version of Racket are you using?
8.12 [cs]
What program did you run?
Here is a snippet of my
.scrbl
file that seems to cause the issue:What should have happened?
The nested use of
deftech
should generate correct links in both the.html
file and the Search Manual for all defined technical terms. Specifically, the term "commutative diagram" should be properly linked in the Search Manual like "commutative triangle".If you got an error message, please include it here.
No error message was displayed, but the expected link creation in the Search Manual was not observed for the nested
deftech
tags.Please include any other relevant details
In
.html
:In Search Manual:
The text was updated successfully, but these errors were encountered: