0
votes
2answers
77 views
Latex-style citations in emacs and Wanderlust
I'm reading my email in emacs using Wanderlust client. I'm subscribed on a bunch of mailing lists and quite often I'm noticing well-formatted emails which employs LaTeX-style (most …
4
votes
2answers
2k views
How do I cite author in Latex?
How do I cite authors in Latex?
I tried using natbib package
---- doc.tex ----
...
\usepackage{natbib}
...
\citeauthor{736184}
...
---- doc.bib ----
@inproceedings{736184,
…
1
vote
2answers
189 views
Putting citation text on same slide with LaTeX Beamer
By default, using \cite in the Beamer class of LaTeX places the actual citation information at the end of the presentation on a separate slide containing the bibliography. How does …
0
votes
1answer
132 views
Citation formatting and the hyperref package
I'm using the hyperref package in my document. One of the things that it does is create bookmarks in my pdf, based on the table of contents. Some section titles contain a reference …
0
votes
3answers
817 views
Latex: Citations in section headings put into table of contents first
I have some citations for sections of my document that I have put in the section heading:
\section{The title \cite{abc}, \cite{def}}
Text
I am also using the table of contents fu …
2
votes
3answers
205 views
Blinding a latex paper
Many journals require submission of a blinded version of your paper. The blinded version usually removes:
the list of authors
any citations to the authors' work
How can I crea …
3
votes
6answers
309 views
Does the computer science/software engineering field have a standardized citation format?
Wikipedia provides a number of citations used in the sciences, however does one stand out in computer science and software engineering related documents? My initial guess is to the …
1
vote
3answers
115 views
What´s your favorite definition/citation of an Object (in general) in OOD? (from a book, a person (Meyer, Booch, Reenskaug, Wirfs-Brock etc..))
There are quite some interesting definitions of what an object in OO is? Please post your favorite definitions and quotes!
One of my favorites comes from Trygve Reenskaug:
"Th …
