blob: 6e88b97bd581aae8d2e17c9b08dfbc674ad1a42f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
\documentclass[a4paper]{article}
\usepackage{multibib}
\usepackage[pdftex,breaklinks=true]{hyperref}
\usepackage{polski}
\usepackage[latin2]{inputenc}
\newcites{Neto}{Netografia} %% przyk³ad czego nie nale¿y robiæ:-)
\begin{document}
Powo³ania do g³ównego spisu~\cite{Otrembus1977,Hytz1925}.
Odes³anie do spisu zatytu³owanego ,,Netografia''~\citeNeto{onet2010}
%% ... .. ...
\bibliographystyle{plain}
\bibliography{b313}
\bibliographystyleNeto{alpha}
\bibliographyNeto{b313} % wstaw Netografiê
\end{document}
|