Commit d97d6b92 authored by Vít Novotný's avatar Vít Novotný
Browse files

Updated the examples and the user guide.

parent 8a8b36dd
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -64,7 +64,6 @@
%%
%%
%% For non-Latin scripts, it may be necessary to load additional
%% For non-Latin scripts, it may be necessary to load additional
%% fonts:
%% fonts:
\usepackage[T1,T2A]{fontenc}
\usepackage{paratype}
\usepackage{paratype}
\def\textrussian#1{{\usefont{T2A}{PTSerif-TLF}{m}{rm}#1}}
\def\textrussian#1{{\usefont{T2A}{PTSerif-TLF}{m}{rm}#1}}
%</pdftex>
%</pdftex>
+3 −1
Original line number Original line Diff line number Diff line
@@ -49,11 +49,13 @@
%<*class>
%<*class>
\NeedsTeXFormat{LaTeX2e}
\NeedsTeXFormat{LaTeX2e}
% Define `\thesis@version` and store it in the `VERSION.tex` file \fi
% Define `\thesis@version` and store it in the `VERSION.tex` file \fi
\def\thesis@version{2015/11/20 v0.3.25 fithesis3 MU thesis class}
\def\thesis@version{2015/11/21 v0.3.26 fithesis3 MU thesis class}
% {\newwrite\f\openout\f=VERSION\write\f{\thesis@version}\closeout\f}
% {\newwrite\f\openout\f=VERSION\write\f{\thesis@version}\closeout\f}
%
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% 
% 
% \changes{v0.3.26}  {2015/11/21}{Updated the example documents and
%   the user guide. [VN]}
% \changes{v0.3.25}  {2015/11/20}{The example documents from the
% \changes{v0.3.25}  {2015/11/20}{The example documents from the
%   \texttt{example} directory are now a part of the CTAN archive.
%   \texttt{example} directory are now a part of the CTAN archive.
%   Additional information were inserted into the guide and to the
%   Additional information were inserted into the guide and to the
+1 −0
Original line number Original line Diff line number Diff line
@@ -450,6 +450,7 @@
      the preamble of your document should look as follows:
      the preamble of your document should look as follows:
      \begin{minted}{latex}
      \begin{minted}{latex}
\documentclass[nopalatino, ...]{fithesis3}
\documentclass[nopalatino, ...]{fithesis3}
\usepackage{cmap}
\usepackage[T1]{fontenc}
\usepackage[T1]{fontenc}
\usepackage{tgtermes}
\usepackage{tgtermes}
\usepackage{mathtime}
\usepackage{mathtime}