Modify

Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#10239 closed defect (fixed)

Using BibFullRef() with global BibTex page doesn't work

Reported by: matthieu.masquelet@… Owned by: Roman Mohr
Priority: normal Component: TracBibPlugin
Severity: normal Keywords:
Cc: Ryan J Ollos Trac Release: 0.12

Description

I have a BibTex page that contains citations and I can cite individual references fine. The BibRef macro works fine. BUt I was trying to have a global list of the references somewhere and I got the following error message...

Error: Macro BibFullRef() failed
global name 'next' is not defined

Thanks in advance !

Attachments (0)

Change History (3)

comment:1 Changed 12 years ago by Ryan J Ollos

Cc: Ryan J Ollos added; anonymous removed

comment:2 Changed 12 years ago by Roman Mohr

Resolution: fixed
Status: newclosed

Ah finally trac-hacks is back .. :)

r11947 should correct this error.

Note, that BibFullRef does not display entries from the BibTex Wiki Page although you can always explicitly cite entries from it.

Thats just to make the BibFullRef Macro more useful. If you also want to cite all entries from the BibTex Wiki Page use the 'auto' parameter for BiBFullRef:

Examples:

[[BibFullRef(auto=true)]] # renders also autoloaded entries
[[BibFullRef(auto=false)]] # renders only locally added sources and all cited from autoloaded sources
[[BibFullRef]] # renders only locally added sources and all cited from autoloaded sources

Thank you for your bug report.

comment:3 Changed 12 years ago by anonymous

Thanks, that fixed it indeed.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Roman Mohr.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.