Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fithesis
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
External Relations
Document Templates
fithesis
Commits
a5e95fcf
There was an error fetching the commit references. Please try again later.
Commit
a5e95fcf
authored
9 years ago
by
witiko
Browse files
Options
Downloads
Patches
Plain Diff
Added a `README` file.
parent
890edbd2
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
fithesis3/README
+59
-0
59 additions, 0 deletions
fithesis3/README
with
59 additions
and
0 deletions
fithesis3/README
0 → 100644
+
59
−
0
View file @
a5e95fcf
# 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.
# Installation #
## 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 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.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment