《尼尔:机械纪元》Steam国区解锁时间延期至6月
3 questions
1
vote
1
answer
3k
views
Remove square bracketed citation in my reference list while using cite package for citations
I would like to remove the duplicate of square bracketed citation in my bibliography list and start with just the name and year. I am using the cite package, and the \bibliographystyle{apalike}, with ...
2
votes
2
answers
9k
views
Brackets in citing-style? [duplicate]
I have the following LaTeX code:
\documentclass[a4paper,
12pt,
bibliography=totoc,
index=totoc,
abstracton,
...
9
votes
3
answers
15k
views
Need to change citation format from [1] to (a)
I need to change the format of citations for my bibliography items to look like:
"See Reference (a)" instead of "See Reference (1)"
I have used code like: \renewcommand\@cite[1]{Reference~(#1)} in ...