]> mj.ucw.cz Git - diplomky.git/blob - README.en
README: Mention repo move
[diplomky.git] / README.en
1 --------------------------------------------------------------------------------
2
3 BEWARE: The current version of the template was moved to:
4 https://gitlab.mff.cuni.cz/teaching/thesis-templates/thesis-cs
5
6 --------------------------------------------------------------------------------
7
8 A template for typesetting a bachelor thesis at MFF UK in LaTeX
9
10 Authors:
11
12         Martin Mareš <mj@ucw.cz> -- the current maintainer
13         Arnošt Komárek <komarek@karlin.mff.cuni.cz>
14         Michal Kulich <kulich@karlin.mff.cuni.cz>
15
16 This package can be freely distributed, used, and modified.
17 If you have any bug report or comment, please tell us.
18 --------------------------------------------------------------------------------
19
20 There are two versions of the template -- Czech (directory "cs")
21 and English ("en").
22
23 Requirements on formatting of bachelor theses are given by Dean's directives
24 4/2019, 1/2015, and 7/2016, and by the Rector's directive 72/2017. Other
25 guidelines can be found in the example.pdf file. This LaTeX template follows
26 the directives; it also tries to emphasize important points in comments. Still,
27 we advise you to read the complete rules.
28
29 If you are not familiar with LaTeX yet, you can find numerous tutorials on
30 the Web. One example we like is http://en.wikibooks.org/wiki/LaTeX.
31
32 Basic typographical settings can be found in thesis.tex, which also refers
33 to all other files containing individual chapters. Please read the main file
34 carefully and fill in the thesis name, author, and other identifiers. You also
35 need to update the meta-data file thesis.xmpdata.
36
37 The Czech version contains several example chapters with hints on typesetting
38 of common expressions. There are not available in the English version yet,
39 sorry.
40
41 The electronic version of your thesis must be submitted to SIS. It must
42 conform to the PDF/A-1a or -2u standard. This template produces PDF/A-2u
43 using the pdfx LaTeX package (https://www.ctan.org/tex-archive/macros/latex/contrib/pdfx).
44 Please note that many installations of TeX have this package either obsolete
45 or broken. So we advise to download the current version of the package and
46 unpack it to tex/pdfx/.
47
48 Our FAQ on producing PDF/A is currently available in Czech only, but if you
49 encounter any problems, please ask Martin Mareš for advice.
50
51 If you are using Windows, beware that MikTeX contains old versions of some
52 (mostly mathematical) fonts, which leads to improper PDF/A output. We have
53 much better experience with the TeXlive distribution.
54
55 If you are using a UNIX system, you might want to use our example Makefile --
56 just run "make" to process all files by TeX.
57
58 You can also run TeX manually. In this case, you should use pdfTeX and also
59 BibTeX for generating bibliography. (The usual order is: pdflatex, bibtex,
60 and then pdflatex twice to get cross-references right. Alternatively, you
61 can use latexmk.)
62
63 The current development version of this template and other hints on writing
64 theses can be found at http://mj.ucw.cz/vyuka/bc/.