v 1.0
This commit is contained in:
parent
14e06a2c69
commit
4c4a06fc71
BIN
doc/main.pdf
BIN
doc/main.pdf
Binary file not shown.
50
doc/main.tex
50
doc/main.tex
|
@ -1,5 +1,8 @@
|
|||
\documentclass{report}
|
||||
|
||||
\usepackage{siunitx} % dodaj na początku dokumentu, aby załadować pakiet siunitx
|
||||
\usepackage{longtable}
|
||||
|
||||
% Pakiety do ustawienia marginesów
|
||||
\usepackage{geometry}
|
||||
\geometry{
|
||||
|
@ -47,22 +50,22 @@
|
|||
\setlist[longenum,4]{label=\alph*), left=2em}
|
||||
\setlist[longenum,5]{label=--, left=3.5em}
|
||||
|
||||
% Konfiguracja nagłówków i stopek
|
||||
\fancypagestyle{mystyle}{
|
||||
\fancyhf{}
|
||||
\fancyhead[L]{Biotechnologia PCz 2024}
|
||||
\fancyhead[R]{Grupa I}
|
||||
\fancyfoot[L]{Commit UUID: \texttt{\commitUUID} \\ Timestamp: \texttt{\DTMnow}}
|
||||
\fancyfoot[R]{\thepage}
|
||||
}
|
||||
\pagestyle{mystyle}
|
||||
% % Konfiguracja nagłówków i stopek
|
||||
% \fancypagestyle{mystyle}{
|
||||
% \fancyhf{}
|
||||
% \fancyhead[L]{Biotechnologia PCz 2024}
|
||||
% \fancyhead[R]{Grupa I}
|
||||
% \fancyfoot[L]{Commit UUID: \texttt{\commitUUID} \\ Timestamp: \texttt{\DTMnow}}
|
||||
% \fancyfoot[R]{\thepage}
|
||||
% }
|
||||
% \pagestyle{mystyle}
|
||||
|
||||
% Pierwsza strona bez nagłówków i stopek
|
||||
\fancypagestyle{plain}{
|
||||
\fancyhf{}
|
||||
\fancyfoot[L]{Commit UUID: \texttt{\commitUUID} \\ Timestamp: \texttt{\DTMnow}}
|
||||
\fancyfoot[R]{\thepage}
|
||||
}
|
||||
% \fancypagestyle{plain}{
|
||||
% \fancyhf{}
|
||||
% \fancyfoot[L]{Commit UUID: \texttt{\commitUUID} \\ Timestamp: \texttt{\DTMnow}}
|
||||
% \fancyfoot[R]{\thepage}
|
||||
% }
|
||||
|
||||
% Ustawienia stylu dla kodu
|
||||
\definecolor{backcolour}{rgb}{0.95,0.95,0.92}
|
||||
|
@ -126,14 +129,12 @@
|
|||
\begin{flushleft}
|
||||
\hspace{1.0cm} \normalsize Martyna Gwóźdź\\
|
||||
\hspace{1.0cm} \normalsize Nataliia Ivanova\\
|
||||
\hspace{1.0cm} \normalsize Patrycja Krześniak\\
|
||||
\hspace{1.0cm} \normalsize Justyna Madej\\
|
||||
\hspace{1.0cm} \normalsize Michał Michalik\\
|
||||
\hspace{1.0cm} \normalsize Ewelina Nowicka\\
|
||||
\hspace{1.0cm} \normalsize Mateusz Pabiszczak\\
|
||||
\hspace{1.0cm} \normalsize Sebastian Siarkowski\\
|
||||
\hspace{1.0cm} \normalsize Daria Sobolewska\\
|
||||
\hspace{1.0cm} \normalsize Zuzanna Szczepańska\\
|
||||
\end{flushleft}
|
||||
|
||||
% \vspace{1cm}
|
||||
|
@ -145,8 +146,8 @@
|
|||
\end{flushleft}
|
||||
% \vspace{0.5cm}
|
||||
\begin{flushleft}
|
||||
\hspace{0.5\textwidth} \normalsize dr hab. inż. prof. PCz Katarzyna Wystalska\\
|
||||
\hspace{0.5\textwidth} \normalsize dr hab. inż. prof. PCz Anna Katarzyna Grosser
|
||||
\hspace{0.5\textwidth} \normalsize dr hab. inż. prof. PCz K. Wystalska\\
|
||||
% \hspace{0.5\textwidth} \normalsize dr hab. inż. prof. PCz Anna Katarzyna Grosser
|
||||
\end{flushleft}
|
||||
|
||||
\end{titlepage}
|
||||
|
@ -155,6 +156,19 @@
|
|||
\input{modules/intro}
|
||||
\label{sec:intro}
|
||||
|
||||
\input{modules/pomiary}
|
||||
\label{sec:wykresy}
|
||||
|
||||
\input{modules/wykresy}
|
||||
\label{sec:wykresy}
|
||||
|
||||
\input{modules/wnioski}
|
||||
\label{sec:wykresy}
|
||||
|
||||
|
||||
% \input{modules/code}
|
||||
% \label{sec:wykresy}
|
||||
|
||||
\newpage
|
||||
\printbibliography
|
||||
|
||||
|
|
Loading…
Reference in New Issue