diff options
author | Karl Berry <karl@freefriends.org> | 2020-03-22 20:49:26 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-03-22 20:49:26 +0000 |
commit | 2c6568affba942c29b9741469a2882363009a093 (patch) | |
tree | a2838fa0e2e30c332f7852c9a418789fea3c1545 /Master/texmf-dist/doc | |
parent | f64715886f780dbe1414b1b35a55b6177de54022 (diff) |
fithesis (22mar20)
git-svn-id: svn://tug.org/texlive/trunk@54483 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r-- | Master/texmf-dist/doc/latex/fithesis/README.md | 97 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/fithesis/fithesis.pdf | bin | 712801 -> 794241 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/fithesis/guide/mu/econ.pdf | bin | 371076 -> 499585 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/fithesis/guide/mu/fi.pdf | bin | 375102 -> 503464 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/fithesis/guide/mu/fsps.pdf | bin | 367663 -> 496104 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/fithesis/guide/mu/fss.pdf | bin | 370159 -> 498742 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/fithesis/guide/mu/law.pdf | bin | 377499 -> 506272 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/fithesis/guide/mu/med.pdf | bin | 366662 -> 495354 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/fithesis/guide/mu/ped.pdf | bin | 368923 -> 498033 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/fithesis/guide/mu/phil.pdf | bin | 367871 -> 496763 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/fithesis/guide/mu/sci.pdf | bin | 409271 -> 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 Binary files differindex f165b907a0a..237917e00b6 100644 --- a/Master/texmf-dist/doc/latex/fithesis/fithesis.pdf +++ b/Master/texmf-dist/doc/latex/fithesis/fithesis.pdf diff --git a/Master/texmf-dist/doc/latex/fithesis/guide/mu/econ.pdf b/Master/texmf-dist/doc/latex/fithesis/guide/mu/econ.pdf Binary files differindex 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 diff --git a/Master/texmf-dist/doc/latex/fithesis/guide/mu/fi.pdf b/Master/texmf-dist/doc/latex/fithesis/guide/mu/fi.pdf Binary files differindex 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 diff --git a/Master/texmf-dist/doc/latex/fithesis/guide/mu/fsps.pdf b/Master/texmf-dist/doc/latex/fithesis/guide/mu/fsps.pdf Binary files differindex 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 diff --git a/Master/texmf-dist/doc/latex/fithesis/guide/mu/fss.pdf b/Master/texmf-dist/doc/latex/fithesis/guide/mu/fss.pdf Binary files differindex 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 diff --git a/Master/texmf-dist/doc/latex/fithesis/guide/mu/law.pdf b/Master/texmf-dist/doc/latex/fithesis/guide/mu/law.pdf Binary files differindex 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 diff --git a/Master/texmf-dist/doc/latex/fithesis/guide/mu/med.pdf b/Master/texmf-dist/doc/latex/fithesis/guide/mu/med.pdf Binary files differindex 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 diff --git a/Master/texmf-dist/doc/latex/fithesis/guide/mu/ped.pdf b/Master/texmf-dist/doc/latex/fithesis/guide/mu/ped.pdf Binary files differindex 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 diff --git a/Master/texmf-dist/doc/latex/fithesis/guide/mu/phil.pdf b/Master/texmf-dist/doc/latex/fithesis/guide/mu/phil.pdf Binary files differindex 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 diff --git a/Master/texmf-dist/doc/latex/fithesis/guide/mu/sci.pdf b/Master/texmf-dist/doc/latex/fithesis/guide/mu/sci.pdf Binary files differindex 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 |