]> mj.ucw.cz Git - diplomky.git/commitdiff
Nedávné změny integrovány i do anglické verze
authorMartin Mares <mj@ucw.cz>
Mon, 31 Aug 2015 17:06:33 +0000 (19:06 +0200)
committerMartin Mares <mj@ucw.cz>
Mon, 31 Aug 2015 17:06:33 +0000 (19:06 +0200)
15 files changed:
README
TODO
cs/literatura.bib
cs/makra.tex
cs/prace.tex
en/Makefile
en/bibliography.bib [new file with mode: 0644]
en/bibliography.tex
en/chap01.tex [new file with mode: 0644]
en/chap02.tex [new file with mode: 0644]
en/chap1.tex [deleted file]
en/chap2.tex [deleted file]
en/macros.tex [new file with mode: 0644]
en/thesis.tex
en/title.tex

diff --git a/README b/README
index 9ee3712048e9df7e1dc41376dcb597b774721a9e..5082b076bae2bc09fcd90ab1a5c4e0212654f270 100644 (file)
--- a/README
+++ b/README
@@ -19,13 +19,16 @@ připomínat komentáři. Přesto si ale celá pravidla přečtěte -- napříkl
 úprava desek práce je popsána pouze tam.
 
 Pokud LaTeX ještě neznáte, na webu naleznete mnoho úvodních textů.
-Mně se nejvíce osvědčil http://en.wikibooks.org/wiki/LaTeX. Pár poznámek
-k TeXové sazbě najdete také zde v souboru ukazka.tex.
+Nám se nejvíce osvědčil http://en.wikibooks.org/wiki/LaTeX.
 
 Základní nastavení sazby naleznete v souboru prace.tex, ten se také
 odkazuje na ostatní soubory s jednotlivými kapitolami práce. Pečlivě
 si hlavní soubor přečtěte a doplňte všechny chybějící údaje.
 
+Česká verze obsahuje komentáře a ukázkové kapitoly s popisem doporučené
+úpravy a různými radami pro sazbu v TeXu. Anglická verze má zatím pouze
+komentáře.
+
 Pokud pracujete na Unixovém systému, může se vám hodit ukázkový Makefile --
 stačí spustit program "make" a ten už se postará o přeložení všech souborů
 TeXem.
@@ -39,10 +42,6 @@ na http://mj.ucw.cz/vyuka/bc/. Tamtéž se nachází celá historie této šablo
 
 --------------------------------------------------------------------------------
 
-FIXME: Anglická verze neobsahuje některé změny, které už v české verzi existují.
-
---------------------------------------------------------------------------------
-
 Zásadní změny oproti verzi z roku 2011
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
@@ -59,4 +58,6 @@ Zásadní změny oproti verzi z roku 2011
    literatury můžete v nouzi stále používat, viz zakomentovaná část
    souboru literatura.tex.
 
- - Ukázkové kapitoly obsahují různé rady a příklady sazby.
+ - Ukázkové kapitoly obsahují různé rady a příklady sazby. Přesunula
+   se do nich většina původního manuálu "Úprava bakalářské práce",
+   ovšem ujasnili jsme, co je povinnost a co pouze doporučení.
diff --git a/TODO b/TODO
index a4837ed68a7cde44b9a8efaf578be385e0938296..03aaa25754159d2795118498142554ec07d43633 100644 (file)
--- a/TODO
+++ b/TODO
@@ -2,5 +2,3 @@ Preklep ve slovencine, ktery objevil Pali (viz mail)
   -> bude vubec nejaka slovenska verze?
 
 Dvojtecky na titulni strane by mohly byt centrovane
-
-Synchronizovat anglickou verzi s ceskou (a opravit README)
index 402ebff147fe8c0253157c18672a3db1c6665b72..04469ea99ac0e8f23a8f0d39a53b9619fbfbe3e9 100644 (file)
@@ -5,11 +5,10 @@
 %  Doporučený software pro správu databáze literatury formátu *.bib:
 %    JabRef, http://jabref.sourceforge.net/
 %
