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

A release.

parent 3afc087c
No related branches found
No related tags found
No related merge requests found
...@@ -51,8 +51,7 @@ $(SUBMAKES): ...@@ -51,8 +51,7 @@ $(SUBMAKES):
make -C $@ all make -C $@ all
# This pseudo-target creates the distribution archive. # This pseudo-target creates the distribution archive.
dist: all dist: complete
make $(PDFS) clean
make $(TDSARCHIVE) $(DISTARCHIVE) $(CTANARCHIVE) make $(TDSARCHIVE) $(DISTARCHIVE) $(CTANARCHIVE)
# This target creates the theme files. # This target creates the theme files.
......
...@@ -15,6 +15,7 @@ ...@@ -15,6 +15,7 @@
\emergencystretch 2dd \emergencystretch 2dd
\usepackage{hypdoc} \usepackage{hypdoc}
\usepackage[protrusion]{microtype} \usepackage[protrusion]{microtype}
\usepackage{ragged2e}
% Making paragraphs numbered % Making paragraphs numbered
\makeatletter \makeatletter
...@@ -39,6 +40,7 @@ ...@@ -39,6 +40,7 @@
\RecordChanges \RecordChanges
\DocInput{fibeamer.dtx} \DocInput{fibeamer.dtx}
\PrintIndex \PrintIndex
\RaggedRight
\PrintChanges \PrintChanges
\end{document} \end{document}
...@@ -47,14 +49,10 @@ ...@@ -47,14 +49,10 @@
%<*class> %<*class>
\NeedsTeXFormat{LaTeX2e} \NeedsTeXFormat{LaTeX2e}
% Define `\fibeamer@version` and store it in the `VERSION.tex` file \fi % Define `\fibeamer@version` and store it in the `VERSION.tex` file \fi
\def\fibeamer@version{2015/10/03 v1.0.1 fibeamer MU beamer theme} \def\fibeamer@version{2015/11/18 v1.0.2 fibeamer MU beamer theme}
% {\newwrite\f\openout\f=VERSION\write\f{\fibeamer@version}\closeout\f} % {\newwrite\f\openout\f=VERSION\write\f{\fibeamer@version}\closeout\f}
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
%
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %
% \title{The beamer theme for the typesetting of thesis defense % \title{The beamer theme for the typesetting of thesis defense
% presentations at the Masaryk University in Brno} % presentations at the Masaryk University in Brno}
...@@ -101,6 +99,8 @@ ...@@ -101,6 +99,8 @@
\DeclareOptionBeamer{nofonts}{\fibeamer@fontsfalse} \DeclareOptionBeamer{nofonts}{\fibeamer@fontsfalse}
% \end{macrocode} % \end{macrocode}
% \subsection{The \texttt{microtype} option} % \subsection{The \texttt{microtype} option}
% \changes{v1.0.2}{2015/11/18}{Added the opt-out \texttt{microtype
% option}. [VN]}
% \begin{macro}{\iffibeamer@microtype} % \begin{macro}{\iffibeamer@microtype}
% The |microtype| option instructs the package to use the % The |microtype| option instructs the package to use the
% microtypographic extensions of modern \TeX\ engines, such as % microtypographic extensions of modern \TeX\ engines, such as
......
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