For example:
Let's say there is a bib file with this as its contents:
and in LyX the following line exists on page 3:@article{example_article,
author = {Generic Person},
title = {A {T}itle},
journal = {The {J}ournal of {E}xamples},
year = {2016},
}
Sentence that cites "example_article" on the third page [1].
shows up as:
"
"[1] Person, G. A Title / G. Person // The Journal of Examples. — 2016. 3
but I want it to just be:
"
"[1] Person, G. A Title / G. Person // The Journal of Examples. — 2016.
without the page 3 link at the end.
Any ideas? Thanks.