This is desirable in slide presentations. I enabled the cite-author-year
package and used the macros such as cite-author-year
and cite-author
, but it still displays a number.
How to show author+year+journal instead of number in citation?
Probably it is meant to work with a specific bibliography style. You might want to look at the inner workings to get a clue if this is the case.
According to this post http://forum.texmacs.cn/t/overflowing-bibliography-entries-when-using-author-year-citation-style/899, you need to put a bst file (e.g. plainnat.bst) in $HOME/.TeXmacs/system/bib, and then select bibliography style to be plainnat.
However it seems that it only shows Name + Year; maybe you have to create a custom bibliography to show journal as well.
1 Like
Yes, this is close to what I want.
BTW, the file plainnat.bst
may already exist somewhere, as it works by typing plainnat
in the menu Other...
in Style
, without the file in $HOME/.TeXmacs/system/bib.