diff options
author | Ian Jauslin <ian.jauslin@roma1.infn.it> | 2015-10-26 22:58:21 +0000 |
---|---|---|
committer | Ian Jauslin <ian.jauslin@roma1.infn.it> | 2015-10-26 22:58:21 +0000 |
commit | a5dfbb4e504a195423e1392dfcaf9aa949c076f2 (patch) | |
tree | 9e1eb3ae007452a2a808ada792d71cfee2207729 /iansecs.sty | |
parent | b1f41821ba2a79274891d0016df4916454c24f9c (diff) |
Update v0.2v0.2
Addition: relation between the Wick rule and the Pfaffian formula
References: [GBK87], [WTI11], [Te74]
References: [AP84] and mention minor mistakes in [Ha66]
Diffstat (limited to 'iansecs.sty')
-rw-r--r-- | iansecs.sty | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/iansecs.sty b/iansecs.sty index 2720942..8d1cc9f 100644 --- a/iansecs.sty +++ b/iansecs.sty @@ -76,6 +76,12 @@ \AtBeginDocument{ \def\label#1{\expandafter\outdef{#1}{\safe\tag}} +%% make a custom link at any given location in the document +\def\makelink#1#2{ + \hrefanchor + \outdef{#1}{#2} +} + \def\ref#1{% % check whether the label is defined (hyperlink runs into errors if this check is ommitted) \ifcsname #1@hl\endcsname% |