Tagged Questions
The cite tag has no wiki summary.
3
votes
4answers
264 views
LaTeX \cite giving a [?]
in blah.tex , I have a
\cite{blah}
I have a 'blah' entry in blah.bib
I run my file with :
latex blah.tex && blah.tex && dvipdf blah.dvi
The blah.pdf results in [?]
How do I ...
3
votes
2answers
1k views
Citing the author of a blockquote using Markdown Syntax
I am using Symphony CMS and it uses Markdown for article writing. I need to do a blockquote of a quote from Benjamin Franklin and would like to have the quote followed by a citation beneath if but ...
3
votes
2answers
125 views
Is there any RAK-WB style for bibtex?
RAK-WB is a specific bibliographical standard mostly for libraries in germany; the standard goes as follows: RAK-WB.
However, there seems to be no bibtex package/style for this standard. Is there any ...
2
votes
1answer
406 views
Putting citation in supercript within Beamer
I try do to cite some authors into my beamer. The citation takes place within a frametitle. It works perfectly fine until I want to superscript them. I try with package [super]{cite} and it doesn't ...
1
vote
2answers
98 views
Cite/Reference OpenMP in a Paper
I am writing a paper and implemented an algorithm using OpenMP. Since Visual Studio directly supports OpenMP, am I required to cite OpenMP in my paper?
Thank You.
1
vote
2answers
243 views
<cite> as part of semantic markup
One of the sites I develop has lots of information linked between each other; we have companies, we have products for those companies. The company page links to the page listing the products for that ...
0
votes
0answers
93 views
Natbib Citet causes undefined control sequence error
I use natbib and the citet and citep commands work fine. I need to have the "von" part of a surname capitalised at the beginning of a sentance so I use the Citet command according to ...
0
votes
0answers
220 views
LaTeX: cite with [ ] argument in caption
I need the source of images listed in the "list of figures".
To do this I want to cite inside the caption argument:
This works:
\caption[Plan,\protect\cite{damluji1992}]{Plan}
This works too but ...
0
votes
3answers
375 views
Latex - Inserting a reference in a figure's caption
In Latex, I want to add a reference in the legend of a figure, like:
\begin{figure}
...
\caption{This is the legend of this figure (reprinted from \cite{something}).}
...
\end{figure}
but ...
0
votes
2answers
166 views
Making a <cite> tag clickable with jQuery
Ok, so here's the skinny...
I've worked out a jQuery function that will first look at the page and search for <cite> tags. Then, it looks at the text contained within it and searches for a ...