For question regarding the cite package which modifies the basis LaTeX citation mechanism.
Questions tagged [cite-package]
123 questions
8
votes
1 answer
optional argument for cite command
It is possible to write a command as
\cite[Capter 2]{tag}
which will display in the text something as "...as stated in [tag, Chapter 2]...". No problems so far. I want to do the same while inserting a description of an environment. To be clearer,…
Franco
- 195
7
votes
2 answers
How to remove square brackets adjacent to the hyphen generated by the package "cite"?
I am using the following packages:
\documentclass[journal]{IEEEtran}
% *** MISC UTILITY PACKAGES ***
\usepackage{graphicx}
\usepackage[caption=false]{subfig}
\usepackage[sort,compress]{cite}
%\usepackage{caption}
% *** MATH PACKAGES…
Shashank Sawant
- 6,557
- 11
- 37
- 49
6
votes
1 answer
Reference citation from en dash to hyphen
I am currently using a cite package. In order to make the reference citation into [1-3] but I want to change the en dash to hyphen.
Here is my sample file:
\documentclass{article}
\usepackage{cite}
\begin{document}
\title{Sample…
jeecabz
- 1,448
4
votes
2 answers
cite package: Disabling sorting for just one group of citation callouts
When using the cite package, how can I stop just one citation from being sorted automatically? In
\documentclass{article}
\usepackage[nocompress,space]{cite}
\usepackage{hyperref}
\begin{document}
Sort this: \cite{2,3,1}. %print "[1, 2, 3]"
Do…
MSC
- 2,722
2
votes
1 answer
Problem with citation number when using the cite package
I was using the cite package and encountered a problem with it. The citation number sometimes remains "[?]"; even after several compiling cycles. Here is MWE and its outcome:
\documentclass{article}
\usepackage{cite}
\begin{document}
This is a MWE.…
Merzong
- 589
- 5
- 11
0
votes
1 answer
Bibliography LaTeX et al
Please, which latex bibliography will I use to have my citation as, e.g. [mashroom et al. 2008], and I want the year 2008 to be in blue 'hyperlink'.Thank you
bello
- 1