Search found 3 matches

by gujax
Mon Nov 29, 2010 8:56 pm
Forum: BibTeX, biblatex and biber
Topic: begin numbering not from 1 in biblatex
Replies: 0
Views: 1171

begin numbering not from 1 in biblatex

Hi,
I have a problem. I would like to start numbering my citations beginning with a number not 1 but an arbitrary number e.g., 6. This is because, I have a separate section (section A) which have 5 citations. I cannot include the section into section B. Section A and section B are to be printed out ...
by gujax
Wed Nov 24, 2010 12:31 am
Forum: BibTeX, biblatex and biber
Topic: just create a reference pdf file
Replies: 1
Views: 4082

Re: just create a reference pdf file

Hi,
I have figured one way

1. \begin{document}
\setcounter{section}{4}

\bibliographystyle{unsrt}

\bibliography{mybib_xx}
\nocite{a}
\nocite{b}
\nocite{c}
....all references
\end{document}

This creates a pdf document listing all the references in the file mybib_xx.bib
However, one problem is that ...
by gujax
Tue Nov 23, 2010 9:31 pm
Forum: BibTeX, biblatex and biber
Topic: just create a reference pdf file
Replies: 1
Views: 4082

just create a reference pdf file

Hi,
I am writing a report in which they would like to have separate pdf documents for five sections titled
1. "Introduction"
2. "Innovation"
3. "WorkPlan"
4. "Previous Work" and
5. "References".
Each section has cross-references and all the cited works are referred in section "References".
So ...