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 856d175 commit 5508a00Copy full SHA for 5508a00
source/macros.tex
@@ -614,6 +614,17 @@
614
\newcommand{\atsign}{@}
615
\makeatother
616
617
+%%--------------------------------------------------
618
+%% Formulae
619
620
+
621
+% usage: \begin{formula}{XREF}
622
+\newenvironment{formula}[1]
623
+{\begin{equation}\label{eq:#1}}
624
+{\end{equation}}
625
626
+\renewcommand{\eqref}[1]{Formula \nolinebreak[3] \hyperref[eq:#1]{\ref*{eq:#1}}}
627
628
%%--------------------------------------------------
629
%% Indented text
630
0 commit comments