Memming's Inconsistency
Nothing Personal, Yet Subjective
Blog | Guestbook
Keyword | Local | Tag
T 27 / Y 78 / Total 54293
Catergories
Calendar
«   2009/12   »
Sun Mon Tue Wed Thu Fri Sat
    1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31    
Tag
tip, MATLAB, vim, LaTeX, mathematics, Google, Tips, 촛불집회, derivative, conference wsom, theorem, CNEL, correlogram, ocw, equation search engine, algorithm, synchrony, spike train, coupled oscillator, javascript,
Archive
Link
Search
  submit
Recent Articles
Recent Comments
Recent Trackbacks
해당되는 게시물 1건
 Prev   1   Next 
2009/12/16 12:01
Using nocite and multibib
2009/12/16 12:01 2009/12/16 12:01
When making a CV for yourself in LaTeX, one shall use nocite instead of cite command to make a list of publications. This avoids the problem of hiding citations using some other tricks. But what if you want multiple bibliographies in your document? One for journal articles and one for conference articles?
There's a LaTeX package called multibib. Here's an example:
\usepackage[resetlabels]{multibib}
...
\newcites{journal}{foo}
\bibliographystylejournal{unsrt}
\newcites{conf}{foo}
\bibliographystyleconf{unsrt}
...
Journal
    \nocitejournal{Park2008a}
    \bibliographyjournal{bibfile}
Conference
    \nociteconf{Park2005}
    \bibliographyconf{bibfile}
...
LaTeX will generate separate aux files for each bib, so you'll need to run bibtex for each aux files.
(In this example, bibtex journal and bibtex conf will do.)
TAG : , ,
 Prev   1   Next 
memming’s Blog is powered by Tattertools.com / Designed by faido