Search found 3 matches

by parekhharsh_j
Fri Sep 09, 2011 3:31 pm
Forum: BibTeX, biblatex and biber
Topic: Show Bibliography Item Label and Number together
Replies: 0
Views: 1348

Show Bibliography Item Label and Number together

If I put optional label in the \bibitem numeric values are replaced by the label in bibliography. I would like to display label in citation while still retaining the numeric values in bibliography list. I tried putting optional values in \cite key but I do not want that kind of format.
by parekhharsh_j
Tue Aug 16, 2011 8:25 am
Forum: BibTeX, biblatex and biber
Topic: VIM-latex plugin
Replies: 2
Views: 4408

VIM-latex plugin

If you read in above wiki page Why won't LaTeX generate any output?
it says that LATEX needs multiple passes to accomplish the task in order to read the file from different source.
I am really not keen on learning vim now due to shortage of time.
However I'll be waiting for someone's advice if ...
by parekhharsh_j
Mon Aug 15, 2011 9:47 pm
Forum: BibTeX, biblatex and biber
Topic: VIM-latex plugin
Replies: 2
Views: 4408

VIM-latex plugin

I am new to LATEX.I would like to use bibtex for my bibliography. However I am working on windows and not fond of using commands as it is not efficient.
pdflatex *.tex
bibtex *.aux
pdflatex *.tex
pdflatex *.tex

I read it in wikibooks http://en.wikibooks.org/wiki/LaTeX/Bibliography_Management
that ...