diff options
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% |