Subversion Repositories svnkaklik

Rev

Rev 1116 | Rev 1123 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download

% The documentation of the usage of CTUstyle -- the template for
% typessetting thesis by plain\TeX at CTU in Prague
% ---------------------------------------------------------------------
% Petr Olsak  Jan. 2013

% You can copy this file to your own file and do some changes.
% Then you can run:  pdfcsplain your-file

\input ctustyle  % The template is included here.
%\input pdfuni   % Uncomment this if you need accented PDFoutlines

\worktype [M/EN] % Type: B = bachelor, M = master, D = Ph.D., O = other
                 % / the language: CZ = Czech, SK = Slovak, EN = English

\faculty    {F3}  % Type your faculty F1, F2, F3, etc.
            % use main language of your document here:
\department {Department of Measurement}
\titleCZ      {Rychlý vícekanálový systém sběru dat pro radioastronomický přijímač}
%\subtitle   {Šablona v plain\TeX{}u\nl pro sazbu studentských závěrečných prací na ČVUT}
            % \subtitle is optional
\author     {Jakub Kákona}
\date       {June 2014}
\supervisor {Ing. Martin Matoušek, Ph.D.}  % One or more supervisors
\studyinfo  {Aircraft and Space Systems}  % Study programme etc.
\workname   {Dokumentace} % Used only if \worktype [O/*] (Other)
            % optional more information about the document:
\workinfo   {\url{http://wiki.mlab.cz/doku.php?id=cs:sdrx}}
            % Title / Subtitle in minor language:
\title    {Fast multi-channel data acquisition system for radio-astronomy receiver}
%\subtitleEN {the plain\TeX{} template for theses at CTU}
            % If minor language is other than English
            % use \titleCZ, \subtitleCZ or \titleSK, \subtitleSK instead it.
\pagetwo    {}  % The text printed on the page 2 at the bottom.

\abstractEN {
   .
}
\abstractCZ {
   .
}           % If your language is Slovak use \abstractSK instead \abstractCZ

\keywordsEN { ADC interface, radioastronomy, signal digitalisation 

}
\keywordsCZ { Radioastronomie, digitalizace signálu, A/D konverze

}
\thanks {           % Use main language here
}

\declaration {      % Use main language here
   Prohlašuji, že jsem předloženou práci vypracoval
   samostatně a že jsem uvedl veškeré použité informační zdroje v~souladu
   s~Metodickým pokynem o~dodržování etických principů při přípravě
   vysokoškolských závěrečných prací.

   V Praze dne 12. 5. 2014 % !!! Attention, you have to change this item.
   \signature % makes dots
}

%%%%% <--   % The place for your own macros is here.

\draft     % Uncomment this if the version of your document is working only.
%\linespacing=1.7  % uncomment this if you need more spaces between lines
                   % Warning: this works only when \draft is activated!
\savetoner        % Turns off the lightBlue backround of tables and
                   % verbatims, only for \draft version.
%\blackwhite       % Use this if you need really Black+White thesis.
%\onesideprinting  % Use this if you really don't use duplex printing. 

\makefront  % Mandatory command. Makes title page, acknowledgment, contents etc.

\input introduction    % Files where the source of the document is prepared.
\input description   % Full name is: uvod.tex, popis.tex, the suffix can be omitted.
\input conclusion
\input appendix

\bye