blob: e3ec1011cd6b6a2112d20ac0f05f632e71c88e4c (
plain)
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
|
# About #
`Fibeamer` is a beamer theme for the typesetting of thesis defense
presentations at the Masaryk University (Brno, Czech Republic). The
theme has been designed for easy extensibility by style and locale
files of other academic institutions.
# Installation #
## Requirements ##
To install the package, you are going to need a POSIX.2-compliant
environment as well as the following tools:
* GNU `make`
* `inkscape`
Aside from these tools, the installation requires a correctly
configured TeX distribution containing the pdfTeX and XeTeX engines
as well as the LaTeX packages required for the typesetting of the
technical documentation within the `fithesis.dtx` file and the
guide files within the `guide/` subdirectory.
## Procedure ##
To begin the installation, execute the following command from within
the current directory:
make complete install to=[[TDS]] nohash=true
and replace [[TDS]] with a path to the TeX directory structure into
which you want to install the package (such as `/usr/share/texmf`).
If necessary, update the file name database of your TeX
distribution:
* In MiKTeX:
- Using the GUI: In the Start Menu go to the MiKTeX entry and
open either the settings or the admin settings depending on
whether you are installing the package into a single-user
private directory tree or into a shared directory tree on a
multi-user system, respectively. The "MiKTeX Options" window
will open. Switch to the "General" tab and click the "Refresh
FNDB" button.
- Using the command prompt: Execute either `initexmf -u` or
`initexmf -u --admin` depending on whether you are installing
the package into a single-user private directory tree or into
a shared shared directory tree on a multi-user system,
respectively.
* In TeX Live:
- Execute `texhash` with superuser privileges (`sudo texhash`).
To uninstall the package, execute the following command from within
the current directory:
make uninstall from=[[TDS]] nohash=true
and replace [[TDS]] with a path to the TeX directory structure into
which you want to install the package (such as `/usr/share/texmf`).
If necessary, update the file name database of your TeX
distribution.
|