65 lines
1.1 KiB
TeX
65 lines
1.1 KiB
TeX
|
|
|
|
\documentclass[skorowidz,autorrok,backref,xodstep]{wmimgr}
|
|
|
|
\usepackage{listings}
|
|
\usepackage{color}
|
|
\usepackage{alltt}
|
|
\usepackage{floatrow}
|
|
\usepackage{hyphenat}
|
|
\usepackage{url}
|
|
|
|
\newcommand\dbr{\discretionary{}{}{}}
|
|
|
|
\input{preamble}
|
|
|
|
\input{metadata}
|
|
|
|
|
|
% Cytowanie przez numer (standard):
|
|
%\bibliographystyle{plain}
|
|
%
|
|
% Jeżeli cytowanie autor-rok to np.:
|
|
\bibliographystyle{papalike}
|
|
%
|
|
% Inne sposoby
|
|
%\bibliographystyle{abbrv} %% standard
|
|
%\bibliographystyle{acm} %% ACM transactions...
|
|
%\bibliographystyle{elsart-harv} %% dziwaczny %%
|
|
|
|
%%% zakomentuj \iffalse ... \fi (ostatnie, zaznaczone //pdfscreen) jeżeli chcesz włączyć pakiet pdfscreen:
|
|
\def\SITI{SI/TI} %%%
|
|
\def\ISTI{SI/TI} %%%
|
|
\def\UTAUT{UTAUT} %%%
|
|
|
|
\begin{document}
|
|
|
|
%%
|
|
\nocite{beebe,p.perl} %% dołącza niecytowane
|
|
%%\nocite{*} %% ** dołącza wszystko **
|
|
|
|
|
|
% Tytuł/spis treści
|
|
\maketitle
|
|
|
|
\input{main}
|
|
|
|
\input{appendix}
|
|
|
|
%\include bib.tex
|
|
\bibliography{bibliography}
|
|
|
|
%
|
|
% Spis tabel (jeżeli jest potrzebny):
|
|
\listoftables
|
|
%
|
|
% Spis rysunków (jeżeli jest potrzebny):
|
|
\listoffigures
|
|
|
|
%
|
|
% Skorowidz (opcjonalnie)
|
|
\printindex
|
|
|
|
\end{document}
|
|
|