% Główne \documentclass[12pt,a4paper]{report} \usepackage[margin=2.5cm]{geometry} % Język \usepackage{polski} \usepackage[utf8]{inputenc} \usepackage[polish]{babel} % AMS \usepackage{amsmath} \usepackage{amsfonts} %\let\babellll\lll %\let\lll\relax %\usepackage{amssymb} % Obrazki \usepackage{graphicx} % Podpisy \usepackage[size=footnotesize]{caption} \captionsetup[figure]{labelsep=period,name={Rys.}} \captionsetup[table]{labelsep=period,name={Tab.}} % Inne \usepackage{multirow} \usepackage{pbox} \usepackage{footnote} % savenotes \usepackage{enumitem} % \begin{itemize}[label={}] \usepackage{hyperref} \usepackage{pdflscape} % \begin{landscape} \usepackage{wrapfig} \usepackage{flafter} % magiczny pakiet, zapobiegający pojawianiu się floatów przed ich definicją % Marka na jednostki \newcommand*{\m}{\mathrm{m}} \newcommand*{\mm}{\mathrm{mm}} \newcommand*{\um}{\mathrm{\mu m}} \newcommand*{\nm}{\mathrm{nm}} \newcommand*{\uV}{\mathrm{\mu V}} \newcommand*{\mV}{\mathrm{mV}} \newcommand*{\V}{\mathrm{V}} \newcommand*{\kV}{\mathrm{kV}} \newcommand*{\mA}{\mathrm{mA}} \newcommand*{\uA}{\mathrm{\mu A}} \newcommand*{\kOhm}{\mathrm{k\Omega}} \newcommand*{\MOhm}{\mathrm{M\Omega}} \newcommand*{\mS}{\mathrm{mS}} \newcommand*{\uS}{\mathrm{\mu S}} \newcommand*{\eV}{\mathrm{eV}} \newcommand*{\K}{\mathrm{K}} \newcommand*{\kg}{\mathrm{kg}} \newcommand*{\s}{\mathrm{s}} \newcommand*{\degree}{^{\circ}} % Inne makra \newcommand*{\dd}{\mathrm{d}} % Indeks \usepackage{imakeidx} \makeindex[intoc=true, columns=2, options=-s ingenieur.ist] % Bibliografia \usepackage{cite} \usepackage[nottoc]{tocbibind} \begin{document} % Strona tytułowa \input{00_strona_tytulowa.tex} % Spis treści \setcounter{tocdepth}{1} \tableofcontents % Wstęp \input{09_wstep.tex} % Wstęp teoretyczny \input{10_teoria.tex} % Współczynniki oddawania barw \input{20_cri.tex} % Sprawdzenie wyników \input{30_literatura.tex} \input{35_pomiary.tex} % Podsumowanie \input{89_wnioski.tex} % Dodatki \appendix % Dodatek: Spis wzorów \input{90_wzory.tex} % Indeks \clearpage \printindex % Lista rysunków \listoffigures % Bibliografia \bibliographystyle{ieeetr} \bibliography{main.bib} \end{document}