-%  POZOR!
-%    1. Písmena v názvech publikací, jež je třeba tisknout vždy velká, se musejí psát
+%  POZOR:
+%
+%    *  Písmena v názvech publikací, jež je třeba tisknout vždy velká, se musejí psát
 %       do složených závorek ({T}hailand, {HIV})
-%    2. Po každé změně citací v dokumentu a po každé změně v databázi *.bib je třeba
-%       dokument zkompilovat posloupností příkazů latex+bibtex+latex+latex
 %
 %  ===========================================================================
 
index e09d896337b48824d82842f77b96d060c50ac9d6..a5c1562fba0565221ede01c19e02db49155836ae 100644 (file)
@@ -60,7 +60,7 @@
 }
 
 %%% Prostředí pro sazbu kódu, případně vstupu/výstupu počítačových
-%%% programů. (Vyžaduje balíček fancyvrb -- fancy verbatim)
+%%% programů. (Vyžaduje balíček fancyvrb -- fancy verbatim.)
 
 \DefineVerbatimEnvironment{code}{Verbatim}{fontsize=\small, frame=single}
 
index 3c97f2ecb00890fddd71bd820dfd5e2adf25c4f1..753e8bd6b5f1c7898ef53669d9d95c9a86371dae 100644 (file)
@@ -33,7 +33,6 @@
 \usepackage[utf8]{inputenc}
 
 %%% Další užitečné balíčky (jsou součástí běžných distribucí LaTeXu)
-%%% Některé jsou zatím zakomentovné, pokud se vám hodí, odkomentujte je.
 \usepackage{amsmath}        % rozšíření pro sazbu matematiky
 \usepackage{amsfonts}       % matematické fonty
 \usepackage{amsthm}         % sazba vět, definic apod.
@@ -133,9 +132,7 @@ Abstract.
 \begin{document}
 \include{titulka}
 
-%%% Strana s automaticky generovaným obsahem bakalářské práce. U matematických
-%%% prací je přípustné, aby seznam tabulek a zkratek, existují-li, byl umístěn
-%%% na začátku práce, místo na jejím konci.
+%%% Strana s automaticky generovaným obsahem bakalářské práce
 
 \tableofcontents
 
@@ -145,9 +142,6 @@ Abstract.
 \include{kap02}
 \include{kap03}
 
-% Ukázka použití některých konstrukcí LateXu (odkomentujte, chcete-li)
-% \include{ukazka}
-
 \include{zaver}
 
 %%% Seznam použité literatury
@@ -158,16 +152,17 @@ Abstract.
 \listoffigures
 
 %%% Tabulky v bakalářské práci (opět nemusí být nutné uvádět)
+%%% U matematických prací může být lepší přemístit seznam tabulek na začátek práce.
 \listoftables
 \XXX{U~matematických prací může být lepší přemístit seznam tabulek na začátek práce.}
 
 %%% Použité zkratky v bakalářské práci (opět nemusí být nutné uvádět)
+%%% U matematických prací může být lepší přemístit seznam zkratek na začátek práce.
 \chapwithtoc{Seznam použitých zkratek}
 \XXX{U~matematických prací může být lepší přemístit seznam zkratek na začátek práce.}
 
-%%% Přílohy k bakalářské práci, existují-li (různé dodatky jako výpisy programů,
-%%% diagramy apod.). Každá příloha musí být alespoň jednou odkazována z vlastního
-%%% textu práce. Přílohy se číslují.
+%%% Přílohy k bakalářské práci, existují-li. Každá příloha musí být alespoň jednou
+%%% odkazována z vlastního textu práce. Přílohy se číslují.
 %%%
 %%% Do tištěné verze se spíše hodí přílohy, které lze číst a prohlížet (dodatečné
 %%% tabulky a grafy, různé textové doplňky, ukázky výstupů z počítačových programů,
@@ -176,7 +171,7 @@ Abstract.
 %%% interaktivní grafy apod.). Elektronické přílohy se nahrávají do SISu a lze
 %%% je také do práce vložit na CD/DVD.
 \chapwithtoc{Přílohy}
