 
        0
    
    
    Suppress link to bibtex
Is it possible to suppress the bibtex link for each publication entry? I would rather create my own link for the bibtex that suppresses all the extra fields that I added to make the grouping work the way I wanted in BibBase.
Customer support service by UserEcho
 Questions
		
		
	
Questions 
	
 
                
Yes, it is possible with CSS:
a.bibbase.bibtex.link {display: none;
}