summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/przechlewski-book/p313_utf8.tex
blob: ddcd192aaa7c2cba91b46fe3338c2bf93baa31d4 (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}
 %%  ... .. ...
\bibliographystyleNeto{plain}
\bibliography{plik-bib}

\bibliographystyleNeto{alpha}
\bibliographyNeto{plik-bib} % wstaw Netografię

\end{document}