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
5ae4e10f
There was an error fetching the commit references. Please try again later.
Commit
5ae4e10f
authored
8 years ago
by
Vít Novotný
Browse files
Options
Downloads
Patches
Plain Diff
Added syntax highlighting and fixed a couple of typos in user guides.
parent
5b1f6119
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
guide/mu/guide.dtx
+7
-7
7 additions, 7 deletions
guide/mu/guide.dtx
with
7 additions
and
7 deletions
guide/mu/guide.dtx
+
7
−
7
View file @
5ae4e10f
...
...
@@ -742,7 +742,7 @@
configure the package, you can do that anywhere after the document preamble.
If the package needs to be configured within the preamble, you can load the
\textsf{fithesis3} style files prematurely using the
\
texttt{\string
\thesisload} command as follows:
\
mintinline{latex}{
\thesisload} command as follows:
\begin{minted}{latex}
\documentclass[...]{fithesis3}
%% The preamble
...
...
@@ -761,14 +761,14 @@
\section{Overriding changes made by style and locale files}
The \textsf{fithesis3} style files are loaded immediately before
the beginning of your document and may change values you would
like to set by yourself, such as the \LaTeX \texttt{tocdepth}
and
\texttt{secnumdepth} counters. Locale files are also loaded
like to set by yourself, such as the \LaTeX
\
\texttt{tocdepth}
and
\texttt{secnumdepth} counters. Locale files are also loaded
immediately before your document, which prevents you from
changing locale strings from within the preamble of your
document.
To overcome this limitation, you can load the style and locale
files prematurely using the \
texttt{\string
\thesisload} command
files prematurely using the \
mintinline{latex}{
\thesisload} command
as follows:
\begin{minted}{latex}
\documentclass[...]{fithesis3}
...
...
@@ -779,16 +779,16 @@
%% The document
\end{document}
\end{minted}
Although you can use the \
texttt{\string
\thesisload} command
Although you can use the \
mintinline{latex}{
\thesisload} command
anywhere in the preamble, using the macro before the metadata
configuration will load the default style and locale files not
taking into account your faculty and locale settings.
The \
texttt{\string
\thesis
setup
} command also loads the
The \
mintinline{latex}{
\thesis
load
} command also loads the
\textsf{hyperref} package, which adds hyperlinks and PDF metadata
into the resulting PDF document. This package is rather delicate,
as it needs to be loaded after most other packages. Loading
additional packages after \
texttt{\string
\thesis
setup
} may
additional packages after \
mintinline{latex}{
\thesis
load
} may
therefore cause problems.
\section{Changing the layout}
...
...
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