-\XXX{Přílohy k bakalářské práci, existují-li (různé dodatky jako výpisy programů, diagramy apod.). Každá příloha musí být alespoň jednou odkazována z vlastního textu práce. Přílohy se číslují.}
+\XXX{Přílohy k bakalářské práci, existují-li. Každá příloha musí být alespoň jednou odkazována z vlastního textu práce. Přílohy se číslují.}
 \XXX{Do tištěné verze se spíše hodí přílohy, které lze číst a prohlížet (dodatečné tabulky a grafy, různé textové doplňky, ukázky výstupů z počítačových programů, apod.). Do elektronické verze se hodí přílohy, které budou spíše používány v~elektronické podobě než čteny (zdrojové kódy programů, datové soubory, interaktivní grafy apod.). Elektronické přílohy se nahrávají do SISu a lze je také do práce vložit na CD/DVD.}
 
 \openright
index 4c53940108262a31ef03bde9901c79e597a44427..1752a27268b3ef963491021743571a2cbe0b8440 100644 (file)
@@ -1,10 +1,12 @@
 all: thesis.pdf
 
-# LaTeX must be run twice to get references right
-thesis.pdf: thesis.tex $(wildcard *.tex)
+# LaTeX must be run multiple times to get references right
+thesis.pdf: thesis.tex $(wildcard *.tex) bibliography.bib
+       pdflatex $<
+       bibtex thesis
        pdflatex $<
        pdflatex $<
 
 clean:
-       rm -f *.log *.dvi *.aux *.toc *.lof *.lot *.out
+       rm -f *.log *.dvi *.aux *.toc *.lof *.lot *.out *.bbl *.blg
        rm -f thesis.pdf
diff --git a/en/bibliography.bib b/en/bibliography.bib
new file mode 100644 (file)
index 0000000..88848b0
--- /dev/null
@@ -0,0 +1,93 @@
+%
+%  An example of a bibliographical database for bibTeX
+%
+%  Recommended software for maintenance of *.bib files:
+%    JabRef, http://jabref.sourceforge.net/
+%
+%  BEWARE:
+%
+%    *  If a name contains a capital letter, which must be kept such,
+%       use curly brackets ({T}hailand, {HIV}).
+%
+%  ===========================================================================
+
+@BOOK{Andel07,
+  title = {Základy matematické statistiky},
+  publisher = {Matfyzpress},
+  year = {2007},
+  author = {Anděl, J.},
+  address = {Praha},
+  series = {Druhé opravené vydání},
+  isbn = {80-7378-001-1}
+}
+
+@BOOK{Andel98,
+  title = {Statistické metody},
+  publisher = {Matfyzpress},
+  year = {1998},
+  author = {Anděl, J.},
+  address = {Praha},
+  series = {Druhé přepracované vydání},
+  isbn = {80-85863-27-8}
+}
+
+@ARTICLE{Cox72,
+  author = {Cox, D. R.},
+  title = {Regression models and life-tables (with {D}iscussion)},
+  journal = {Journal of the Royal Statistical Society, Series B},
+  year = {1972},
+  volume = {34},
+  pages = {187--220},
+  number = {2}
+}
+
+@ARTICLE{DempsterLairdRubin77,
+  author = {Dempster, A. P. and Laird, N. M. and Rubin, D. B.},
+  title = {Maximum likelihood from incomplete data via the {EM} algorithm},
+  journal = {Journal of the Royal Statistical Society, Series B},
+  year = {1977},
+  volume = {39},
+  pages = {1--38},
+  number = {1}
+}
+
+@ARTICLE{Genberget08,
+  author = {Genberg, B. L. and Kulich, M. and Kawichai, S. and Modiba, P. and
+       Chingono, A. and Kilonzo, G. P. and Richter, L. and Pettifor, A.
+       and Sweat, M. and Celentano, D. D.},
+  title = {{HIV} risk behaviors in Sub-{S}aharan {A}frica and {N}orthern {T}hailand:
+       {B}aseline behavioral data from project {A}ccept},
+  journal = {Journal of Acquired Immune Deficiency Syndrome},
+  year = {2008},
+  volume = {49},
+  pages = {309--319}
+}
+
+@ARTICLE{KaplanMeier58,
+  author = {Kaplan, E. L. and Meier, P.},
+  title = {Nonparametric estimation from incomplete observations},
+  journal = {Journal of the American Statistical Association},
+  year = {1958},
+  volume = {53},
+  pages = {457--481},
+  number = {282}
+}
+
+@BOOK{LehmannCasella98,
+  title = {Theory of Point Estimation},
+  publisher = {Springer-Verlag},
+  year = {1998},
+  author = {Lehmann, E. L. and Casella, G.},
+  address = {New York},
+  series = {{S}econd {E}dition},
+  isbn = {0-387-98502-6}
+}
+
+@ARTICLE{Student08,
+  author = {Student},
+  title = {On the probable error of the mean},
+  journal = {Biometrika},
+  year = {1908},
+  volume = {6},
+  pages = {1-25}
+}
index c99018f66fce4e2799bc3e99a355110240db4816..cae5e3d0b9d2f0c16d672b0f06cd6deaf9ee7c05 100644 (file)
@@ -1,16 +1,33 @@
-%%% Seznam použité literatury je zpracován podle platných standardů. Povinnou citační
-%%% normou pro bakalářskou práci je ISO 690. Jména časopisů lze uvádět zkráceně, ale jen
-%%% v kodifikované podobě. Všechny použité zdroje a prameny musí být řádně citovány.
+%%% Bibliography (literature used as a source)
+%%%
+%%% We employ bibTeX to construct the bibliography. It processes
+%%% citations in the text (e.g., the \cite{...} macro) and looks up
+%%% relevant entries in the bibliography.bib file.
+%%%
+%%% The \bibliographystyle command selects, which style will be used
+%%% for references from the text. The argument in curly brackets is
+%%% the name of the corresponding style file (*.bst). Both styles
+%%% mentioned in this template are included in LaTeX distributions.
 
