-
Notifications
You must be signed in to change notification settings - Fork 1
/
pubs.tex
64 lines (52 loc) · 1.93 KB
/
pubs.tex
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
% Publications from a BibTeX file without multibib
% for numerical labels: \renewcommand{\bibliographyitemlabel}{\@biblabel{\arabic{enumiv}}}% CONSIDER MERGING WITH PREAMBLE PART
% to redefine the heading string ("Publications"): \renewcommand{\refname}{Articles}
%\nocite{*}
%\bibliographystyle{plain}
\setlength\bibitemsep{1.5\itemsep}
\input{scholarly-bibliometrics}
\section*{Books}
\begin{refsection}[bibliography/books.bib]
\nocite{*}
\printbibliography[heading=none,sorting=ynt]
\end{refsection}
\section*{Journal Articles}
\begin{refsection}[bibliography/journal.bib]
\nocite{*}
\printbibliography[heading=none,sorting=ynt]
\end{refsection}
\section*{Conferences}
\begin{refsection}[bibliography/inproceedings.bib]
\nocite{*}
\printbibliography[heading=none,sorting=ynt]
\end{refsection}
\section*{Book Chapters }
\begin{refsection}[bibliography/incollection.bib]
\nocite{*}
\printbibliography[heading=none,sorting=ynt]
\end{refsection}
\section*{Magazine Articles}
\begin{refsection}[bibliography/magazine.bib]
\nocite{*}
\printbibliography[heading=none,sorting=ynt]
\end{refsection}
\section*{Tech Reports}
\begin{refsection}[bibliography/techreport.bib]
\nocite{*}
\printbibliography[heading=none,sorting=ynt]
\end{refsection}
\section*{Miscellaneous}
\begin{refsection}[bibliography/misc.bib]
\nocite{*}
\printbibliography[heading=none,sorting=ynt]
\end{refsection}
%\bibliography{publications} % 'publications' is the name of a BibTeX file
% Publications from a BibTeX file using the multibib package
%\section{Publications}
%\nocitebook{book1,book2}
%\bibliographystylebook{plain}
%\bibliographybook{publications} % 'publications' is the name of a BibTeX file
%\nocitemisc{misc1,misc2,misc3}
%\bibliographystylemisc{plain}
%\bibliographymisc{publications} % 'publications' is the name of a BibTeX file
%----- letter ---------------------------------------------------------