This commit is contained in:
Miguel Buenache 2018-11-13 17:48:41 +01:00
parent 5e75724fbc
commit 919e654d01
9 changed files with 124 additions and 0 deletions

BIN
6/literatura-przyklad-1.pdf Normal file

Binary file not shown.

View File

@ -0,0 +1,16 @@
%
\documentclass{mwart}
\usepackage[utf8]{inputenc}
\usepackage{polski}
\usepackage[language=polish]{biblatex}
% to use bibtex instead of biber
% \usepackage[language=polish,backend=bibtex]{biblatex}
\addbibresource{literatura.bib}
\begin{document}
Książka~\cite{iksinski} zawiera sporo ciekawych rzeczy,
zaś\ppauza dla odmiany\ppauza artykuł~\cite{sokal}
zawiera głównie bzdury.
\printbibliography
\end{document}

BIN
6/literatura-przyklad-2.pdf Normal file

Binary file not shown.

View File

@ -0,0 +1,14 @@
%
\documentclass{mwart}
\usepackage[utf8]{inputenc}
\usepackage{polski}
\usepackage[language=polish,style=authoryear]{biblatex}
\addbibresource{literatura.bib}
\begin{document}
Książka~\parencite{iksinski} zawiera sporo ciekawych rzeczy,
zaś\ppauza dla odmiany\ppauza artykuł~\parencite{sokal} zawiera
głównie bzdury. Jednak \textcite{sokal} pisze bzdury z~premedytacją.
\printbibliography
\end{document}

BIN
6/literatura-przyklad-3.pdf Normal file

Binary file not shown.

View File

@ -0,0 +1,15 @@
%
\documentclass{mwart}
\usepackage[utf8]{inputenc}
\usepackage{polski}
\usepackage[language=polish,style=authortitle-ibid]{biblatex}
\addbibresource{literatura.bib}
\begin{document}
Książka~\footcite{iksinski} zawiera sporo ciekawych rzeczy,
zaś\ppauza dla odmiany\ppauza artykuł~\footcite{sokal} zawiera
głównie bzdury. Jednak bzdury w~artykule~\footcite{sokal}
zabiegiem celowym.
\printbibliography
\end{document}

BIN
6/literatura-przyklad-4.pdf Normal file

Binary file not shown.

View File

@ -0,0 +1,49 @@
%
\documentclass{mwart}
\usepackage[utf8]{inputenc}
\usepackage{polski}
\usepackage{amsrefs}
\begin{document}
Książka~\cite{gowers1} zawiera sporo ciekawych rzeczy,
zaś\ppauza dla odmiany\ppauza artykuł~\cite{gowers2} zawiera
głównie bzdury. Jednak bzdury w~artykule~\cite{gowers1}
zabiegiem celowym.
\begin{bibdiv}
\begin{biblist}
\bib{Gowers1}{article}{
author={Conlon, D.},
author={Gowers, W. T.},
title={Combinatorial theorems in sparse random sets},
journal={Ann. of Math. (2)},
volume={184},
date={2016},
number={2},
pages={367--454},
issn={0003-486X},
review={\MR{3548529}},
doi={10.4007/annals.2016.184.2.2},
}
\bib{gowers2}{article}{
author={Conlon, D.},
author={Gowers, W. T.},
author={Samotij, W.},
author={Schacht, M.},
title={On the K\L R conjecture in random graphs},
journal={Israel J. Math.},
volume={203},
date={2014},
number={1},
pages={535--580},
issn={0021-2172},
review={\MR{3273450}},
doi={10.1007/s11856-014-1120-1},
}
\end{biblist}
\end{bibdiv}
\end{document}

30
6/literatura.bib Normal file
View File

@ -0,0 +1,30 @@
%
@article{sokal,
author = {Sokal, Alan D.},
title = {Transgressing the Boundaries: Toward
a Transformative Hermeneutics of
Quantum Gravity},
journaltitle = {Social Text},
date = 1996,
volume = {46/47},
pages = {217-252},
}
@book{iksinski,
author = {Iksiński, Jan},
title = {Bardzo ciekawa książka},
date = 2015,
publisher = {Wydawnictwo Wspaniałe},
location = {Poznań},
}
@PHDTHESIS{carrier2006,
author = {Carrier, Brian D.},
title = {A hypothesis-based approach to digital forensic investigations},
year = {2006},
address = {West Lafayette, IN, USA},
note = {Adviser-Spafford, Eugene H.},
isbn = {978-0-542-86437-7},
order_no = {AAI3232156},
publisher = {Purdue University}
}