cite

<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 company, and vice versa. From the HTML spec: CITE: Contains a citation or a reference to other sources. Does this imply that I...

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 RAK-WB style for bibtex or do I have to write it on my own? If so, what would be good tutorials/introductions to writing bibtex-style fil...

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 hyphen. If it finds one, then everything BEFORE the hyphen is used as the text within the tag. Whereas, everything AFTER the hyphen is used in an onl...

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 right now all it does is blockquote the whole line. How does one do this in markdown syntax? ...

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 fix this? Thanks! ...