We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a5edb7 commit 685a565Copy full SHA for 685a565
source/macros.tex
@@ -508,12 +508,11 @@
508
}
509
510
%%--------------------------------------------------
511
-%% Definitions section
512
-% usage: \definition{name}{xref}
513
-%\newcommand{\definition}[2]{\rSec2[#2]{#1}}
514
-% for ISO format, use:
+%% Definitions section for "Terms and definitions"
+\newcommand{\nocontentsline}[3]{}
+\newcommand{\tocless}[2]{\bgroup\let\addcontentsline=\nocontentsline#1{#2}\egroup}
515
\newcommand{\definitionx}[3]{%
516
\addxref{#3}%
517
-#1[#2]{\hfill[#3]}\vspace{-.3\onelineskip}\label{#3}\textbf{#2}\\%
+\tocless{#1[#2]}{\hfill[#3]}\vspace{-.3\onelineskip}\label{#3}\textbf{#2}\\*%
518
519
\newcommand{\defncontext}[1]{\textlangle#1\textrangle}
0 commit comments