summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r--Master/texmf-dist/doc/latex/fithesis/README.md97
-rw-r--r--Master/texmf-dist/doc/latex/fithesis/fithesis.pdfbin712801 -> 794241 bytes
-rw-r--r--Master/texmf-dist/doc/latex/fithesis/guide/mu/econ.pdfbin371076 -> 499585 bytes
-rw-r--r--Master/texmf-dist/doc/latex/fithesis/guide/mu/fi.pdfbin375102 -> 503464 bytes
-rw-r--r--Master/texmf-dist/doc/latex/fithesis/guide/mu/fsps.pdfbin367663 -> 496104 bytes
-rw-r--r--Master/texmf-dist/doc/latex/fithesis/guide/mu/fss.pdfbin370159 -> 498742 bytes
-rw-r--r--Master/texmf-dist/doc/latex/fithesis/guide/mu/law.pdfbin377499 -> 506272 bytes
-rw-r--r--Master/texmf-dist/doc/latex/fithesis/guide/mu/med.pdfbin366662 -> 495354 bytes
-rw-r--r--Master/texmf-dist/doc/latex/fithesis/guide/mu/ped.pdfbin368923 -> 498033 bytes
-rw-r--r--Master/texmf-dist/doc/latex/fithesis/guide/mu/phil.pdfbin367871 -> 496763 bytes
-rw-r--r--Master/texmf-dist/doc/latex/fithesis/guide/mu/sci.pdfbin409271 -> 540873 bytes
11 files changed, 97 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/fithesis/README.md b/Master/texmf-dist/doc/latex/fithesis/README.md
new file mode 100644
index 00000000000..c5c5d379839
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/fithesis/README.md
@@ -0,0 +1,97 @@
+# About #
+
+`Fithesis3` is a document class for the typesetting of theses at
+the Masaryk University (Brno, Czech Republic). The class has been
+designed for easy extensibility by style and locale files of other
+academic institutions.
+
+# Requirements #
+
+To install the package, you are going to need a POSIX.2-compliant
+environment as well as the following tools:
+
+ * GNU `make`
+ * `epstopdf`
+
+Aside from these tools, the installation requires a correctly
+configured TeX distribution containing the pdfTeX, XeTeX and LuaTeX
+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.
+
+For running the test suite using the `make tests` command, the
+following tools are also required:
+
+ * `faketime`
+ * `comparepdf`
+ * `pdftk`
+
+# Installation #
+
+To install the package, execute the following command from within
+the current directory:
+
+ make base
+ make install-base to=[[TDS]] nohash=true
+
+where `[[TDS]]` is a path in the TeX directory structure to which
+you are going to install the package (such as `/usr/share/texmf`).
+
+After successfully running the commands, update the file name
+database of your TeX distribution, if necessary:
+
+ * 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.
+ * In TeX Live and MacTeX:
+ - Execute `texhash` with superuser privileges (`sudo texhash`).
+
+You may now also wish to typeset and install the user and technical
+documentation of the package. You can do that by running:
+
+ make docs
+ make install-docs to=[[TDS]] nohash=true
+
+where `[[TDS]]` is again a path in the TeX directory structure to
+which you are going to install the documentation and will likely be
+the same as before.
+
+After successfully running the commands, update the file name
+database of your TeX distribution, if necessary.
+
+# Uninstallation #
+
+To uninstall the package, execute the following command from within
+the current directory:
+
+ make uninstall from=[[TDS]]
+
+where `[[TDS]]` is a path in the TeX directory structure to which
+you are going to install the package (such as `/usr/share/texmf`).
+
+After successfully running the commands, update the file name
+database of your TeX distribution, if necessary:
+
+ * 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.
+ * In TeX Live and MacTeX:
+ - Execute `texhash` with superuser privileges (`sudo texhash`).
diff --git a/Master/texmf-dist/doc/latex/fithesis/fithesis.pdf b/Master/texmf-dist/doc/latex/fithesis/fithesis.pdf
index f165b907a0a..237917e00b6 100644
--- a/Master/texmf-dist/doc/latex/fithesis/fithesis.pdf
+++ b/Master/texmf-dist/doc/latex/fithesis/fithesis.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/fithesis/guide/mu/econ.pdf b/Master/texmf-dist/doc/latex/fithesis/guide/mu/econ.pdf
index 9fe48dc1cde..e545f46a106 100644
--- a/Master/texmf-dist/doc/latex/fithesis/guide/mu/econ.pdf
+++ b/Master/texmf-dist/doc/latex/fithesis/guide/mu/econ.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/fithesis/guide/mu/fi.pdf b/Master/texmf-dist/doc/latex/fithesis/guide/mu/fi.pdf
index a4a4760c705..b8288cfdc68 100644
--- a/Master/texmf-dist/doc/latex/fithesis/guide/mu/fi.pdf
+++ b/Master/texmf-dist/doc/latex/fithesis/guide/mu/fi.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/fithesis/guide/mu/fsps.pdf b/Master/texmf-dist/doc/latex/fithesis/guide/mu/fsps.pdf
index 0cc929e5b9a..8147db1af03 100644
--- a/Master/texmf-dist/doc/latex/fithesis/guide/mu/fsps.pdf
+++ b/Master/texmf-dist/doc/latex/fithesis/guide/mu/fsps.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/fithesis/guide/mu/fss.pdf b/Master/texmf-dist/doc/latex/fithesis/guide/mu/fss.pdf
index a6050db64f4..e695f136204 100644
--- a/Master/texmf-dist/doc/latex/fithesis/guide/mu/fss.pdf
+++ b/Master/texmf-dist/doc/latex/fithesis/guide/mu/fss.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/fithesis/guide/mu/law.pdf b/Master/texmf-dist/doc/latex/fithesis/guide/mu/law.pdf
index 73e98bce8b0..c474ad77a3b 100644
--- a/Master/texmf-dist/doc/latex/fithesis/guide/mu/law.pdf
+++ b/Master/texmf-dist/doc/latex/fithesis/guide/mu/law.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/fithesis/guide/mu/med.pdf b/Master/texmf-dist/doc/latex/fithesis/guide/mu/med.pdf
index 2b2a6d893dc..e5ce50080a8 100644
--- a/Master/texmf-dist/doc/latex/fithesis/guide/mu/med.pdf
+++ b/Master/texmf-dist/doc/latex/fithesis/guide/mu/med.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/fithesis/guide/mu/ped.pdf b/Master/texmf-dist/doc/latex/fithesis/guide/mu/ped.pdf
index 54ece83241e..f0d94206c43 100644
--- a/Master/texmf-dist/doc/latex/fithesis/guide/mu/ped.pdf
+++ b/Master/texmf-dist/doc/latex/fithesis/guide/mu/ped.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/fithesis/guide/mu/phil.pdf b/Master/texmf-dist/doc/latex/fithesis/guide/mu/phil.pdf
index 230ae529c08..811e001cc4a 100644
--- a/Master/texmf-dist/doc/latex/fithesis/guide/mu/phil.pdf
+++ b/Master/texmf-dist/doc/latex/fithesis/guide/mu/phil.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/fithesis/guide/mu/sci.pdf b/Master/texmf-dist/doc/latex/fithesis/guide/mu/sci.pdf
index 26b54aad5e9..e29b623cd6c 100644
--- a/Master/texmf-dist/doc/latex/fithesis/guide/mu/sci.pdf
+++ b/Master/texmf-dist/doc/latex/fithesis/guide/mu/sci.pdf
Binary files differ