logo
This commit is contained in:
parent
60d882a9af
commit
36b932e5e3
Binary file not shown.
@ -50,6 +50,8 @@ Klasa \texttt{amuthesis} wspiera parametry opcjonalne, których przekazanie powo
|
||||
\midrule
|
||||
\texttt{english} & & Praca zostanie oparta na klasie \texttt{book}. Wszystkie stosowane nazwy będą anglojęzyczne (np. ,,Chapter''), a~skład tekstu odbędzie się zgodnie z~anglosaskimi normami.\\
|
||||
\midrule
|
||||
\texttt{logo} & & Zastąp logiem nazwę uczelni na początku strony tytułowej (plik \texttt{uam-logo.pdf}).\\
|
||||
\midrule
|
||||
\texttt{indent} & & Pierwszy akapit w ramach paragrafu zostanie wcięty. Jeśli do klasy nie zostanie przekazana opcja \texttt{indent}, to pierwsze akapity nie będą wcinane, niezależnie od języka, w którym składany jest dokument.\\
|
||||
\midrule
|
||||
\texttt{lineno} & & Wynikowy dokument zostanie wzbogacony o numerację wierszy.\\
|
||||
|
@ -15,6 +15,10 @@
|
||||
\newif\if@optindent
|
||||
\DeclareOption{indent}{\@optindenttrue}
|
||||
|
||||
% Logo zamiast nazwy uczelni
|
||||
\newif\if@optlogo
|
||||
\DeclareOption{logo}{\@optlogotrue}
|
||||
|
||||
% Zamiana numeru i nazwy otoczenia
|
||||
\newif\if@optswapthm
|
||||
\DeclareOption{swapthm}{\@optswapthmtrue}
|
||||
@ -341,18 +345,32 @@
|
||||
% Zdefiniuj polecenie '\maketitle'
|
||||
\renewcommand*{\maketitle}{%
|
||||
\clearpage\thispagestyle{empty}%
|
||||
{\noindent\centering\scshape\large%
|
||||
Uniwersytet im. Adama Mickiewicza w Poznaniu%
|
||||
\strut\par}%
|
||||
{\noindent\centering\normalfont%
|
||||
Wydzia\l{} Matematyki i Informatyki%
|
||||
\strut\par}%
|
||||
\vspace{2.5cm}
|
||||
{\noindent\centering\normalfont\@author\strut\par}%
|
||||
{\noindent\centering\normalfont%
|
||||
Numer albumu: %
|
||||
\@album\strut\par}%
|
||||
\vspace{2.5cm}
|
||||
\if@optlogo
|
||||
{\noindent\centering%
|
||||
\includegraphics[width=5cm]{uam-logo.pdf}\par}%
|
||||
{\noindent\centering\normalfont%
|
||||
Wydzia\l{} Matematyki i Informatyki%
|
||||
\strut\par}%
|
||||
\vspace{2cm}
|
||||
{\noindent\centering\normalfont\@author\strut\par}%
|
||||
{\noindent\centering\normalfont%
|
||||
Numer albumu: %
|
||||
\@album\strut\par}%
|
||||
\vspace{2cm}
|
||||
\else
|
||||
{\noindent\centering\scshape\large%
|
||||
Uniwersytet im. Adama Mickiewicza w Poznaniu%
|
||||
\strut\par}%
|
||||
{\noindent\centering\normalfont%
|
||||
Wydzia\l{} Matematyki i Informatyki%
|
||||
\strut\par}%
|
||||
\vspace{2.5cm}
|
||||
{\noindent\centering\normalfont\@author\strut\par}%
|
||||
{\noindent\centering\normalfont%
|
||||
Numer albumu: %
|
||||
\@album\strut\par}%
|
||||
\vspace{2.5cm}
|
||||
\fi
|
||||
% Uzależnij kolejność tytułów od wybranego języka
|
||||
\if@optpolski
|
||||
{\noindent\centering\Large\@titlePL\strut\par}%
|
||||
@ -367,7 +385,7 @@
|
||||
napisana pod opiek\k{a}\\
|
||||
\bfseries{\@supervisor}%
|
||||
}\strut\par}%
|
||||
\vspace{2.5cm}%
|
||||
\vspace{2cm}%
|
||||
{\noindent\centering\normalfont\@date\strut\par}
|
||||
}
|
||||
|
||||
|
BIN
thesis.pdf
BIN
thesis.pdf
Binary file not shown.
@ -1,4 +1,4 @@
|
||||
\documentclass[oneside,polski]{amuthesis}
|
||||
\documentclass[oneside,polski,logo]{amuthesis}
|
||||
|
||||
% Zdefiniuj kodowanie dokumentu
|
||||
\usepackage[utf8]{inputenc}
|
||||
|
BIN
uam-logo.pdf
Normal file
BIN
uam-logo.pdf
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user