-\def\bibname{Bibliography}
-\begin{thebibliography}{99}
-\addcontentsline{toc}{chapter}{\bibname}
+\bibliographystyle{plainnat}    %% Author (year)
+% \bibliographystyle{unsrt}     %% [number]
 
-%\bibitem{lamport94}
-%  {\sc Lamport,} Leslie.
-%  \emph{\LaTeX: A Document Preparation System}.
-%  2. vydání.
-%  Massachusetts: Addison Wesley, 1994.
-%  ISBN 0-201-52983-1.
+\renewcommand{\bibname}{Bibliography}
 
-\end{thebibliography}
+%%% Generate the bibliography. Beware that if you cited no works,
+%%% the empty list will be omitted completely.
+
+\bibliography{bibliography}
+
+%%% If case you prefer to write the bibliography manually (without bibTeX), you can do this:
+
+% \begin{thebibliography}{99}
+%
+% \bibitem{lamport94}
+%   {\sc Lamport,} Leslie.
+%   \emph{\LaTeX: A Document Preparation System}.
+%   2nd edition.
+%   Massachusetts: Addison Wesley, 1994.
+%   ISBN 0-201-52983-1.
+%
+% \end{thebibliography}
diff --git a/en/chap01.tex b/en/chap01.tex
new file mode 100644 (file)
index 0000000..35852fd
--- /dev/null
@@ -0,0 +1,7 @@
+\chapter{Title of the first chapter}
+
+An~example citation: \cite{Andel07}
+
+\section{Title of the first subchapter of the first chapter}
+
+\section{Title of the second subchapter of the first chapter}
diff --git a/en/chap02.tex b/en/chap02.tex
new file mode 100644 (file)
index 0000000..cb91071
--- /dev/null
@@ -0,0 +1,5 @@
+\chapter{Title of the second chapter}
+
+\section{Title of the first subchapter of the second chapter}
+
+\section{Title of the second subchapter of the second chapter}
diff --git a/en/chap1.tex b/en/chap1.tex
deleted file mode 100644 (file)
index 5f71abe..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-\chapter{Title of the first chapter}
-
-\section{Title of the first subchapter of the first chapter}
-
-\section{Title of the second subchapter of the first chapter}
diff --git a/en/chap2.tex b/en/chap2.tex
deleted file mode 100644 (file)
index cb91071..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-\chapter{Title of the second chapter}
-
-\section{Title of the first subchapter of the second chapter}
-
-\section{Title of the second subchapter of the second chapter}
diff --git a/en/macros.tex b/en/macros.tex
new file mode 100644 (file)
index 0000000..aefc435
--- /dev/null
@@ -0,0 +1,87 @@
+%%% This file contains definitions of various useful macros and environments %%%
+%%% Please add more macros here instead of cluttering other files with them. %%%
+
+%%% Minor tweaks of style
+
+% These macros employ a little dirty trick to convince LaTeX to typeset
+% chapter headings sanely, without lots of empty space above them.
+% Feel free to ignore.
+\makeatletter
+\def\@makechapterhead#1{
+  {\parindent \z@ \raggedright \normalfont
+   \Huge\bfseries \thechapter. #1
+   \par\nobreak
+   \vskip 20\p@
+}}
+\def\@makeschapterhead#1{
+  {\parindent \z@ \raggedright \normalfont
+   \Huge\bfseries #1
+   \par\nobreak
+   \vskip 20\p@
+}}
+\makeatother
+
+% This macro defines a chapter, which is not numbered, but is included
+% in the table of contents.
+\def\chapwithtoc#1{
+\chapter*{#1}
+\addcontentsline{toc}{chapter}{#1}
+}
+
+% Draw black "slugs" whenever a line overflows, so that we can spot it easily.
+\overfullrule=1mm
+
+%%% Macros for definitions, theorems, claims, examples, ... (requires amsthm package)
+
+\theoremstyle{plain}
+\newtheorem{thm}{Theorem}
+\newtheorem{lemma}[thm]{Lemma}
+\newtheorem{claim}[thm]{Claim}
+
+\theoremstyle{plain}
+\newtheorem{defn}{Definition}
+
+\theoremstyle{remark}
+\newtheorem*{cor}{Corollary}
+\newtheorem*{rem}{Remark}
+\newtheorem*{example}{Example}
+
+%%% An environment for proofs
+
+%%% FIXME %%% \newenvironment{proof}{
+%%% FIXME %%%   \par\medskip\noindent
+%%% FIXME %%%   \textit{Proof}.
+%%% FIXME %%% }{
+%%% FIXME %%% \newline
+%%% FIXME %%% \rightline{$\square$}  % or \SquareCastShadowBottomRight from bbding package
+%%% FIXME %%% }
+
+%%% An environment for typesetting of program code and input/output
+%%% of programs. (Requires the fancyvrb package -- fancy verbatim.)
+
+\DefineVerbatimEnvironment{code}{Verbatim}{fontsize=\small, frame=single}
+
+%%% The field of all real and natural numbers
+\newcommand{\R}{\mathbb{R}}
+\newcommand{\N}{\mathbb{N}}
+
+%%% Useful operators for statistics and probability
+\DeclareMathOperator{\pr}{\textsf{P}}
+\DeclareMathOperator{\E}{\textsf{E}\,}
+\DeclareMathOperator{\var}{\textrm{var}}
+\DeclareMathOperator{\sd}{\textrm{sd}}
+
+%%% Transposition of a vector/matrix
+\newcommand{\T}[1]{#1^\top}
+
+%%% Various math goodies
+\newcommand{\goto}{\rightarrow}
+\newcommand{\gotop}{\stackrel{P}{\longrightarrow}}
+\newcommand{\maon}[1]{o(n^{#1})}
+\newcommand{\abs}[1]{\left|{#1}\right|}
+\newcommand{\dint}{\int_0^\tau\!\!\int_0^\tau}
+\newcommand{\isqr}[1]{\frac{1}{\sqrt{#1}}}
+
+%%% Various table goodies
+\newcommand{\pulrad}[1]{\raisebox{1.5ex}[0pt]{#1}}
+\newcommand{\mc}[1]{\multicolumn{1}{c}{#1}}
index d0704f23fcbe224cc8ce49048367fb05a7d0ff57..94e058cdcc2b0875d60adbe398ef5bfc565ba24b 100644 (file)
@@ -11,7 +11,6 @@
 \setlength\topmargin{0mm}
 \setlength\headsep{0mm}
 \setlength\headheight{0mm}
-% Recommended layout mentions line spacing 1.5, but this is not relevant to TeX.
 % \openright makes the following text appear on a right-hand page
 \let\openright=\clearpage
 
 %% Character encoding: usually latin2, cp1250 or utf8:
 \usepackage[utf8]{inputenc}
 
-%% Further packages
-\usepackage{graphicx}
-\usepackage{amsthm}
+%% Further useful packages (included in most LaTeX distributions)
+\usepackage{amsmath}        % extensions for typesetting of math
+\usepackage{amsfonts}       % math fonts
+\usepackage{amsthm}         % theorems, definitions, etc.
+\usepackage{bbding}         % various symbols (squares, asterisks, scissors, ...)
+\usepackage{bm}             % boldface symbols (\bm)
+\usepackage{graphicx}       % embedding of pictures
+\usepackage{fancyvrb}       % improved verbatim environment
+\usepackage{natbib}         % citation style AUTHOR (YEAR), or AUTHOR [NUMBER]
+\usepackage[nottoc]{tocbibind} % makes sure that bibliography and the lists
+                           % of figures/tables are included in the table
+                           % of contents
+\usepackage{dcolumn}        % improved alignment of table columns
+\usepackage{booktabs}       % improved horizontal lines in tables
+\usepackage{paralist}       % improved enumerate and itemize
+\usepackage[usenames]{xcolor}  % typesetting in color
+
+%% SPECIMEN
+% Parts marked as SPECIMEN are used for building the example PDF.
+% When the official template is generated by ./mkdist, all such parts
+% are deleted, as well as all calls of \X and \XXX macros.
+\def\X#1{\textcolor{red}{[#1]}}
+\def\XXX#1{\par\smallskip\noindent \textcolor{red}{[#1]}}
+%% NEMICEPS
 
 %%% Basic information on the thesis
 
 % Thesis title in English (exactly as in the formal assignment)
-\def\ThesisTitle{Thesis title}
+\def\ThesisTitle{Thesis title \X{as in the formal assignment}}
 
 % Author of the thesis
 \def\ThesisAuthor{Name Surname}
 % Name of the department or institute, where the work was officially assigned
 % (according to the Organizational Structure of MFF UK in English,
 % or a full name of a department outside MFF)
-\def\Department{Name of the department}
+\def\Department{Name of the department \X{as per Organizational Structure of MFF UK in English}}
 
 % Is it a department (katedra), or an institute (ústav)?
 \def\DeptType{Department}
 
 % Thesis supervisor: name, surname and titles
-\def\Supervisor{Supervisor's Name}
+\def\Supervisor{Supervisor's Name \X{+titles}}
 
 % Supervisor's department (again according to Organizational structure of MFF)
 \def\SupervisorsDepartment{department}
@@ -70,12 +90,12 @@ Dedication.
 
 % Abstract (recommended length around 80-200 words; this is not a copy of your thesis assignment!)
 \def\Abstract{%
-Abstract.
+Abstract. \X{Recommended length around 80--200 words. This is not a~copy of your thesis assignment!}
 }
 
 % 3 to 5 keywords (recommended), each enclosed in curly braces
 \def\Keywords{%
-{key} {words}
+{key} {words} \X{usually 3 to~5 key words or phrases}
 }
 
 %% The hyperref package for clickable links in PDF and also for storing
@@ -85,22 +105,23 @@ Abstract.
 \hypersetup{pdftitle={\ThesisTitle}}
 \hypersetup{pdfauthor={\ThesisAuthor}}
 \hypersetup{pdfkeywords=\Keywords}
+\hypersetup{urlcolor=blue}
 
-\input title.tex
+% Definitions of macros (see description inside)
+\include{macros}
 
-%%% A page with automatically generated content of the bachelor thesis. For
-%%% a mathematical thesis, it is permissible to have a list of tables and abbreviations,
-%%% if any, at the beginning of the thesis instead of at its end.
+% Title page and various mandatory informational pages
+\begin{document}
+\include{title}
+
+%%% A page with automatically generated table of contents of the bachelor thesis
 
 \tableofcontents
 
 %%% Each chapter is kept in a separate file
 \include{preface}
-\include{chap1}
-\include{chap2}
-
-% An example of LaTeX use (uncomment, if you wish)
-% \include{example}
+\include{chap01}
+\include{chap02}
 
 \include{epilog}
 
@@ -111,15 +132,28 @@ Abstract.
 \listoffigures
 
 %%% Tables used in the thesis (consider if this is needed)
+%%% In mathematical theses, it could be better to move the list of tables to the beginning of the thesis.
 \listoftables
+\XXX{In mathematical theses, it could be better to move the list of tables to the beginning of the thesis.}
 
 %%% Abbreviations used in the thesis, if any, including their explanation
+%%% In mathematical theses, it could be better to move the list of abbreviations to the beginning of the thesis.
 \chapwithtoc{List of Abbreviations}
-
-%%% Attachments to the bachelor thesis, if any (various additions such
-%%% as programme extracts, diagrams, etc.). Each attachment must be referred to
-%%% at least once from one's own text of the thesis. Attachments are numbered.
+\XXX{In mathematical theses, it could be better to move the list of abbreviations to the beginning of the thesis.}
+
+%%% Attachments to the bachelor thesis, if any. Each attachment must be
+%%% referred to at least once from the text of the thesis. Attachments
+%%% are numbered.
+%%%
+%%% The printed version should preferably contain attachments, which can be
+%%% read (additional tables and charts, supplementary text, examples of
+%%% program output, etc.). The electronic version is more suited for attachments
+%%% which will likely be used in an electronic form rather than read (program
+%%% source code, data files, interactive charts, etc.). Electronic attachments
+%%% should be uploaded to SIS and optionally also included in the thesis on a~CD/DVD.
 \chapwithtoc{Attachments}
+\XXX{Attachments to the bachelor thesis, if any. Each attachment must be referred to at least once from the text of the thesis. Attachments are numbered.}
+\XXX{The printed version should preferably contain attachments, which can be read (additional tables and charts, supplementary text, examples of program output, etc.). The electronic version is more suited for attachments which will likely be used in an electronic form rather than read (program source code, data files, interactive charts, etc.). Electronic attachments should be uploaded to SIS and optionally also included in the thesis on a~CD/DVD.}
 
 \openright
 \end{document}
index 6f757db0edcf2a4e99bd37581534daa41f3d3fbb..2468f0ac44d1408306024480735e673060ab565f 100644 (file)
@@ -1,37 +1,33 @@
 %%% Title page of the thesis and other mandatory pages
 
-%%% Minor tweaks of style
-
-% These macros employ a little dirty trick to convince LaTeX to typeset
-% chapter headings sanely, without lots of empty space above them.
-% Feel free to ignore.
-\makeatletter
-\def\@makechapterhead#1{
-  {\parindent \z@ \raggedright \normalfont
-   \Huge\bfseries \thechapter. #1
-   \par\nobreak
-   \vskip 20\p@
-}}
-\def\@makeschapterhead#1{
-  {\parindent \z@ \raggedright \normalfont
-   \Huge\bfseries #1
-   \par\nobreak
-   \vskip 20\p@
-}}
-\makeatother
-
-% This macro defines a chapter, which is not numbered, but is included
-% in the table of contents.
-\def\chapwithtoc#1{
-\chapter*{#1}
-\addcontentsline{toc}{chapter}{#1}
-}
-
-\begin{document}
-
-% Somewhat relaxed hyphenation
-\lefthyphenmin=2
-\righthyphenmin=2
+%%% SPECIMEN
+%%% Inscriptions at the opening page of the hard cover
+
+\pagestyle{empty}
+\hypersetup{pageanchor=false}
+\XXX{Opening page of the hard cover. Not a part of the electronic version.}
+\begin{center}
+
+\large
+Charles University in Prague
+
+\medskip
+
+Faculty of Mathematics and Physics
+
+\vfill
+
+{\huge\bf BACHELOR THESIS}
+
+\vfill
+
+\hbox to \hsize{\YearSubmitted\hfil \ThesisAuthor}
+
+\end{center}
+
+\newpage
+
+%%% NEMICEPS
 
 %%% Title page of the thesis