Subversion Repositories svnkaklik

Rev

Rev 1073 | Go to most recent revision | Details | Last modification | View Log

Rev Author Line No. Line
1070 kaklik 1
% The documentation of the usage of CTUstyle -- the template for
2
% typessetting thesis by plain\TeX at CTU in Prague
3
% ---------------------------------------------------------------------
4
% Petr Olsak  Jan. 2013
5
 
6
% You can copy this file to your own file and do some changes.
7
% Then you can run:  pdfcsplain your-file
8
 
9
\input ctustyle  % The template is included here.
10
%\input pdfuni   % Uncomment this if you need accented PDFoutlines
11
 
12
\worktype [M/EN] % Type: B = bachelor, M = master, D = Ph.D., O = other
13
                 % / the language: CZ = Czech, SK = Slovak, EN = English
14
 
15
\faculty    {F3}  % Type your faculty F1, F2, F3, etc.
16
            % use main language of your document here:
17
\department {Katedra měření}
18
\title      {Rychlý vícekanálový systém sběru dat pro radioastronomický přijímač}
19
%\subtitle   {Šablona v plain\TeX{}u\nl pro sazbu studentských závěrečných prací na ČVUT}
20
            % \subtitle is optional
21
\author     {Jakub Kákona}
22
\date       {June 2014}
23
\supervisor {}  % One or more supervisors
24
\studyinfo  {}  % Study programme etc.
25
\workname   {Dokumentace} % Used only if \worktype [O/*] (Other)
26
            % optional more information about the document:
27
\workinfo   {\url{http://petr.olsak.net/ctustyle.html}}
28
            % Title / Subtitle in minor language:
29
\titleEN    {Fast multi-channel data acquisition system for radio-astronomy receiver}
30
%\subtitleEN {the plain\TeX{} template for theses at CTU}
31
            % If minor language is other than English
32
            % use \titleCZ, \subtitleCZ or \titleSK, \subtitleSK instead it.
33
\pagetwo    {}  % The text printed on the page 2 at the bottom.
34
 
35
\abstractEN {
36
   .
37
}
38
\abstractCZ {
39
   .
40
}           % If your language is Slovak use \abstractSK instead \abstractCZ
41
 
42
\keywordsEN {%
43
 
44
}
45
\keywordsCZ {%
46
 
47
}
48
\thanks {           % Use main language here
49
}
50
 
51
\declaration {      % Use main language here
52
   Prohlašuji, že jsem předloženou práci vypracoval
53
   samostatně a že jsem uvedl veškeré použité informační zdroje v~souladu
54
   s~Metodickým pokynem o~dodržování etických principů při přípravě
55
   vysokoškolských závěrečných prací.
56
 
57
   V Praze dne 13. 13. 2013 % !!! Attention, you have to change this item.
58
   \signature % makes dots
59
}
60
 
61
%%%%% <--   % The place for your own macros is here.
62
 
63
%\draft     % Uncomment this if the version of your document is working only.
64
\linespacing=1.7  % uncomment this if you need more spaces between lines
65
                   % Warning: this works only when \draft is activated!
66
\savetoner        % Turns off the lightBlue backround of tables and
67
                   % verbatims, only for \draft version.
68
%\blackwhite       % Use this if you need really Black+White thesis.
69
%\onesideprinting  % Use this if you really don't use duplex printing. 
70
 
71
\makefront  % Mandatory command. Makes title page, acknowledgment, contents etc.
72
 
73
%\input introduction    % Files where the source of the document is prepared.
74
\input desctription   % Full name is: uvod.tex, popis.tex, the suffix can be omitted.
75
%\input appendix
76
 
77
\bye