-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.tex
38 lines (36 loc) · 1.1 KB
/
main.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
\documentclass{report}
\usepackage[testWidthHeight, preview, showExamples, withNoIndent]{testeitilogo}
\begin{document}
% Header with custom university and faculty
\def\logoEnglish{
\universityAndFaculty[
university=Warsaw University of Technology,
faculty=Faculty of Electronics and~Information~Technology
]
}
\preview{\logoEnglish}
\preview{
\parbox{14cm}{
\withNoIndent{\testWidthHeight{\logoEnglish}{50.0}{500.0}}
}
}
% Header with custom faculty
\def\logoElektryczny{\universityAndFaculty[faculty=Wydział Elektryczny]}
\preview{\logoElektryczny}
\preview{
\parbox{14cm}{
\testWidthHeight{\logoElektryczny}{50.0}{401.0}
}
}
% Header with default arguments
\preview{\universityAndFaculty}
% Header with custom logo
\preview{\universityAndFaculty[logo=assets/wut-symbol.pdf]}
\preview{
\parbox{14cm}{
\testWidthHeight{%
\universityAndFaculty[logo=assets/wut-symbol.pdf]
}{51.0}{404.0}
}
}
\end{document}