Search found 4 matches

by samfaith
Sun Nov 23, 2014 2:17 am
Forum: BibTeX, biblatex and biber
Topic: Displaying references
Replies: 0
Views: 2211

Displaying references

When displaying bibliography, I want when I get a new line, the new line is offset by three letters of the first line. Fo example here :
Lio W, Jaroszewsk L, Godzik A (2001) Clustering of highly homologous se-
quences to reduce the size of large protein databases. Bioinformatics 17(3):
282-283 ...
by samfaith
Sat Nov 22, 2014 10:59 am
Forum: BibTeX, biblatex and biber
Topic: Why only the year is as a link in \cite reference
Replies: 5
Views: 17491

Why only the year is as a link in \cite reference

I don't know how I use this command. I try to use it this :

Code: Select all

\printtext[bibhyperref]{\cite {Li2001}}
But I have an error:
Undefined control sequence \printtext[bibhyperref]{\cite {Li2001}}
Any help please, I need the reponse to submit my paper?
by samfaith
Tue Nov 18, 2014 10:44 am
Forum: BibTeX, biblatex and biber
Topic: Why only the year is as a link in \cite reference
Replies: 5
Views: 17491

Re: Why only the year is as a link in \cite reference

Thanks for your repley, but I want to display the author and the year as a single link, any help please?
by samfaith
Mon Nov 17, 2014 12:48 am
Forum: BibTeX, biblatex and biber
Topic: Why only the year is as a link in \cite reference
Replies: 5
Views: 17491

Why only the year is as a link in \cite reference

I have a problem in citing references with \cite, I have only the year as a link. I want to display the author and year as a single link. I don't know where the problem is?!

\documentclass{article}
\usepackage{filecontents}%
%\usepackage[style=authoryear,natbib]{biblatex}
\usepackage[style=apa ...