diff options
author | Ian Jauslin <ian.jauslin@roma1.infn.it> | 2015-06-23 17:14:51 +0000 |
---|---|---|
committer | Ian Jauslin <ian.jauslin@roma1.infn.it> | 2015-06-23 17:14:51 +0000 |
commit | 121c2ba1a367a87700316d2b4f69318352c75fa2 (patch) | |
tree | a37c946462817270b8badb9c22da58b564f59ef6 /bibliography.sty | |
parent | 276335e73036c8f7550278a955e84271c400f724 (diff) |
Update to version 0.1v0.1
More detailed comparison with [Wilson, 1975].
Proof of the uniqueness of the non-trivial fixed point.
Reformatting, relabeling.
Diffstat (limited to 'bibliography.sty')
-rw-r--r-- | bibliography.sty | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/bibliography.sty b/bibliography.sty index 6125499..a314fab 100644 --- a/bibliography.sty +++ b/bibliography.sty @@ -12,11 +12,7 @@ %% cite a reference \def\cite#1{% %% check whether the reference exists -\ifcsname cite#1\endcsname% -\csname cite#1\endcsname% -\else% -{\bf??}% -\fi% +\ref{cite#1}% % %% add entry to citelist after checking it has not already been added \ifcsname if#1cited\endcsname% |