Skip to content
Snippets Groups Projects
Commit 6b0a6e8e authored by Vít Novotný's avatar Vít Novotný
Browse files

Updated the user guides for mu/.

parent 4cdbb708
No related branches found
No related tags found
No related merge requests found
...@@ -252,7 +252,7 @@ ...@@ -252,7 +252,7 @@
\section{Picking a \TeX\ engine} \section{Picking a \TeX\ engine}
There are several programs, called \TeX\ engines, that you can There are several programs, called \TeX\ engines, that you can
use to typeset \textsf{fithesis3} \LaTeX{} source files into use to typeset \textsf{fithesis3} \LaTeX{} source files into
displayable PDF documents. The ones we will discuss are displayable \textsc{pdf} documents. The ones we will discuss are
\hologo{pdfTeX} and \Hologo{LuaTeX}. \hologo{pdfTeX} and \Hologo{LuaTeX}.
\Hologo{pdfTeX} is the more conservative choice and most \TeX\ \Hologo{pdfTeX} is the more conservative choice and most \TeX\
...@@ -551,14 +551,15 @@ ...@@ -551,14 +551,15 @@
\item[title] \item[title]
This key can be used to specify the title of the thesis. The This key can be used to specify the title of the thesis. The
value will be stored as one of the properties of the output value will be stored as one of the properties of the output
PDF file; do not use any \LaTeX\ formatting commands within \textsc{pdf} file; do not use any \LaTeX\ formatting commands
the value. within the value.
\item[TeXtitle] \item[TeXtitle]
This key can be used to specify the title of the thesis. The This key can be used to specify the title of the thesis. The
value will be typeset on the title page of the resulting PDF value will be typeset on the title page of the resulting
document, so you can use \LaTeX\ formatting commands within \textsc{pdf} document, so you can use \LaTeX\ formatting
the value. If the value of the key is unspecified, the value commands within the value. If the value of the key is
of the \thguide@itemfmt{title} key will be used instead. unspecified, the value of the \thguide@itemfmt{title} key
will be used instead.
%<*sci,econ> %<*sci,econ>
\item[titleEn] \item[titleEn]
This key can be used to specify the English title of the This key can be used to specify the English title of the
...@@ -571,26 +572,27 @@ ...@@ -571,26 +572,27 @@
\item[TeXtitleEn] \item[TeXtitleEn]
This key can be used to specify the English title of the This key can be used to specify the English title of the
thesis. The value will be typeset on the title page of the thesis. The value will be typeset on the title page of the
resulting PDF document, so you can use \LaTeX\ formatting resulting \textsc{pdf} document, so you can use \LaTeX{}
commands within the value. If the value of the key is formatting commands within the value. If the value of the key
unspecified, the value of the \thguide@itemfmt{titleEn} key is unspecified, the value of the \thguide@itemfmt{titleEn}
will be used instead. If you are typesetting your thesis in key will be used instead. If you are typesetting your thesis
English, this value does not need to be specified. in English, this value does not need to be specified.
%</econ> %</econ>
\item[author] \item[author]
This key can be used to specify the full name of the author. This key can be used to specify the full name of the author.
\item[keywords] \item[keywords]
This key can be used to specify a list of keywords for your This key can be used to specify a list of keywords for your
thesis. The value will be stored as one of the properties of thesis. The value will be stored as one of the properties of
the output PDF file; do not use any \LaTeX\ formatting the output \textsc{pdf} file; do not use any \LaTeX{}
commands within the value. formatting commands within the value.
%<*econ,fi,fss,law,med,ped> %<*econ,fi,fss,law,med,ped>
\item[TeXkeywords] \item[TeXkeywords]
This key can be used to specify a list of keywords for your This key can be used to specify a list of keywords for your
thesis. The value will be typeset in the resulting PDF thesis. The value will be typeset in the resulting
document, so you can use \LaTeX\ formatting commands within \textsc{pdf} document, so you can use \LaTeX\ formatting
the value. If the value of the key is unspecified, the value commands within the value. If the value of the key is
of the \thguide@itemfmt{keywords} key will be used instead. unspecified, the value of the \thguide@itemfmt{keywords} key
will be used instead.
%</econ,fi,fss,law,med,ped> %</econ,fi,fss,law,med,ped>
%<*econ,fss,law,med,ped> %<*econ,fss,law,med,ped>
\item[keywordsEn] \item[keywordsEn]
...@@ -601,9 +603,9 @@ ...@@ -601,9 +603,9 @@
\item[TeXkeywordsEn] \item[TeXkeywordsEn]
This key can be used to specify a list of English keywords This key can be used to specify a list of English keywords
for your thesis. The value will be typeset in the resulting for your thesis. The value will be typeset in the resulting
PDF document, so you can use \LaTeX\ formatting commands \textsc{pdf} document, so you can use \LaTeX\ formatting
within the value. If you are typesetting your thesis in commands within the value. If you are typesetting your thesis
English, this value does not need to be specified. in English, this value does not need to be specified.
%</econ,fss,law,med,ped> %</econ,fss,law,med,ped>
%<*econ,fi,med,ped,sci> %<*econ,fi,med,ped,sci>
\item[advisor] \item[advisor]
...@@ -675,7 +677,7 @@ ...@@ -675,7 +677,7 @@
for the month, and \texttt{DD} stands for the day of month. for the month, and \texttt{DD} stands for the day of month.
%<*econ,fi,fss,law,sci> %<*econ,fi,fss,law,sci>
\item[assignment] \item[assignment]
This key can be used to specify a list of PDF files This key can be used to specify a list of \textsc{pdf} files
containing the scanned thesis assignment. The list should be containing the scanned thesis assignment. The list should be
in the following format: in the following format:
\begin{center} \begin{center}
...@@ -684,7 +686,7 @@ ...@@ -684,7 +686,7 @@
\end{center} \end{center}
%</econ,fi,fss,law,sci> %</econ,fi,fss,law,sci>
\item[bib] \item[bib]
This key can be used to specify a list of BIB files This key can be used to specify a list of \textsc{bib} files
containing the bibliography databases. The list should be in containing the bibliography databases. The list should be in
the following format: the following format:
\begin{center} \begin{center}
...@@ -692,12 +694,17 @@ ...@@ -692,12 +694,17 @@
\ldots \ldots
\end{center} \end{center}
When this key is specified, the \textsf{fithesis3} class will When this key is specified, the \textsf{fithesis3} class will
also automatically typeset a bibliography section. If you automatically typeset a bibliography section\footnote{
want more control over where and how the bibliography is The bibliography will be typeset according to the
typeset, use the \textsc{ISO} 690:2010 standard using the
\texttt{biblatex-iso690} bibliography style. For more
information, see
\url{https://www.ctan.org/pkg/biblatex-iso690}.
}. If you want more control over where and how the
bibliography is typeset, use the
\mintinline{latex}{\printbibliography[bibintoc]} command. \mintinline{latex}{\printbibliography[bibintoc]} command.
When the key is not specified, no bibliography will be When this key is not specified, no bibliography will be
produced, which provides the opportunity for the advanced user produced, which provides the opportunity for the advanced user
to set up their bibliography management manually. to set up their bibliography management manually.
\end{description} \end{description}
...@@ -797,11 +804,11 @@ ...@@ -797,11 +804,11 @@
taking into account your faculty and locale settings. taking into account your faculty and locale settings.
The \mintinline{latex}{\thesisload} command also loads the The \mintinline{latex}{\thesisload} command also loads the
\textsf{hyperref} package, which adds hyperlinks and PDF metadata \textsf{hyperref} package, which adds hyperlinks and \textsc{pdf}
into the resulting PDF document. This package is rather delicate, metadata into the resulting \textsc{pdf} document. This package
as it needs to be loaded after most other packages. Loading is rather delicate, as it needs to be loaded after most other
additional packages after \mintinline{latex}{\thesisload} may packages. Loading additional packages after
therefore cause problems. \mintinline{latex}{\thesisload} may therefore cause problems.
\section{Changing the layout} \section{Changing the layout}
If you are unsatisfied with the automatic arrangement of the If you are unsatisfied with the automatic arrangement of the
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment